@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url(video-js.min.css);
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

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

/* Grouping content
   ========================================================================== */
/**
 * 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 */ }

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: normal;
  font-family: 'Panama';
  font-size: 1.08333em; }

/**
 * 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 size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  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; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

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

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

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

/**
 * 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 in Chrome and Safari on macOS.
 */
[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 */ }

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

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

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

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

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

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

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

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

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

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

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

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */ }

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

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

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

.clearfix:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  .article-header .intro,
  h3 {
    orphans: 3;
    widows: 3; }
  h2, .article-header .intro,
  h3 {
    page-break-after: avoid; } }

/*
sections können margin-bottom 45, 60, 90, 120, 180, 240, 300 haben
*/
/*
custom-scroll-bar

styling (breite, farbe hintergrund, farbe balken, radien)
ist bisher nur bei webkit-browsern über prefixed selektoren möglich
achtung: das standardverhalten (scrollbar ist overlayed, 
transparent und wird nur beim scrollen sichtbar) wird dadurch unterbunden 
stattdessen ist der platz für die scrollbar immer reserviert, was besonders 
bei farbigen hintergründen oder durchgehenden borders auffällt.

in firefox: 
breite und hg/vg-farbe können mit
scrollbar-width
scrollbar-color
beeinflußt werden.
macOS notes:;
The auto-hiding semi-transparent scrollbars that are the macOS default cannot be colored with this rule 
(they still choose their own contrasting color based on the background). Only the permanently showing scrollbars 
(System Preferences > Show Scroll Bars > Always) are colored.

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

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

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

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

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

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

@font-face {
  font-family: 'Panama';
  src: url("../fonts/Panama Regular.otf");
  src: url("../fonts/Panama Regular.woff?58533802") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Lars';
  src: url("../fonts/test/Lars-Regular.otf");
  src: url("../fonts/test/Lars-RegularWeb.woff?58533802") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Lars';
  src: url("../fonts/Lars-Bold.otf");
  src: url("../fonts/Lars-BoldWeb.woff?58533802") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'LarsThin';
  src: url("../fonts/Lars-ThinCondensed.otf");
  src: url("../fonts/Lars-ThinCondensedWeb.woff?58533802") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'LarsItalic';
  src: url("../fonts/Lars-BoldItalic.otf");
  src: url("../fonts/Lars-BoldItalicWeb.woff?58533802") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Lars-test';
  src: url("../fonts/test/Lars-Regular.otf");
  src: url("../fonts/test/Lars-RegularWeb.woff?58533802") format("woff");
  font-weight: normal;
  font-style: normal; }

/*
sections können margin-bottom 45, 60, 90, 120, 180, 240, 300 haben
*/
/*
custom-scroll-bar

styling (breite, farbe hintergrund, farbe balken, radien)
ist bisher nur bei webkit-browsern über prefixed selektoren möglich
achtung: das standardverhalten (scrollbar ist overlayed, 
transparent und wird nur beim scrollen sichtbar) wird dadurch unterbunden 
stattdessen ist der platz für die scrollbar immer reserviert, was besonders 
bei farbigen hintergründen oder durchgehenden borders auffällt.

in firefox: 
breite und hg/vg-farbe können mit
scrollbar-width
scrollbar-color
beeinflußt werden.
macOS notes:;
The auto-hiding semi-transparent scrollbars that are the macOS default cannot be colored with this rule 
(they still choose their own contrasting color based on the background). Only the permanently showing scrollbars 
(System Preferences > Show Scroll Bars > Always) are colored.

*/
.grotesk, h1, .article-header .main, h2, .article-header .intro, h3, h4 {
  font-family: 'Lars';
  font-size: 24px;
  line-height: 1.4;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal; }

.grotesk-alt {
  font-family: 'LarsThin';
  font-size: 24px;
  letter-spacing: normal !important;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal; }

.serif {
  font-family: 'Panama';
  font-size: 26px;
  line-height: 1.16;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal; }

@media (max-width: 599px) {
  .grotesk-largest {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 42px;
    line-height: 1.24;
    letter-spacing: -0.0642857em; } }

@media (min-width: 600px) {
  .grotesk-largest {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 72px;
    line-height: 1.17;
    letter-spacing: -3.4px; } }

@media (min-width: 1200px) {
  .grotesk-largest {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 148px;
    line-height: 1.15;
    letter-spacing: -0.047297em; } }

@media (max-width: 599px) {
  .grotesk-extralarge {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 42px;
    line-height: 1.24;
    letter-spacing: -0.0642857em; } }

@media (min-width: 600px) {
  .grotesk-extralarge {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 72px;
    line-height: 1.17;
    letter-spacing: -3.4px; } }

@media (min-width: 1200px) {
  .grotesk-extralarge {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 84px;
    line-height: 1.37;
    letter-spacing: -0.045238em; } }

@media (max-width: 599px) {
  .serif-extralarge {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 45px;
    line-height: 1.16;
    letter-spacing: -2px; } }

@media (min-width: 600px) {
  .serif-extralarge {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 75px;
    line-height: 1.12;
    letter-spacing: -2.8px; } }

@media (min-width: 1200px) {
  .serif-extralarge {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 90px;
    line-height: 1.14;
    letter-spacing: -3.5px; } }

@media (max-width: 599px) {
  .grotesk-large {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 30px;
    line-height: 1.33;
    letter-spacing: -1.2px; } }

@media (min-width: 600px) {
  .grotesk-large {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 42px;
    line-height: 1.24;
    letter-spacing: -0.0642857em; } }

@media (min-width: 1200px) {
  .grotesk-large {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 72px;
    line-height: 1.17;
    letter-spacing: -3.4px; } }

@media (max-width: 599px) {
  .serif-large {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: -0.9px; } }

@media (min-width: 600px) {
  .serif-large {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 45px;
    line-height: 1.16;
    letter-spacing: -2px; } }

@media (min-width: 1200px) {
  .serif-large {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 75px;
    line-height: 1.12;
    letter-spacing: -2.8px; } }

@media (max-width: 599px) {
  .grotesk-medium {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: -1px; } }

@media (min-width: 600px) {
  .grotesk-medium {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 30px;
    line-height: 1.33;
    letter-spacing: -1.2px; } }

@media (min-width: 1200px) {
  .grotesk-medium {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 42px;
    line-height: 1.24;
    letter-spacing: -0.0642857em; } }

@media (max-width: 599px) {
  .serif-medium {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 26px;
    line-height: 1.25;
    letter-spacing: -0.9px; } }

@media (min-width: 600px) {
  .serif-medium {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: -0.9px; } }

@media (min-width: 1200px) {
  .serif-medium {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 45px;
    line-height: 1.16;
    letter-spacing: -2px; } }

@media (max-width: 599px) {
  .grotesk-small, .rich-text {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 19px;
    line-height: 1.37;
    letter-spacing: -0.6px; } }

@media (min-width: 600px) {
  .grotesk-small, .rich-text {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: -1px; } }

@media (min-width: 1200px) {
  .grotesk-small, .rich-text {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 30px;
    line-height: 1.33;
    letter-spacing: -1.2px; } }

@media (max-width: 599px) {
  .serif-small, .rich-text .is-serif {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 21px;
    line-height: 1.24;
    letter-spacing: -0.6px; } }

@media (min-width: 600px) {
  .serif-small, .rich-text .is-serif {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 26px;
    line-height: 1.25;
    letter-spacing: -0.9px; } }

@media (min-width: 1200px) {
  .serif-small, .rich-text .is-serif {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: -0.9px; } }

@media (max-width: 899px) {
  .grotesk-smaller, .Module.textModule, #footer .footer-left {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 19px;
    line-height: 1.37;
    letter-spacing: -0.6px; } }

@media (min-width: 900px) {
  .grotesk-smaller, .Module.textModule, #footer .footer-left {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: -1px; } }

@media (max-width: 899px) {
  .serif-smaller {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 21px;
    line-height: 1.24;
    letter-spacing: -0.6px; } }

@media (min-width: 900px) {
  .serif-smaller {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 26px;
    line-height: 1.25;
    letter-spacing: -0.9px; } }

.grotesk-xxxs, .newsletter-section #nl-error-layer, .image-masonry > .media-block-row > div .caption-opener, #match-counter, .profile-page label.error, #profile-overlay---- label.error, #content-overlay label.error {
  font-family: 'Lars';
  font-size: 24px;
  line-height: 1.4;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: -0.5px; }

.grotesk-xxs, #filter-persons .filter-persons-content .filter-content .search-select-container > div.low-filter-warning, #filter-persons.mobile .filter-header .placeholder-section .search-parameter-placeholder, #filter-persons.mobile .filter-persons-content .filters-list .filter-persons-toggle .label, #filter-persons.mobile .filter-persons-content .filter-content, body.phone section.program-index .program-container .sidebar .mobile-tabs > div a, body.tablet-portrait section.program-index .program-container .sidebar .mobile-tabs > div a, body.phone section.program-index .program-container .sidebar .datelist .program-dates-list .program-date a, body.tablet-portrait section.program-index .program-container .sidebar .datelist .program-dates-list .program-date a, .msg p {
  font-family: 'Lars';
  font-size: 24px;
  line-height: 1.4;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 19px;
  line-height: 1.37;
  letter-spacing: -0.6px; }

.grotesk-xs, .fullwidth_expand_two-cols .expand-item-container .item-text, .teaser-project .project-title, #page-builder .related_articles-wrapper .related_articles-inner > div .project-title, #page-builder .related_articles-wrapper .related_articles-inner > div .article-title {
  font-family: 'Lars';
  font-size: 24px;
  line-height: 1.4;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 24px;
  line-height: 1.33;
  letter-spacing: -1px; }

.grotesk-xs a, .fullwidth_expand_two-cols .expand-item-container .item-text a, .teaser-project .project-title a, #page-builder .related_articles-wrapper .related_articles-inner > div .project-title a, #page-builder .related_articles-wrapper .related_articles-inner > div .article-title a, a.grotesk-xs, .fullwidth_expand_two-cols .expand-item-container a.item-text, .teaser-project a.project-title, #page-builder .related_articles-wrapper .related_articles-inner > div a.project-title, #page-builder .related_articles-wrapper .related_articles-inner > div a.article-title {
  border-bottom-width: 1px; }

.grotesk-s, .talentpress-grid .teaser-article .article-title, body:not(.talentpress) #mainnav .navsidebarcontent .featured-container .featured-item .featured-content .headline, #sbtest .navsidebarcontent .featured-container .featured-item .featured-content .headline, .teaser-portrait .fullname, .teaser-portrait .contact, .profile-page .profile-data .profile-data-text dt, #profile-overlay---- .profile-data .profile-data-text dt, #content-overlay .profile-data .profile-data-text dt, .video-container .video-info .video-title, .gallery-container .gallery-info .gallery-title, .info-list, .project-page #page .project-information-details > div, .project-page #page #content-overlay .project-information-details > div, #content-overlay .project-information-details > div, #content-overlay #content-overlay .project-information-details > div {
  font-family: 'Lars';
  font-size: 24px;
  line-height: 1.4;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 30px;
  line-height: 1.33;
  letter-spacing: -1.2px; }

a.grotesk-s, .talentpress-grid .teaser-article a.article-title, body:not(.talentpress) #mainnav .navsidebarcontent .featured-container .featured-item .featured-content a.headline, #sbtest .navsidebarcontent .featured-container .featured-item .featured-content a.headline, .teaser-portrait a.fullname, .teaser-portrait a.contact, .video-container .video-info a.video-title, .gallery-container .gallery-info a.gallery-title, a.info-list, .grotesk-s a, .talentpress-grid .teaser-article .article-title a, body:not(.talentpress) #mainnav .navsidebarcontent .featured-container .featured-item .featured-content .headline a, #sbtest .navsidebarcontent .featured-container .featured-item .featured-content .headline a, .teaser-portrait .fullname a, .teaser-portrait .contact a, .profile-page .profile-data .profile-data-text dt a, #profile-overlay---- .profile-data .profile-data-text dt a, #content-overlay .profile-data .profile-data-text dt a, .video-container .video-info .video-title a, .gallery-container .gallery-info .gallery-title a, .info-list a, .project-page #page .project-information-details > div a, .project-page #page #content-overlay .project-information-details > div a, #content-overlay .project-information-details > div a, #content-overlay #content-overlay .project-information-details > div a {
  border-bottom-width: 2px; }

.grotesk-m, .topnav .topnav-right .nav-menu-btn {
  font-family: 'Lars';
  font-size: 24px;
  line-height: 1.4;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 42px;
  line-height: 1.24;
  letter-spacing: -0.0642857em; }

a.grotesk-m, .topnav .topnav-right a.nav-menu-btn, .grotesk-m a, .topnav .topnav-right .nav-menu-btn a {
  border-bottom-width: 2px; }

.grotesk-l, h1, .article-header .main {
  font-family: 'Lars';
  font-size: 24px;
  line-height: 1.4;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 72px;
  line-height: 1.17;
  letter-spacing: -3.4px; }

a.grotesk-l, .grotesk-l a, h1 a, .article-header .main a {
  border-bottom-width: 3px; }

.grotesk-xl, .hero h1, .hero .article-header .main, .article-header .hero .main {
  font-family: 'Lars';
  font-size: 24px;
  line-height: 1.4;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 84px;
  line-height: 1.37;
  letter-spacing: -0.045238em; }

a.grotesk-xl, .grotesk-xl a, .hero h1 a, .hero .article-header .main a, .article-header .hero .main a {
  border-bottom-width: 3px; }

.grotesk-xxl {
  font-family: 'Lars';
  font-size: 24px;
  line-height: 1.4;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 148px;
  line-height: 1.15;
  letter-spacing: -0.047297em; }

a.grotesk-xxl, .grotesk-xxl a {
  border-bottom-width: 6px; }

.serif-xxxs, #page .event-recording .event-recording-top .info-area .quote-footer .next-slide {
  font-family: 'Panama';
  font-size: 26px;
  line-height: 1.16;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 16px;
  line-height: 1.31;
  letter-spacing: -0.5px; }

.serif-xxs, #filter-persons.mobile .filter-persons-content .filter-content #name_field, #filter-persons.mobile .filter-persons-content .filter-content #country_filter_input_field {
  font-family: 'Panama';
  font-size: 26px;
  line-height: 1.16;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 21px;
  line-height: 1.24;
  letter-spacing: -0.6px; }

.serif-xs, .teaser-project .project-meta, #page-builder .related_articles-wrapper .related_articles-inner > div .project-meta, #page-builder .related_articles-wrapper .related_articles-inner > div .article-meta, figure figcaption {
  font-family: 'Panama';
  font-size: 26px;
  line-height: 1.16;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 26px;
  line-height: 1.25;
  letter-spacing: -0.9px; }

a.serif-xs, .teaser-project a.project-meta, #page-builder .related_articles-wrapper .related_articles-inner > div a.project-meta, #page-builder .related_articles-wrapper .related_articles-inner > div a.article-meta, .serif-xs a, .teaser-project .project-meta a, #page-builder .related_articles-wrapper .related_articles-inner > div .project-meta a, #page-builder .related_articles-wrapper .related_articles-inner > div .article-meta a, figure figcaption a {
  border-bottom-width: 1px; }

.serif-s, .talentpress-grid .teaser-article .article-author, body:not(.talentpress) #mainnav .navsidebarcontent .featured-container .featured-item .featured-content .subline, #sbtest .navsidebarcontent .featured-container .featured-item .featured-content .subline, .teaser-portrait .country, .teaser-portrait .profession, .teaser-portrait .favorite, .profile-page .profile-data .profile-data-text dd, .profile-page .profile-data .profile-data-text span, #profile-overlay---- .profile-data .profile-data-text dd, #profile-overlay---- .profile-data .profile-data-text span, #content-overlay .profile-data .profile-data-text dd, #content-overlay .profile-data .profile-data-text span, .video-container .video-info .video-meta, .gallery-container .gallery-info .gallery-meta {
  font-family: 'Panama';
  font-size: 26px;
  line-height: 1.16;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 32px;
  line-height: 1.25;
  letter-spacing: -0.9px; }

a.serif-s, .talentpress-grid .teaser-article a.article-author, body:not(.talentpress) #mainnav .navsidebarcontent .featured-container .featured-item .featured-content a.subline, #sbtest .navsidebarcontent .featured-container .featured-item .featured-content a.subline, .teaser-portrait a.country, .teaser-portrait a.profession, .teaser-portrait a.favorite, .video-container .video-info a.video-meta, .gallery-container .gallery-info a.gallery-meta, .serif-s a, .talentpress-grid .teaser-article .article-author a, body:not(.talentpress) #mainnav .navsidebarcontent .featured-container .featured-item .featured-content .subline a, #sbtest .navsidebarcontent .featured-container .featured-item .featured-content .subline a, .teaser-portrait .country a, .teaser-portrait .profession a, .teaser-portrait .favorite a, .profile-page .profile-data .profile-data-text dd a, .profile-page .profile-data .profile-data-text span a, #profile-overlay---- .profile-data .profile-data-text dd a, #profile-overlay---- .profile-data .profile-data-text span a, #content-overlay .profile-data .profile-data-text dd a, #content-overlay .profile-data .profile-data-text span a, .video-container .video-info .video-meta a, .gallery-container .gallery-info .gallery-meta a {
  border-bottom-width: 1px; }

.serif-m, #filter-persons .filter-persons-content input.filter-input, .profile-page .profile-data .profile-data-text .profile-fow, #profile-overlay---- .profile-data .profile-data-text .profile-fow, #content-overlay .profile-data .profile-data-text .profile-fow, .profile-page .quote, #profile-overlay---- .quote, #content-overlay .quote {
  font-family: 'Panama';
  font-size: 26px;
  line-height: 1.16;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 45px;
  line-height: 1.16;
  letter-spacing: -2px; }

a.serif-m, .profile-page .profile-data .profile-data-text a.profile-fow, #profile-overlay---- .profile-data .profile-data-text a.profile-fow, #content-overlay .profile-data .profile-data-text a.profile-fow, .profile-page a.quote, #profile-overlay---- a.quote, #content-overlay a.quote, .serif-m a, #filter-persons .filter-persons-content input.filter-input a, .profile-page .profile-data .profile-data-text .profile-fow a, #profile-overlay---- .profile-data .profile-data-text .profile-fow a, #content-overlay .profile-data .profile-data-text .profile-fow a, .profile-page .quote a, #profile-overlay---- .quote a, #content-overlay .quote a {
  border-bottom-width: 2px; }

.serif-l, h1 span, .article-header .main span {
  font-family: 'Panama';
  font-size: 26px;
  line-height: 1.16;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 75px;
  line-height: 1.12;
  letter-spacing: -2.8px; }

a.serif-l, .serif-l a, h1 span a, .article-header .main span a {
  border-bottom-width: 3px; }

.serif-xl, .hero h1 a, .hero .article-header .main a, .article-header .hero .main a {
  font-family: 'Panama';
  font-size: 26px;
  line-height: 1.16;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 90px;
  line-height: 1.14;
  letter-spacing: -3.5px; }

a.serif-xl, .hero h1 a, .hero .article-header .main a, .article-header .hero .main a, .serif-xl a, .hero h1 a a, .hero .article-header .main a a, .article-header .hero .main a a {
  border-bottom-width: 3px; }

.serif-xxl {
  font-family: 'Panama';
  font-size: 26px;
  line-height: 1.16;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 160px;
  line-height: 1.06;
  letter-spacing: -6px; }

a.serif-xxl, .serif-xxl a {
  border-bottom-width: 6px; }

@media (min-width: 900px) {
  .fs-project-header {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 84px;
    line-height: 1.37;
    letter-spacing: -0.045238em; } }

@media (max-width: 899px) {
  .fs-project-header {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 72px;
    line-height: 1.17;
    letter-spacing: -3.4px; } }

@media (max-width: 599px) {
  .fs-project-header {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 42px;
    line-height: 1.24;
    letter-spacing: -0.0642857em; } }

@media (min-width: 900px) {
  .fs-project-header-eng {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 90px;
    line-height: 1.14;
    letter-spacing: -3.5px; } }

@media (max-width: 899px) {
  .fs-project-header-eng {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 75px;
    line-height: 1.12;
    letter-spacing: -2.8px; } }

@media (max-width: 599px) {
  .fs-project-header-eng {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 45px;
    line-height: 1.16;
    letter-spacing: -2px; } }

@media (max-width: 599px) {
  .fs-herotext {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 30px;
    line-height: 1.33;
    letter-spacing: -1.2px; }
    .fs-herotext a {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 32px;
      line-height: 1.25;
      letter-spacing: -0.9px; } }

@media (min-width: 600px) and (max-width: 899px) {
  .fs-herotext {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 42px;
    line-height: 1.24;
    letter-spacing: -0.0642857em; }
    .fs-herotext a {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 45px;
      line-height: 1.16;
      letter-spacing: -2px; } }

@media (min-width: 900px) and (max-width: 1199px) {
  .fs-herotext {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 72px;
    line-height: 1.17;
    letter-spacing: -3.4px; }
    .fs-herotext a {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 75px;
      line-height: 1.12;
      letter-spacing: -2.8px; } }

@media (min-width: 1200px) {
  .fs-herotext {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 84px;
    line-height: 1.37;
    letter-spacing: -0.045238em; }
    .fs-herotext a {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 90px;
      line-height: 1.14;
      letter-spacing: -3.5px; } }

@media (max-width: 599px) {
  .fs-herotext-alt {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: -0.9px; }
    .fs-herotext-alt a {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 30px;
      line-height: 1.33;
      letter-spacing: -1.2px; } }

@media (min-width: 600px) {
  .fs-herotext-alt {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 45px;
    line-height: 1.16;
    letter-spacing: -2px; }
    .fs-herotext-alt a {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 42px;
      line-height: 1.24;
      letter-spacing: -0.0642857em; } }

@media (min-width: 900px) {
  .fs-herotext-alt {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 75px;
    line-height: 1.12;
    letter-spacing: -2.8px; }
    .fs-herotext-alt a {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 72px;
      line-height: 1.17;
      letter-spacing: -3.4px; } }

@media (min-width: 1200px) {
  .fs-herotext-alt {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 90px;
    line-height: 1.14;
    letter-spacing: -3.5px; }
    .fs-herotext-alt a {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 84px;
      line-height: 1.37;
      letter-spacing: -0.045238em; } }

@media (max-width: 599px) {
  .fs-hero-subline {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 19px;
    line-height: 1.37;
    letter-spacing: -0.6px; }
    .fs-hero-subline a {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 21px;
      line-height: 1.24;
      letter-spacing: -0.6px; } }

@media (min-width: 600px) {
  .fs-hero-subline {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: -1px; } }
  @media (min-width: 600px) and (max-width: 899px) {
    .fs-hero-subline a {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 21px;
      line-height: 1.24;
      letter-spacing: -0.6px; } }
  @media (min-width: 600px) and (min-width: 900px) {
    .fs-hero-subline a {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 26px;
      line-height: 1.25;
      letter-spacing: -0.9px; } }

h1, .article-header .main,
h2,
.article-header .intro,
h3,
h4 {
  margin: 0; }

@media (min-width: 1200px) {
  h1, .article-header .main {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 148px;
    line-height: 1.15;
    letter-spacing: -0.047297em; } }

@media (max-width: 1199px) {
  h1, .article-header .main {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 84px;
    line-height: 1.37;
    letter-spacing: -0.045238em; } }

@media (max-width: 599px) {
  h1, .article-header .main {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 42px;
    line-height: 1.24;
    letter-spacing: -0.0642857em; } }

@media (min-width: 1200px) {
  h2, .article-header .intro {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 84px;
    line-height: 1.37;
    letter-spacing: -0.045238em; } }

@media (min-width: 900px) and (max-width: 1199px) {
  h2, .article-header .intro {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 72px;
    line-height: 1.17;
    letter-spacing: -3.4px; } }

@media (min-width: 600px) and (max-width: 899px) {
  h2, .article-header .intro {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 42px;
    line-height: 1.24;
    letter-spacing: -0.0642857em; } }

@media (max-width: 599px) {
  h2, .article-header .intro {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 30px;
    line-height: 1.33;
    letter-spacing: -1.2px; } }

@media (min-width: 1200px) {
  h2.is-serif, .article-header .is-serif.intro {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 90px;
    line-height: 1.14;
    letter-spacing: -3.5px; } }

@media (min-width: 900px) and (max-width: 1199px) {
  h2.is-serif, .article-header .is-serif.intro {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 75px;
    line-height: 1.12;
    letter-spacing: -2.8px; } }

@media (min-width: 600px) and (max-width: 899px) {
  h2.is-serif, .article-header .is-serif.intro {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 45px;
    line-height: 1.16;
    letter-spacing: -2px; } }

@media (max-width: 599px) {
  h2.is-serif, .article-header .is-serif.intro {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: -0.9px; } }

@media (min-width: 900px) {
  h3 {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 42px;
    line-height: 1.24;
    letter-spacing: -0.0642857em; } }

@media (max-width: 899px) {
  h3 {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 30px;
    line-height: 1.33;
    letter-spacing: -1.2px; } }

@media (min-width: 900px) {
  h3.is-serif {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 45px;
    line-height: 1.16;
    letter-spacing: -2px; } }

@media (max-width: 899px) {
  h3.is-serif {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: -0.9px; } }

/*
Layout Guidelines

each section on a page has a margin-top of 0px. The distance to the next section is defined by the margin-bottom.

the margin to the next page section can be set by the margin helper classes (use only 45, 60, 90, 120)
depending on what looks best 

Article Header
-----
180px
_____
Intro
_____
180px
_____
Text
_____
120px
-----
Bild
-----
90px
-----
Text
-----
Bild

*/
:root {
  --margin-top: 90px;
  --border: 1px; }
  @media (min-width: 1200px) {
    :root {
      --margin-xl: 150px;
      --margin-l: 120px;
      --margin-m: 90px;
      --margin-s: 60px;
      --margin-xs: 45px; } }
  @media (min-width: 1200px) and (max-width: 1799px) {
    :root {
      --column: 9.3vw; } }
  @media (min-width: 900px) {
    :root {
      --gutter: 3.66vw;
      --margin-xl: 120px;
      --margin-l: 90px;
      --margin-m: 60px;
      --margin-s: 45px;
      --margin-xs: 30px; } }
  @media (min-width: 900px) and (max-width: 1199px) {
    :root {
      --gutter: 5.468vw;
      --column: 14vw; } }
  @media (min-width: 600px) and (max-width: 899px) {
    :root {
      --margin-xl: 90px;
      --margin-l: 60px;
      --margin-m: 45px;
      --margin-s: 30px;
      --margin-xs: 15px; } }
  @media (max-width: 899px) {
    :root {
      --gutter: 5.468vw; } }
  @media (max-width: 599px) {
    :root {
      --margin-top: 60px;
      --gutter: 4vw;
      --margin-xl: 60px;
      --margin-l: 45px;
      --margin-m: 30px;
      --margin-s: 15px;
      --margin-xs: 15px; } }
  @media (min-width: 1800px) {
    :root {
      --gutter: 2.864vw; } }

#page {
  flex: 1 0 auto; }

#welcome-msg {
  display: none; }

.outer-padding, .app_searchbar, .article-header--smaller, .Workshop_Teaser dt, .Workshop_Teaser dd, .hero2, body #animation-logo-start-wrapper, .fullwidth-list .fullwidth-list_item .fullwidth-list_item-content, .card-section .card-wrapper .card-item .card-title, body:not(.talentpress) #mainnav .menutop, .search-overlay-buttons, .profile-page .contact-form, #profile-overlay---- .contact-form, #content-overlay .contact-form, #page .event-recording .event-recording-top .info-area .quote-footer, #page .event-recording .event-recording-top .quotes-slider .quote-slide, .msg p {
  padding-left: var(--gutter);
  padding-right: var(--gutter); }

.nbb {
  border-bottom: 0px !important; }

.nbt, .find-index .linklist, body.phone section.program-index .eventlist, body.tablet-portrait section.program-index .eventlist {
  border-top: 0px !important; }

.m-t-xl {
  padding-top: var(--margin-xl) !important; }

.m-b-xl {
  padding-bottom: var(--margin-xl) !important; }

.m-t-l {
  padding-top: var(--margin-l) !important; }

.m-b-l {
  padding-bottom: var(--margin-l) !important; }

.m-t-m, #filter-persons .filter-persons-content .filter-content .search-select-container > div.low-filter-warning {
  padding-top: var(--margin-m) !important; }

.m-b-m, .project-page #page .project-information-details .project-longtext, .project-page #page #content-overlay .project-information-details .project-longtext, #content-overlay .project-information-details .project-longtext, #content-overlay #content-overlay .project-information-details .project-longtext {
  padding-bottom: var(--margin-m) !important; }

.m-t-s {
  padding-top: var(--margin-s) !important; }

.m-b-s {
  padding-bottom: var(--margin-s) !important; }

.m-t-xs {
  padding-top: var(--margin-xs) !important; }

.m-b-xs {
  padding-bottom: var(--margin-xs) !important; }

.nowrap {
  white-space: nowrap; }

.pointer, .media-block .get-media {
  cursor: pointer; }

@media (min-width: 900px) {
  .cc2 {
    column-count: 2;
    column-gap: calc(var(--gutter) *2); } }

.close-btn, body:not(.talentpress) #mainnav .menutop .menutop-right #global-toggle {
  position: relative; }
  @media (min-width: 900px) {
    .close-btn, body:not(.talentpress) #mainnav .menutop .menutop-right #global-toggle {
      height: 50px;
      width: 50px; } }
  @media (min-width: 600px) and (max-width: 899px) {
    .close-btn, body:not(.talentpress) #mainnav .menutop .menutop-right #global-toggle {
      height: 40px;
      width: 40px; } }
  @media (max-width: 599px) {
    .close-btn, body:not(.talentpress) #mainnav .menutop .menutop-right #global-toggle {
      height: 35px;
      width: 35px; } }
  .close-btn:before, body:not(.talentpress) #mainnav .menutop .menutop-right #global-toggle:before, .close-btn:after, body:not(.talentpress) #mainnav .menutop .menutop-right #global-toggle:after {
    display: block;
    position: absolute;
    height: 0;
    content: "";
    top: 50%;
    right: -65%;
    border: 1px solid currentColor; }
    @media (min-width: 900px) {
      .close-btn:before, body:not(.talentpress) #mainnav .menutop .menutop-right #global-toggle:before, .close-btn:after, body:not(.talentpress) #mainnav .menutop .menutop-right #global-toggle:after {
        width: 50px; } }
    @media (min-width: 600px) and (max-width: 899px) {
      .close-btn:before, body:not(.talentpress) #mainnav .menutop .menutop-right #global-toggle:before, .close-btn:after, body:not(.talentpress) #mainnav .menutop .menutop-right #global-toggle:after {
        width: 40px; } }
    @media (max-width: 599px) {
      .close-btn:before, body:not(.talentpress) #mainnav .menutop .menutop-right #global-toggle:before, .close-btn:after, body:not(.talentpress) #mainnav .menutop .menutop-right #global-toggle:after {
        width: 35px; } }
  .close-btn:before, body:not(.talentpress) #mainnav .menutop .menutop-right #global-toggle:before {
    transform: translate3d(-50%, -50%, 0) rotate(-45deg); }
  .close-btn:after, body:not(.talentpress) #mainnav .menutop .menutop-right #global-toggle:after {
    transform: translate3d(-50%, -50%, 0) rotate(45deg); }
  .close-btn:hover:before, body:not(.talentpress) #mainnav .menutop .menutop-right #global-toggle:hover:before, .close-btn:hover:after, body:not(.talentpress) #mainnav .menutop .menutop-right #global-toggle:hover:after {
    border-color: #ee0085; }

.stick-to-top {
  position: fixed;
  top: 0px;
  top: var(--offsettop); }

@media (max-width: 599px) {
  .hide-for-mobile {
    display: none; } }

@media (max-width: 899px) {
  .hide-for-portrait-down {
    display: none; } }

@media (min-width: 600px) {
  .hide-for-portrait-up {
    display: none; } }

@media (max-width: 1199px) {
  .hide-for-landscape-down {
    display: none; } }

@media (min-width: 900px) {
  .hide-for-landscape-up {
    display: none; } }

.fullwidth_expand_two-cols .expand-item-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 899px) {
    .fullwidth_expand_two-cols .expand-item-container {
      flex-flow: column-reverse; } }
  .fullwidth_expand_two-cols .expand-item-container div:nth-child(1) {
    flex: 1 1 54%; }
    @media (max-width: 599px) {
      .fullwidth_expand_two-cols .expand-item-container div:nth-child(1) {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 30px;
        line-height: 1.33;
        letter-spacing: -1.2px; } }
    @media (min-width: 600px) {
      .fullwidth_expand_two-cols .expand-item-container div:nth-child(1) {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 42px;
        line-height: 1.24;
        letter-spacing: -0.0642857em; } }
    @media (min-width: 1200px) {
      .fullwidth_expand_two-cols .expand-item-container div:nth-child(1) {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 72px;
        line-height: 1.17;
        letter-spacing: -3.4px; } }
  .fullwidth_expand_two-cols .expand-item-container div:nth-child(2) {
    flex: 1 1 46%;
    align-self: flex-start; }
    @media (max-width: 899px) {
      .fullwidth_expand_two-cols .expand-item-container div:nth-child(2) {
        margin-bottom: 1em; } }

.single-image img {
  height: auto;
  width: auto; }
  @media (max-width: 899px) {
    .single-image img.is-portrait {
      height: 400px; } }

.single-image.align-left {
  justify-content: start; }

.single-image.align-center {
  justify-content: center; }

.single-image.align-right {
  justify-content: end; }

.button-list {
  padding-top: var(--margin-top) !important; }
  @media (max-width: 899px) {
    .button-list {
      display: none; } }
  .button-list div {
    bottom: 50px; }
  @media (max-width: 599px) {
    .button-list button {
      display: inline-block;
      border: 2px solid  #000000;
      margin: 0 0.5em 0 0;
      padding: 0.25em 0.8em 0.25em 0.8em;
      line-height: 1;
      text-decoration: none;
      cursor: pointer;
      text-align: center;
      -webkit-appearance: none;
      -moz-appearance: none;
      background-color: transparent;
      -webkit-tap-highlight-color: transparent;
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 19px;
      line-height: 1.37;
      letter-spacing: -0.6px;
      padding: 0.25em 0.875em 0.25em 0.875em;
      border-radius: 12px;
      border: solid 1px #000000;
      line-height: 1; }
      .button-list button:not(.dosearch) {
        min-width: 4em; }
      .button-list button.color-white {
        border-color: #FFFFFF; }
      .button-list button.bg-transparent {
        background-color: transparent; }
      .button-list button:hover {
        color: #ee0085;
        border-color: #ee0085; }
      .button-list button:focus {
        outline: 1px solid #fff;
        outline-offset: -4px; }
      .button-list button:active {
        color: currentColor; }
      .button-list button:hover:active {
        color: #ee0085; } }
  @media (min-width: 600px) and (max-width: 899px) {
    .button-list button {
      display: inline-block;
      border: 2px solid  #000000;
      margin: 0 0.5em 0 0;
      padding: 0.25em 0.8em 0.25em 0.8em;
      line-height: 1;
      text-decoration: none;
      cursor: pointer;
      text-align: center;
      -webkit-appearance: none;
      -moz-appearance: none;
      background-color: transparent;
      -webkit-tap-highlight-color: transparent;
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 19px;
      line-height: 1.37;
      letter-spacing: -0.6px;
      padding: 0.25em 0.875em 0.25em 0.875em;
      border-radius: 12px;
      border: solid 1px #000000;
      line-height: 1; }
      .button-list button:not(.dosearch) {
        min-width: 4em; }
      .button-list button.color-white {
        border-color: #FFFFFF; }
      .button-list button.bg-transparent {
        background-color: transparent; }
      .button-list button:hover {
        color: #ee0085;
        border-color: #ee0085; }
      .button-list button:focus {
        outline: 1px solid #fff;
        outline-offset: -4px; }
      .button-list button:active {
        color: currentColor; }
      .button-list button:hover:active {
        color: #ee0085; } }
  @media (min-width: 900px) {
    .button-list button {
      display: inline-block;
      border: 2px solid  #000000;
      margin: 0 0.5em 0 0;
      padding: 0.25em 0.8em 0.25em 0.8em;
      line-height: 1;
      text-decoration: none;
      cursor: pointer;
      text-align: center;
      -webkit-appearance: none;
      -moz-appearance: none;
      background-color: transparent;
      -webkit-tap-highlight-color: transparent;
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 24px;
      line-height: 1.33;
      letter-spacing: -1px;
      padding: 0.31em 0.875em 0.25em 0.875em;
      border-radius: 16px;
      border: solid 1px #000000;
      line-height: 1; }
      .button-list button:not(.dosearch) {
        min-width: 4em; }
      .button-list button.color-white {
        border-color: #FFFFFF; }
      .button-list button.bg-transparent {
        background-color: transparent; }
      .button-list button:hover {
        color: #ee0085;
        border-color: #ee0085; }
      .button-list button:focus {
        outline: 1px solid #fff;
        outline-offset: -4px; }
      .button-list button:active {
        color: currentColor; }
      .button-list button:hover:active {
        color: #ee0085; } }
  .button-list button.no-show {
    opacity: 0;
    height: 0;
    width: 0;
    position: absolute; }

.article-grid_item {
  margin-bottom: var(--margin-s); }
  .article-grid_item:hover .article-grid_item-img img {
    transform: scale(1.05); }
  @media (max-width: 899px) {
    .article-grid_item .title {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 19px;
      line-height: 1.37;
      letter-spacing: -0.6px; } }
  @media (min-width: 900px) {
    .article-grid_item .title {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 24px;
      line-height: 1.33;
      letter-spacing: -1px; } }
  @media (max-width: 899px) {
    .article-grid_item .subline {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 21px;
      line-height: 1.24;
      letter-spacing: -0.6px; } }
  @media (min-width: 900px) {
    .article-grid_item .subline {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 26px;
      line-height: 1.25;
      letter-spacing: -0.9px; } }
  .article-grid_item .contact {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 19px;
    line-height: 1.37;
    letter-spacing: -0.6px; }
  @media (min-width: 1800px) {
    .article-grid_item.is-landscape:nth-child(odd) {
      grid-column-start: 2; } }
  @media (min-width: 1200px) {
    .article-grid_item.is-landscape {
      grid-column-start: auto;
      grid-column-end: span 3; } }
  @media (max-width: 1199px) {
    .article-grid_item.is-landscape {
      grid-column-start: auto;
      grid-column-end: span 2; } }
  @media (max-width: 599px) {
    .article-grid_item.is-landscape {
      grid-column: 1/-1; } }
  @media (min-width: 1200px) {
    .article-grid_item.is-portrait {
      grid-column-start: auto;
      grid-column-end: span 2; } }
  @media (min-width: 900px) and (max-width: 1199px) {
    .article-grid_item.is-portrait {
      grid-column-start: auto;
      grid-column-end: span 5; } }
  @media (max-width: 899px) {
    .article-grid_item.is-portrait {
      grid-column-start: auto;
      grid-column-end: span 5; } }
  @media (max-width: 599px) {
    .article-grid_item.is-portrait {
      grid-column-start: auto;
      grid-column-end: span 5; } }
  .article-grid_item .article-grid_item-img {
    margin-bottom: 0.4em;
    overflow: hidden; }
    .article-grid_item .article-grid_item-img img {
      transition: transform 1s ease; }

.embed-media {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9*/
  height: 0; }
  .embed-media iframe, .embed-media video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.object-fit-cover, .talentpress-grid .teaser-article .img-landscape img, #page .teaser-grid .teaser-project img, #page .teaser-grid #page-builder .related_articles-wrapper .related_articles-inner > div img, #page-builder .related_articles-wrapper #page .teaser-grid .related_articles-inner > div img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover; }

.object-fit-contain {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: contain;
  object-fit: contain; }

.mix-difference {
  mix-blend-mode: difference; }

dd {
  margin-left: 0px; }

.underline-0, .location-link {
  border-bottom: none !important;
  background-image: none !important; }

.underline-1 {
  display: inline-block;
  line-height: 1;
  border-bottom: none;
  color: currentColor;
  text-decoration: none;
  background: transparent;
  background-image: linear-gradient(#000, #000);
  background-size: 1px 1px;
  background-repeat: repeat-x;
  background-position: 0% 100%; }
  .underline-1:hover {
    background-image: linear-gradient(#ee0085, #ee0085); }
  .underline-1:hover {
    border-bottom-color: #ee0085; }

.underline-2, .full-width-button a, .full-width-section a {
  display: inline-block;
  line-height: 1;
  border-bottom: none;
  color: currentColor;
  text-decoration: none;
  background: transparent;
  background-image: linear-gradient(#000, #000);
  background-size: 1px 2px;
  background-repeat: repeat-x;
  background-position: 0% 100%; }
  .underline-2:hover, .full-width-button a:hover, .full-width-section a:hover {
    background-image: linear-gradient(#ee0085, #ee0085); }
  .underline-2:hover, .full-width-button a:hover, .full-width-section a:hover {
    border-bottom-color: #ee0085; }

body.talentpress .app_searchbar {
  background: black !important; }
  body.talentpress .app_searchbar input {
    color: white; }
    body.talentpress .app_searchbar input::placeholder {
      color: white; }

@media (max-width: 599px) {
  body.talentpress.filters-active .topnav .filter-btn #toggle-filter {
    color: black; } }

body.talentpress.filter-persons-open #toggle-tp-about {
  display: none; }

body.talentpress #mainnav {
  background-color: black;
  color: white;
  visibility: hidden;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  z-index: 100;
  -webkit-overflow-scrolling: touch; }
  body.talentpress #mainnav .menutop {
    height: var(--margin-top);
    padding: 0 var(--gutter);
    justify-content: flex-end;
    align-items: center; }
  body.talentpress #mainnav .logo {
    transition: transform .6s ease;
    transform: translateY(20%); }

body.talentpress.mainnav-open #mainnav {
  visibility: visible;
  pointer-events: all; }
  body.talentpress.mainnav-open #mainnav div {
    opacity: 1;
    transform: translateY(0); }

.tp-details {
  display: grid;
  grid-template-columns: 1fr 1fr; }
  .tp-details > div {
    opacity: 0;
    transition: opacity .9s ease, transform .6s ease; }
    @media (max-width: 1199px) {
      .tp-details > div {
        grid-column-start: 1;
        grid-column-end: span all; } }
    .tp-details > div.logo {
      transform: translateY(45%); }
    .tp-details > div.about-tp {
      transition-delay: .2s;
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 19px;
      line-height: 1.37;
      letter-spacing: -0.6px; }
      @media (max-width: 1199px) {
        .tp-details > div.about-tp {
          margin-top: 70px;
          margin-bottom: 120px; } }
      @media (min-width: 1200px) {
        .tp-details > div.about-tp {
          margin-left: var(--gutter); } }
    .tp-details > div.links {
      transition-delay: .5s;
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 42px;
      line-height: 1.24;
      letter-spacing: -0.0642857em; }
      .tp-details > div.links li {
        margin-top: .48611vw; }
      .tp-details > div.links a {
        display: inline-block;
        line-height: 1;
        border-bottom: none;
        color: currentColor;
        text-decoration: none;
        background: transparent;
        background-image: linear-gradient(currentColor, currentColor);
        background-size: 1px 1px;
        background-repeat: repeat-x;
        background-position: 0% 100%; }
        .tp-details > div.links a:hover {
          background-image: linear-gradient(#ee0085, #ee0085); }

.app_searchbar {
  height: var(--margin-top);
  overflow: hidden;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  width: 100%;
  background: white;
  top: 0px;
  display: none;
  z-index: 999; }
  @media (max-width: 599px) {
    .app_searchbar {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 19px;
      line-height: 1.37;
      letter-spacing: -0.6px; } }
  @media (min-width: 600px) {
    .app_searchbar {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 24px;
      line-height: 1.33;
      letter-spacing: -1px; } }
  @media (min-width: 1200px) {
    .app_searchbar {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 30px;
      line-height: 1.33;
      letter-spacing: -1.2px; } }
  .app_searchbar.open {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

.shoutout-wrapper {
  overflow-x: hidden; }
  @media (max-width: 599px) {
    .shoutout-wrapper h2, .shoutout-wrapper .article-header .intro, .article-header .shoutout-wrapper .intro {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 32px;
      line-height: 1.25;
      letter-spacing: -0.9px; } }
  @media (min-width: 600px) {
    .shoutout-wrapper h2, .shoutout-wrapper .article-header .intro, .article-header .shoutout-wrapper .intro {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 45px;
      line-height: 1.16;
      letter-spacing: -2px; } }
  @media (min-width: 1200px) {
    .shoutout-wrapper h2, .shoutout-wrapper .article-header .intro, .article-header .shoutout-wrapper .intro {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 75px;
      line-height: 1.12;
      letter-spacing: -2.8px; } }

@media (max-width: 1199px) and (max-width: 599px) {
  .shoutout-wrapper {
    padding-left: 4vw;
    padding-right: 4vw; } }

@media (max-width: 1199px) and (min-width: 600px) {
  .shoutout-wrapper {
    padding-left: 5.468vw;
    padding-right: 5.468vw; } }

@media (max-width: 1199px) and (min-width: 1200px) {
  .shoutout-wrapper {
    padding-left: 3.66vw;
    padding-right: 3.66vw; } }

@media (max-width: 1199px) and (min-width: 1800px) {
  .shoutout-wrapper {
    padding-left: 2.864vw;
    padding-right: 2.864vw; } }

#shoutout-main {
  margin: .5em 0px; }
  @media (max-width: 599px) {
    #shoutout-main {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 30px;
      line-height: 1.33;
      letter-spacing: -1.2px; } }
  @media (min-width: 600px) {
    #shoutout-main {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 42px;
      line-height: 1.24;
      letter-spacing: -0.0642857em; } }
  @media (min-width: 1200px) {
    #shoutout-main {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 72px;
      line-height: 1.17;
      letter-spacing: -3.4px; } }

.scale {
  transition: transform .3s ease-in-out; }
  .scale :hover {
    transform: scale(1.1); }

.media_embedded-wrapper {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row; }
  .media_embedded-wrapper span {
    position: relative;
    height: 63vh;
    width: calc(var(--aspect-ratio) * 63vh); }
    @media (max-aspect-ratio: 4 / 3) {
      .media_embedded-wrapper span span {
        position: relative;
        width: 100%;
        height: calc(100vw / var(--aspect-ratio)); } }
    .media_embedded-wrapper span iframe {
      position: absolute;
      width: 100%;
      height: 100%; }

.is-outline {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #000;
  color: transparent; }
  .is-outline:hover {
    -webkit-text-fill-color: initial; }

.is-outline-white {
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #000;
  color: #fff; }

.is-outline-black {
  -webkit-text-fill-color: #000;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #fff;
  color: #000; }

.is-inline {
  display: inline; }

.is-block {
  display: block; }

.is-fixed-bottom {
  position: fixed;
  bottom: 0;
  z-index: 99; }

.is-sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0px; }

.topnav.nav-down .button-list {
  background-color: red; }

.is-flex-row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.is-flex-col {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.is-space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.flex-wrap, .article-grid-flex {
  flex-wrap: wrap; }

.has-touchevent *.Row-content {
  overflow-x: scroll !important;
  pointer-events: all !important; }

#page section.content-module {
  margin-top: 0px; }
  #page section.content-module .has-reveal > div:first-child {
    margin-bottom: 50px; }
  #page section.content-module .has-reveal .reveal {
    text-align: right; }

#page section.article-header + section.content-module {
  margin-top: var(--margin-xl, 100px); }

section.content-module > h2, .article-header section.content-module > .intro, section.content-module h3 {
  grid-column: 1/-1;
  margin-bottom: 1em; }

section.content-module .span-2l-2m {
  grid-column: 1/-1; }
  @media (min-width: 1200px) {
    section.content-module .span-2l-2m {
      grid-column-start: auto;
      grid-column-end: span 2; } }
  @media (min-width: 900px) and (max-width: 1199px) {
    section.content-module .span-2l-2m {
      grid-column-start: auto;
      grid-column-end: span 2; } }

section.content-module .span-3l-2m {
  grid-column: 1/-1; }
  @media (min-width: 1200px) {
    section.content-module .span-3l-2m {
      grid-column-start: auto;
      grid-column-end: span 3; } }
  @media (min-width: 900px) and (max-width: 1199px) {
    section.content-module .span-3l-2m {
      grid-column-start: auto;
      grid-column-end: span 2; } }

section.content-module .span-2l-2s {
  grid-column: 1/-1; }
  @media (min-width: 600px) {
    section.content-module .span-2l-2s {
      grid-column-start: auto;
      grid-column-end: span 2; } }

section.content-module .span-3l-2s {
  grid-column: 1/-1; }
  @media (min-width: 600px) {
    section.content-module .span-3l-2s {
      grid-column-start: auto;
      grid-column-end: span 2; } }
  @media (min-width: 1200px) {
    section.content-module .span-3l-2s {
      grid-column-start: auto;
      grid-column-end: span 3; } }

section.content-module .span-4l-3m {
  grid-column: 1/-1; }
  @media (min-width: 1200px) {
    section.content-module .span-4l-3m {
      grid-column-start: auto;
      grid-column-end: span 4; } }
  @media (min-width: 900px) and (max-width: 1199px) {
    section.content-module .span-4l-3m {
      grid-column-start: auto;
      grid-column-end: span 3; } }

section.content-module .span-4l-2m {
  grid-column: 1/-1; }
  @media (min-width: 1200px) {
    section.content-module .span-4l-2m {
      grid-column-start: auto;
      grid-column-end: span 4; } }
  @media (min-width: 900px) and (max-width: 1199px) {
    section.content-module .span-4l-2m {
      grid-column-start: auto;
      grid-column-end: span 2; } }

@media (min-width: 600px) and (max-width: 899px) {
  section.content-module .span-2s {
    grid-column-start: 2;
    grid-column-end: span 2; } }

section.content-module .span-5l-4m {
  grid-column-start: auto;
  grid-column-end: span 5; }

section.content-module .offset-1 {
  margin-left: calc(var(--column) + var(--gutter) * 2); }

.Module {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-column-gap: 7.32026vw;
  margin: 3.66013vw auto;
  padding: 0 !important;
  max-width: 1600px; }
  .Module .col:empty {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    padding-top: 0px !important; }
  @media (min-width: 900px) {
    .Module .col-1 {
      grid-column: span 1; } }
  @media (max-width: 899px) {
    .Module .col-1 {
      grid-column: span 6; } }
  @media (min-width: 900px) {
    .Module .col-2 {
      grid-column: span 2; } }
  @media (max-width: 899px) {
    .Module .col-2 {
      grid-column: span 6; } }
  @media (min-width: 900px) {
    .Module .col-3 {
      grid-column: span 3; } }
  @media (max-width: 899px) {
    .Module .col-3 {
      grid-column: span 6; } }
  @media (min-width: 900px) {
    .Module .col-4 {
      grid-column: span 4; } }
  @media (max-width: 899px) {
    .Module .col-4 {
      grid-column: span 6; } }
  @media (min-width: 900px) {
    .Module .col-5 {
      grid-column: span 5; } }
  @media (max-width: 899px) {
    .Module .col-5 {
      grid-column: span 6; } }
  .Module .col-6 {
    grid-column: span 6; }
  .Module.textModule p {
    max-width: 811px; }
  .Module.textModule p:not(:last-child) {
    margin-bottom: 25px; }

section.content-module p {
  max-width: 811px; }

@media (max-width: 1199px) {
  section.content-module .textblock ~ .textblock, section.content-module .hero2 .fs-hero-subline ~ .textblock, .hero2 section.content-module .fs-hero-subline ~ .textblock, section.content-module .article-grid .col:empty p ~ .textblock, .article-grid .col:empty section.content-module p ~ .textblock, section.content-module .textblock-centered ~ .textblock, section.content-module .media-block-centered ~ .textblock, section.content-module .textblock-left ~ .textblock, section.content-module .media-block-left ~ .textblock, section.content-module .textblock-right ~ .textblock, section.content-module .media-block-right ~ .textblock, section.content-module .textblock-full ~ .textblock, section.content-module .media-block-full ~ .textblock, section.content-module .hero2 .textblock ~ .fs-hero-subline, .hero2 section.content-module .textblock ~ .fs-hero-subline, section.content-module .hero2 .fs-hero-subline ~ .fs-hero-subline, .hero2 section.content-module .fs-hero-subline ~ .fs-hero-subline, section.content-module .article-grid .col:empty .hero2 p ~ .fs-hero-subline, .hero2 section.content-module .article-grid .col:empty p ~ .fs-hero-subline, .article-grid .col:empty section.content-module .hero2 p ~ .fs-hero-subline, .hero2 .article-grid .col:empty section.content-module p ~ .fs-hero-subline, section.content-module .hero2 .textblock-centered ~ .fs-hero-subline, .hero2 section.content-module .textblock-centered ~ .fs-hero-subline, section.content-module .hero2 .media-block-centered ~ .fs-hero-subline, .hero2 section.content-module .media-block-centered ~ .fs-hero-subline, section.content-module .hero2 .textblock-left ~ .fs-hero-subline, .hero2 section.content-module .textblock-left ~ .fs-hero-subline, section.content-module .hero2 .media-block-left ~ .fs-hero-subline, .hero2 section.content-module .media-block-left ~ .fs-hero-subline, section.content-module .hero2 .textblock-right ~ .fs-hero-subline, .hero2 section.content-module .textblock-right ~ .fs-hero-subline, section.content-module .hero2 .media-block-right ~ .fs-hero-subline, .hero2 section.content-module .media-block-right ~ .fs-hero-subline, section.content-module .hero2 .textblock-full ~ .fs-hero-subline, .hero2 section.content-module .textblock-full ~ .fs-hero-subline, section.content-module .hero2 .media-block-full ~ .fs-hero-subline, .hero2 section.content-module .media-block-full ~ .fs-hero-subline, section.content-module .article-grid .col:empty .textblock ~ p, .article-grid .col:empty section.content-module .textblock ~ p, section.content-module .hero2 .article-grid .col:empty .fs-hero-subline ~ p, .article-grid .col:empty section.content-module .hero2 .fs-hero-subline ~ p, .hero2 section.content-module .article-grid .col:empty .fs-hero-subline ~ p, .article-grid .col:empty .hero2 section.content-module .fs-hero-subline ~ p, section.content-module .article-grid .col:empty p ~ p, .article-grid .col:empty section.content-module p ~ p, section.content-module .article-grid .col:empty .textblock-centered ~ p, .article-grid .col:empty section.content-module .textblock-centered ~ p, section.content-module .article-grid .col:empty .media-block-centered ~ p, .article-grid .col:empty section.content-module .media-block-centered ~ p, section.content-module .article-grid .col:empty .textblock-left ~ p, .article-grid .col:empty section.content-module .textblock-left ~ p, section.content-module .article-grid .col:empty .media-block-left ~ p, .article-grid .col:empty section.content-module .media-block-left ~ p, section.content-module .article-grid .col:empty .textblock-right ~ p, .article-grid .col:empty section.content-module .textblock-right ~ p, section.content-module .article-grid .col:empty .media-block-right ~ p, .article-grid .col:empty section.content-module .media-block-right ~ p, section.content-module .article-grid .col:empty .textblock-full ~ p, .article-grid .col:empty section.content-module .textblock-full ~ p, section.content-module .article-grid .col:empty .media-block-full ~ p, .article-grid .col:empty section.content-module .media-block-full ~ p, section.content-module .textblock ~ .textblock-centered, section.content-module .hero2 .fs-hero-subline ~ .textblock-centered, .hero2 section.content-module .fs-hero-subline ~ .textblock-centered, section.content-module .article-grid .col:empty p ~ .textblock-centered, .article-grid .col:empty section.content-module p ~ .textblock-centered, section.content-module .textblock-centered ~ .textblock-centered, section.content-module .media-block-centered ~ .textblock-centered, section.content-module .textblock-left ~ .textblock-centered, section.content-module .media-block-left ~ .textblock-centered, section.content-module .textblock-right ~ .textblock-centered, section.content-module .media-block-right ~ .textblock-centered, section.content-module .textblock-full ~ .textblock-centered, section.content-module .media-block-full ~ .textblock-centered, section.content-module .textblock ~ .media-block-centered, section.content-module .hero2 .fs-hero-subline ~ .media-block-centered, .hero2 section.content-module .fs-hero-subline ~ .media-block-centered, section.content-module .article-grid .col:empty p ~ .media-block-centered, .article-grid .col:empty section.content-module p ~ .media-block-centered, section.content-module .textblock-centered ~ .media-block-centered, section.content-module .media-block-centered ~ .media-block-centered, section.content-module .textblock-left ~ .media-block-centered, section.content-module .media-block-left ~ .media-block-centered, section.content-module .textblock-right ~ .media-block-centered, section.content-module .media-block-right ~ .media-block-centered, section.content-module .textblock-full ~ .media-block-centered, section.content-module .media-block-full ~ .media-block-centered, section.content-module .textblock ~ .textblock-left, section.content-module .hero2 .fs-hero-subline ~ .textblock-left, .hero2 section.content-module .fs-hero-subline ~ .textblock-left, section.content-module .article-grid .col:empty p ~ .textblock-left, .article-grid .col:empty section.content-module p ~ .textblock-left, section.content-module .textblock-centered ~ .textblock-left, section.content-module .media-block-centered ~ .textblock-left, section.content-module .textblock-left ~ .textblock-left, section.content-module .media-block-left ~ .textblock-left, section.content-module .textblock-right ~ .textblock-left, section.content-module .media-block-right ~ .textblock-left, section.content-module .textblock-full ~ .textblock-left, section.content-module .media-block-full ~ .textblock-left, section.content-module .textblock ~ .media-block-left, section.content-module .hero2 .fs-hero-subline ~ .media-block-left, .hero2 section.content-module .fs-hero-subline ~ .media-block-left, section.content-module .article-grid .col:empty p ~ .media-block-left, .article-grid .col:empty section.content-module p ~ .media-block-left, section.content-module .textblock-centered ~ .media-block-left, section.content-module .media-block-centered ~ .media-block-left, section.content-module .textblock-left ~ .media-block-left, section.content-module .media-block-left ~ .media-block-left, section.content-module .textblock-right ~ .media-block-left, section.content-module .media-block-right ~ .media-block-left, section.content-module .textblock-full ~ .media-block-left, section.content-module .media-block-full ~ .media-block-left, section.content-module .textblock ~ .textblock-right, section.content-module .hero2 .fs-hero-subline ~ .textblock-right, .hero2 section.content-module .fs-hero-subline ~ .textblock-right, section.content-module .article-grid .col:empty p ~ .textblock-right, .article-grid .col:empty section.content-module p ~ .textblock-right, section.content-module .textblock-centered ~ .textblock-right, section.content-module .media-block-centered ~ .textblock-right, section.content-module .textblock-left ~ .textblock-right, section.content-module .media-block-left ~ .textblock-right, section.content-module .textblock-right ~ .textblock-right, section.content-module .media-block-right ~ .textblock-right, section.content-module .textblock-full ~ .textblock-right, section.content-module .media-block-full ~ .textblock-right, section.content-module .textblock ~ .media-block-right, section.content-module .hero2 .fs-hero-subline ~ .media-block-right, .hero2 section.content-module .fs-hero-subline ~ .media-block-right, section.content-module .article-grid .col:empty p ~ .media-block-right, .article-grid .col:empty section.content-module p ~ .media-block-right, section.content-module .textblock-centered ~ .media-block-right, section.content-module .media-block-centered ~ .media-block-right, section.content-module .textblock-left ~ .media-block-right, section.content-module .media-block-left ~ .media-block-right, section.content-module .textblock-right ~ .media-block-right, section.content-module .media-block-right ~ .media-block-right, section.content-module .textblock-full ~ .media-block-right, section.content-module .media-block-full ~ .media-block-right, section.content-module .textblock ~ .textblock-full, section.content-module .hero2 .fs-hero-subline ~ .textblock-full, .hero2 section.content-module .fs-hero-subline ~ .textblock-full, section.content-module .article-grid .col:empty p ~ .textblock-full, .article-grid .col:empty section.content-module p ~ .textblock-full, section.content-module .textblock-centered ~ .textblock-full, section.content-module .media-block-centered ~ .textblock-full, section.content-module .textblock-left ~ .textblock-full, section.content-module .media-block-left ~ .textblock-full, section.content-module .textblock-right ~ .textblock-full, section.content-module .media-block-right ~ .textblock-full, section.content-module .textblock-full ~ .textblock-full, section.content-module .media-block-full ~ .textblock-full, section.content-module .textblock ~ .media-block-full, section.content-module .hero2 .fs-hero-subline ~ .media-block-full, .hero2 section.content-module .fs-hero-subline ~ .media-block-full, section.content-module .article-grid .col:empty p ~ .media-block-full, .article-grid .col:empty section.content-module p ~ .media-block-full, section.content-module .textblock-centered ~ .media-block-full, section.content-module .media-block-centered ~ .media-block-full, section.content-module .textblock-left ~ .media-block-full, section.content-module .media-block-left ~ .media-block-full, section.content-module .textblock-right ~ .media-block-full, section.content-module .media-block-right ~ .media-block-full, section.content-module .textblock-full ~ .media-block-full, section.content-module .media-block-full ~ .media-block-full {
    margin-top: -50px;
    margin-bottom: 0px; } }

section.content-module h3 + p {
  margin-top: 1em; }

.media-block {
  margin: 10px 0px; }
  .media-block.is-portrait {
    grid-column-end: span 2; }
    @media (min-width: 600px) and (max-width: 899px) {
      .media-block.is-portrait {
        grid-column-start: 2; } }
  @media (min-width: 600px) {
    .media-block.span-large {
      grid-column-start: auto;
      grid-column-end: span 4; } }
  @media (min-width: 1200px) {
    .media-block.span-large {
      grid-column-start: 2; } }
  .media-block .embed-media {
    z-index: 2; }
  .media-block .media-placeholder {
    height: 100%;
    transition-delay: 1s; }
  .media-block .get-media {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition-delay: 1s;
    height: 6em;
    width: 6em;
    fill: #ee0085; }
  .media-block .embed-media.loaded .media-placeholder, .media-block .embed-media.loaded .get-media {
    opacity: 0;
    pointer-events: none; }

.play-media {
  background-image: url("/gfx/icon-play.svg");
  background-repeat: no-repeat; }

.article-header {
  padding-top: 2em;
  padding-bottom: 1.5em; }
  .article-header .main {
    margin-bottom: var(--margin-s); }
    .article-header .main h1, .article-header .main .main {
      max-width: 1200px; }
  .article-header .intro {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    max-width: 811px; }

.article-header--smaller {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.7em;
  padding-bottom: 1.1em; }
  @media (max-width: 599px) {
    .article-header--smaller {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 42px;
      line-height: 1.24;
      letter-spacing: -0.0642857em; } }
  @media (min-width: 600px) {
    .article-header--smaller {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 72px;
      line-height: 1.17;
      letter-spacing: -3.4px; } }
  @media (min-width: 1200px) {
    .article-header--smaller {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 84px;
      line-height: 1.37;
      letter-spacing: -0.045238em; } }
  .article-header--smaller h1, .article-header--smaller .article-header .main, .article-header .article-header--smaller .main {
    font-size: inherit;
    max-width: 811px; }

@media (max-width: 599px) {
  .article-quote blockquote {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 26px;
    line-height: 1.25;
    letter-spacing: -0.9px; } }

@media (min-width: 600px) {
  .article-quote blockquote {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: -0.9px; } }

@media (min-width: 1200px) {
  .article-quote blockquote {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 45px;
    line-height: 1.16;
    letter-spacing: -2px; } }

.article-quote cite {
  display: inline-block;
  padding-top: 1em; }
  @media (max-width: 899px) {
    .article-quote cite {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 19px;
      line-height: 1.37;
      letter-spacing: -0.6px; } }
  @media (min-width: 900px) {
    .article-quote cite {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 24px;
      line-height: 1.33;
      letter-spacing: -1px; } }

.article-quote + .subtitle {
  margin-top: 0px; }

@media (max-width: 599px) {
  .article-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 8vw;
    margin: 4vw;
    padding: 0; } }

@media (min-width: 600px) and (max-width: 899px) {
  .article-meta {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-column-gap: 10.9375vw;
    margin: 5.46875vw;
    padding: 0; } }

@media (min-width: 900px) and (max-width: 1199px) {
  .article-meta {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-column-gap: 10.9375vw;
    margin: 5.46875vw;
    padding: 0; } }

@media (min-width: 1200px) and (max-width: 1799px) {
  .article-meta {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-column-gap: 7.32026vw;
    margin: 3.66013vw;
    padding: 0; } }

@media (min-width: 1800px) {
  .article-meta {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    grid-column-gap: 5.7292vw;
    margin: 2.8646vw;
    padding: 0; } }

.article-meta > div {
  min-width: 0;
  grid-column-start: auto;
  grid-column-end: span 2;
  box-sizing: border-box; }
  @media (min-width: 1200px) {
    .article-meta > div {
      min-width: 0;
      grid-column-start: auto;
      grid-column-end: span 3;
      box-sizing: border-box; } }
  .article-meta > div dl {
    margin-top: 0px; }
    @media (min-width: 600px) {
      .article-meta > div dl {
        margin-bottom: 42px; } }
    @media (max-width: 599px) {
      .article-meta > div dl dt {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 19px;
        line-height: 1.37;
        letter-spacing: -0.6px; } }
    @media (min-width: 600px) {
      .article-meta > div dl dt {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 24px;
        line-height: 1.33;
        letter-spacing: -1px; } }
    @media (min-width: 1200px) {
      .article-meta > div dl dt {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 30px;
        line-height: 1.33;
        letter-spacing: -1.2px; } }
    .article-meta > div dl dd {
      margin-left: 0; }
      @media (max-width: 599px) {
        .article-meta > div dl dd {
          font-family: 'Panama';
          font-size: 26px;
          line-height: 1.16;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 21px;
          line-height: 1.24;
          letter-spacing: -0.6px; } }
      @media (min-width: 600px) {
        .article-meta > div dl dd {
          font-family: 'Panama';
          font-size: 26px;
          line-height: 1.16;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 26px;
          line-height: 1.25;
          letter-spacing: -0.9px; } }
      @media (min-width: 1200px) {
        .article-meta > div dl dd {
          font-family: 'Panama';
          font-size: 26px;
          line-height: 1.16;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 32px;
          line-height: 1.25;
          letter-spacing: -0.9px; } }

.article-meta a {
  border-bottom: none;
  color: currentColor;
  text-decoration: none;
  background: transparent;
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 1px 1px;
  background-repeat: repeat-x;
  background-position: 0% 100%; }
  .article-meta a:hover {
    background-image: linear-gradient(#ee0085, #ee0085); }

#content-overlay .article-meta {
  padding: 0px; }
  @media (max-width: 599px) {
    #content-overlay .article-meta dl {
      margin-bottom: 30px; } }

.article-credits li .Article-credits_role {
  width: 50%;
  margin-right: 20px; }
  @media (max-width: 599px) {
    .article-credits li .Article-credits_role {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 21px;
      line-height: 1.24;
      letter-spacing: -0.6px; } }
  @media (min-width: 600px) {
    .article-credits li .Article-credits_role {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 26px;
      line-height: 1.25;
      letter-spacing: -0.9px; } }
  @media (min-width: 1200px) {
    .article-credits li .Article-credits_role {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 32px;
      line-height: 1.25;
      letter-spacing: -0.9px; } }

.article-credits li .Article-credits_name a {
  border-bottom: 0px; }
  @media (max-width: 599px) {
    .article-credits li .Article-credits_name a {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 19px;
      line-height: 1.37;
      letter-spacing: -0.6px; } }
  @media (min-width: 600px) {
    .article-credits li .Article-credits_name a {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 24px;
      line-height: 1.33;
      letter-spacing: -1px; } }
  @media (min-width: 1200px) {
    .article-credits li .Article-credits_name a {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 30px;
      line-height: 1.33;
      letter-spacing: -1.2px; } }

.article-credits li svg {
  height: 1em;
  margin-left: 10px;
  opacity: 0;
  transition: opacity .2s linear; }

.article-credits li:hover svg {
  opacity: 1; }

@media (max-width: 599px) {
  a .is-button-l {
    display: inline-block;
    border: 2px solid  #000000;
    margin: 0 0.5em 0 0;
    padding: 0.25em 0.8em 0.25em 0.8em;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    -webkit-tap-highlight-color: transparent;
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 30px;
    line-height: 1.33;
    letter-spacing: -1.2px;
    padding: 0.24em 0.46em 0.23em 0.46em;
    border-radius: 18px;
    border: solid 2px #000000;
    line-height: 1; }
    a .is-button-l:not(.dosearch) {
      min-width: 4em; }
    a .is-button-l.color-white {
      border-color: #FFFFFF; }
    a .is-button-l.bg-transparent {
      background-color: transparent; }
    a .is-button-l:hover {
      color: #ee0085;
      border-color: #ee0085; }
    a .is-button-l:focus {
      outline: 1px solid #fff;
      outline-offset: -4px; }
    a .is-button-l:active {
      color: currentColor; }
    a .is-button-l:hover:active {
      color: #ee0085; } }

@media (min-width: 600px) {
  a .is-button-l {
    display: inline-block;
    border: 2px solid  #000000;
    margin: 0 0.5em 0 0;
    padding: 0.25em 0.8em 0.25em 0.8em;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    -webkit-tap-highlight-color: transparent;
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 42px;
    line-height: 1.24;
    letter-spacing: -0.0642857em;
    padding: 0.26em 0.74em;
    border-radius: 25px;
    border: solid 2px #000000;
    line-height: 1; }
    a .is-button-l:not(.dosearch) {
      min-width: 4em; }
    a .is-button-l.color-white {
      border-color: #FFFFFF; }
    a .is-button-l.bg-transparent {
      background-color: transparent; }
    a .is-button-l:hover {
      color: #ee0085;
      border-color: #ee0085; }
    a .is-button-l:focus {
      outline: 1px solid #fff;
      outline-offset: -4px; }
    a .is-button-l:active {
      color: currentColor; }
    a .is-button-l:hover:active {
      color: #ee0085; } }

@media (min-width: 1200px) {
  a .is-button-l {
    display: inline-block;
    border: 2px solid  #000000;
    margin: 0 0.5em 0 0;
    padding: 0.25em 0.8em 0.25em 0.8em;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    -webkit-tap-highlight-color: transparent;
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 72px;
    line-height: 1.17;
    letter-spacing: -3.4px;
    padding: 0.27em 0.44em 0.22em 0.44em;
    border-radius: 35px;
    border: solid 2px #000000;
    line-height: 1; }
    a .is-button-l:not(.dosearch) {
      min-width: 4em; }
    a .is-button-l.color-white {
      border-color: #FFFFFF; }
    a .is-button-l.bg-transparent {
      background-color: transparent; }
    a .is-button-l:hover {
      color: #ee0085;
      border-color: #ee0085; }
    a .is-button-l:focus {
      outline: 1px solid #fff;
      outline-offset: -4px; }
    a .is-button-l:active {
      color: currentColor; }
    a .is-button-l:hover:active {
      color: #ee0085; } }

.two-col-right {
  min-width: 0;
  grid-column-start: 5;
  grid-column-end: span 2;
  box-sizing: border-box; }

.collapse:not(.in) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none; } }

.Workshop_Teaser {
  margin-top: 0px;
  height: 100%;
  border-bottom: var(--border) solid #000;
  cursor: pointer; }
  .Workshop_Teaser dt[aria-expanded="true"], .Workshop_Teaser dd[aria-expanded="true"] {
    background-color: #dfdde1; }
  @media (max-width: 599px) {
    .Workshop_Teaser {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 24px;
      line-height: 1.33;
      letter-spacing: -1px;
      width: 100vw; } }
  @media (min-width: 600px) {
    .Workshop_Teaser {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 30px;
      line-height: 1.33;
      letter-spacing: -1.2px;
      width: 100vw; } }
  @media (min-width: 900px) {
    .Workshop_Teaser {
      width: 91vw;
      left: 50%;
      border-left: var(--border) solid #000; } }
  @media (min-width: 1800px) {
    .Workshop_Teaser {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 42px;
      line-height: 1.24;
      letter-spacing: -0.0642857em; } }
  .Workshop_Teaser dt {
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-top: var(--border) solid #000;
    padding-top: 1em;
    padding-bottom: 1em;
    outline: none;
    position: relative; }
    .Workshop_Teaser dt .icon {
      height: 1em; }
    .Workshop_Teaser dt svg {
      margin: 0px; }
    .Workshop_Teaser dt[aria-expanded="true"] svg {
      transform: rotate(180deg); }
  .Workshop_Teaser dd {
    margin: 0px;
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: -1px; }
    .Workshop_Teaser dd div {
      padding-bottom: 50px; }

@media (max-width: 599px) {
  .Teaser-intro {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 19px;
    line-height: 1.37;
    letter-spacing: -0.6px; } }

@media (min-width: 600px) {
  .Teaser-intro {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: -1px; } }

@media (min-width: 1200px) {
  .Teaser-intro {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 30px;
    line-height: 1.33;
    letter-spacing: -1.2px; } }

@media (min-width: 1200px) {
  .Teaser-intro {
    flex: 0 0 50%; } }

@media (min-width: 900px) and (max-width: 1199px) {
  .Teaser-intro {
    flex: 0 0 40%; } }

@media (max-width: 899px) {
  .Teaser-intro {
    flex: 0 0 100%; } }

.Teaser-intro .Teaser-title {
  display: inline-block;
  margin-bottom: 0.78em; }
  @media (max-width: 599px) {
    .Teaser-intro .Teaser-title {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 30px;
      line-height: 1.33;
      letter-spacing: -1.2px; } }
  @media (min-width: 600px) {
    .Teaser-intro .Teaser-title {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 42px;
      line-height: 1.24;
      letter-spacing: -0.0642857em; } }
  @media (min-width: 1200px) {
    .Teaser-intro .Teaser-title {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 72px;
      line-height: 1.17;
      letter-spacing: -3.4px; } }

.Teaser-intro .Teaser-introtext {
  margin-bottom: 3em;
  max-width: 811px; }

.Teaser-expand {
  width: 100%;
  border-top: var(--border) solid currentColor; }
  @media (min-width: 900px) {
    .Teaser-expand {
      width: 50%;
      left: 50%; } }
  @media (max-width: 599px) {
    .Teaser-expand ul {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 30px;
      line-height: 1.33;
      letter-spacing: -1.2px; } }
  @media (min-width: 600px) {
    .Teaser-expand ul {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 42px;
      line-height: 1.24;
      letter-spacing: -0.0642857em; } }
  @media (min-width: 1200px) {
    .Teaser-expand ul {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 72px;
      line-height: 1.17;
      letter-spacing: -3.4px; } }
  .Teaser-expand ul .dropdown-item {
    background: #dfdde1;
    cursor: pointer;
    padding: 0.64em;
    overflow: hidden;
    max-height: 400px;
    border-bottom: var(--border) solid currentColor;
    -webkit-transition: height 3s cubic-bezier(0.16, 1.08, 0.38, 0.98);
    -o-transition: height 3s cubic-bezier(0.16, 1.08, 0.38, 0.98);
    transition: height 3s cubic-bezier(0.16, 1.08, 0.38, 0.98); }
    @media (max-width: 599px) {
      .Teaser-expand ul .dropdown-item {
        padding-left: 4vw; } }
    @media (min-width: 600px) and (max-width: 899px) {
      .Teaser-expand ul .dropdown-item {
        padding-left: 5.46875vw; } }
    @media (min-width: 900px) {
      .Teaser-expand ul .dropdown-item {
        border-left: var(--border) solid currentColor; } }
    .Teaser-expand ul .dropdown-item.open {
      max-height: 900px; }
      .Teaser-expand ul .dropdown-item.open .dropdown-details {
        display: block;
        opacity: 1; }
    .Teaser-expand ul .dropdown-item:focus {
      max-height: 900px; }
      .Teaser-expand ul .dropdown-item:focus .dropdown-details {
        display: block;
        opacity: 1; }
    .Teaser-expand ul .dropdown-item a {
      display: inline-block; }
      @media (max-width: 599px) {
        .Teaser-expand ul .dropdown-item a {
          font-family: 'Panama';
          font-size: 26px;
          line-height: 1.16;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 32px;
          line-height: 1.25;
          letter-spacing: -0.9px; } }
      @media (min-width: 600px) {
        .Teaser-expand ul .dropdown-item a {
          font-family: 'Panama';
          font-size: 26px;
          line-height: 1.16;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 45px;
          line-height: 1.16;
          letter-spacing: -2px; } }
      @media (min-width: 1200px) {
        .Teaser-expand ul .dropdown-item a {
          font-family: 'Panama';
          font-size: 26px;
          line-height: 1.16;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 75px;
          line-height: 1.12;
          letter-spacing: -2.8px; } }
    .Teaser-expand ul .dropdown-item .dropdown-details {
      display: none;
      opacity: 0;
      margin-top: 58px; }
      @media (max-width: 599px) {
        .Teaser-expand ul .dropdown-item .dropdown-details {
          font-family: 'Lars';
          font-size: 24px;
          line-height: 1.4;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 19px;
          line-height: 1.37;
          letter-spacing: -0.6px; } }
      @media (min-width: 600px) {
        .Teaser-expand ul .dropdown-item .dropdown-details {
          font-family: 'Lars';
          font-size: 24px;
          line-height: 1.4;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 24px;
          line-height: 1.33;
          letter-spacing: -1px; } }
      @media (min-width: 1200px) {
        .Teaser-expand ul .dropdown-item .dropdown-details {
          font-family: 'Lars';
          font-size: 24px;
          line-height: 1.4;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 30px;
          line-height: 1.33;
          letter-spacing: -1.2px; } }

.Teaser-section {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0;
  margin: 0; }
  @media (max-width: 599px) {
    .Teaser-section {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -moz-box-direction: normal;
      -moz-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  @media (min-width: 600px) and (max-width: 899px) {
    .Teaser-section {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -moz-box-direction: normal;
      -moz-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .Teaser-section .inner {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto; }
  .Teaser-section .Teaser-wrapper {
    background-color: #fff;
    padding: 20%; }
    .Teaser-section .Teaser-wrapper .Teaser-inner {
      position: absolute;
      top: 0;
      bottom: 0;
      text-align: center; }
      .Teaser-section .Teaser-wrapper .Teaser-inner .Teaser-image {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: none;
        background-size: cover; }
        .Teaser-section .Teaser-wrapper .Teaser-inner .Teaser-image::after {
          content: '';
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 50%;
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
          z-index: 0;
          background-color: rgba(16, 16, 16, 0.08); }
      .Teaser-section .Teaser-wrapper .Teaser-inner .Teaser-main {
        text-align: left;
        position: absolute;
        left: 50%;
        top: 50%;
        width: 100%;
        padding: 0px 50px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        margin-top: -15px; }

.hashtag-list {
  list-style: none;
  line-height: inherit; }
  @media (max-width: 599px) {
    .hashtag-list {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 21px;
      line-height: 1.24;
      letter-spacing: -0.6px; } }
  @media (min-width: 600px) {
    .hashtag-list {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 26px;
      line-height: 1.25;
      letter-spacing: -0.9px; } }
  @media (min-width: 1200px) {
    .hashtag-list {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 32px;
      line-height: 1.25;
      letter-spacing: -0.9px; } }
  .hashtag-list .show-hidden {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }
    .hashtag-list .show-hidden img {
      transform: rotate(90deg); }

.gallery-alt {
  padding: 50px 0 60px 0;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch; }
  .gallery-alt > div {
    white-space: nowrap;
    display: inline-flex;
    padding-right: var(--gutter); }
    .gallery-alt > div:nth-child(1) {
      padding-left: var(--gutter); }
  .gallery-alt.slick-initialized {
    width: 100%;
    overflow: hidden; }
    .gallery-alt.slick-initialized .slick-list {
      cursor: grab; }
      .gallery-alt.slick-initialized .slick-list .slick-slide {
        outline: none; }
        .gallery-alt.slick-initialized .slick-list .slick-slide figure {
          width: auto !important;
          padding-right: 0px !important; }
          @media (max-width: 599px) {
            .gallery-alt.slick-initialized .slick-list .slick-slide figure {
              height: 30vh;
              width: calc(30vh * 1.5) !important; } }
          @media (min-width: 600px) and (max-width: 899px) {
            .gallery-alt.slick-initialized .slick-list .slick-slide figure {
              height: 40vh;
              width: calc(40vh * 1.5) !important;
              padding-left: var(--gutter); } }
          @media (min-width: 900px) {
            .gallery-alt.slick-initialized .slick-list .slick-slide figure {
              height: 60vh;
              width: calc(60vh * 1.5) !important;
              padding-left: var(--gutter); } }
          @media (max-width: 599px) {
            .gallery-alt.slick-initialized .slick-list .slick-slide figure.is-portrait {
              height: 30vh;
              width: calc(30vh * 0.8666) !important; } }
          @media (min-width: 600px) and (max-width: 899px) {
            .gallery-alt.slick-initialized .slick-list .slick-slide figure.is-portrait {
              height: 40vh;
              width: calc(40vh * 0.8666) !important;
              padding-left: var(--gutter); } }
          @media (min-width: 900px) {
            .gallery-alt.slick-initialized .slick-list .slick-slide figure.is-portrait {
              height: 60vh;
              width: calc(60vh * 0.8666) !important;
              padding-left: var(--gutter); } }
          .gallery-alt.slick-initialized .slick-list .slick-slide figure img {
            height: 100%;
            width: 100%;
            object-fit: cover; }

/*
Notes from state
padding-top for desktop 70px

*/
/* fontsize are defined in typography css */
.hero2 {
  padding-top: 45px; }
  @media (max-width: 599px) {
    .hero2 {
      padding-top: 25px; } }
  .hero2 h2, .hero2 .article-header .intro, .article-header .hero2 .intro {
    padding-bottom: 25px; }
    .hero2 h2 a, .hero2 .article-header .intro a, .article-header .hero2 .intro a {
      display: inline-block;
      line-height: 1; }
      @media (min-width: 900px) {
        .hero2 h2 a, .hero2 .article-header .intro a, .article-header .hero2 .intro a {
          border-bottom: none;
          color: currentColor;
          text-decoration: none;
          background: transparent;
          background-image: linear-gradient(black, black);
          background-size: 1px 3px;
          background-repeat: repeat-x;
          background-position: 0% 100%; }
          .hero2 h2 a:hover, .hero2 .article-header .intro a:hover, .article-header .hero2 .intro a:hover {
            background-image: linear-gradient(#ee0085, #ee0085); } }
      @media (min-width: 600px) and (max-width: 899px) {
        .hero2 h2 a, .hero2 .article-header .intro a, .article-header .hero2 .intro a {
          border-bottom: none;
          color: currentColor;
          text-decoration: none;
          background: transparent;
          background-image: linear-gradient(black, black);
          background-size: 1px 2px;
          background-repeat: repeat-x;
          background-position: 0% 100%; }
          .hero2 h2 a:hover, .hero2 .article-header .intro a:hover, .article-header .hero2 .intro a:hover {
            background-image: linear-gradient(#ee0085, #ee0085); } }
      @media (max-width: 599px) {
        .hero2 h2 a, .hero2 .article-header .intro a, .article-header .hero2 .intro a {
          border-bottom: none;
          color: currentColor;
          text-decoration: none;
          background: transparent;
          background-image: linear-gradient(black, black);
          background-size: 1px 1px;
          background-repeat: repeat-x;
          background-position: 0% 100%; }
          .hero2 h2 a:hover, .hero2 .article-header .intro a:hover, .article-header .hero2 .intro a:hover {
            background-image: linear-gradient(#ee0085, #ee0085); } }
    .hero2 h2 .inline-img, .hero2 .article-header .intro .inline-img, .article-header .hero2 .intro .inline-img {
      height: 1em; }
      @media (min-width: 900px) {
        .hero2 h2 .inline-img, .hero2 .article-header .intro .inline-img, .article-header .hero2 .intro .inline-img {
          padding: 10px;
          margin-bottom: 10px; } }
      .hero2 h2 .inline-img:hover, .hero2 .article-header .intro .inline-img:hover, .article-header .hero2 .intro .inline-img:hover {
        transform: scale(4); }
    .hero2 h2 button, .hero2 .article-header .intro button, .article-header .hero2 .intro button {
      margin-right: 0px !important; }
      @media (max-width: 599px) {
        .hero2 h2 button, .hero2 .article-header .intro button, .article-header .hero2 .intro button {
          display: inline-block;
          border: 2px solid  #000000;
          margin: 0 0.5em 0 0;
          padding: 0.25em 0.8em 0.25em 0.8em;
          line-height: 1;
          text-decoration: none;
          cursor: pointer;
          text-align: center;
          -webkit-appearance: none;
          -moz-appearance: none;
          background-color: transparent;
          -webkit-tap-highlight-color: transparent;
          font-family: 'Lars';
          font-size: 24px;
          line-height: 1.4;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 30px;
          line-height: 1.33;
          letter-spacing: -1.2px;
          padding: 0.24em 0.46em 0.23em 0.46em;
          border-radius: 18px;
          border: solid 2px #000000;
          line-height: 1; }
          .hero2 h2 button:not(.dosearch), .hero2 .article-header .intro button:not(.dosearch), .article-header .hero2 .intro button:not(.dosearch) {
            min-width: 4em; }
          .hero2 h2 button.color-white, .hero2 .article-header .intro button.color-white, .article-header .hero2 .intro button.color-white {
            border-color: #FFFFFF; }
          .hero2 h2 button.bg-transparent, .hero2 .article-header .intro button.bg-transparent, .article-header .hero2 .intro button.bg-transparent {
            background-color: transparent; }
          .hero2 h2 button:hover, .hero2 .article-header .intro button:hover, .article-header .hero2 .intro button:hover {
            color: #ee0085;
            border-color: #ee0085; }
          .hero2 h2 button:focus, .hero2 .article-header .intro button:focus, .article-header .hero2 .intro button:focus {
            outline: 1px solid #fff;
            outline-offset: -4px; }
          .hero2 h2 button:active, .hero2 .article-header .intro button:active, .article-header .hero2 .intro button:active {
            color: currentColor; }
          .hero2 h2 button:hover:active, .hero2 .article-header .intro button:hover:active, .article-header .hero2 .intro button:hover:active {
            color: #ee0085; } }
      @media (min-width: 600px) {
        .hero2 h2 button, .hero2 .article-header .intro button, .article-header .hero2 .intro button {
          display: inline-block;
          border: 2px solid  #000000;
          margin: 0 0.5em 0 0;
          padding: 0.25em 0.8em 0.25em 0.8em;
          line-height: 1;
          text-decoration: none;
          cursor: pointer;
          text-align: center;
          -webkit-appearance: none;
          -moz-appearance: none;
          background-color: transparent;
          -webkit-tap-highlight-color: transparent;
          font-family: 'Lars';
          font-size: 24px;
          line-height: 1.4;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 42px;
          line-height: 1.24;
          letter-spacing: -0.0642857em;
          padding: 0.26em 0.74em;
          border-radius: 25px;
          border: solid 2px #000000;
          line-height: 1; }
          .hero2 h2 button:not(.dosearch), .hero2 .article-header .intro button:not(.dosearch), .article-header .hero2 .intro button:not(.dosearch) {
            min-width: 4em; }
          .hero2 h2 button.color-white, .hero2 .article-header .intro button.color-white, .article-header .hero2 .intro button.color-white {
            border-color: #FFFFFF; }
          .hero2 h2 button.bg-transparent, .hero2 .article-header .intro button.bg-transparent, .article-header .hero2 .intro button.bg-transparent {
            background-color: transparent; }
          .hero2 h2 button:hover, .hero2 .article-header .intro button:hover, .article-header .hero2 .intro button:hover {
            color: #ee0085;
            border-color: #ee0085; }
          .hero2 h2 button:focus, .hero2 .article-header .intro button:focus, .article-header .hero2 .intro button:focus {
            outline: 1px solid #fff;
            outline-offset: -4px; }
          .hero2 h2 button:active, .hero2 .article-header .intro button:active, .article-header .hero2 .intro button:active {
            color: currentColor; }
          .hero2 h2 button:hover:active, .hero2 .article-header .intro button:hover:active, .article-header .hero2 .intro button:hover:active {
            color: #ee0085; } }
      @media (min-width: 900px) {
        .hero2 h2 button, .hero2 .article-header .intro button, .article-header .hero2 .intro button {
          display: inline-block;
          border: 2px solid  #000000;
          margin: 0 0.5em 0 0;
          padding: 0.25em 0.8em 0.25em 0.8em;
          line-height: 1;
          text-decoration: none;
          cursor: pointer;
          text-align: center;
          -webkit-appearance: none;
          -moz-appearance: none;
          background-color: transparent;
          -webkit-tap-highlight-color: transparent;
          font-family: 'Lars';
          font-size: 24px;
          line-height: 1.4;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 72px;
          line-height: 1.17;
          letter-spacing: -3.4px;
          padding: 0.27em 0.44em 0.22em 0.44em;
          border-radius: 35px;
          border: solid 2px #000000;
          line-height: 1; }
          .hero2 h2 button:not(.dosearch), .hero2 .article-header .intro button:not(.dosearch), .article-header .hero2 .intro button:not(.dosearch) {
            min-width: 4em; }
          .hero2 h2 button.color-white, .hero2 .article-header .intro button.color-white, .article-header .hero2 .intro button.color-white {
            border-color: #FFFFFF; }
          .hero2 h2 button.bg-transparent, .hero2 .article-header .intro button.bg-transparent, .article-header .hero2 .intro button.bg-transparent {
            background-color: transparent; }
          .hero2 h2 button:hover, .hero2 .article-header .intro button:hover, .article-header .hero2 .intro button:hover {
            color: #ee0085;
            border-color: #ee0085; }
          .hero2 h2 button:focus, .hero2 .article-header .intro button:focus, .article-header .hero2 .intro button:focus {
            outline: 1px solid #fff;
            outline-offset: -4px; }
          .hero2 h2 button:active, .hero2 .article-header .intro button:active, .article-header .hero2 .intro button:active {
            color: currentColor; }
          .hero2 h2 button:hover:active, .hero2 .article-header .intro button:hover:active, .article-header .hero2 .intro button:hover:active {
            color: #ee0085; } }
      @media (min-width: 1200px) {
        .hero2 h2 button, .hero2 .article-header .intro button, .article-header .hero2 .intro button {
          display: inline-block;
          border: 2px solid  #000000;
          margin: 0 0.5em 0 0;
          padding: 0.25em 0.8em 0.25em 0.8em;
          line-height: 1;
          text-decoration: none;
          cursor: pointer;
          text-align: center;
          -webkit-appearance: none;
          -moz-appearance: none;
          background-color: transparent;
          -webkit-tap-highlight-color: transparent;
          font-family: 'Lars';
          font-size: 24px;
          line-height: 1.4;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 84px;
          line-height: 1.37;
          letter-spacing: -0.045238em;
          padding: 0.15em 0.45em 0.15em 0.35em;
          border-radius: 40px;
          border: solid 2px #000000;
          line-height: 1; }
          .hero2 h2 button:not(.dosearch), .hero2 .article-header .intro button:not(.dosearch), .article-header .hero2 .intro button:not(.dosearch) {
            min-width: 4em; }
          .hero2 h2 button.color-white, .hero2 .article-header .intro button.color-white, .article-header .hero2 .intro button.color-white {
            border-color: #FFFFFF; }
          .hero2 h2 button.bg-transparent, .hero2 .article-header .intro button.bg-transparent, .article-header .hero2 .intro button.bg-transparent {
            background-color: transparent; }
          .hero2 h2 button:hover, .hero2 .article-header .intro button:hover, .article-header .hero2 .intro button:hover {
            color: #ee0085;
            border-color: #ee0085; }
          .hero2 h2 button:focus, .hero2 .article-header .intro button:focus, .article-header .hero2 .intro button:focus {
            outline: 1px solid #fff;
            outline-offset: -4px; }
          .hero2 h2 button:active, .hero2 .article-header .intro button:active, .article-header .hero2 .intro button:active {
            color: currentColor; }
          .hero2 h2 button:hover:active, .hero2 .article-header .intro button:hover:active, .article-header .hero2 .intro button:hover:active {
            color: #ee0085; } }
  .hero2 .fs-hero-subline a {
    border-bottom: none;
    color: currentColor;
    text-decoration: none;
    background: transparent;
    background-image: linear-gradient(currentColor, currentColor);
    background-size: 1px 1px;
    background-repeat: repeat-x;
    background-position: 0% 100%; }
    .hero2 .fs-hero-subline a:hover {
      background-image: linear-gradient(#ee0085, #ee0085); }
    .hero2 .fs-hero-subline a:hover {
      color: #ee0085; }
  .hero2 figure {
    border-top: var(--border) solid black; }
  .hero2 .hero-video {
    width: 66%;
    margin: auto; }
    @media (max-width: 899px) {
      .hero2 .hero-video {
        width: 100%; } }

.HeroImage {
  position: relative;
  height: 100%;
  width: 100%; }
  .HeroImage.color-white {
    color: white; }
  .HeroImage.fit-to-screen {
    height: calc(100vh - var(--margin-top)); }
    @media (max-width: 899px) {
      .HeroImage.fit-to-screen .HeroImage--text {
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start; } }
  .HeroImage:not(.add-contrast):after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.26)); }
  .HeroImage .HeroImage--image {
    height: 100%;
    width: 100%; }
  .HeroImage .HeroImage--text {
    height: 100%;
    width: 100vw;
    position: absolute;
    z-index: 21;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 var(--gutter); }
    .HeroImage .HeroImage--text h1, .HeroImage .HeroImage--text .article-header .main, .article-header .HeroImage .HeroImage--text .main {
      margin-top: 0.5em;
      text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6); }
      .HeroImage .HeroImage--text h1 a, .HeroImage .HeroImage--text .article-header .main a, .article-header .HeroImage .HeroImage--text .main a {
        background-size: 1px 1em;
        box-shadow: inset 0 -0.03em currentColor, inset 0 -0.03em currentColor;
        display: inline; }
        .HeroImage .HeroImage--text h1 a:hover, .HeroImage .HeroImage--text .article-header .main a:hover, .article-header .HeroImage .HeroImage--text .main a:hover {
          box-shadow: inset 0 -0.03em #ee0085, inset 0 -0.03em #ee0085; }
      @media (max-width: 599px) {
        .HeroImage .HeroImage--text h1, .HeroImage .HeroImage--text .article-header .main, .article-header .HeroImage .HeroImage--text .main {
          font-family: 'Lars';
          font-size: 24px;
          line-height: 1.4;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 42px;
          line-height: 1.24;
          letter-spacing: -0.0642857em; }
          .HeroImage .HeroImage--text h1 a, .HeroImage .HeroImage--text .article-header .main a, .article-header .HeroImage .HeroImage--text .main a {
            font-family: 'Panama';
            font-size: 26px;
            line-height: 1.16;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            font-size: 45px;
            line-height: 1.16;
            letter-spacing: -2px; } }
      @media (min-width: 600px) {
        .HeroImage .HeroImage--text h1, .HeroImage .HeroImage--text .article-header .main, .article-header .HeroImage .HeroImage--text .main {
          font-family: 'Lars';
          font-size: 24px;
          line-height: 1.4;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 72px;
          line-height: 1.17;
          letter-spacing: -3.4px; }
          .HeroImage .HeroImage--text h1 a, .HeroImage .HeroImage--text .article-header .main a, .article-header .HeroImage .HeroImage--text .main a {
            font-family: 'Panama';
            font-size: 26px;
            line-height: 1.16;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            font-size: 75px;
            line-height: 1.12;
            letter-spacing: -2.8px; } }
      @media (min-width: 900px) {
        .HeroImage .HeroImage--text h1, .HeroImage .HeroImage--text .article-header .main, .article-header .HeroImage .HeroImage--text .main {
          font-family: 'Lars';
          font-size: 24px;
          line-height: 1.4;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 84px;
          line-height: 1.37;
          letter-spacing: -0.045238em; }
          .HeroImage .HeroImage--text h1 a, .HeroImage .HeroImage--text .article-header .main a, .article-header .HeroImage .HeroImage--text .main a {
            font-family: 'Panama';
            font-size: 26px;
            line-height: 1.16;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            font-size: 90px;
            line-height: 1.14;
            letter-spacing: -3.5px; } }
      @media (min-width: 1200px) {
        .HeroImage .HeroImage--text h1, .HeroImage .HeroImage--text .article-header .main, .article-header .HeroImage .HeroImage--text .main {
          font-family: 'Lars';
          font-size: 24px;
          line-height: 1.4;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 148px;
          line-height: 1.15;
          letter-spacing: -0.047297em; }
          .HeroImage .HeroImage--text h1 a, .HeroImage .HeroImage--text .article-header .main a, .article-header .HeroImage .HeroImage--text .main a {
            font-family: 'Panama';
            font-size: 26px;
            line-height: 1.16;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            font-size: 160px;
            line-height: 1.06;
            letter-spacing: -6px; } }
    .HeroImage .HeroImage--text .sidekick {
      margin-bottom: 2em; }
      @media (max-width: 599px) {
        .HeroImage .HeroImage--text .sidekick {
          font-family: 'Lars';
          font-size: 24px;
          line-height: 1.4;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 19px;
          line-height: 1.37;
          letter-spacing: -0.6px; } }
      @media (min-width: 600px) {
        .HeroImage .HeroImage--text .sidekick {
          font-family: 'Lars';
          font-size: 24px;
          line-height: 1.4;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 24px;
          line-height: 1.33;
          letter-spacing: -1px; } }
      @media (min-width: 1200px) {
        .HeroImage .HeroImage--text .sidekick {
          font-family: 'Lars';
          font-size: 24px;
          line-height: 1.4;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 30px;
          line-height: 1.33;
          letter-spacing: -1.2px; } }
      .HeroImage .HeroImage--text .sidekick a {
        border-bottom: none;
        color: currentColor;
        text-decoration: none;
        background: transparent;
        background-image: linear-gradient(currentColor, currentColor);
        background-size: 1px 1px;
        background-repeat: repeat-x;
        background-position: 0% 100%; }
        .HeroImage .HeroImage--text .sidekick a:hover {
          background-image: linear-gradient(#ee0085, #ee0085); }

.HeroVideo video {
  height: auto;
  width: 100%; }

.HeroVideo .control {
  color: white;
  position: absolute;
  right: var(--gutter);
  bottom: var(--margin-top);
  cursor: pointer; }
  @media (max-width: 899px) {
    .HeroVideo .control {
      bottom: 0; } }

.HeroVideo .HeroVideo-header {
  position: absolute;
  width: 100%;
  mix-blend-mode: difference; }
  @media (max-width: 599px) {
    .HeroVideo .HeroVideo-header h1, .HeroVideo .HeroVideo-header .article-header .main, .article-header .HeroVideo .HeroVideo-header .main {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 30px;
      line-height: 1.33;
      letter-spacing: -1.2px; } }
  @media (min-width: 600px) {
    .HeroVideo .HeroVideo-header h1, .HeroVideo .HeroVideo-header .article-header .main, .article-header .HeroVideo .HeroVideo-header .main {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 42px;
      line-height: 1.24;
      letter-spacing: -0.0642857em; } }
  @media (min-width: 1200px) {
    .HeroVideo .HeroVideo-header h1, .HeroVideo .HeroVideo-header .article-header .main, .article-header .HeroVideo .HeroVideo-header .main {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 72px;
      line-height: 1.17;
      letter-spacing: -3.4px; } }
  @media (max-width: 599px) {
    .HeroVideo .HeroVideo-header h2, .HeroVideo .HeroVideo-header .article-header .intro, .article-header .HeroVideo .HeroVideo-header .intro {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 32px;
      line-height: 1.25;
      letter-spacing: -0.9px; } }
  @media (min-width: 600px) {
    .HeroVideo .HeroVideo-header h2, .HeroVideo .HeroVideo-header .article-header .intro, .article-header .HeroVideo .HeroVideo-header .intro {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 45px;
      line-height: 1.16;
      letter-spacing: -2px; } }
  @media (min-width: 1200px) {
    .HeroVideo .HeroVideo-header h2, .HeroVideo .HeroVideo-header .article-header .intro, .article-header .HeroVideo .HeroVideo-header .intro {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 75px;
      line-height: 1.12;
      letter-spacing: -2.8px; } }
  .HeroVideo .HeroVideo-header.flexible-fontsize h1, .HeroVideo .HeroVideo-header.flexible-fontsize .article-header .main, .article-header .HeroVideo .HeroVideo-header.flexible-fontsize .main {
    font-size: calc(42px + (84 - 42) * ((100vw - 300px) / (1600 - 300))); }
  .HeroVideo .HeroVideo-header.color-white h1, .HeroVideo .HeroVideo-header.color-white .article-header .main, .article-header .HeroVideo .HeroVideo-header.color-white .main, .HeroVideo .HeroVideo-header.color-white h2, .HeroVideo .HeroVideo-header.color-white .article-header .intro, .article-header .HeroVideo .HeroVideo-header.color-white .intro {
    color: white; }
  .HeroVideo .HeroVideo-header.align-center {
    top: 50%;
    transform: translateY(-50%);
    text-align: center; }
  .HeroVideo .HeroVideo-header h1, .HeroVideo .HeroVideo-header .article-header .main, .article-header .HeroVideo .HeroVideo-header .main {
    padding: 0 var(--gutter); }

.slider-wrapper {
  margin-left: 0 !important;
  margin-right: 0 !important; }
  @media (max-width: 599px) {
    .slider-wrapper {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      grid-column-gap: 8vw;
      margin: 4vw;
      padding: 0; } }
  @media (min-width: 600px) and (max-width: 899px) {
    .slider-wrapper {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      grid-column-gap: 10.9375vw;
      margin: 5.46875vw;
      padding: 0; } }
  @media (min-width: 900px) and (max-width: 1199px) {
    .slider-wrapper {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      grid-column-gap: 10.9375vw;
      margin: 5.46875vw;
      padding: 0; } }
  @media (min-width: 1200px) and (max-width: 1799px) {
    .slider-wrapper {
      display: grid;
      grid-template-columns: repeat(6, minmax(0, 1fr));
      grid-column-gap: 7.32026vw;
      margin: 3.66013vw;
      padding: 0; } }
  @media (min-width: 1800px) {
    .slider-wrapper {
      display: grid;
      grid-template-columns: repeat(8, minmax(0, 1fr));
      grid-column-gap: 5.7292vw;
      margin: 2.8646vw;
      padding: 0; } }

@media (max-width: 599px) and (max-width: 599px) {
  .slider-wrapper .slider.slider-center {
    min-width: 0;
    grid-column-start: 1;
    grid-column-end: span 2;
    box-sizing: border-box; } }

@media (max-width: 599px) and (min-width: 600px) and (max-width: 899px) {
  .slider-wrapper .slider.slider-center {
    min-width: 0;
    grid-column-start: 1;
    grid-column-end: span 4;
    box-sizing: border-box; } }

@media (max-width: 599px) and (min-width: 900px) and (max-width: 1199px) {
  .slider-wrapper .slider.slider-center {
    min-width: 0;
    grid-column-start: 1;
    grid-column-end: span 3;
    box-sizing: border-box; } }

@media (max-width: 599px) and (min-width: 1200px) {
  .slider-wrapper .slider.slider-center {
    min-width: 0;
    grid-column-start: 2;
    grid-column-end: span 4;
    box-sizing: border-box; } }

@media (max-width: 599px) and (min-width: 1800px) {
  .slider-wrapper .slider.slider-center {
    min-width: 0;
    grid-column-start: 3;
    grid-column-end: span 4;
    box-sizing: border-box; } }
  @media (min-width: 600px) {
    .slider-wrapper .slider.slider-center {
      min-width: 0;
      grid-column-start: 1;
      grid-column-end: span 4;
      box-sizing: border-box; } }
  @media (min-width: 600px) and (max-width: 599px) {
    .slider-wrapper .slider.slider-center {
      min-width: 0;
      grid-column-start: 1;
      grid-column-end: span 2;
      box-sizing: border-box; } }
  @media (min-width: 600px) and (min-width: 600px) and (max-width: 899px) {
    .slider-wrapper .slider.slider-center {
      min-width: 0;
      grid-column-start: 1;
      grid-column-end: span 4;
      box-sizing: border-box; } }
  @media (min-width: 600px) and (min-width: 900px) and (max-width: 1199px) {
    .slider-wrapper .slider.slider-center {
      min-width: 0;
      grid-column-start: 1;
      grid-column-end: span 3;
      box-sizing: border-box; } }
  @media (min-width: 600px) and (min-width: 1200px) {
    .slider-wrapper .slider.slider-center {
      min-width: 0;
      grid-column-start: 1;
      grid-column-end: span 4;
      box-sizing: border-box; } }
  @media (min-width: 600px) and (min-width: 1800px) {
    .slider-wrapper .slider.slider-center {
      min-width: 0;
      grid-column-start: 1;
      grid-column-end: span 4;
      box-sizing: border-box; } }

@media (min-width: 1200px) and (max-width: 599px) {
  .slider-wrapper .slider.slider-center {
    min-width: 0;
    grid-column-start: 1;
    grid-column-end: span 2;
    box-sizing: border-box; } }

@media (min-width: 1200px) and (min-width: 600px) and (max-width: 899px) {
  .slider-wrapper .slider.slider-center {
    min-width: 0;
    grid-column-start: 1;
    grid-column-end: span 4;
    box-sizing: border-box; } }

@media (min-width: 1200px) and (min-width: 900px) and (max-width: 1199px) {
  .slider-wrapper .slider.slider-center {
    min-width: 0;
    grid-column-start: 1;
    grid-column-end: span 3;
    box-sizing: border-box; } }

@media (min-width: 1200px) and (min-width: 1200px) {
  .slider-wrapper .slider.slider-center {
    min-width: 0;
    grid-column-start: 2;
    grid-column-end: span 4;
    box-sizing: border-box; } }

@media (min-width: 1200px) and (min-width: 1800px) {
  .slider-wrapper .slider.slider-center {
    min-width: 0;
    grid-column-start: 3;
    grid-column-end: span 4;
    box-sizing: border-box; } }
  .slider-wrapper .slider.slider-left {
    min-width: 0;
    grid-column-start: 1;
    grid-column-end: span 4;
    box-sizing: border-box; }
    @media (max-width: 599px) {
      .slider-wrapper .slider.slider-left {
        min-width: 0;
        grid-column-start: 1;
        grid-column-end: span 2;
        box-sizing: border-box; } }
    @media (min-width: 600px) and (max-width: 899px) {
      .slider-wrapper .slider.slider-left {
        min-width: 0;
        grid-column-start: 1;
        grid-column-end: span 4;
        box-sizing: border-box; } }
    @media (min-width: 900px) and (max-width: 1199px) {
      .slider-wrapper .slider.slider-left {
        min-width: 0;
        grid-column-start: 1;
        grid-column-end: span 3;
        box-sizing: border-box; } }
    @media (min-width: 1200px) {
      .slider-wrapper .slider.slider-left {
        min-width: 0;
        grid-column-start: 1;
        grid-column-end: span 4;
        box-sizing: border-box; } }
    @media (min-width: 1800px) {
      .slider-wrapper .slider.slider-left {
        min-width: 0;
        grid-column-start: 1;
        grid-column-end: span 4;
        box-sizing: border-box; } }
  .slider-wrapper .slider.slider-right {
    min-width: 0;
    grid-column-start: 1;
    grid-column-end: span 4;
    box-sizing: border-box; }
    @media (max-width: 599px) {
      .slider-wrapper .slider.slider-right {
        min-width: 0;
        grid-column-start: 1;
        grid-column-end: span 2;
        box-sizing: border-box; } }
    @media (min-width: 600px) and (max-width: 899px) {
      .slider-wrapper .slider.slider-right {
        min-width: 0;
        grid-column-start: 1;
        grid-column-end: span 4;
        box-sizing: border-box; } }
    @media (min-width: 900px) and (max-width: 1199px) {
      .slider-wrapper .slider.slider-right {
        min-width: 0;
        grid-column-start: 1;
        grid-column-end: span 3;
        box-sizing: border-box; } }
    @media (min-width: 1200px) {
      .slider-wrapper .slider.slider-right {
        min-width: 0;
        grid-column-start: 1;
        grid-column-end: span 4;
        box-sizing: border-box; } }
    @media (min-width: 1800px) {
      .slider-wrapper .slider.slider-right {
        min-width: 0;
        grid-column-start: 1;
        grid-column-end: span 4;
        box-sizing: border-box; } }
  .slider-wrapper .Image-bottom {
    justify-content: space-between;
    -webkit-box-align: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
    margin-top: 0.5em;
    height: 4em; }
    .slider-wrapper .Image-bottom .Image-caption {
      flex-basis: 80%; }
      @media (max-width: 899px) {
        .slider-wrapper .Image-bottom .Image-caption {
          font-family: 'Panama';
          font-size: 26px;
          line-height: 1.16;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 21px;
          line-height: 1.24;
          letter-spacing: -0.6px; } }
      @media (min-width: 900px) {
        .slider-wrapper .Image-bottom .Image-caption {
          font-family: 'Panama';
          font-size: 26px;
          line-height: 1.16;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 26px;
          line-height: 1.25;
          letter-spacing: -0.9px; } }
    @media (max-width: 899px) {
      .slider-wrapper .Image-bottom .Image-counter {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 19px;
        line-height: 1.37;
        letter-spacing: -0.6px; } }
    @media (min-width: 900px) {
      .slider-wrapper .Image-bottom .Image-counter {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 24px;
        line-height: 1.33;
        letter-spacing: -1px; } }

.Row-section, .news-item, .msg {
  width: 100vw;
  padding-left: 0;
  padding-right: 0;
  border-top: var(--border) solid #000;
  position: relative;
  overflow: hidden; }
  .Row-section.is-scrollable, .is-scrollable.news-item, .is-scrollable.msg {
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap; }
    .Row-section.is-scrollable .moveRow, .is-scrollable.news-item .moveRow, .is-scrollable.msg .moveRow {
      display: inline-block;
      top: 0;
      height: 100%;
      width: 15%;
      z-index: 1;
      position: absolute; }
      .Row-section.is-scrollable .moveRow[data-type="left"], .is-scrollable.news-item .moveRow[data-type="left"], .is-scrollable.msg .moveRow[data-type="left"] {
        left: 0; }
      .Row-section.is-scrollable .moveRow[data-type="right"], .is-scrollable.news-item .moveRow[data-type="right"], .is-scrollable.msg .moveRow[data-type="right"] {
        right: 0; }
  .Row-section:hover svg, .news-item:hover svg, .msg:hover svg {
    transform: scale(1.2); }
  .Row-section .Row-content, .news-item .Row-content, .msg .Row-content {
    padding-top: 1rem;
    padding-bottom: 1rem;
    position: relative;
    overflow-x: hidden;
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    box-sizing: content-box;
    overflow: -moz-scrollbars-none !important;
    -ms-overflow-style: none; }
    .Row-section .Row-content::-webkit-scrollbar, .news-item .Row-content::-webkit-scrollbar, .msg .Row-content::-webkit-scrollbar {
      width: 0 !important; }
    .Row-section .Row-content .Row-headline, .news-item .Row-content .Row-headline, .msg .Row-content .Row-headline {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 42px;
      line-height: 1.24;
      letter-spacing: -0.0642857em;
      display: -webkit-box;
      display: -ms-flexbox;
      display: block;
      transition: transform 3500ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s; }
      @media (min-width: 900px) {
        .Row-section .Row-content .Row-headline, .news-item .Row-content .Row-headline, .msg .Row-content .Row-headline {
          font-family: 'Lars';
          font-size: 24px;
          line-height: 1.4;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 72px;
          line-height: 1.17;
          letter-spacing: -3.4px; } }
      @media (max-width: 599px) {
        .Row-section .Row-content .Row-headline .alt-text, .news-item .Row-content .Row-headline .alt-text, .msg .Row-content .Row-headline .alt-text {
          font-family: 'Panama';
          font-size: 26px;
          line-height: 1.16;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 32px;
          line-height: 1.25;
          letter-spacing: -0.9px; } }
      @media (min-width: 600px) {
        .Row-section .Row-content .Row-headline .alt-text, .news-item .Row-content .Row-headline .alt-text, .msg .Row-content .Row-headline .alt-text {
          font-family: 'Panama';
          font-size: 26px;
          line-height: 1.16;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 45px;
          line-height: 1.16;
          letter-spacing: -2px; } }
      @media (min-width: 1200px) {
        .Row-section .Row-content .Row-headline .alt-text, .news-item .Row-content .Row-headline .alt-text, .msg .Row-content .Row-headline .alt-text {
          font-family: 'Panama';
          font-size: 26px;
          line-height: 1.16;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 75px;
          line-height: 1.12;
          letter-spacing: -2.8px; } }
      .Row-section .Row-content .Row-headline svg, .news-item .Row-content .Row-headline svg, .msg .Row-content .Row-headline svg {
        height: 60px;
        width: 60px;
        margin-left: 1em;
        transition: transform .2s linear; }
    .Row-section .Row-content div .icon_before, .news-item .Row-content div .icon_before, .msg .Row-content div .icon_before {
      content: '';
      display: inline-block;
      width: 0.8em;
      height: 0.8em;
      background: url("/gfx/icons.png") no-repeat;
      background-size: auto 0.8em;
      background-position: -68px;
      top: 0em;
      left: 0; }

@media (max-width: 599px) {
  .partner-type h2, .partner-type .article-header .intro, .article-header .partner-type .intro {
    padding: 4vw; } }

@media (min-width: 600px) and (max-width: 899px) {
  .partner-type h2, .partner-type .article-header .intro, .article-header .partner-type .intro {
    padding: 5.46875vw; } }

@media (min-width: 900px) and (max-width: 1199px) {
  .partner-type h2, .partner-type .article-header .intro, .article-header .partner-type .intro {
    padding: 5.46875vw; } }

@media (min-width: 1200px) and (max-width: 1799px) {
  .partner-type h2, .partner-type .article-header .intro, .article-header .partner-type .intro {
    padding: 3.66013vw; } }

@media (min-width: 1800px) {
  .partner-type h2, .partner-type .article-header .intro, .article-header .partner-type .intro {
    padding: 2.8646vw; } }

@media (max-width: 599px) {
  .partner-type h2, .partner-type .article-header .intro, .article-header .partner-type .intro {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: -1px; } }

@media (min-width: 600px) {
  .partner-type h2, .partner-type .article-header .intro, .article-header .partner-type .intro {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 30px;
    line-height: 1.33;
    letter-spacing: -1.2px; } }

@media (min-width: 1200px) {
  .partner-type h2, .partner-type .article-header .intro, .article-header .partner-type .intro {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 42px;
    line-height: 1.24;
    letter-spacing: -0.0642857em; } }

@media (max-width: 599px) {
  .partner-type h2, .partner-type .article-header .intro, .article-header .partner-type .intro {
    padding-top: 12vw; } }

@media (min-width: 600px) and (max-width: 899px) {
  .partner-type h2, .partner-type .article-header .intro, .article-header .partner-type .intro {
    padding-top: 16.40625vw; } }

@media (min-width: 900px) and (max-width: 1199px) {
  .partner-type h2, .partner-type .article-header .intro, .article-header .partner-type .intro {
    padding-top: 16.40625vw; } }

@media (min-width: 1200px) and (max-width: 1799px) {
  .partner-type h2, .partner-type .article-header .intro, .article-header .partner-type .intro {
    padding-top: 10.98039vw; } }

@media (min-width: 1800px) {
  .partner-type h2, .partner-type .article-header .intro, .article-header .partner-type .intro {
    padding-top: 8.5938vw; } }

@media (max-width: 599px) {
  .partner-type h2, .partner-type .article-header .intro, .article-header .partner-type .intro {
    padding-bottom: 2vw; } }

@media (min-width: 600px) and (max-width: 899px) {
  .partner-type h2, .partner-type .article-header .intro, .article-header .partner-type .intro {
    padding-bottom: 2.73438vw; } }

@media (min-width: 900px) and (max-width: 1199px) {
  .partner-type h2, .partner-type .article-header .intro, .article-header .partner-type .intro {
    padding-bottom: 2.73438vw; } }

@media (min-width: 1200px) and (max-width: 1799px) {
  .partner-type h2, .partner-type .article-header .intro, .article-header .partner-type .intro {
    padding-bottom: 1.83007vw; } }

@media (min-width: 1800px) {
  .partner-type h2, .partner-type .article-header .intro, .article-header .partner-type .intro {
    padding-bottom: 1.4323vw; } }

@media (max-width: 599px) and (max-width: 599px) {
  .partner-type h2, .partner-type .article-header .intro, .article-header .partner-type .intro {
    padding-top: 16vw; } }

@media (max-width: 599px) and (min-width: 600px) and (max-width: 899px) {
  .partner-type h2, .partner-type .article-header .intro, .article-header .partner-type .intro {
    padding-top: 21.875vw; } }

@media (max-width: 599px) and (min-width: 900px) and (max-width: 1199px) {
  .partner-type h2, .partner-type .article-header .intro, .article-header .partner-type .intro {
    padding-top: 21.875vw; } }

@media (max-width: 599px) and (min-width: 1200px) and (max-width: 1799px) {
  .partner-type h2, .partner-type .article-header .intro, .article-header .partner-type .intro {
    padding-top: 14.64052vw; } }

@media (max-width: 599px) and (min-width: 1800px) {
  .partner-type h2, .partner-type .article-header .intro, .article-header .partner-type .intro {
    padding-top: 11.4584vw; } }

.linklist > .separator {
  padding: 1em var(--gutter);
  background-color: #dfdde1; }

.linklist > li .scrollcontainer.is-partner {
  padding: 1.2em 0;
  overflow-y: hidden; }

li .is-partner div.partner-content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

li .is-partner .partner-name {
  margin-right: 35px; }
  @media (max-width: 599px) {
    li .is-partner .partner-name {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 30px;
      line-height: 1.33;
      letter-spacing: -1.2px; } }
  @media (min-width: 600px) {
    li .is-partner .partner-name {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 42px;
      line-height: 1.24;
      letter-spacing: -0.0642857em; } }
  @media (min-width: 1200px) {
    li .is-partner .partner-name {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 72px;
      line-height: 1.17;
      letter-spacing: -3.4px; } }

li .is-partner .partner-quote {
  margin-right: var(--gutter); }
  @media (max-width: 899px) {
    li .is-partner .partner-quote {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 21px;
      line-height: 1.24;
      letter-spacing: -0.6px; } }
  @media (min-width: 900px) {
    li .is-partner .partner-quote {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 26px;
      line-height: 1.25;
      letter-spacing: -0.9px; } }

li .is-partner .partner-logo {
  margin-right: calc(2 * var(--gutter)); }

.program-item {
  border-bottom: var(--border) solid black; }
  @media (max-width: 899px) {
    .program-item {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 19px;
      line-height: 1.37;
      letter-spacing: -0.6px; } }
  @media (min-width: 900px) {
    .program-item {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 24px;
      line-height: 1.33;
      letter-spacing: -1px; } }
  .program-item .program-item-info {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 19px;
    line-height: 1.37;
    letter-spacing: -0.6px; }

@media (max-width: 599px) {
  .news-overview h2, .news-overview .article-header .intro, .article-header .news-overview .intro {
    padding: 4vw; } }

@media (min-width: 600px) and (max-width: 899px) {
  .news-overview h2, .news-overview .article-header .intro, .article-header .news-overview .intro {
    padding: 5.46875vw; } }

@media (min-width: 900px) and (max-width: 1199px) {
  .news-overview h2, .news-overview .article-header .intro, .article-header .news-overview .intro {
    padding: 5.46875vw; } }

@media (min-width: 1200px) and (max-width: 1799px) {
  .news-overview h2, .news-overview .article-header .intro, .article-header .news-overview .intro {
    padding: 3.66013vw; } }

@media (min-width: 1800px) {
  .news-overview h2, .news-overview .article-header .intro, .article-header .news-overview .intro {
    padding: 2.8646vw; } }

@media (max-width: 599px) {
  .news-overview h2, .news-overview .article-header .intro, .article-header .news-overview .intro {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 42px;
    line-height: 1.24;
    letter-spacing: -0.0642857em; } }

@media (min-width: 600px) {
  .news-overview h2, .news-overview .article-header .intro, .article-header .news-overview .intro {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 72px;
    line-height: 1.17;
    letter-spacing: -3.4px; } }

@media (min-width: 1200px) {
  .news-overview h2, .news-overview .article-header .intro, .article-header .news-overview .intro {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 84px;
    line-height: 1.37;
    letter-spacing: -0.045238em; } }

@media (max-width: 599px) {
  .news-overview h2, .news-overview .article-header .intro, .article-header .news-overview .intro {
    padding-top: 12vw; } }

@media (min-width: 600px) and (max-width: 899px) {
  .news-overview h2, .news-overview .article-header .intro, .article-header .news-overview .intro {
    padding-top: 16.40625vw; } }

@media (min-width: 900px) and (max-width: 1199px) {
  .news-overview h2, .news-overview .article-header .intro, .article-header .news-overview .intro {
    padding-top: 16.40625vw; } }

@media (min-width: 1200px) and (max-width: 1799px) {
  .news-overview h2, .news-overview .article-header .intro, .article-header .news-overview .intro {
    padding-top: 10.98039vw; } }

@media (min-width: 1800px) {
  .news-overview h2, .news-overview .article-header .intro, .article-header .news-overview .intro {
    padding-top: 8.5938vw; } }

@media (max-width: 599px) {
  .news-overview h2, .news-overview .article-header .intro, .article-header .news-overview .intro {
    padding-bottom: 2vw; } }

@media (min-width: 600px) and (max-width: 899px) {
  .news-overview h2, .news-overview .article-header .intro, .article-header .news-overview .intro {
    padding-bottom: 2.73438vw; } }

@media (min-width: 900px) and (max-width: 1199px) {
  .news-overview h2, .news-overview .article-header .intro, .article-header .news-overview .intro {
    padding-bottom: 2.73438vw; } }

@media (min-width: 1200px) and (max-width: 1799px) {
  .news-overview h2, .news-overview .article-header .intro, .article-header .news-overview .intro {
    padding-bottom: 1.83007vw; } }

@media (min-width: 1800px) {
  .news-overview h2, .news-overview .article-header .intro, .article-header .news-overview .intro {
    padding-bottom: 1.4323vw; } }

@media (max-width: 599px) and (max-width: 599px) {
  .news-overview h2, .news-overview .article-header .intro, .article-header .news-overview .intro {
    padding-top: 16vw; } }

@media (max-width: 599px) and (min-width: 600px) and (max-width: 899px) {
  .news-overview h2, .news-overview .article-header .intro, .article-header .news-overview .intro {
    padding-top: 21.875vw; } }

@media (max-width: 599px) and (min-width: 900px) and (max-width: 1199px) {
  .news-overview h2, .news-overview .article-header .intro, .article-header .news-overview .intro {
    padding-top: 21.875vw; } }

@media (max-width: 599px) and (min-width: 1200px) and (max-width: 1799px) {
  .news-overview h2, .news-overview .article-header .intro, .article-header .news-overview .intro {
    padding-top: 14.64052vw; } }

@media (max-width: 599px) and (min-width: 1800px) {
  .news-overview h2, .news-overview .article-header .intro, .article-header .news-overview .intro {
    padding-top: 11.4584vw; } }

.news-item {
  margin: 0 !important; }
  .news-item .news-item-content {
    padding-top: 1em;
    padding-bottom: 1em;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    @media (max-width: 899px) {
      .news-item .news-item-content {
        padding: 0px;
        padding: 0px;
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start; }
        .news-item .news-item-content .news-item-image {
          flex-basis: 50%;
          overflow: hidden;
          height: 100%; }
          .news-item .news-item-content .news-item-image img {
            height: 100%;
            width: 100%;
            object-fit: cover;
            -o-object-fit: cover; }
        .news-item .news-item-content .news-item-text {
          flex-basis: 50%; } }
    @media (min-width: 900px) {
      .news-item .news-item-content {
        padding-left: var(--gutter);
        padding-right: var(--gutter);
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        padding-top: 0.78em;
        padding-bottom: 0.78em; } }
    @media (min-width: 900px) {
      .news-item .news-item-content .news-item-image {
        max-width: 200px;
        height: 2.5em;
        flex-grow: 2;
        overflow: hidden; }
        .news-item .news-item-content .news-item-image img {
          height: 100%;
          width: 80%;
          object-fit: cover;
          -o-object-fit: cover;
          transition: transform .3s ease; } }
    .news-item .news-item-content .news-item-text {
      overflow: hidden; }
      @media (min-width: 900px) {
        .news-item .news-item-content .news-item-text {
          height: 2.5em;
          flex-basis: 82%; } }
      @media (max-width: 899px) {
        .news-item .news-item-content .news-item-text {
          padding: 2vw var(--gutter);
          align-self: baseline;
          overflow: hidden;
          position: relative; } }
      @media (min-width: 900px) {
        .news-item .news-item-content .news-item-text {
          height: 2.5em;
          flex-basis: 82%; } }
      @media (min-width: 900px) {
        .news-item .news-item-content .news-item-text .news-item-headline {
          display: inline;
          padding: 0px;
          font-family: 'Lars';
          font-size: 24px;
          line-height: 1.4;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 42px;
          line-height: 1.24;
          letter-spacing: -0.0642857em; } }
      @media (min-width: 600px) and (max-width: 899px) {
        .news-item .news-item-content .news-item-text .news-item-headline {
          font-family: 'Lars';
          font-size: 24px;
          line-height: 1.4;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 30px;
          line-height: 1.33;
          letter-spacing: -1.2px;
          display: block; } }
      @media (max-width: 599px) {
        .news-item .news-item-content .news-item-text .news-item-headline {
          font-family: 'Lars';
          font-size: 24px;
          line-height: 1.4;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 19px;
          line-height: 1.37;
          letter-spacing: -0.6px;
          display: block;
          margin-bottom: 10px; } }
    @media (min-width: 900px) {
      .news-item .news-item-content {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 42px;
        line-height: 1.24;
        letter-spacing: -0.0642857em;
        position: relative;
        flex-basis: 50%;
        flex-grow: 1; } }
    @media (min-width: 900px) {
      .news-item .news-item-content .news-item-subline {
        font-family: 'Panama';
        font-size: 26px;
        line-height: 1.16;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 45px;
        line-height: 1.16;
        letter-spacing: -2px;
        overflow: hidden;
        display: inline-block;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%; } }
    @media (max-width: 899px) {
      .news-item .news-item-content .news-item-subline {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 15px;
        line-height: 1.4;
        letter-spacing: -0.5px;
        display: none; } }

.story_section {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  width: 100%;
  padding: var(--gutter); }
  .story_section.is-reverse {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -moz-box-direction: reverse;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .story_section:hover .story-headline span {
    text-decoration: underline; }
  .story_section .story-image {
    overflow: hidden;
    display: block;
    height: auto;
    flex-shrink: 0; }
  @media (max-width: 899px) {
    .story_section {
      -webkit-box-direction: reverse;
      -webkit-box-orient: vertical;
      -moz-box-direction: reverse;
      -moz-box-orient: vertical;
      -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -webkit-box-align: baseline;
      -moz-box-align: baseline;
      -ms-flex-align: baseline;
      -webkit-align-items: baseline;
      align-items: baseline; } }
  @media (min-width: 900px) {
    .story_section.is-reverse {
      -webkit-box-direction: reverse;
      -webkit-box-orient: horizontal;
      -moz-box-direction: reverse;
      -moz-box-orient: horizontal;
      -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
      .story_section.is-reverse .story-text {
        margin-left: var(--gutter);
        margin-right: 0; } }
  @media (max-width: 899px) {
    .story_section.is-reverse {
      -webkit-box-direction: reverse;
      -webkit-box-orient: vertical;
      -moz-box-direction: reverse;
      -moz-box-orient: vertical;
      -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; } }
  .story_section.align-at-bottom .story-text {
    align-self: flex-end; }
  @media (min-width: 1200px) {
    .story_section.is-portrait .story-text {
      flex-basis: 75%;
      -ms-flex-preferred-size: 75%; } }
  @media (min-width: 900px) and (max-width: 1199px) {
    .story_section.is-portrait .story-text {
      flex-basis: 62%;
      -ms-flex-preferred-size: 62%; } }
  @media (max-width: 899px) {
    .story_section.is-portrait .story-text {
      flex-basis: 62%;
      -ms-flex-preferred-size: 62%;
      width: 100%; } }
  @media (min-width: 1200px) {
    .story_section.is-portrait .story-image {
      flex-basis: 25%;
      -ms-flex-preferred-size: 25%; } }
  @media (min-width: 900px) and (max-width: 1199px) {
    .story_section.is-portrait .story-image {
      flex-basis: 38%;
      -ms-flex-preferred-size: 38%; } }
  @media (max-width: 899px) {
    .story_section.is-portrait .story-image {
      flex-basis: 38%;
      -ms-flex-preferred-size: 38%;
      margin-top: 30px;
      margin-bottom: 60px;
      align-self: center;
      width: 42%; } }
  @media (max-width: 599px) {
    .story_section.is-portrait .story-image {
      height: auto; } }
  .story_section.is-landscape > div {
    width: 50%;
    flex-basis: 50%;
    -ms-flex-preferred-size: 50%; }
  @media (max-width: 899px) {
    .story_section.is-landscape .story-image {
      width: 100%; }
    .story_section.is-landscape .story-text {
      width: 100%;
      padding-top: .5em;
      padding-bottom: 1em; } }
  .story_section .story-date {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: -1px; }
    @media (max-width: 899px) {
      .story_section .story-date {
        margin-top: 10px; } }
    @media (min-width: 900px) {
      .story_section .story-date {
        margin-top: 50px; } }
  .story_section .story-text {
    margin-right: var(--gutter); }
    @media (max-width: 599px) {
      .story_section .story-text.is-m-grotesk .story-headline {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 24px;
        line-height: 1.33;
        letter-spacing: -1px; } }
    @media (min-width: 600px) {
      .story_section .story-text.is-m-grotesk .story-headline {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 30px;
        line-height: 1.33;
        letter-spacing: -1.2px; } }
    @media (min-width: 1200px) {
      .story_section .story-text.is-m-grotesk .story-headline {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 42px;
        line-height: 1.24;
        letter-spacing: -0.0642857em; } }
    .story_section .story-text.is-m-grotesk .story-summary {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 21px;
      line-height: 1.24;
      letter-spacing: -0.6px; }
    @media (max-width: 599px) {
      .story_section .story-text.is-l-grotesk .story-headline {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 42px;
        line-height: 1.24;
        letter-spacing: -0.0642857em; } }

@media (min-width: 600px) and (max-width: 599px) {
  .story_section .story-text.is-l-grotesk .story-headline {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 30px;
    line-height: 1.33;
    letter-spacing: -1.2px; } }

@media (min-width: 600px) and (min-width: 600px) {
  .story_section .story-text.is-l-grotesk .story-headline {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 42px;
    line-height: 1.24;
    letter-spacing: -0.0642857em; } }

@media (min-width: 600px) and (min-width: 1200px) {
  .story_section .story-text.is-l-grotesk .story-headline {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 72px;
    line-height: 1.17;
    letter-spacing: -3.4px; } }
    .story_section .story-text.is-l-grotesk .story-summary {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 26px;
      line-height: 1.25;
      letter-spacing: -0.9px; }
    @media (max-width: 599px) {
      .story_section .story-text.is-m-serif .story-headline {
        font-family: 'Panama';
        font-size: 26px;
        line-height: 1.16;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 26px;
        line-height: 1.25;
        letter-spacing: -0.9px; } }
    @media (min-width: 600px) {
      .story_section .story-text.is-m-serif .story-headline {
        font-family: 'Panama';
        font-size: 26px;
        line-height: 1.16;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 32px;
        line-height: 1.25;
        letter-spacing: -0.9px; } }
    @media (min-width: 1200px) {
      .story_section .story-text.is-m-serif .story-headline {
        font-family: 'Panama';
        font-size: 26px;
        line-height: 1.16;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 45px;
        line-height: 1.16;
        letter-spacing: -2px; } }
    .story_section .story-text.is-m-serif .story-summary {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 19px;
      line-height: 1.37;
      letter-spacing: -0.6px; }
    @media (max-width: 599px) {
      .story_section .story-text.is-l-serif .story-headline {
        font-family: 'Panama';
        font-size: 26px;
        line-height: 1.16;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 32px;
        line-height: 1.25;
        letter-spacing: -0.9px; } }
    @media (min-width: 600px) {
      .story_section .story-text.is-l-serif .story-headline {
        font-family: 'Panama';
        font-size: 26px;
        line-height: 1.16;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 45px;
        line-height: 1.16;
        letter-spacing: -2px; } }
    @media (min-width: 1200px) {
      .story_section .story-text.is-l-serif .story-headline {
        font-family: 'Panama';
        font-size: 26px;
        line-height: 1.16;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 75px;
        line-height: 1.12;
        letter-spacing: -2.8px; } }
    .story_section .story-text.is-l-serif .story-summary {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 24px;
      line-height: 1.33;
      letter-spacing: -1px; }
    .story_section .story-text .story-summary {
      padding-top: 25px; }
  .story_section .story-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    -o-object-fit: cover; }
  .story_section button {
    margin-top: 30px;
    margin-bottom: 30px; }

.news-ticker_section {
  padding-top: 1em !important;
  padding-bottom: 1em !important; }
  .news-ticker_section h2, .news-ticker_section .article-header .intro, .article-header .news-ticker_section .intro {
    margin-bottom: .5em; }
  .news-ticker_section span {
    line-height: 1.7; }
    @media (max-width: 599px) {
      .news-ticker_section span {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 24px;
        line-height: 1.33;
        letter-spacing: -1px; } }
    @media (min-width: 600px) {
      .news-ticker_section span {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 30px;
        line-height: 1.33;
        letter-spacing: -1.2px; } }
    @media (min-width: 1200px) {
      .news-ticker_section span {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 42px;
        line-height: 1.24;
        letter-spacing: -0.0642857em; } }
    .news-ticker_section span:not(:first-of-type) {
      margin-left: 15px; }
  .news-ticker_section .news-ticker_item {
    margin-right: 30px; }
    .news-ticker_section .news-ticker_item:hover .news-ticker_headline {
      color: white;
      background: black;
      padding: 3px; }
  @media (max-width: 599px) {
    .news-ticker_section .news-ticker_intro {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 26px;
      line-height: 1.25;
      letter-spacing: -0.9px; } }
  @media (min-width: 600px) {
    .news-ticker_section .news-ticker_intro {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 32px;
      line-height: 1.25;
      letter-spacing: -0.9px; } }
  @media (min-width: 1200px) {
    .news-ticker_section .news-ticker_intro {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 45px;
      line-height: 1.16;
      letter-spacing: -2px; } }
  .news-ticker_section .news-ticker_image {
    height: 1.33em;
    width: auto;
    margin-right: 15px; }

.tag-link {
  color: inherit; }
  .tag-link:hover {
    border-bottom: none;
    color: currentColor;
    text-decoration: none;
    background: transparent;
    background-image: linear-gradient(#000, #000);
    background-size: 1px 1px;
    background-repeat: repeat-x;
    background-position: 0% 100%; }
    .tag-link:hover:hover {
      background-image: linear-gradient(#ee0085, #ee0085); }

@media (max-width: 599px) {
  .TagCloud-section {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 8vw;
    margin: 4vw;
    padding: 0; } }

@media (min-width: 600px) and (max-width: 899px) {
  .TagCloud-section {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-column-gap: 10.9375vw;
    margin: 5.46875vw;
    padding: 0; } }

@media (min-width: 900px) and (max-width: 1199px) {
  .TagCloud-section {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-column-gap: 10.9375vw;
    margin: 5.46875vw;
    padding: 0; } }

@media (min-width: 1200px) and (max-width: 1799px) {
  .TagCloud-section {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-column-gap: 7.32026vw;
    margin: 3.66013vw;
    padding: 0; } }

@media (min-width: 1800px) {
  .TagCloud-section {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    grid-column-gap: 5.7292vw;
    margin: 2.8646vw;
    padding: 0; } }

.TagCloud-main {
  min-width: 0;
  grid-column-start: auto;
  grid-column-end: span 3;
  box-sizing: border-box; }
  @media (max-width: 599px) {
    .TagCloud-main .TagCloud-title {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 19px;
      line-height: 1.37;
      letter-spacing: -0.6px; } }
  @media (min-width: 600px) {
    .TagCloud-main .TagCloud-title {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 24px;
      line-height: 1.33;
      letter-spacing: -1px; } }
  @media (min-width: 1200px) {
    .TagCloud-main .TagCloud-title {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 30px;
      line-height: 1.33;
      letter-spacing: -1.2px; } }
  .TagCloud-main dd, .TagCloud-main span {
    margin-left: 0;
    margin-bottom: 4px;
    float: left; }
    @media (max-width: 599px) {
      .TagCloud-main dd, .TagCloud-main span {
        font-family: 'Panama';
        font-size: 26px;
        line-height: 1.16;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 21px;
        line-height: 1.24;
        letter-spacing: -0.6px; } }
    @media (min-width: 600px) {
      .TagCloud-main dd, .TagCloud-main span {
        font-family: 'Panama';
        font-size: 26px;
        line-height: 1.16;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 26px;
        line-height: 1.25;
        letter-spacing: -0.9px; } }
    @media (min-width: 1200px) {
      .TagCloud-main dd, .TagCloud-main span {
        font-family: 'Panama';
        font-size: 26px;
        line-height: 1.16;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 32px;
        line-height: 1.25;
        letter-spacing: -0.9px; } }
    .TagCloud-main dd:not(:last-child), .TagCloud-main span:not(:last-child) {
      margin-right: 18px; }
    .TagCloud-main dd a:before, .TagCloud-main span a:before {
      content: '#'; }
  .TagCloud-main .show-hidden {
    transition: letter-spacing .3s ease-in; }
    .TagCloud-main .show-hidden:hover {
      letter-spacing: 2px; }

.marquee {
  overflow: hidden;
  border-bottom: var(--border) solid #000;
  will-change: transform;
  padding: 0.2em 0; }
  .marquee span {
    animation: marquee 5s linear infinite;
    animation-name: marquee;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running; }
    @media (max-width: 899px) {
      .marquee span.serif-xs, .marquee .teaser-project span.project-meta, .teaser-project .marquee span.project-meta, .marquee #page-builder .related_articles-wrapper .related_articles-inner > div span.project-meta, #page-builder .related_articles-wrapper .related_articles-inner > div .marquee span.project-meta, .marquee #page-builder .related_articles-wrapper .related_articles-inner > div span.article-meta, #page-builder .related_articles-wrapper .related_articles-inner > div .marquee span.article-meta {
        font-family: 'Panama';
        font-size: 26px;
        line-height: 1.16;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 21px;
        line-height: 1.24;
        letter-spacing: -0.6px; } }
    @media (min-width: 900px) {
      .marquee span.serif-xs, .marquee .teaser-project span.project-meta, .teaser-project .marquee span.project-meta, .marquee #page-builder .related_articles-wrapper .related_articles-inner > div span.project-meta, #page-builder .related_articles-wrapper .related_articles-inner > div .marquee span.project-meta, .marquee #page-builder .related_articles-wrapper .related_articles-inner > div span.article-meta, #page-builder .related_articles-wrapper .related_articles-inner > div .marquee span.article-meta {
        font-family: 'Panama';
        font-size: 26px;
        line-height: 1.16;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 26px;
        line-height: 1.25;
        letter-spacing: -0.9px; } }
    @media (max-width: 599px) {
      .marquee span.serif-s, .marquee .talentpress-grid .teaser-article span.article-author, .talentpress-grid .teaser-article .marquee span.article-author, .marquee body:not(.talentpress) #mainnav .navsidebarcontent .featured-container .featured-item .featured-content span.subline, body:not(.talentpress) #mainnav .navsidebarcontent .featured-container .featured-item .featured-content .marquee span.subline, .marquee #sbtest .navsidebarcontent .featured-container .featured-item .featured-content span.subline, #sbtest .navsidebarcontent .featured-container .featured-item .featured-content .marquee span.subline, .marquee .teaser-portrait span.country, .teaser-portrait .marquee span.country, .marquee .teaser-portrait span.profession, .teaser-portrait .marquee span.profession, .marquee .teaser-portrait span.favorite, .teaser-portrait .marquee span.favorite, .marquee .profile-page .profile-data .profile-data-text span, .profile-page .profile-data .profile-data-text .marquee span, .marquee #profile-overlay---- .profile-data .profile-data-text span, #profile-overlay---- .profile-data .profile-data-text .marquee span, .marquee #content-overlay .profile-data .profile-data-text span, #content-overlay .profile-data .profile-data-text .marquee span, .marquee .video-container .video-info span.video-meta, .video-container .video-info .marquee span.video-meta, .marquee .gallery-container .gallery-info span.gallery-meta, .gallery-container .gallery-info .marquee span.gallery-meta {
        font-family: 'Panama';
        font-size: 26px;
        line-height: 1.16;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 21px;
        line-height: 1.24;
        letter-spacing: -0.6px; } }
    @media (min-width: 600px) {
      .marquee span.serif-s, .marquee .talentpress-grid .teaser-article span.article-author, .talentpress-grid .teaser-article .marquee span.article-author, .marquee body:not(.talentpress) #mainnav .navsidebarcontent .featured-container .featured-item .featured-content span.subline, body:not(.talentpress) #mainnav .navsidebarcontent .featured-container .featured-item .featured-content .marquee span.subline, .marquee #sbtest .navsidebarcontent .featured-container .featured-item .featured-content span.subline, #sbtest .navsidebarcontent .featured-container .featured-item .featured-content .marquee span.subline, .marquee .teaser-portrait span.country, .teaser-portrait .marquee span.country, .marquee .teaser-portrait span.profession, .teaser-portrait .marquee span.profession, .marquee .teaser-portrait span.favorite, .teaser-portrait .marquee span.favorite, .marquee .profile-page .profile-data .profile-data-text span, .profile-page .profile-data .profile-data-text .marquee span, .marquee #profile-overlay---- .profile-data .profile-data-text span, #profile-overlay---- .profile-data .profile-data-text .marquee span, .marquee #content-overlay .profile-data .profile-data-text span, #content-overlay .profile-data .profile-data-text .marquee span, .marquee .video-container .video-info span.video-meta, .video-container .video-info .marquee span.video-meta, .marquee .gallery-container .gallery-info span.gallery-meta, .gallery-container .gallery-info .marquee span.gallery-meta {
        font-family: 'Panama';
        font-size: 26px;
        line-height: 1.16;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 26px;
        line-height: 1.25;
        letter-spacing: -0.9px; } }
    @media (min-width: 1200px) {
      .marquee span.serif-s, .marquee .talentpress-grid .teaser-article span.article-author, .talentpress-grid .teaser-article .marquee span.article-author, .marquee body:not(.talentpress) #mainnav .navsidebarcontent .featured-container .featured-item .featured-content span.subline, body:not(.talentpress) #mainnav .navsidebarcontent .featured-container .featured-item .featured-content .marquee span.subline, .marquee #sbtest .navsidebarcontent .featured-container .featured-item .featured-content span.subline, #sbtest .navsidebarcontent .featured-container .featured-item .featured-content .marquee span.subline, .marquee .teaser-portrait span.country, .teaser-portrait .marquee span.country, .marquee .teaser-portrait span.profession, .teaser-portrait .marquee span.profession, .marquee .teaser-portrait span.favorite, .teaser-portrait .marquee span.favorite, .marquee .profile-page .profile-data .profile-data-text span, .profile-page .profile-data .profile-data-text .marquee span, .marquee #profile-overlay---- .profile-data .profile-data-text span, #profile-overlay---- .profile-data .profile-data-text .marquee span, .marquee #content-overlay .profile-data .profile-data-text span, #content-overlay .profile-data .profile-data-text .marquee span, .marquee .video-container .video-info span.video-meta, .video-container .video-info .marquee span.video-meta, .marquee .gallery-container .gallery-info span.gallery-meta, .gallery-container .gallery-info .marquee span.gallery-meta {
        font-family: 'Panama';
        font-size: 26px;
        line-height: 1.16;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 32px;
        line-height: 1.25;
        letter-spacing: -0.9px; } }
    @media (max-width: 599px) {
      .marquee span.serif-m, .marquee .profile-page .profile-data .profile-data-text span.profile-fow, .profile-page .profile-data .profile-data-text .marquee span.profile-fow, .marquee #profile-overlay---- .profile-data .profile-data-text span.profile-fow, #profile-overlay---- .profile-data .profile-data-text .marquee span.profile-fow, .marquee #content-overlay .profile-data .profile-data-text span.profile-fow, #content-overlay .profile-data .profile-data-text .marquee span.profile-fow, .marquee .profile-page span.quote, .profile-page .marquee span.quote, .marquee #profile-overlay---- span.quote, #profile-overlay---- .marquee span.quote, .marquee #content-overlay span.quote, #content-overlay .marquee span.quote {
        font-family: 'Panama';
        font-size: 26px;
        line-height: 1.16;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 26px;
        line-height: 1.25;
        letter-spacing: -0.9px; } }
    @media (min-width: 600px) {
      .marquee span.serif-m, .marquee .profile-page .profile-data .profile-data-text span.profile-fow, .profile-page .profile-data .profile-data-text .marquee span.profile-fow, .marquee #profile-overlay---- .profile-data .profile-data-text span.profile-fow, #profile-overlay---- .profile-data .profile-data-text .marquee span.profile-fow, .marquee #content-overlay .profile-data .profile-data-text span.profile-fow, #content-overlay .profile-data .profile-data-text .marquee span.profile-fow, .marquee .profile-page span.quote, .profile-page .marquee span.quote, .marquee #profile-overlay---- span.quote, #profile-overlay---- .marquee span.quote, .marquee #content-overlay span.quote, #content-overlay .marquee span.quote {
        font-family: 'Panama';
        font-size: 26px;
        line-height: 1.16;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 32px;
        line-height: 1.25;
        letter-spacing: -0.9px; } }
    @media (min-width: 1200px) {
      .marquee span.serif-m, .marquee .profile-page .profile-data .profile-data-text span.profile-fow, .profile-page .profile-data .profile-data-text .marquee span.profile-fow, .marquee #profile-overlay---- .profile-data .profile-data-text span.profile-fow, #profile-overlay---- .profile-data .profile-data-text .marquee span.profile-fow, .marquee #content-overlay .profile-data .profile-data-text span.profile-fow, #content-overlay .profile-data .profile-data-text .marquee span.profile-fow, .marquee .profile-page span.quote, .profile-page .marquee span.quote, .marquee #profile-overlay---- span.quote, #profile-overlay---- .marquee span.quote, .marquee #content-overlay span.quote, #content-overlay .marquee span.quote {
        font-family: 'Panama';
        font-size: 26px;
        line-height: 1.16;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 45px;
        line-height: 1.16;
        letter-spacing: -2px; } }
    @media (max-width: 599px) {
      .marquee span.serif-l, .marquee h1 span, h1 .marquee span, .marquee .article-header .main span, .article-header .main .marquee span {
        font-family: 'Panama';
        font-size: 26px;
        line-height: 1.16;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 32px;
        line-height: 1.25;
        letter-spacing: -0.9px; } }
    @media (min-width: 600px) {
      .marquee span.serif-l, .marquee h1 span, h1 .marquee span, .marquee .article-header .main span, .article-header .main .marquee span {
        font-family: 'Panama';
        font-size: 26px;
        line-height: 1.16;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 45px;
        line-height: 1.16;
        letter-spacing: -2px; } }
    @media (min-width: 1200px) {
      .marquee span.serif-l, .marquee h1 span, h1 .marquee span, .marquee .article-header .main span, .article-header .main .marquee span {
        font-family: 'Panama';
        font-size: 26px;
        line-height: 1.16;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 75px;
        line-height: 1.12;
        letter-spacing: -2.8px; } }
    @media (max-width: 899px) {
      .marquee span.grotesk-xs, .marquee .fullwidth_expand_two-cols .expand-item-container span.item-text, .fullwidth_expand_two-cols .expand-item-container .marquee span.item-text, .marquee .teaser-project span.project-title, .teaser-project .marquee span.project-title, .marquee #page-builder .related_articles-wrapper .related_articles-inner > div span.project-title, #page-builder .related_articles-wrapper .related_articles-inner > div .marquee span.project-title, .marquee #page-builder .related_articles-wrapper .related_articles-inner > div span.article-title, #page-builder .related_articles-wrapper .related_articles-inner > div .marquee span.article-title {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 19px;
        line-height: 1.37;
        letter-spacing: -0.6px; } }
    @media (min-width: 900px) {
      .marquee span.grotesk-xs, .marquee .fullwidth_expand_two-cols .expand-item-container span.item-text, .fullwidth_expand_two-cols .expand-item-container .marquee span.item-text, .marquee .teaser-project span.project-title, .teaser-project .marquee span.project-title, .marquee #page-builder .related_articles-wrapper .related_articles-inner > div span.project-title, #page-builder .related_articles-wrapper .related_articles-inner > div .marquee span.project-title, .marquee #page-builder .related_articles-wrapper .related_articles-inner > div span.article-title, #page-builder .related_articles-wrapper .related_articles-inner > div .marquee span.article-title {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 24px;
        line-height: 1.33;
        letter-spacing: -1px; } }
    @media (max-width: 599px) {
      .marquee span.grotesk-s, .marquee .talentpress-grid .teaser-article span.article-title, .talentpress-grid .teaser-article .marquee span.article-title, .marquee body:not(.talentpress) #mainnav .navsidebarcontent .featured-container .featured-item .featured-content span.headline, body:not(.talentpress) #mainnav .navsidebarcontent .featured-container .featured-item .featured-content .marquee span.headline, .marquee #sbtest .navsidebarcontent .featured-container .featured-item .featured-content span.headline, #sbtest .navsidebarcontent .featured-container .featured-item .featured-content .marquee span.headline, .marquee .teaser-portrait span.fullname, .teaser-portrait .marquee span.fullname, .marquee .teaser-portrait span.contact, .teaser-portrait .marquee span.contact, .marquee .video-container .video-info span.video-title, .video-container .video-info .marquee span.video-title, .marquee .gallery-container .gallery-info span.gallery-title, .gallery-container .gallery-info .marquee span.gallery-title, .marquee span.info-list {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 19px;
        line-height: 1.37;
        letter-spacing: -0.6px; } }
    @media (min-width: 600px) {
      .marquee span.grotesk-s, .marquee .talentpress-grid .teaser-article span.article-title, .talentpress-grid .teaser-article .marquee span.article-title, .marquee body:not(.talentpress) #mainnav .navsidebarcontent .featured-container .featured-item .featured-content span.headline, body:not(.talentpress) #mainnav .navsidebarcontent .featured-container .featured-item .featured-content .marquee span.headline, .marquee #sbtest .navsidebarcontent .featured-container .featured-item .featured-content span.headline, #sbtest .navsidebarcontent .featured-container .featured-item .featured-content .marquee span.headline, .marquee .teaser-portrait span.fullname, .teaser-portrait .marquee span.fullname, .marquee .teaser-portrait span.contact, .teaser-portrait .marquee span.contact, .marquee .video-container .video-info span.video-title, .video-container .video-info .marquee span.video-title, .marquee .gallery-container .gallery-info span.gallery-title, .gallery-container .gallery-info .marquee span.gallery-title, .marquee span.info-list {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 24px;
        line-height: 1.33;
        letter-spacing: -1px; } }
    @media (min-width: 1200px) {
      .marquee span.grotesk-s, .marquee .talentpress-grid .teaser-article span.article-title, .talentpress-grid .teaser-article .marquee span.article-title, .marquee body:not(.talentpress) #mainnav .navsidebarcontent .featured-container .featured-item .featured-content span.headline, body:not(.talentpress) #mainnav .navsidebarcontent .featured-container .featured-item .featured-content .marquee span.headline, .marquee #sbtest .navsidebarcontent .featured-container .featured-item .featured-content span.headline, #sbtest .navsidebarcontent .featured-container .featured-item .featured-content .marquee span.headline, .marquee .teaser-portrait span.fullname, .teaser-portrait .marquee span.fullname, .marquee .teaser-portrait span.contact, .teaser-portrait .marquee span.contact, .marquee .video-container .video-info span.video-title, .video-container .video-info .marquee span.video-title, .marquee .gallery-container .gallery-info span.gallery-title, .gallery-container .gallery-info .marquee span.gallery-title, .marquee span.info-list {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 30px;
        line-height: 1.33;
        letter-spacing: -1.2px; } }
    @media (max-width: 599px) {
      .marquee span.grotesk-m, .marquee .topnav .topnav-right span.nav-menu-btn, .topnav .topnav-right .marquee span.nav-menu-btn {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 24px;
        line-height: 1.33;
        letter-spacing: -1px; } }
    @media (min-width: 600px) {
      .marquee span.grotesk-m, .marquee .topnav .topnav-right span.nav-menu-btn, .topnav .topnav-right .marquee span.nav-menu-btn {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 30px;
        line-height: 1.33;
        letter-spacing: -1.2px; } }
    @media (min-width: 1200px) {
      .marquee span.grotesk-m, .marquee .topnav .topnav-right span.nav-menu-btn, .topnav .topnav-right .marquee span.nav-menu-btn {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 42px;
        line-height: 1.24;
        letter-spacing: -0.0642857em; } }
    @media (max-width: 599px) {
      .marquee span.grotesk-l {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 30px;
        line-height: 1.33;
        letter-spacing: -1.2px; } }
    @media (min-width: 600px) {
      .marquee span.grotesk-l {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 42px;
        line-height: 1.24;
        letter-spacing: -0.0642857em; } }
    @media (min-width: 1200px) {
      .marquee span.grotesk-l {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 72px;
        line-height: 1.17;
        letter-spacing: -3.4px; } }
    @media (max-width: 599px) {
      .marquee span.grotesk-xl {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 42px;
        line-height: 1.24;
        letter-spacing: -0.0642857em; } }
    @media (min-width: 600px) {
      .marquee span.grotesk-xl {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 72px;
        line-height: 1.17;
        letter-spacing: -3.4px; } }
    @media (min-width: 1200px) {
      .marquee span.grotesk-xl {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 84px;
        line-height: 1.37;
        letter-spacing: -0.045238em; } }

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

.magenta-blink {
  animation: magenta-blink 1s linear infinite; }

@keyframes magenta-blink {
  from {
    color: currentColor; }
  to {
    color: red; } }

@keyframes cursor {
  from, to {
    background-color: transparent; }
  50% {
    background-color: black; } }

@-moz-keyframes cursor {
  from, to {
    background-color: transparent; }
  50% {
    background-color: black; } }

@-webkit-keyframes cursor {
  from, to {
    background-color: transparent; }
  50% {
    background-color: black; } }

@-ms-keyframes cursor {
  from, to {
    background-color: transparent; }
  50% {
    background-color: black; } }

@-o-keyframes cursor {
  from, to {
    background-color: transparent; }
  50% {
    background-color: black; } }

.mw811, .story_section .story-text .story-headline, .story_section .story-text .story-summary {
  max-width: 811px; }

select.fow, select.labs {
  appearence: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: white;
  color: black;
  font-family: 'arial';
  width: 100%; }

.dropdown {
  position: relative;
  width: 100%; }
  .dropdown .caret {
    width: .5em;
    height: .5em;
    border-width: 2px 2px 0 0;
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%) rotate(-225deg);
    border-color: black;
    border-style: solid;
    pointer-events: none; }
  .dropdown:hover .caret {
    border-color: #ee0085; }

section.content-module > .HTA_general, section.content-module > .HTA_labs {
  grid-column-start: auto;
  grid-column-end: span 5;
  margin: 1em 0; }
  @media (max-width: 1199px) {
    section.content-module > .HTA_general, section.content-module > .HTA_labs {
      grid-column-start: auto;
      grid-column-end: span -1; } }
  section.content-module > .HTA_general > div[data-toggle="collapse"], section.content-module > .HTA_labs > div[data-toggle="collapse"] {
    outline: none;
    justify-content: space-between;
    align-items: center; }
    section.content-module > .HTA_general > div[data-toggle="collapse"][aria-expanded="true"] svg, section.content-module > .HTA_labs > div[data-toggle="collapse"][aria-expanded="true"] svg {
      -webkit-transition: transform 0.3s cubic-bezier(1, 0, 0.29, 1);
      -moz-transition: transform 0.3s cubic-bezier(1, 0, 0.29, 1);
      -o-transition: transform 0.3s cubic-bezier(1, 0, 0.29, 1);
      -ms-transition: transform 0.3s cubic-bezier(1, 0, 0.29, 1);
      transition: transform 0.3s cubic-bezier(1, 0, 0.29, 1);
      transform: rotate(180deg); }
  section.content-module > .HTA_general .icon-drop-down, section.content-module > .HTA_labs .icon-drop-down {
    height: 100%; }
    section.content-module > .HTA_general .icon-drop-down svg, section.content-module > .HTA_labs .icon-drop-down svg {
      height: 1em; }

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

.rotate-logo {
  -webkit-animation: rotating 6s linear infinite;
  -moz-animation: rotating 6s linear infinite;
  -ms-animation: rotating 6s linear infinite;
  -o-animation: rotating 6s linear infinite;
  animation: rotating 6s linear infinite; }

.question-link {
  height: .8em;
  width: auto;
  margin-bottom: 5px; }

.topnav-tp {
  background-color: #000;
  color: #fff;
  transition: all .3s ease-in;
  border-bottom: var(--border) solid #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
  background-color: #000; }
  .topnav-tp button {
    color: #fff;
    border-color: #fff !important;
    display: inline-block;
    border: 2px solid  #000000;
    margin: 0 0.5em 0 0;
    padding: 0.25em 0.8em 0.25em 0.8em;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    -webkit-tap-highlight-color: transparent;
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 30px;
    line-height: 1.33;
    letter-spacing: -1.2px;
    padding: 0.24em 0.46em 0.23em 0.46em;
    border-radius: 18px;
    border: solid 2px #000000;
    line-height: 1; }
    .topnav-tp button:not(.dosearch) {
      min-width: 4em; }
    .topnav-tp button.color-white {
      border-color: #FFFFFF; }
    .topnav-tp button.bg-transparent {
      background-color: transparent; }
    .topnav-tp button:hover {
      color: #ee0085;
      border-color: #ee0085; }
    .topnav-tp button:focus {
      outline: 1px solid #fff;
      outline-offset: -4px; }
    .topnav-tp button:active {
      color: currentColor; }
    .topnav-tp button:hover:active {
      color: #ee0085; }
    @media (max-width: 599px) {
      .topnav-tp button {
        display: inline-block;
        border: 2px solid  #000000;
        margin: 0 0.5em 0 0;
        padding: 0.25em 0.8em 0.25em 0.8em;
        line-height: 1;
        text-decoration: none;
        cursor: pointer;
        text-align: center;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-color: transparent;
        -webkit-tap-highlight-color: transparent;
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 24px;
        line-height: 1.33;
        letter-spacing: -1px;
        padding: 0.31em 0.875em 0.25em 0.875em;
        border-radius: 16px;
        border: solid 1px #000000;
        line-height: 1; }
        .topnav-tp button:not(.dosearch) {
          min-width: 4em; }
        .topnav-tp button.color-white {
          border-color: #FFFFFF; }
        .topnav-tp button.bg-transparent {
          background-color: transparent; }
        .topnav-tp button:hover {
          color: #ee0085;
          border-color: #ee0085; }
        .topnav-tp button:focus {
          outline: 1px solid #fff;
          outline-offset: -4px; }
        .topnav-tp button:active {
          color: currentColor; }
        .topnav-tp button:hover:active {
          color: #ee0085; } }
    .topnav-tp button:hover {
      border-color: #ee0085 !important; }
  .topnav-tp .topnav-left {
    position: relative;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    align-items: center;
    min-width: 0;
    overflow-x: hidden;
    padding-right: 0.75em; }
    .topnav-tp .topnav-left #ifb {
      display: none; }
      @media (min-width: 900px) {
        .topnav-tp .topnav-left #ifb {
          display: block; } }
    .topnav-tp .topnav-left .logo {
      display: inline-block;
      width: 57px;
      height: 58px;
      border-bottom: none;
      transition: all 0.1s ease;
      flex-shrink: 0; }
      .topnav-tp .topnav-left .logo.animate svg {
        will-change: transform; }
      .topnav-tp .topnav-left .logo svg {
        fill: #000;
        transition: transform 500ms ease; }
        .topnav-tp .topnav-left .logo svg:hover {
          transform: scale(0.95) !important; }
      @media (max-width: 599px) {
        .topnav-tp .topnav-left .logo {
          width: 34px;
          height: 34px; } }
    .topnav-tp .topnav-left #bt-logo {
      width: 90px;
      height: 60px; }
      @media (max-width: 599px) {
        .topnav-tp .topnav-left #bt-logo {
          display: none; } }
    @media (min-width: 600px) {
      .topnav-tp .topnav-left #bt-logo-abstract {
        display: none; } }
  .topnav-tp .topnav-main {
    flex-basis: 0;
    flex-grow: 2;
    overflow: hidden; }
    @media (max-width: 899px) {
      .topnav-tp .topnav-main .filter-header .search-parameter-placeholder {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 19px;
        line-height: 1.37;
        letter-spacing: -0.6px; } }
    @media (min-width: 900px) {
      .topnav-tp .topnav-main .filter-header .search-parameter-placeholder {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 24px;
        line-height: 1.33;
        letter-spacing: -1px; } }
    @media (max-width: 599px) {
      .topnav-tp .topnav-main .filter-header .search-parameter-placeholder {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 19px;
        line-height: 1.37;
        letter-spacing: -0.6px; } }
  .topnav-tp .topnav-right {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding-left: 0.75em;
    text-align: right;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    /*.nav-menu-btn{
      @extend .grotesk-m;
      border-bottom:none;
      display:inline-block;
      margin-bottom:-0.25em;
      @include for-phone-only {
        & > span{
          display:none;
        }
      }
      #close-filter{
        display: inline-block;
        position: relative;
        z-index: 1;
        -webkit-user-select: none;
        user-select: none;
        width:0.75em;
        height:0.5em;
        display:none;
        span{
          display: inline-block;
          width: 100%;
          height: 3px;
          position: absolute;
          top: 0;
          left: 0;
          background:$white;
          z-index: 1;
          transform-origin: center center;
          &:nth-child(1){
            transform:rotate(45deg);
          };
          &:nth-child(2){
            transform:rotate(-45deg);
          };
        }
      }
    }*/ }
    .topnav-tp .topnav-right .dosearch {
      display: none; }
      @media (max-width: 599px) {
        .topnav-tp .topnav-right .dosearch:hover {
          background: initial;
          border: initial; } }
      .topnav-tp .topnav-right .dosearch .checkmark {
        display: none; }
  .topnav-tp .filter-header .search-parameter-placeholder {
    display: none; }

body #animation-logo-start-wrapper {
  padding-top: 70px;
  padding-bottom: 70px; }

.talentpress-grid {
  margin-top: 35px !important;
  grid-row-gap: 7.32vw; }
  @media (max-width: 599px) {
    .talentpress-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      grid-column-gap: 8vw;
      margin: 4vw;
      padding: 0; } }
  @media (min-width: 600px) and (max-width: 899px) {
    .talentpress-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      grid-column-gap: 10.9375vw;
      margin: 5.46875vw;
      padding: 0; } }
  @media (min-width: 900px) and (max-width: 1199px) {
    .talentpress-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      grid-column-gap: 10.9375vw;
      margin: 5.46875vw;
      padding: 0; } }
  @media (min-width: 1200px) and (max-width: 1799px) {
    .talentpress-grid {
      display: grid;
      grid-template-columns: repeat(6, minmax(0, 1fr));
      grid-column-gap: 7.32026vw;
      margin: 3.66013vw;
      padding: 0; } }
  @media (min-width: 1800px) {
    .talentpress-grid {
      display: grid;
      grid-template-columns: repeat(8, minmax(0, 1fr));
      grid-column-gap: 5.7292vw;
      margin: 2.8646vw;
      padding: 0; } }
  .talentpress-grid > .teaser-article {
    min-width: 0;
    grid-column-start: auto;
    grid-column-end: span 2;
    box-sizing: border-box; }
    @media (max-width: 1199px) {
      .talentpress-grid > .teaser-article {
        min-width: 0;
        grid-column-start: auto;
        grid-column-end: span 2;
        box-sizing: border-box; } }
    @media (min-width: 1800px) {
      .talentpress-grid > .teaser-article {
        min-width: 0;
        grid-column-start: auto;
        grid-column-end: span 2;
        box-sizing: border-box; } }

@media (max-width: 599px) {
  #animation-logo-start-wrapper {
    display: none; }
  #tp-logo-mobile {
    display: inherit;
    padding-top: 30px;
    padding-bottom: 30px; } }

@media (min-width: 600px) {
  #animation-logo-start-wrapper {
    transition: padding-top .3s ease; }
    #animation-logo-start-wrapper #img-animation-logo {
      transition: all 1s cubic-bezier(0.27, 1.91, 0.37, 0.33);
      height: calc(100vh - 170px); }
  #tp-logo-mobile {
    display: none; } }

.talentpress-grid .separator {
  height: 2px;
  width: 100vw;
  margin-top: 20px;
  margin-bottom: 60px;
  background-color: white; }
  @media (min-width: 600px) {
    .talentpress-grid .separator {
      display: none; } }

.talentpress-grid .teaser-article {
  position: relative; }
  .talentpress-grid .teaser-article:hover .label {
    opacity: 1; }
  .talentpress-grid .teaser-article .label {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: -0.5px;
    color: white;
    position: absolute;
    bottom: 0;
    z-index: 22;
    padding: 5px;
    transition: left .3s ease;
    left: 0px; }
    @media (min-width: 1200px) {
      .talentpress-grid .teaser-article .label {
        opacity: 0; } }
  .talentpress-grid .teaser-article .img-landscape {
    position: relative; }
  @media (min-width: 1200px) {
    .talentpress-grid .teaser-article:hover .teaser-text {
      opacity: 1; } }
  @media (max-width: 599px) {
    .talentpress-grid .teaser-article {
      margin-bottom: 35px; } }
  .talentpress-grid .teaser-article .article-title {
    margin-top: 10px; }
    @media (max-width: 599px) {
      .talentpress-grid .teaser-article .article-title {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 19px;
        line-height: 1.37;
        letter-spacing: -0.6px; } }
  @media (max-width: 599px) {
    .talentpress-grid .teaser-article .article-author {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 21px;
      line-height: 1.24;
      letter-spacing: -0.6px; } }
  .talentpress-grid .teaser-article .teaser-text {
    margin-top: 10px; }

#teaser-container {
  display: none;
  border-radius: 50px;
  z-index: 99;
  background: black;
  color: white; }

.tp-introtext, .teaser-text {
  font-family: 'Lars';
  font-size: 24px;
  line-height: 1.4;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 19px;
  line-height: 1.37;
  letter-spacing: -0.6px; }

@media (min-width: 1800px) {
  .tp-introtext {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 42px;
    line-height: 1.24;
    letter-spacing: -0.0642857em; } }

.blog-banner {
  position: relative; }
  .blog-banner img {
    border-radius: 50px; }
  .blog-banner .blog-wrapper {
    border-radius: 50px;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    padding: 20px;
    background-color: #ff5cc861;
    transition: all .3s ease-in;
    color: black; }
    .blog-banner .blog-wrapper:hover {
      background-color: #ee0085; }
    @media (max-width: 1199px) {
      .blog-banner .blog-wrapper .blog-title {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 42px;
        line-height: 1.24;
        letter-spacing: -0.0642857em; } }
    @media (min-width: 1200px) {
      .blog-banner .blog-wrapper .blog-title {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 84px;
        line-height: 1.37;
        letter-spacing: -0.045238em;
        font-size: 5vw !important; } }
    @media (max-width: 599px) {
      .blog-banner .blog-wrapper .blog-descr {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 19px;
        line-height: 1.37;
        letter-spacing: -0.6px; } }
    @media (min-width: 600px) {
      .blog-banner .blog-wrapper .blog-descr {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 24px;
        line-height: 1.33;
        letter-spacing: -1px; } }
    @media (min-width: 1200px) {
      .blog-banner .blog-wrapper .blog-descr {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 30px;
        line-height: 1.33;
        letter-spacing: -1.2px; } }

.newsletter-section #nl-error-layer label {
  display: block; }

.newsletter-section .top {
  margin-top: 45px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between; }
  .newsletter-section .top label {
    position: absolute; }
    @media (max-width: 599px) {
      .newsletter-section .top label {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 19px;
        line-height: 1.37;
        letter-spacing: -0.6px; } }
    @media (min-width: 600px) and (max-width: 899px) {
      .newsletter-section .top label {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 19px;
        line-height: 1.37;
        letter-spacing: -0.6px; } }
    @media (min-width: 900px) {
      .newsletter-section .top label {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 19px;
        line-height: 1.37;
        letter-spacing: -0.6px; } }
  .newsletter-section .top .newsletter-input {
    border-bottom: 1px solid white;
    border-radius: 0px;
    background: transparent;
    padding: 0;
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 19px;
    line-height: 1.37;
    letter-spacing: -0.6px;
    line-height: 2;
    flex: 1 0 auto; }
    .newsletter-section .top .newsletter-input::placeholder {
      color: #fff; }
    .newsletter-section .top .newsletter-input::-webkit-input-placeholder {
      color: #fff; }
  .newsletter-section .top a button.nl-submit-btn {
    display: none;
    display: inline-block;
    border: 2px solid  #000000;
    margin: 0 0.5em 0 0;
    padding: 0.25em 0.8em 0.25em 0.8em;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    -webkit-tap-highlight-color: transparent;
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: -1px;
    padding: 0.31em 0.875em 0.25em 0.875em;
    border-radius: 16px;
    border: solid 1px #000000;
    line-height: 1; }
    .newsletter-section .top a button.nl-submit-btn svg {
      height: 1em;
      width: 1em; }
    .newsletter-section .top a button.nl-submit-btn:not(.dosearch) {
      min-width: 4em; }
    .newsletter-section .top a button.nl-submit-btn.color-white {
      border-color: #FFFFFF; }
    .newsletter-section .top a button.nl-submit-btn.bg-transparent {
      background-color: transparent; }
    .newsletter-section .top a button.nl-submit-btn:hover {
      color: #ee0085;
      border-color: #ee0085; }
    .newsletter-section .top a button.nl-submit-btn:focus {
      outline: 1px solid #fff;
      outline-offset: -4px; }
    .newsletter-section .top a button.nl-submit-btn:active {
      color: currentColor; }
    .newsletter-section .top a button.nl-submit-btn:hover:active {
      color: #ee0085; }
    .newsletter-section .top a button.nl-submit-btn:hover {
      border-color: black; }

.newsletter-section .bottom .opt-in {
  margin-top: 2em; }
  .newsletter-section .bottom .opt-in fieldset legend {
    position: absolute;
    text-indent: -10000px; }
  .newsletter-section .bottom .opt-in fieldset label {
    display: block;
    position: relative;
    margin-right: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid white;
    height: 1.3em;
    width: 1.3em;
    margin-top: 3px;
    border-radius: .4em; }
    .newsletter-section .bottom .opt-in fieldset label .opt-in-mark {
      position: absolute;
      top: 50%;
      left: -1px;
      height: .8em;
      width: .8em;
      border-radius: .4em;
      background: transparent;
      left: 50%;
      transform: translate(-50%, -50%); }
      @media (min-width: 1200px) {
        .newsletter-section .bottom .opt-in fieldset label .opt-in-mark:hover {
          background: rgba(0, 0, 0, 0.2); } }
    .newsletter-section .bottom .opt-in fieldset label input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 20px;
      width: 20px; }
      .newsletter-section .bottom .opt-in fieldset label input:checked ~ .opt-in-mark {
        background: white; }
  .newsletter-section .bottom .opt-in .disclaimer {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 16px;
    line-height: 1.31;
    letter-spacing: -0.5px; }

.linklist ~ .newsletter-section {
  border-top: 0px; }

.is-relative, .newsletter-section .top, .image-masonry > .media-block-row > div figure, body:not(.talentpress) #mainnav .menutop .menutop-right {
  position: relative; }

.is-absolute, .image-masonry > .media-block-row > div figure figcaption {
  position: absolute; }

.is-blur {
  filter: blur(5px);
  pointer-events: none;
  user-select: none; }

.hta-overlay {
  top: var(--margin-top);
  left: var(--gutter); }
  .hta-overlay > div {
    display: inline-block; }
  .hta-overlay button {
    transition: transform 3s ease;
    transform: scale(0.9) translateY(-25px);
    display: inline-block;
    border: 2px solid  #000000;
    margin: 0 0.5em 0 0;
    padding: 0.25em 0.8em 0.25em 0.8em;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    -webkit-tap-highlight-color: transparent;
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 19px;
    line-height: 1.37;
    letter-spacing: -0.6px;
    padding: 0.25em 0.875em 0.25em 0.875em;
    border-radius: 12px;
    border: solid 1px #000000;
    line-height: 1; }
    @media (min-width: 900px) {
      .hta-overlay button {
        display: inline-block;
        border: 2px solid  #000000;
        margin: 0 0.5em 0 0;
        padding: 0.25em 0.8em 0.25em 0.8em;
        line-height: 1;
        text-decoration: none;
        cursor: pointer;
        text-align: center;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-color: transparent;
        -webkit-tap-highlight-color: transparent;
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 30px;
        line-height: 1.33;
        letter-spacing: -1.2px;
        padding: 0.24em 0.46em 0.23em 0.46em;
        border-radius: 18px;
        border: solid 2px #000000;
        line-height: 1; }
        .hta-overlay button:not(.dosearch) {
          min-width: 4em; }
        .hta-overlay button.color-white {
          border-color: #FFFFFF; }
        .hta-overlay button.bg-transparent {
          background-color: transparent; }
        .hta-overlay button:hover {
          color: #ee0085;
          border-color: #ee0085; }
        .hta-overlay button:focus {
          outline: 1px solid #fff;
          outline-offset: -4px; }
        .hta-overlay button:active {
          color: currentColor; }
        .hta-overlay button:hover:active {
          color: #ee0085; } }
    .hta-overlay button:not(.dosearch) {
      min-width: 4em; }
    .hta-overlay button.color-white {
      border-color: #FFFFFF; }
    .hta-overlay button.bg-transparent {
      background-color: transparent; }
    .hta-overlay button:hover {
      color: #ee0085;
      border-color: #ee0085; }
    .hta-overlay button:focus {
      outline: 1px solid #fff;
      outline-offset: -4px; }
    .hta-overlay button:active {
      color: currentColor; }
    .hta-overlay button:hover:active {
      color: #ee0085; }
  .hta-overlay:not(.hidden) button {
    transform: initial; }

#hta-content {
  margin-top: 6em; }
  #hta-content > div {
    opacity: 0;
    transition: all .3s ease-in;
    transform: translateY(100px); }
    #hta-content > div.showing {
      opacity: 1;
      transform: translateY(0); }
  @media (max-width: 899px) {
    #hta-content div {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 19px;
      line-height: 1.37;
      letter-spacing: -0.6px; } }
  @media (min-width: 900px) {
    #hta-content div {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 24px;
      line-height: 1.33;
      letter-spacing: -1px; } }

#hta-questions {
  font-family: 'Lars';
  font-size: 24px;
  line-height: 1.4;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 19px;
  line-height: 1.37;
  letter-spacing: -0.6px;
  position: absolute;
  z-index: 22;
  width: 100%;
  left: 0;
  top: 0;
  border: var(--border) solid;
  border-radius: 18px;
  padding: 3em 2em 2em 1em;
  background-color: white;
  opacity: 0;
  pointer-events: none;
  transition: all .6s ease; }
  #hta-questions li {
    margin-bottom: 0.8em; }
  #hta-questions.showing {
    opacity: 1;
    pointer-events: all; }
  #hta-questions .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1em;
    cursor: pointer; }
    #hta-questions .close svg {
      height: 1em;
      width: 1em; }

.fullwidth-list {
  margin-bottom: var(--margin-xl, 100px); }
  @media (max-width: 599px) {
    .fullwidth-list {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 19px;
      line-height: 1.37;
      letter-spacing: -0.6px; } }
  @media (min-width: 600px) {
    .fullwidth-list {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 24px;
      line-height: 1.33;
      letter-spacing: -1px; } }
  @media (min-width: 1200px) {
    .fullwidth-list {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 30px;
      line-height: 1.33;
      letter-spacing: -1.2px; } }
  .fullwidth-list .fullwidth-list_item {
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: var(--border) solid black; }
    .fullwidth-list .fullwidth-list_item:last-of-type {
      border-bottom: var(--border) solid black; }
    .fullwidth-list .fullwidth-list_item .fullwidth-list_item-title {
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      padding: 1.2em var(--gutter);
      outline: none;
      align-items: center; }
      .fullwidth-list .fullwidth-list_item .fullwidth-list_item-title svg {
        height: 1em;
        width: 1em; }
      .fullwidth-list .fullwidth-list_item .fullwidth-list_item-title[aria-expanded='false'] {
        cursor: s-resize; }
      .fullwidth-list .fullwidth-list_item .fullwidth-list_item-title[aria-expanded='true'] {
        cursor: n-resize; }
        .fullwidth-list .fullwidth-list_item .fullwidth-list_item-title[aria-expanded='true'] svg {
          transform: rotate(-180deg); }
    @media (max-width: 899px) {
      .fullwidth-list .fullwidth-list_item .fullwidth-list_item-content {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 19px;
        line-height: 1.37;
        letter-spacing: -0.6px; } }
    @media (min-width: 900px) {
      .fullwidth-list .fullwidth-list_item .fullwidth-list_item-content {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 24px;
        line-height: 1.33;
        letter-spacing: -1px; } }
    .fullwidth-list .fullwidth-list_item .fullwidth-list_item-content p {
      max-width: 811px; }

#page-builder .related_articles-wrapper {
  margin: 4em 0px; }
  #page-builder .related_articles-wrapper h2 a, #page-builder .related_articles-wrapper .article-header .intro a, .article-header #page-builder .related_articles-wrapper .intro a {
    border-bottom: none;
    color: currentColor;
    text-decoration: none;
    background: transparent;
    background-image: linear-gradient(white, white);
    background-size: 1px 1px;
    background-repeat: repeat-x;
    background-position: 0% 100%; }
    @media (max-width: 599px) {
      #page-builder .related_articles-wrapper h2 a, #page-builder .related_articles-wrapper .article-header .intro a, .article-header #page-builder .related_articles-wrapper .intro a {
        font-family: 'Panama';
        font-size: 26px;
        line-height: 1.16;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 26px;
        line-height: 1.25;
        letter-spacing: -0.9px; } }
    @media (min-width: 600px) {
      #page-builder .related_articles-wrapper h2 a, #page-builder .related_articles-wrapper .article-header .intro a, .article-header #page-builder .related_articles-wrapper .intro a {
        font-family: 'Panama';
        font-size: 26px;
        line-height: 1.16;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 32px;
        line-height: 1.25;
        letter-spacing: -0.9px; } }
    @media (min-width: 1200px) {
      #page-builder .related_articles-wrapper h2 a, #page-builder .related_articles-wrapper .article-header .intro a, .article-header #page-builder .related_articles-wrapper .intro a {
        font-family: 'Panama';
        font-size: 26px;
        line-height: 1.16;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 45px;
        line-height: 1.16;
        letter-spacing: -2px; } }
    #page-builder .related_articles-wrapper h2 a:hover, #page-builder .related_articles-wrapper .article-header .intro a:hover, .article-header #page-builder .related_articles-wrapper .intro a:hover {
      background-image: linear-gradient(#ee0085, #ee0085); }
  #page-builder .related_articles-wrapper .related_articles-inner {
    margin-top: 1em;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #page-builder .related_articles-wrapper .related_articles-inner > div {
      width: calc(50% - var(--gutter)); }

#talent-slider {
  height: auto;
  opacity: 0;
  transition: opacity 0.7s ease-in; }
  #talent-slider .slick-list {
    padding: 0 var(--gutter) 0 0; }
    @media (max-width: 599px) {
      #talent-slider .slick-list {
        padding-right: 25vw; } }

.card-slider-top {
  align-items: baseline; }
  @media (max-width: 599px) {
    .card-slider-top {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 42px;
      line-height: 1.24;
      letter-spacing: -0.0642857em; } }
  @media (min-width: 600px) {
    .card-slider-top {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 72px;
      line-height: 1.17;
      letter-spacing: -3.4px; } }
  @media (min-width: 1200px) {
    .card-slider-top {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 84px;
      line-height: 1.37;
      letter-spacing: -0.045238em; } }
  .card-slider-top .card-slider-headline {
    flex-grow: 1;
    padding: 1.78em 0 0.4em var(--gutter); }
    .card-slider-top .card-slider-headline a {
      background-size: 1px 1em;
      box-shadow: inset 0 -0.03em #000, inset 0 -0.03em #000;
      display: inline; }
      @media (max-width: 599px) {
        .card-slider-top .card-slider-headline a {
          font-family: 'Panama';
          font-size: 26px;
          line-height: 1.16;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 45px;
          line-height: 1.16;
          letter-spacing: -2px; } }
      @media (min-width: 600px) {
        .card-slider-top .card-slider-headline a {
          font-family: 'Panama';
          font-size: 26px;
          line-height: 1.16;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 75px;
          line-height: 1.12;
          letter-spacing: -2.8px; } }
      @media (min-width: 1200px) {
        .card-slider-top .card-slider-headline a {
          font-family: 'Panama';
          font-size: 26px;
          line-height: 1.16;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 90px;
          line-height: 1.14;
          letter-spacing: -3.5px; } }
      .card-slider-top .card-slider-headline a:hover {
        box-shadow: inset 0 -0.03em #ee0085, inset 0 -0.03em #ee0085; }
  .card-slider-top .card-slider-cta {
    flex-basis: 25%;
    padding-right: var(--gutter);
    text-align: end; }
    .card-slider-top .card-slider-cta svg {
      height: 0.77em;
      cursor: pointer;
      margin-right: 12px; }
      .card-slider-top .card-slider-cta svg.arrow-next {
        transform: rotate(-90deg); }
      .card-slider-top .card-slider-cta svg.arrow-prev {
        transform: rotate(90deg); }
    .card-slider-top .card-slider-cta #move-slick {
      right: 0px;
      bottom: 0px; }

.card-section .card-wrapper .card-item {
  cursor: grab;
  border-left: var(--border) solid;
  border-top: var(--border) solid; }
  .card-section .card-wrapper .card-item:hover img {
    transform: scale(1.1); }
  .card-section .card-wrapper .card-item .card-title {
    white-space: initial; }
    @media (max-width: 599px) {
      .card-section .card-wrapper .card-item .card-title {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 19px;
        line-height: 1.37;
        letter-spacing: -0.6px; } }
    @media (min-width: 600px) {
      .card-section .card-wrapper .card-item .card-title {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 24px;
        line-height: 1.33;
        letter-spacing: -1px; } }
    @media (min-width: 1200px) {
      .card-section .card-wrapper .card-item .card-title {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 30px;
        line-height: 1.33;
        letter-spacing: -1.2px; } }
  .card-section .card-wrapper .card-item .card-item-top {
    margin: auto;
    position: relative;
    margin-bottom: 15px;
    overflow: hidden; }
    @media (min-width: 900px) {
      .card-section .card-wrapper .card-item .card-item-top {
        height: calc(33vw * 0.6666); } }
    @media (min-width: 1800px) {
      .card-section .card-wrapper .card-item .card-item-top {
        height: calc(25vw * 0.6666); } }
    @media (max-width: 1199px) {
      .card-section .card-wrapper .card-item .card-item-top {
        height: calc(50vw * 0.6666); } }
    @media (max-width: 599px) {
      .card-section .card-wrapper .card-item .card-item-top {
        height: calc(90vw * 0.6666); } }
    .card-section .card-wrapper .card-item .card-item-top img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      -o-object-fit: cover;
      transition: transform 1s ease; }
  .card-section .card-wrapper .card-item .card-item-bottom {
    margin-bottom: 4em;
    padding: 0 calc(var(--gutter) / 2); }
    .card-section .card-wrapper .card-item .card-item-bottom .card-item-type {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 21px;
      line-height: 1.24;
      letter-spacing: -0.6px; }
    .card-section .card-wrapper .card-item .card-item-bottom .card-item-title {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 30px;
      line-height: 1.33;
      letter-spacing: -1.2px; }
      @media (max-width: 599px) {
        .card-section .card-wrapper .card-item .card-item-bottom .card-item-title {
          font-family: 'Lars';
          font-size: 24px;
          line-height: 1.4;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 24px;
          line-height: 1.33;
          letter-spacing: -1px; } }
    .card-section .card-wrapper .card-item .card-item-bottom .card-item-subline {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 21px;
      line-height: 1.24;
      letter-spacing: -0.6px; }
      @media (max-width: 599px) {
        .card-section .card-wrapper .card-item .card-item-bottom .card-item-subline {
          font-family: 'Panama';
          font-size: 26px;
          line-height: 1.16;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 21px;
          line-height: 1.24;
          letter-spacing: -0.6px; } }

.card-section .move-card-right {
  height: 100%;
  width: calc(var(--gutter) - 1px);
  top: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.9); }
  @media (max-width: 599px) {
    .card-section .move-card-right {
      width: 10%; } }
  .card-section .move-card-right:hover span {
    left: 55%; }
  .card-section .move-card-right span {
    color: black;
    position: absolute;
    font-size: 2em;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    margin-right: 10px;
    transition: all .3s ease; }
    .card-section .move-card-right span:hover {
      color: #ee0085; }

#footer {
  flex-shrink: 0;
  padding: 45px var(--gutter);
  border-top: var(--border, 1px) solid;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 900px) {
    #footer {
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -moz-box-direction: normal;
      -moz-box-orient: horizontal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; } }
  @media (max-width: 899px) {
    #footer {
      -webkit-box-direction: reverse;
      -webkit-box-orient: vertical;
      -moz-box-direction: reverse;
      -moz-box-orient: vertical;
      -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; } }
  @media (min-width: 900px) {
    #footer > div {
      width: 50%; } }
  @media (max-width: 899px) {
    #footer > div {
      width: 100%; } }
  #footer .footer-left {
    flex-wrap: wrap; }
    @media (max-width: 899px) {
      #footer .footer-left {
        justify-content: space-between;
        padding: 50px 0 15px 0; } }
    #footer .footer-left ul {
      flex: 1 0 50%; }
      @media (min-width: 900px) and (max-width: 1199px) {
        #footer .footer-left ul {
          flex-basis: 100%; } }
      #footer .footer-left ul a {
        display: inline-block;
        line-height: 1; }
        #footer .footer-left ul a:hover {
          border-bottom: 1px solid #ee0085; }

.no-results {
  margin: 100px var(--gutter); }
  @media (max-width: 599px) {
    .no-results {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 24px;
      line-height: 1.33;
      letter-spacing: -1px; } }
  @media (min-width: 600px) {
    .no-results {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 30px;
      line-height: 1.33;
      letter-spacing: -1.2px; } }
  @media (min-width: 1200px) {
    .no-results {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 42px;
      line-height: 1.24;
      letter-spacing: -0.0642857em; } }

@media (max-width: 599px) {
  body.filters-active #parameter-list-wrapper {
    display: none; }
  body.filters-active #toggle-filter {
    -webkit-animation-name: button-blink;
    animation-name: button-blink;
    -webkit-animation-duration: 0.8s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate; } }

@media (max-width: 599px) {
  body.filter-persons-open #parameter-list-wrapper {
    display: initial; } }

#expert-overview > div {
  column-count: 3; }
  @media (max-width: 899px) {
    #expert-overview > div {
      column-count: 2; } }

.article-header ~ .article-grid {
  margin-top: 50px; }

.article-grid {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-column-gap: 10px;
  justify-items: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  -webkit-box-pack: stretch;
  justify-content: stretch;
  align-content: stretch;
  margin-bottom: 50px; }
  .article-grid:first-child {
    margin-top: var(--margin-xl); }
  .article-grid:last-child {
    margin-bottom: var(--margin-xl); }
  .article-grid .col {
    grid-column: span 10;
    width: auto;
    padding-left: 0;
    padding-right: 0; }
    .article-grid .col:empty {
      margin-bottom: 0px !important;
      padding-bottom: 0px !important;
      padding-top: 0px !important; }
    @media (min-width: 900px) {
      .article-grid .col.col-100 {
        grid-column: span 10; } }
    @media (min-width: 900px) {
      .article-grid .col.col-90 {
        grid-column: span 9; } }
    @media (min-width: 900px) {
      .article-grid .col.col-80 {
        grid-column: span 8; } }
    @media (min-width: 900px) {
      .article-grid .col.col-70 {
        grid-column: span 7; } }
    @media (min-width: 900px) {
      .article-grid .col.col-60 {
        grid-column: span 6; } }
    @media (min-width: 900px) {
      .article-grid .col.col-50 {
        grid-column: span 5; } }
    @media (min-width: 900px) {
      .article-grid .col.col-40 {
        grid-column: span 4; } }
    @media (min-width: 900px) {
      .article-grid .col.col-30 {
        grid-column: span 3; } }
    @media (min-width: 900px) {
      .article-grid .col.col-20 {
        grid-column: span 2; } }

.article-grid-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px; }
  .article-grid-flex .article-grid_item {
    flex: 0 0 calc(33.3333% - 20px);
    margin: 0px 10px 50px 10px; }
    @media (min-width: 900px) and (max-width: 1199px) {
      .article-grid-flex .article-grid_item {
        flex: 0 0 calc(50% - 20px); } }
    @media (max-width: 899px) {
      .article-grid-flex .article-grid_item {
        flex: 0 0 100%; } }

.image-masonry {
  max-width: 1532px;
  margin-left: auto;
  margin-right: auto; }
  .image-masonry .media-block-row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap; }
  @media (min-width: 600px) {
    .image-masonry > .media-block-row > div.one-third {
      flex: 0.66 1 0px; } }
  @media (min-width: 600px) {
    .image-masonry > .media-block-row > div.two-third {
      flex: 1.24 1 0px; } }
  @media (min-width: 600px) {
    .image-masonry > .media-block-row > div.half {
      flex: 0 0 calc(50% - 10px); } }
  .image-masonry > .media-block-row > div.full {
    flex: 0 0 100%; }
  @media (max-width: 599px) {
    .image-masonry > .media-block-row > div {
      flex: 0 0 100%; } }
  @media (min-width: 600px) {
    .image-masonry > .media-block-row > div:nth-child(odd) {
      margin-right: 20px; } }
  .image-masonry > .media-block-row > div .caption-opener {
    display: none;
    text-align: end;
    margin-top: 5px; }
    @media (max-width: 599px) {
      .image-masonry > .media-block-row > div .caption-opener {
        display: block; } }
  .image-masonry > .media-block-row > div figure {
    overflow: hidden; }
    .image-masonry > .media-block-row > div figure figcaption {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 15px;
      line-height: 1.4;
      letter-spacing: -0.5px;
      bottom: 0px;
      padding: 1em;
      color: white;
      opacity: 0;
      transition: opacity .2s ease-in;
      width: 100%; }
      .image-masonry > .media-block-row > div figure figcaption:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 300%;
        bottom: 0;
        left: 0;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(5, 5, 5, 0)), to(rgba(5, 5, 5, 0.2)));
        background: linear-gradient(to bottom, rgba(5, 5, 5, 0) 0%, rgba(5, 5, 5, 0.2) 100%); }
      .image-masonry > .media-block-row > div figure figcaption.show-on-mobile {
        opacity: 1; }
    @media (min-width: 600px) {
      .image-masonry > .media-block-row > div figure:hover figcaption {
        opacity: 1; } }

@font-face {
  font-family: 'Panama';
  src: url("../fonts/Panama Regular.otf");
  src: url("../fonts/Panama Regular.woff?58533802") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Lars';
  src: url("../fonts/test/Lars-Regular.otf");
  src: url("../fonts/test/Lars-RegularWeb.woff?58533802") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Lars';
  src: url("../fonts/Lars-Bold.otf");
  src: url("../fonts/Lars-BoldWeb.woff?58533802") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'LarsThin';
  src: url("../fonts/Lars-ThinCondensed.otf");
  src: url("../fonts/Lars-ThinCondensedWeb.woff?58533802") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'LarsItalic';
  src: url("../fonts/Lars-BoldItalic.otf");
  src: url("../fonts/Lars-BoldItalicWeb.woff?58533802") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Lars-test';
  src: url("../fonts/test/Lars-Regular.otf");
  src: url("../fonts/test/Lars-RegularWeb.woff?58533802") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Panama';
  src: url("../fonts/Panama Regular.otf");
  src: url("../fonts/Panama Regular.woff?58533802") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Lars';
  src: url("../fonts/test/Lars-Regular.otf");
  src: url("../fonts/test/Lars-RegularWeb.woff?58533802") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Lars';
  src: url("../fonts/Lars-Bold.otf");
  src: url("../fonts/Lars-BoldWeb.woff?58533802") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'LarsThin';
  src: url("../fonts/Lars-ThinCondensed.otf");
  src: url("../fonts/Lars-ThinCondensedWeb.woff?58533802") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'LarsItalic';
  src: url("../fonts/Lars-BoldItalic.otf");
  src: url("../fonts/Lars-BoldItalicWeb.woff?58533802") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Lars-test';
  src: url("../fonts/test/Lars-Regular.otf");
  src: url("../fonts/test/Lars-RegularWeb.woff?58533802") format("woff");
  font-weight: normal;
  font-style: normal; }

/*
sections können margin-bottom 45, 60, 90, 120, 180, 240, 300 haben
*/
/*
custom-scroll-bar

styling (breite, farbe hintergrund, farbe balken, radien)
ist bisher nur bei webkit-browsern über prefixed selektoren möglich
achtung: das standardverhalten (scrollbar ist overlayed, 
transparent und wird nur beim scrollen sichtbar) wird dadurch unterbunden 
stattdessen ist der platz für die scrollbar immer reserviert, was besonders 
bei farbigen hintergründen oder durchgehenden borders auffällt.

in firefox: 
breite und hg/vg-farbe können mit
scrollbar-width
scrollbar-color
beeinflußt werden.
macOS notes:;
The auto-hiding semi-transparent scrollbars that are the macOS default cannot be colored with this rule 
(they still choose their own contrasting color based on the background). Only the permanently showing scrollbars 
(System Preferences > Show Scroll Bars > Always) are colored.

*/
.grotesk, h1, .article-header .main, h2, .article-header .intro, h3, h4 {
  font-family: 'Lars';
  font-size: 24px;
  line-height: 1.4;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal; }

.grotesk-alt {
  font-family: 'LarsThin';
  font-size: 24px;
  letter-spacing: normal !important;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal; }

.serif {
  font-family: 'Panama';
  font-size: 26px;
  line-height: 1.16;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal; }

@media (max-width: 599px) {
  .grotesk-largest {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 42px;
    line-height: 1.24;
    letter-spacing: -0.0642857em; } }

@media (min-width: 600px) {
  .grotesk-largest {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 72px;
    line-height: 1.17;
    letter-spacing: -3.4px; } }

@media (min-width: 1200px) {
  .grotesk-largest {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 148px;
    line-height: 1.15;
    letter-spacing: -0.047297em; } }

@media (max-width: 599px) {
  .grotesk-extralarge {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 42px;
    line-height: 1.24;
    letter-spacing: -0.0642857em; } }

@media (min-width: 600px) {
  .grotesk-extralarge {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 72px;
    line-height: 1.17;
    letter-spacing: -3.4px; } }

@media (min-width: 1200px) {
  .grotesk-extralarge {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 84px;
    line-height: 1.37;
    letter-spacing: -0.045238em; } }

@media (max-width: 599px) {
  .serif-extralarge {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 45px;
    line-height: 1.16;
    letter-spacing: -2px; } }

@media (min-width: 600px) {
  .serif-extralarge {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 75px;
    line-height: 1.12;
    letter-spacing: -2.8px; } }

@media (min-width: 1200px) {
  .serif-extralarge {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 90px;
    line-height: 1.14;
    letter-spacing: -3.5px; } }

@media (max-width: 599px) {
  .grotesk-large {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 30px;
    line-height: 1.33;
    letter-spacing: -1.2px; } }

@media (min-width: 600px) {
  .grotesk-large {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 42px;
    line-height: 1.24;
    letter-spacing: -0.0642857em; } }

@media (min-width: 1200px) {
  .grotesk-large {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 72px;
    line-height: 1.17;
    letter-spacing: -3.4px; } }

@media (max-width: 599px) {
  .serif-large {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: -0.9px; } }

@media (min-width: 600px) {
  .serif-large {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 45px;
    line-height: 1.16;
    letter-spacing: -2px; } }

@media (min-width: 1200px) {
  .serif-large {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 75px;
    line-height: 1.12;
    letter-spacing: -2.8px; } }

@media (max-width: 599px) {
  .grotesk-medium {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: -1px; } }

@media (min-width: 600px) {
  .grotesk-medium {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 30px;
    line-height: 1.33;
    letter-spacing: -1.2px; } }

@media (min-width: 1200px) {
  .grotesk-medium {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 42px;
    line-height: 1.24;
    letter-spacing: -0.0642857em; } }

@media (max-width: 599px) {
  .serif-medium {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 26px;
    line-height: 1.25;
    letter-spacing: -0.9px; } }

@media (min-width: 600px) {
  .serif-medium {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: -0.9px; } }

@media (min-width: 1200px) {
  .serif-medium {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 45px;
    line-height: 1.16;
    letter-spacing: -2px; } }

@media (max-width: 599px) {
  .grotesk-small, .rich-text {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 19px;
    line-height: 1.37;
    letter-spacing: -0.6px; } }

@media (min-width: 600px) {
  .grotesk-small, .rich-text {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: -1px; } }

@media (min-width: 1200px) {
  .grotesk-small, .rich-text {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 30px;
    line-height: 1.33;
    letter-spacing: -1.2px; } }

@media (max-width: 599px) {
  .serif-small, .rich-text .is-serif {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 21px;
    line-height: 1.24;
    letter-spacing: -0.6px; } }

@media (min-width: 600px) {
  .serif-small, .rich-text .is-serif {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 26px;
    line-height: 1.25;
    letter-spacing: -0.9px; } }

@media (min-width: 1200px) {
  .serif-small, .rich-text .is-serif {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: -0.9px; } }

@media (max-width: 899px) {
  .grotesk-smaller, .Module.textModule, #footer .footer-left {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 19px;
    line-height: 1.37;
    letter-spacing: -0.6px; } }

@media (min-width: 900px) {
  .grotesk-smaller, .Module.textModule, #footer .footer-left {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: -1px; } }

@media (max-width: 899px) {
  .serif-smaller {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 21px;
    line-height: 1.24;
    letter-spacing: -0.6px; } }

@media (min-width: 900px) {
  .serif-smaller {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 26px;
    line-height: 1.25;
    letter-spacing: -0.9px; } }

.grotesk-xxxs, .newsletter-section #nl-error-layer, .image-masonry > .media-block-row > div .caption-opener, #match-counter, .profile-page label.error, #profile-overlay---- label.error, #content-overlay label.error {
  font-family: 'Lars';
  font-size: 24px;
  line-height: 1.4;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: -0.5px; }

.grotesk-xxs, #filter-persons .filter-persons-content .filter-content .search-select-container > div.low-filter-warning, #filter-persons.mobile .filter-header .placeholder-section .search-parameter-placeholder, #filter-persons.mobile .filter-persons-content .filters-list .filter-persons-toggle .label, #filter-persons.mobile .filter-persons-content .filter-content, body.phone section.program-index .program-container .sidebar .mobile-tabs > div a, body.tablet-portrait section.program-index .program-container .sidebar .mobile-tabs > div a, body.phone section.program-index .program-container .sidebar .datelist .program-dates-list .program-date a, body.tablet-portrait section.program-index .program-container .sidebar .datelist .program-dates-list .program-date a, .msg p {
  font-family: 'Lars';
  font-size: 24px;
  line-height: 1.4;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 19px;
  line-height: 1.37;
  letter-spacing: -0.6px; }

.grotesk-xs, .fullwidth_expand_two-cols .expand-item-container .item-text, .teaser-project .project-title, #page-builder .related_articles-wrapper .related_articles-inner > div .project-title, #page-builder .related_articles-wrapper .related_articles-inner > div .article-title {
  font-family: 'Lars';
  font-size: 24px;
  line-height: 1.4;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 24px;
  line-height: 1.33;
  letter-spacing: -1px; }

.grotesk-xs a, .fullwidth_expand_two-cols .expand-item-container .item-text a, .teaser-project .project-title a, #page-builder .related_articles-wrapper .related_articles-inner > div .project-title a, #page-builder .related_articles-wrapper .related_articles-inner > div .article-title a, a.grotesk-xs, .fullwidth_expand_two-cols .expand-item-container a.item-text, .teaser-project a.project-title, #page-builder .related_articles-wrapper .related_articles-inner > div a.project-title, #page-builder .related_articles-wrapper .related_articles-inner > div a.article-title {
  border-bottom-width: 1px; }

.grotesk-s, .talentpress-grid .teaser-article .article-title, body:not(.talentpress) #mainnav .navsidebarcontent .featured-container .featured-item .featured-content .headline, #sbtest .navsidebarcontent .featured-container .featured-item .featured-content .headline, .teaser-portrait .fullname, .teaser-portrait .contact, .profile-page .profile-data .profile-data-text dt, #profile-overlay---- .profile-data .profile-data-text dt, #content-overlay .profile-data .profile-data-text dt, .video-container .video-info .video-title, .gallery-container .gallery-info .gallery-title, .info-list, .project-page #page .project-information-details > div, .project-page #page #content-overlay .project-information-details > div, #content-overlay .project-information-details > div, #content-overlay #content-overlay .project-information-details > div {
  font-family: 'Lars';
  font-size: 24px;
  line-height: 1.4;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 30px;
  line-height: 1.33;
  letter-spacing: -1.2px; }

a.grotesk-s, .talentpress-grid .teaser-article a.article-title, body:not(.talentpress) #mainnav .navsidebarcontent .featured-container .featured-item .featured-content a.headline, #sbtest .navsidebarcontent .featured-container .featured-item .featured-content a.headline, .teaser-portrait a.fullname, .teaser-portrait a.contact, .video-container .video-info a.video-title, .gallery-container .gallery-info a.gallery-title, a.info-list, .grotesk-s a, .talentpress-grid .teaser-article .article-title a, body:not(.talentpress) #mainnav .navsidebarcontent .featured-container .featured-item .featured-content .headline a, #sbtest .navsidebarcontent .featured-container .featured-item .featured-content .headline a, .teaser-portrait .fullname a, .teaser-portrait .contact a, .profile-page .profile-data .profile-data-text dt a, #profile-overlay---- .profile-data .profile-data-text dt a, #content-overlay .profile-data .profile-data-text dt a, .video-container .video-info .video-title a, .gallery-container .gallery-info .gallery-title a, .info-list a, .project-page #page .project-information-details > div a, .project-page #page #content-overlay .project-information-details > div a, #content-overlay .project-information-details > div a, #content-overlay #content-overlay .project-information-details > div a {
  border-bottom-width: 2px; }

.grotesk-m, .topnav .topnav-right .nav-menu-btn {
  font-family: 'Lars';
  font-size: 24px;
  line-height: 1.4;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 42px;
  line-height: 1.24;
  letter-spacing: -0.0642857em; }

a.grotesk-m, .topnav .topnav-right a.nav-menu-btn, .grotesk-m a, .topnav .topnav-right .nav-menu-btn a {
  border-bottom-width: 2px; }

.grotesk-l, h1, .article-header .main {
  font-family: 'Lars';
  font-size: 24px;
  line-height: 1.4;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 72px;
  line-height: 1.17;
  letter-spacing: -3.4px; }

a.grotesk-l, .grotesk-l a, h1 a, .article-header .main a {
  border-bottom-width: 3px; }

.grotesk-xl, .hero h1, .hero .article-header .main, .article-header .hero .main {
  font-family: 'Lars';
  font-size: 24px;
  line-height: 1.4;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 84px;
  line-height: 1.37;
  letter-spacing: -0.045238em; }

a.grotesk-xl, .grotesk-xl a, .hero h1 a, .hero .article-header .main a, .article-header .hero .main a {
  border-bottom-width: 3px; }

.grotesk-xxl {
  font-family: 'Lars';
  font-size: 24px;
  line-height: 1.4;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 148px;
  line-height: 1.15;
  letter-spacing: -0.047297em; }

a.grotesk-xxl, .grotesk-xxl a {
  border-bottom-width: 6px; }

.serif-xxxs, #page .event-recording .event-recording-top .info-area .quote-footer .next-slide {
  font-family: 'Panama';
  font-size: 26px;
  line-height: 1.16;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 16px;
  line-height: 1.31;
  letter-spacing: -0.5px; }

.serif-xxs, #filter-persons.mobile .filter-persons-content .filter-content #name_field, #filter-persons.mobile .filter-persons-content .filter-content #country_filter_input_field {
  font-family: 'Panama';
  font-size: 26px;
  line-height: 1.16;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 21px;
  line-height: 1.24;
  letter-spacing: -0.6px; }

.serif-xs, .teaser-project .project-meta, #page-builder .related_articles-wrapper .related_articles-inner > div .project-meta, #page-builder .related_articles-wrapper .related_articles-inner > div .article-meta, figure figcaption {
  font-family: 'Panama';
  font-size: 26px;
  line-height: 1.16;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 26px;
  line-height: 1.25;
  letter-spacing: -0.9px; }

a.serif-xs, .teaser-project a.project-meta, #page-builder .related_articles-wrapper .related_articles-inner > div a.project-meta, #page-builder .related_articles-wrapper .related_articles-inner > div a.article-meta, .serif-xs a, .teaser-project .project-meta a, #page-builder .related_articles-wrapper .related_articles-inner > div .project-meta a, #page-builder .related_articles-wrapper .related_articles-inner > div .article-meta a, figure figcaption a {
  border-bottom-width: 1px; }

.serif-s, .talentpress-grid .teaser-article .article-author, body:not(.talentpress) #mainnav .navsidebarcontent .featured-container .featured-item .featured-content .subline, #sbtest .navsidebarcontent .featured-container .featured-item .featured-content .subline, .teaser-portrait .country, .teaser-portrait .profession, .teaser-portrait .favorite, .profile-page .profile-data .profile-data-text dd, .profile-page .profile-data .profile-data-text span, #profile-overlay---- .profile-data .profile-data-text dd, #profile-overlay---- .profile-data .profile-data-text span, #content-overlay .profile-data .profile-data-text dd, #content-overlay .profile-data .profile-data-text span, .video-container .video-info .video-meta, .gallery-container .gallery-info .gallery-meta {
  font-family: 'Panama';
  font-size: 26px;
  line-height: 1.16;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 32px;
  line-height: 1.25;
  letter-spacing: -0.9px; }

a.serif-s, .talentpress-grid .teaser-article a.article-author, body:not(.talentpress) #mainnav .navsidebarcontent .featured-container .featured-item .featured-content a.subline, #sbtest .navsidebarcontent .featured-container .featured-item .featured-content a.subline, .teaser-portrait a.country, .teaser-portrait a.profession, .teaser-portrait a.favorite, .video-container .video-info a.video-meta, .gallery-container .gallery-info a.gallery-meta, .serif-s a, .talentpress-grid .teaser-article .article-author a, body:not(.talentpress) #mainnav .navsidebarcontent .featured-container .featured-item .featured-content .subline a, #sbtest .navsidebarcontent .featured-container .featured-item .featured-content .subline a, .teaser-portrait .country a, .teaser-portrait .profession a, .teaser-portrait .favorite a, .profile-page .profile-data .profile-data-text dd a, .profile-page .profile-data .profile-data-text span a, #profile-overlay---- .profile-data .profile-data-text dd a, #profile-overlay---- .profile-data .profile-data-text span a, #content-overlay .profile-data .profile-data-text dd a, #content-overlay .profile-data .profile-data-text span a, .video-container .video-info .video-meta a, .gallery-container .gallery-info .gallery-meta a {
  border-bottom-width: 1px; }

.serif-m, #filter-persons .filter-persons-content input.filter-input, .profile-page .profile-data .profile-data-text .profile-fow, #profile-overlay---- .profile-data .profile-data-text .profile-fow, #content-overlay .profile-data .profile-data-text .profile-fow, .profile-page .quote, #profile-overlay---- .quote, #content-overlay .quote {
  font-family: 'Panama';
  font-size: 26px;
  line-height: 1.16;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 45px;
  line-height: 1.16;
  letter-spacing: -2px; }

a.serif-m, .profile-page .profile-data .profile-data-text a.profile-fow, #profile-overlay---- .profile-data .profile-data-text a.profile-fow, #content-overlay .profile-data .profile-data-text a.profile-fow, .profile-page a.quote, #profile-overlay---- a.quote, #content-overlay a.quote, .serif-m a, #filter-persons .filter-persons-content input.filter-input a, .profile-page .profile-data .profile-data-text .profile-fow a, #profile-overlay---- .profile-data .profile-data-text .profile-fow a, #content-overlay .profile-data .profile-data-text .profile-fow a, .profile-page .quote a, #profile-overlay---- .quote a, #content-overlay .quote a {
  border-bottom-width: 2px; }

.serif-l, h1 span, .article-header .main span {
  font-family: 'Panama';
  font-size: 26px;
  line-height: 1.16;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 75px;
  line-height: 1.12;
  letter-spacing: -2.8px; }

a.serif-l, .serif-l a, h1 span a, .article-header .main span a {
  border-bottom-width: 3px; }

.serif-xl, .hero h1 a, .hero .article-header .main a, .article-header .hero .main a {
  font-family: 'Panama';
  font-size: 26px;
  line-height: 1.16;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 90px;
  line-height: 1.14;
  letter-spacing: -3.5px; }

a.serif-xl, .hero h1 a, .hero .article-header .main a, .article-header .hero .main a, .serif-xl a, .hero h1 a a, .hero .article-header .main a a, .article-header .hero .main a a {
  border-bottom-width: 3px; }

.serif-xxl {
  font-family: 'Panama';
  font-size: 26px;
  line-height: 1.16;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 160px;
  line-height: 1.06;
  letter-spacing: -6px; }

a.serif-xxl, .serif-xxl a {
  border-bottom-width: 6px; }

@media (min-width: 900px) {
  .fs-project-header {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 84px;
    line-height: 1.37;
    letter-spacing: -0.045238em; } }

@media (max-width: 899px) {
  .fs-project-header {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 72px;
    line-height: 1.17;
    letter-spacing: -3.4px; } }

@media (max-width: 599px) {
  .fs-project-header {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 42px;
    line-height: 1.24;
    letter-spacing: -0.0642857em; } }

@media (min-width: 900px) {
  .fs-project-header-eng {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 90px;
    line-height: 1.14;
    letter-spacing: -3.5px; } }

@media (max-width: 899px) {
  .fs-project-header-eng {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 75px;
    line-height: 1.12;
    letter-spacing: -2.8px; } }

@media (max-width: 599px) {
  .fs-project-header-eng {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 45px;
    line-height: 1.16;
    letter-spacing: -2px; } }

@media (max-width: 599px) {
  .fs-herotext {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 30px;
    line-height: 1.33;
    letter-spacing: -1.2px; }
    .fs-herotext a {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 32px;
      line-height: 1.25;
      letter-spacing: -0.9px; } }

@media (min-width: 600px) and (max-width: 899px) {
  .fs-herotext {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 42px;
    line-height: 1.24;
    letter-spacing: -0.0642857em; }
    .fs-herotext a {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 45px;
      line-height: 1.16;
      letter-spacing: -2px; } }

@media (min-width: 900px) and (max-width: 1199px) {
  .fs-herotext {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 72px;
    line-height: 1.17;
    letter-spacing: -3.4px; }
    .fs-herotext a {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 75px;
      line-height: 1.12;
      letter-spacing: -2.8px; } }

@media (min-width: 1200px) {
  .fs-herotext {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 84px;
    line-height: 1.37;
    letter-spacing: -0.045238em; }
    .fs-herotext a {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 90px;
      line-height: 1.14;
      letter-spacing: -3.5px; } }

@media (max-width: 599px) {
  .fs-herotext-alt {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: -0.9px; }
    .fs-herotext-alt a {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 30px;
      line-height: 1.33;
      letter-spacing: -1.2px; } }

@media (min-width: 600px) {
  .fs-herotext-alt {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 45px;
    line-height: 1.16;
    letter-spacing: -2px; }
    .fs-herotext-alt a {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 42px;
      line-height: 1.24;
      letter-spacing: -0.0642857em; } }

@media (min-width: 900px) {
  .fs-herotext-alt {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 75px;
    line-height: 1.12;
    letter-spacing: -2.8px; }
    .fs-herotext-alt a {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 72px;
      line-height: 1.17;
      letter-spacing: -3.4px; } }

@media (min-width: 1200px) {
  .fs-herotext-alt {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 90px;
    line-height: 1.14;
    letter-spacing: -3.5px; }
    .fs-herotext-alt a {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 84px;
      line-height: 1.37;
      letter-spacing: -0.045238em; } }

@media (max-width: 599px) {
  .fs-hero-subline {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 19px;
    line-height: 1.37;
    letter-spacing: -0.6px; }
    .fs-hero-subline a {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 21px;
      line-height: 1.24;
      letter-spacing: -0.6px; } }

@media (min-width: 600px) {
  .fs-hero-subline {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: -1px; } }
  @media (min-width: 600px) and (max-width: 899px) {
    .fs-hero-subline a {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 21px;
      line-height: 1.24;
      letter-spacing: -0.6px; } }
  @media (min-width: 600px) and (min-width: 900px) {
    .fs-hero-subline a {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 26px;
      line-height: 1.25;
      letter-spacing: -0.9px; } }

h1, .article-header .main,
h2,
.article-header .intro,
h3,
h4 {
  margin: 0; }

@media (min-width: 1200px) {
  h1, .article-header .main {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 148px;
    line-height: 1.15;
    letter-spacing: -0.047297em; } }

@media (max-width: 1199px) {
  h1, .article-header .main {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 84px;
    line-height: 1.37;
    letter-spacing: -0.045238em; } }

@media (max-width: 599px) {
  h1, .article-header .main {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 42px;
    line-height: 1.24;
    letter-spacing: -0.0642857em; } }

@media (min-width: 1200px) {
  h2, .article-header .intro {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 84px;
    line-height: 1.37;
    letter-spacing: -0.045238em; } }

@media (min-width: 900px) and (max-width: 1199px) {
  h2, .article-header .intro {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 72px;
    line-height: 1.17;
    letter-spacing: -3.4px; } }

@media (min-width: 600px) and (max-width: 899px) {
  h2, .article-header .intro {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 42px;
    line-height: 1.24;
    letter-spacing: -0.0642857em; } }

@media (max-width: 599px) {
  h2, .article-header .intro {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 30px;
    line-height: 1.33;
    letter-spacing: -1.2px; } }

@media (min-width: 1200px) {
  h2.is-serif, .article-header .is-serif.intro {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 90px;
    line-height: 1.14;
    letter-spacing: -3.5px; } }

@media (min-width: 900px) and (max-width: 1199px) {
  h2.is-serif, .article-header .is-serif.intro {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 75px;
    line-height: 1.12;
    letter-spacing: -2.8px; } }

@media (min-width: 600px) and (max-width: 899px) {
  h2.is-serif, .article-header .is-serif.intro {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 45px;
    line-height: 1.16;
    letter-spacing: -2px; } }

@media (max-width: 599px) {
  h2.is-serif, .article-header .is-serif.intro {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: -0.9px; } }

@media (min-width: 900px) {
  h3 {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 42px;
    line-height: 1.24;
    letter-spacing: -0.0642857em; } }

@media (max-width: 899px) {
  h3 {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 30px;
    line-height: 1.33;
    letter-spacing: -1.2px; } }

@media (min-width: 900px) {
  h3.is-serif {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 45px;
    line-height: 1.16;
    letter-spacing: -2px; } }

@media (max-width: 899px) {
  h3.is-serif {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: -0.9px; } }

/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto; }

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute; }

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute; }

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent; }

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6; }

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9; }

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute; }

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute; }

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px; }

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px; }

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important; } }

* {
  box-sizing: border-box; }

html {
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased; }

::-moz-selection {
  background: #000;
  color: #fff; }

::selection {
  background: #000;
  color: #fff; }

body, html {
  font-family: 'Lars', sans-serif;
  font-size: 24px;
  width: 100% !important;
  cursor: default;
  -webkit-transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955); }

body {
  padding-top: var(--margin-top);
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  /* mobile viewport bug fix */
  min-height: -webkit-fill-available;
  /*
  > section.fullwidth{
    max-width:none;
    margin:3rem auto;
    padding:0;
    > p{
      margin-left:$gutter;
      margin-right:$gutter;
    }
  }
  */ }
  body:not(.talentpress) {
    background-color: #FFFFFF;
    color: #000000;
    cursor: url("../gfx/dot.svg") 12 12, auto; }
  body.talentpress {
    color: #FFFFFF;
    background-color: #000000; }
  body > #page section.fullwidth, body > #page section.fullwidth_expand_two-cols, body > #page section.Teaser-section, body > #page section.news-overview, body > #page section.fullwidth-list, body > #page section.programmes-overview, body .overlay #page > section.fullwidth, body .overlay #page > section.fullwidth_expand_two-cols, body .overlay #page > section.Teaser-section, body .overlay #page > section.news-overview, body .overlay #page > section.fullwidth-list, body .overlay #page > section.programmes-overview {
    max-width: none;
    margin-top: 0px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0;
    width: 100%; }
  body .overlay #page > section.grid, body .overlay #page > section.content-module {
    padding: 0 !important; }

.body-locked {
  height: 100%;
  overflow: hidden;
  width: 100%;
  position: fixed; }

section {
  overflow: hidden;
  outline: none; }

@media (max-width: 599px) {
  #page section.grid, #page section.content-module {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 8vw;
    margin: 4vw;
    padding: 0; } }

@media (min-width: 600px) and (max-width: 899px) {
  #page section.grid, #page section.content-module {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-column-gap: 10.9375vw;
    margin: 5.46875vw;
    padding: 0; } }

@media (min-width: 900px) and (max-width: 1199px) {
  #page section.grid, #page section.content-module {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-column-gap: 10.9375vw;
    margin: 5.46875vw;
    padding: 0; } }

@media (min-width: 1200px) and (max-width: 1799px) {
  #page section.grid, #page section.content-module {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-column-gap: 7.32026vw;
    margin: 3.66013vw;
    padding: 0; } }

@media (min-width: 1800px) {
  #page section.grid, #page section.content-module {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    grid-column-gap: 5.7292vw;
    margin: 2.8646vw;
    padding: 0; } }

#page section.grid .col, #page section.content-module .col {
  min-width: 0;
  grid-column-start: auto;
  grid-column: 1/-1;
  box-sizing: border-box; }

#page section.grid:last-of-type, #page section.content-module:last-of-type {
  margin-bottom: var(--margin-l, 100px); }

#content-overlay #page-builder section, #page-builder section {
  margin-top: 0px;
  margin-bottom: 60px; }

h1.section-header, .article-header .section-header.main {
  margin-bottom: 1em; }

figure figcaption {
  margin-top: 0.5em;
  font-family: 'Panama';
  font-size: 26px;
  line-height: 1.16;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 21px;
  line-height: 1.24;
  letter-spacing: -0.6px; }
  @media (max-width: 599px) {
    figure figcaption {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 16px;
      line-height: 1.31;
      letter-spacing: -0.5px; } }

input, textarea {
  color: var(--color);
  webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: 0;
  box-sizing: border-box;
  max-width: 100%;
  outline: none; }
  @media (max-width: 599px) {
    input, textarea {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 19px;
      line-height: 1.37;
      letter-spacing: -0.6px; } }
  @media (min-width: 600px) {
    input, textarea {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 24px;
      line-height: 1.33;
      letter-spacing: -1px; } }
  @media (min-width: 1200px) {
    input, textarea {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 30px;
      line-height: 1.33;
      letter-spacing: -1.2px; } }
  input::placeholder, textarea::placeholder {
    color: #000; }
  input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #000; }

select {
  webkit-appearance: none;
  -moz-appearance: none;
  font-family: 'Lars';
  font-size: 24px;
  line-height: 1.4;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 30px;
  line-height: 1.33;
  letter-spacing: -1.2px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  text-indent: 5px;
  padding: 0 5px;
  outline: none;
  border: solid 1px #000000;
  line-height: 1;
  position: relative;
  cursor: context-menu;
  font-family: 'arial'; }

blockquote {
  margin: 0; }

textarea {
  resize: none; }

[contenteditable] {
  -webkit-user-select: text;
  user-select: text; }

input.noborder, textarea.noborder {
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0.25em 0 0.25em 0;
  background-color: transparent; }
  input.noborder:focus, textarea.noborder:focus {
    outline: none;
    border: none;
    border-bottom: 1px solid #000; }

.nobottompadding {
  padding-bottom: 0 !important; }

.nobottommargin {
  margin-bottom: 0 !important; }

.noscroll {
  overflow: hidden;
  /*
  position: fixed;
  left: 0;
  right: 0;
  overflow-y: scroll; //render disabled scroll bar to keep the same width 
  */ }

.nobreak, .tag-link {
  white-space: nowrap; }

.talentssss {
  color: magenta; }

.checkmark {
  right: -50%;
  cursor: pointer;
  border: none !important;
  display: inline-block; }
  .checkmark:before {
    content: '';
    display: block;
    position: absolute;
    right: 10px;
    top: 5px;
    width: 12px;
    height: 24px;
    border: solid;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    transform-origin: top center; }
  .checkmark:hover:before {
    border-color: #ee0085; }

p {
  margin: 0; }

/*******
list types
*******/
ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

[class^='textblock'] ul li, ul.styled-list li {
  padding-left: 50px; }
  [class^='textblock'] ul li:before, ul.styled-list li:before {
    content: "•";
    position: absolute;
    margin-left: -50px; }

/********
link types
********/
a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent; }
  a:hover {
    cursor: pointer !important; }
  a:active {
    position: relative;
    z-index: 20; }

.bg-black .link-out {
  padding-right: 1.1em; }
  .bg-black .link-out:after {
    content: url("../gfx/icon-out-white.svg");
    height: 0.7em;
    width: 0.7em;
    margin-left: 0.3em;
    position: absolute; }

.link-out {
  padding-right: 1.1em; }
  .link-out:after {
    content: url("../gfx/icon-out.svg");
    height: 0.7em;
    width: 0.7em;
    margin-left: 0.3em;
    position: absolute; }

.download {
  padding-left: 0.8em;
  position: relative; }
  .download:before {
    content: url("../gfx/icon-download.svg");
    height: 0.4em;
    width: 0.4em;
    left: 0;
    position: absolute; }
  .download:hover {
    color: #ee0085; }

.location-link {
  display: flex;
  align-items: center; }
  .location-link svg {
    height: 1em;
    width: 1em; }
  @media (max-width: 599px) {
    .location-link span {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 19px;
      line-height: 1.37;
      letter-spacing: -0.6px; } }
  @media (min-width: 600px) {
    .location-link span {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 24px;
      line-height: 1.33;
      letter-spacing: -1px; } }
  @media (min-width: 1200px) {
    .location-link span {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 30px;
      line-height: 1.33;
      letter-spacing: -1.2px; } }
  @media (min-width: 1200px) {
    .location-link span {
      opacity: 0; } }
  .location-link:hover span {
    opacity: 1; }

.expand-down {
  padding-right: 1.1em; }
  .expand-down:after {
    content: url("../gfx/icon-down.svg");
    height: 0.4em;
    width: 0.4em;
    margin-left: 0.3em;
    position: absolute; }

/********
buttons
********/
.button:not('.slick-next') {
  display: inline-block;
  padding: 0.3em 0.8em 0.15em 0.8em;
  line-height: 1; }

button, .button, .btn {
  display: inline-block;
  border: none;
  margin: 0;
  padding: 0.25em 0.8em 0.25em 0.8em;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  white-space: nowrap; }

.reset_style:hover, .filter-header .dosearch:hover, .profile-page .contact-form .btn-back:hover, #profile-overlay---- .contact-form .btn-back:hover, #content-overlay .contact-form .btn-back:hover, .reset_style :focus, .filter-header .dosearch :focus, .profile-page .contact-form .btn-back :focus, #profile-overlay---- .contact-form .btn-back :focus, #content-overlay .contact-form .btn-back :focus {
  background: initial !important; }

button:hover,
button:focus .button:hover,
.button:focus {
  outline: none !important; }

button:focus,
.button:focus {
  outline-offset: -4px;
  outline: none !important; }

button:active,
.button:active {
  color: inherit; }

.button-xs, button, .button, .btn {
  display: inline-block;
  border: 2px solid  #000000;
  margin: 0 0.5em 0 0;
  padding: 0.25em 0.8em 0.25em 0.8em;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  -webkit-tap-highlight-color: transparent;
  font-family: 'Lars';
  font-size: 24px;
  line-height: 1.4;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 24px;
  line-height: 1.33;
  letter-spacing: -1px;
  padding: 0.31em 0.875em 0.25em 0.875em;
  border-radius: 16px;
  border: solid 1px #000000;
  line-height: 1; }
  .button-xs:not(.dosearch), button:not(.dosearch), .button:not(.dosearch), .btn:not(.dosearch) {
    min-width: 4em; }
  .button-xs.color-white, button.color-white, .color-white.button, .color-white.btn {
    border-color: #FFFFFF; }
  .button-xs.bg-transparent, button.bg-transparent, .bg-transparent.button, .bg-transparent.btn {
    background-color: transparent; }
  .button-xs:hover, button:hover, .button:hover, .btn:hover {
    color: #ee0085;
    border-color: #ee0085; }
  .button-xs:focus, button:focus, .button:focus, .btn:focus {
    outline: 1px solid #fff;
    outline-offset: -4px; }
  .button-xs:active, button:active, .button:active, .btn:active {
    color: currentColor; }
  .button-xs:hover:active, button:hover:active, .button:hover:active, .btn:hover:active {
    color: #ee0085; }

.button-s, .topnav-tp .topnav-right .dosearch, .filter-header .dosearch, #filter-persons.mobile span.tag {
  display: inline-block;
  border: 2px solid  #000000;
  margin: 0 0.5em 0 0;
  padding: 0.25em 0.8em 0.25em 0.8em;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  -webkit-tap-highlight-color: transparent;
  font-family: 'Lars';
  font-size: 24px;
  line-height: 1.4;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 30px;
  line-height: 1.33;
  letter-spacing: -1.2px;
  padding: 0.24em 0.46em 0.23em 0.46em;
  border-radius: 18px;
  border: solid 2px #000000;
  line-height: 1; }
  .button-s:not(.dosearch), .topnav-tp .topnav-right .dosearch:not(.dosearch), .filter-header .dosearch:not(.dosearch), #filter-persons.mobile span.tag:not(.dosearch) {
    min-width: 4em; }
  .button-s.color-white, .topnav-tp .topnav-right .color-white.dosearch, .filter-header .color-white.dosearch, #filter-persons.mobile span.color-white.tag {
    border-color: #FFFFFF; }
  .button-s.bg-transparent, .topnav-tp .topnav-right .bg-transparent.dosearch, .filter-header .bg-transparent.dosearch, #filter-persons.mobile span.bg-transparent.tag {
    background-color: transparent; }
  .button-s:hover, .topnav-tp .topnav-right .dosearch:hover, .filter-header .dosearch:hover, #filter-persons.mobile span.tag:hover {
    color: #ee0085;
    border-color: #ee0085; }
  .button-s:focus, .topnav-tp .topnav-right .dosearch:focus, .filter-header .dosearch:focus, #filter-persons.mobile span.tag:focus {
    outline: 1px solid #fff;
    outline-offset: -4px; }
  .button-s:active, .topnav-tp .topnav-right .dosearch:active, .filter-header .dosearch:active, #filter-persons.mobile span.tag:active {
    color: currentColor; }
  .button-s:hover:active, .topnav-tp .topnav-right .dosearch:hover:active, .filter-header .dosearch:hover:active, #filter-persons.mobile span.tag:hover:active {
    color: #ee0085; }

.button-m {
  display: inline-block;
  border: 2px solid  #000000;
  margin: 0 0.5em 0 0;
  padding: 0.25em 0.8em 0.25em 0.8em;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  -webkit-tap-highlight-color: transparent;
  font-family: 'Lars';
  font-size: 24px;
  line-height: 1.4;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 42px;
  line-height: 1.24;
  letter-spacing: -0.0642857em;
  padding: 0.26em 0.74em;
  border-radius: 25px;
  border: solid 2px #000000;
  line-height: 1; }
  .button-m:not(.dosearch) {
    min-width: 4em; }
  .button-m.color-white {
    border-color: #FFFFFF; }
  .button-m.bg-transparent {
    background-color: transparent; }
  .button-m:hover {
    color: #ee0085;
    border-color: #ee0085; }
  .button-m:focus {
    outline: 1px solid #fff;
    outline-offset: -4px; }
  .button-m:active {
    color: currentColor; }
  .button-m:hover:active {
    color: #ee0085; }

.button-l {
  display: inline-block;
  border: 2px solid  #000000;
  margin: 0 0.5em 0 0;
  padding: 0.25em 0.8em 0.25em 0.8em;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  -webkit-tap-highlight-color: transparent;
  font-family: 'Lars';
  font-size: 24px;
  line-height: 1.4;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 72px;
  line-height: 1.17;
  letter-spacing: -3.4px;
  padding: 0.27em 0.44em 0.22em 0.44em;
  border-radius: 35px;
  border: solid 2px #000000;
  line-height: 1; }
  .button-l:not(.dosearch) {
    min-width: 4em; }
  .button-l.color-white {
    border-color: #FFFFFF; }
  .button-l.bg-transparent {
    background-color: transparent; }
  .button-l:hover {
    color: #ee0085;
    border-color: #ee0085; }
  .button-l:focus {
    outline: 1px solid #fff;
    outline-offset: -4px; }
  .button-l:active {
    color: currentColor; }
  .button-l:hover:active {
    color: #ee0085; }

.button-xl, .Teaser-section .Teaser-wrapper .Teaser-inner .Teaser-main > button {
  display: inline-block;
  border: 2px solid  #000000;
  margin: 0 0.5em 0 0;
  padding: 0.25em 0.8em 0.25em 0.8em;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  -webkit-tap-highlight-color: transparent;
  font-family: 'Lars';
  font-size: 24px;
  line-height: 1.4;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 84px;
  line-height: 1.37;
  letter-spacing: -0.045238em;
  padding: 0.15em 0.45em 0.15em 0.35em;
  border-radius: 40px;
  border: solid 2px #000000;
  line-height: 1; }
  .button-xl:not(.dosearch), .Teaser-section .Teaser-wrapper .Teaser-inner .Teaser-main > button:not(.dosearch) {
    min-width: 4em; }
  .button-xl.color-white, .Teaser-section .Teaser-wrapper .Teaser-inner .Teaser-main > button.color-white {
    border-color: #FFFFFF; }
  .button-xl.bg-transparent, .Teaser-section .Teaser-wrapper .Teaser-inner .Teaser-main > button.bg-transparent {
    background-color: transparent; }
  .button-xl:hover, .Teaser-section .Teaser-wrapper .Teaser-inner .Teaser-main > button:hover {
    color: #ee0085;
    border-color: #ee0085; }
  .button-xl:focus, .Teaser-section .Teaser-wrapper .Teaser-inner .Teaser-main > button:focus {
    outline: 1px solid #fff;
    outline-offset: -4px; }
  .button-xl:active, .Teaser-section .Teaser-wrapper .Teaser-inner .Teaser-main > button:active {
    color: currentColor; }
  .button-xl:hover:active, .Teaser-section .Teaser-wrapper .Teaser-inner .Teaser-main > button:hover:active {
    color: #ee0085; }

.button-small {
  /**/ }
  @media (max-width: 899px) {
    .button-small {
      display: inline-block;
      border: 2px solid  #000000;
      margin: 0 0.5em 0 0;
      padding: 0.25em 0.8em 0.25em 0.8em;
      line-height: 1;
      text-decoration: none;
      cursor: pointer;
      text-align: center;
      -webkit-appearance: none;
      -moz-appearance: none;
      background-color: transparent;
      -webkit-tap-highlight-color: transparent;
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 24px;
      line-height: 1.33;
      letter-spacing: -1px;
      padding: 0.31em 0.875em 0.25em 0.875em;
      border-radius: 16px;
      border: solid 1px #000000;
      line-height: 1; }
      .button-small:not(.dosearch) {
        min-width: 4em; }
      .button-small.color-white {
        border-color: #FFFFFF; }
      .button-small.bg-transparent {
        background-color: transparent; }
      .button-small:hover {
        color: #ee0085;
        border-color: #ee0085; }
      .button-small:focus {
        outline: 1px solid #fff;
        outline-offset: -4px; }
      .button-small:active {
        color: currentColor; }
      .button-small:hover:active {
        color: #ee0085; } }
  @media (min-width: 900px) {
    .button-small {
      display: inline-block;
      border: 2px solid  #000000;
      margin: 0 0.5em 0 0;
      padding: 0.25em 0.8em 0.25em 0.8em;
      line-height: 1;
      text-decoration: none;
      cursor: pointer;
      text-align: center;
      -webkit-appearance: none;
      -moz-appearance: none;
      background-color: transparent;
      -webkit-tap-highlight-color: transparent;
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 30px;
      line-height: 1.33;
      letter-spacing: -1.2px;
      padding: 0.24em 0.46em 0.23em 0.46em;
      border-radius: 18px;
      border: solid 2px #000000;
      line-height: 1; }
      .button-small:not(.dosearch) {
        min-width: 4em; }
      .button-small.color-white {
        border-color: #FFFFFF; }
      .button-small.bg-transparent {
        background-color: transparent; }
      .button-small:hover {
        color: #ee0085;
        border-color: #ee0085; }
      .button-small:focus {
        outline: 1px solid #fff;
        outline-offset: -4px; }
      .button-small:active {
        color: currentColor; }
      .button-small:hover:active {
        color: #ee0085; } }

@media (max-width: 599px) {
  .button-medium {
    display: inline-block;
    border: 2px solid  #000000;
    margin: 0 0.5em 0 0;
    padding: 0.25em 0.8em 0.25em 0.8em;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    -webkit-tap-highlight-color: transparent;
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: -1px;
    padding: 0.31em 0.875em 0.25em 0.875em;
    border-radius: 16px;
    border: solid 1px #000000;
    line-height: 1; }
    .button-medium:not(.dosearch) {
      min-width: 4em; }
    .button-medium.color-white {
      border-color: #FFFFFF; }
    .button-medium.bg-transparent {
      background-color: transparent; }
    .button-medium:hover {
      color: #ee0085;
      border-color: #ee0085; }
    .button-medium:focus {
      outline: 1px solid #fff;
      outline-offset: -4px; }
    .button-medium:active {
      color: currentColor; }
    .button-medium:hover:active {
      color: #ee0085; } }

@media (min-width: 600px) {
  .button-medium {
    display: inline-block;
    border: 2px solid  #000000;
    margin: 0 0.5em 0 0;
    padding: 0.25em 0.8em 0.25em 0.8em;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    -webkit-tap-highlight-color: transparent;
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 30px;
    line-height: 1.33;
    letter-spacing: -1.2px;
    padding: 0.24em 0.46em 0.23em 0.46em;
    border-radius: 18px;
    border: solid 2px #000000;
    line-height: 1; }
    .button-medium:not(.dosearch) {
      min-width: 4em; }
    .button-medium.color-white {
      border-color: #FFFFFF; }
    .button-medium.bg-transparent {
      background-color: transparent; }
    .button-medium:hover {
      color: #ee0085;
      border-color: #ee0085; }
    .button-medium:focus {
      outline: 1px solid #fff;
      outline-offset: -4px; }
    .button-medium:active {
      color: currentColor; }
    .button-medium:hover:active {
      color: #ee0085; } }

@media (min-width: 1200px) {
  .button-medium {
    display: inline-block;
    border: 2px solid  #000000;
    margin: 0 0.5em 0 0;
    padding: 0.25em 0.8em 0.25em 0.8em;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    -webkit-tap-highlight-color: transparent;
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 42px;
    line-height: 1.24;
    letter-spacing: -0.0642857em;
    padding: 0.26em 0.74em;
    border-radius: 25px;
    border: solid 2px #000000;
    line-height: 1; }
    .button-medium:not(.dosearch) {
      min-width: 4em; }
    .button-medium.color-white {
      border-color: #FFFFFF; }
    .button-medium.bg-transparent {
      background-color: transparent; }
    .button-medium:hover {
      color: #ee0085;
      border-color: #ee0085; }
    .button-medium:focus {
      outline: 1px solid #fff;
      outline-offset: -4px; }
    .button-medium:active {
      color: currentColor; }
    .button-medium:hover:active {
      color: #ee0085; } }

@media (max-width: 599px) {
  .button-large {
    display: inline-block;
    border: 2px solid  #000000;
    margin: 0 0.5em 0 0;
    padding: 0.25em 0.8em 0.25em 0.8em;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    -webkit-tap-highlight-color: transparent;
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 30px;
    line-height: 1.33;
    letter-spacing: -1.2px;
    padding: 0.24em 0.46em 0.23em 0.46em;
    border-radius: 18px;
    border: solid 2px #000000;
    line-height: 1; }
    .button-large:not(.dosearch) {
      min-width: 4em; }
    .button-large.color-white {
      border-color: #FFFFFF; }
    .button-large.bg-transparent {
      background-color: transparent; }
    .button-large:hover {
      color: #ee0085;
      border-color: #ee0085; }
    .button-large:focus {
      outline: 1px solid #fff;
      outline-offset: -4px; }
    .button-large:active {
      color: currentColor; }
    .button-large:hover:active {
      color: #ee0085; } }

@media (min-width: 600px) {
  .button-large {
    display: inline-block;
    border: 2px solid  #000000;
    margin: 0 0.5em 0 0;
    padding: 0.25em 0.8em 0.25em 0.8em;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    -webkit-tap-highlight-color: transparent;
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 42px;
    line-height: 1.24;
    letter-spacing: -0.0642857em;
    padding: 0.26em 0.74em;
    border-radius: 25px;
    border: solid 2px #000000;
    line-height: 1; }
    .button-large:not(.dosearch) {
      min-width: 4em; }
    .button-large.color-white {
      border-color: #FFFFFF; }
    .button-large.bg-transparent {
      background-color: transparent; }
    .button-large:hover {
      color: #ee0085;
      border-color: #ee0085; }
    .button-large:focus {
      outline: 1px solid #fff;
      outline-offset: -4px; }
    .button-large:active {
      color: currentColor; }
    .button-large:hover:active {
      color: #ee0085; } }

@media (min-width: 1200px) {
  .button-large {
    display: inline-block;
    border: 2px solid  #000000;
    margin: 0 0.5em 0 0;
    padding: 0.25em 0.8em 0.25em 0.8em;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    -webkit-tap-highlight-color: transparent;
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 72px;
    line-height: 1.17;
    letter-spacing: -3.4px;
    padding: 0.27em 0.44em 0.22em 0.44em;
    border-radius: 35px;
    border: solid 2px #000000;
    line-height: 1; }
    .button-large:not(.dosearch) {
      min-width: 4em; }
    .button-large.color-white {
      border-color: #FFFFFF; }
    .button-large.bg-transparent {
      background-color: transparent; }
    .button-large:hover {
      color: #ee0085;
      border-color: #ee0085; }
    .button-large:focus {
      outline: 1px solid #fff;
      outline-offset: -4px; }
    .button-large:active {
      color: currentColor; }
    .button-large:hover:active {
      color: #ee0085; } }

@media (max-width: 599px) {
  .button-extralarge {
    display: inline-block;
    border: 2px solid  #000000;
    margin: 0 0.5em 0 0;
    padding: 0.25em 0.8em 0.25em 0.8em;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    -webkit-tap-highlight-color: transparent;
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 42px;
    line-height: 1.24;
    letter-spacing: -0.0642857em;
    padding: 0.26em 0.74em;
    border-radius: 25px;
    border: solid 2px #000000;
    line-height: 1; }
    .button-extralarge:not(.dosearch) {
      min-width: 4em; }
    .button-extralarge.color-white {
      border-color: #FFFFFF; }
    .button-extralarge.bg-transparent {
      background-color: transparent; }
    .button-extralarge:hover {
      color: #ee0085;
      border-color: #ee0085; }
    .button-extralarge:focus {
      outline: 1px solid #fff;
      outline-offset: -4px; }
    .button-extralarge:active {
      color: currentColor; }
    .button-extralarge:hover:active {
      color: #ee0085; } }

@media (min-width: 600px) {
  .button-extralarge {
    display: inline-block;
    border: 2px solid  #000000;
    margin: 0 0.5em 0 0;
    padding: 0.25em 0.8em 0.25em 0.8em;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    -webkit-tap-highlight-color: transparent;
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 72px;
    line-height: 1.17;
    letter-spacing: -3.4px;
    padding: 0.27em 0.44em 0.22em 0.44em;
    border-radius: 35px;
    border: solid 2px #000000;
    line-height: 1; }
    .button-extralarge:not(.dosearch) {
      min-width: 4em; }
    .button-extralarge.color-white {
      border-color: #FFFFFF; }
    .button-extralarge.bg-transparent {
      background-color: transparent; }
    .button-extralarge:hover {
      color: #ee0085;
      border-color: #ee0085; }
    .button-extralarge:focus {
      outline: 1px solid #fff;
      outline-offset: -4px; }
    .button-extralarge:active {
      color: currentColor; }
    .button-extralarge:hover:active {
      color: #ee0085; } }

@media (min-width: 1200px) {
  .button-extralarge {
    display: inline-block;
    border: 2px solid  #000000;
    margin: 0 0.5em 0 0;
    padding: 0.25em 0.8em 0.25em 0.8em;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    -webkit-tap-highlight-color: transparent;
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 84px;
    line-height: 1.37;
    letter-spacing: -0.045238em;
    padding: 0.15em 0.45em 0.15em 0.35em;
    border-radius: 40px;
    border: solid 2px #000000;
    line-height: 1; }
    .button-extralarge:not(.dosearch) {
      min-width: 4em; }
    .button-extralarge.color-white {
      border-color: #FFFFFF; }
    .button-extralarge.bg-transparent {
      background-color: transparent; }
    .button-extralarge:hover {
      color: #ee0085;
      border-color: #ee0085; }
    .button-extralarge:focus {
      outline: 1px solid #fff;
      outline-offset: -4px; }
    .button-extralarge:active {
      color: currentColor; }
    .button-extralarge:hover:active {
      color: #ee0085; } }

.full-width-button, .full-width-section {
  /*
  @extend .serif-l;
  a{
    @extend .grotesk-l;
  }
  @include for-phone-only {
    @include serif-m;
    a{
      @include grotesk-m;
    }
  }
  */ }

.full-width-section + .full-width-section {
  border-top: none; }

.container {
  max-width: auto;
  margin: 0 auto; }

.null_value {
  color: inherit;
  text-decoration: none;
  background-image: linear-gradient(#000, #000);
  background-size: 1px .05em;
  background-repeat: repeat-x;
  background-position: 0% 50%; }

figure {
  padding: 0;
  margin: 0; }

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

.icon {
  display: inline-block;
  text-align: center;
  width: 1.5em;
  height: 1.5em;
  fill: currentColor;
  -webkit-tap-highlight-color: transparent; }
  .icon svg {
    max-width: 100%;
    max-height: 100%; }
    .icon svg:hover {
      fill: #ee0085; }
      .icon svg:hover use * {
        fill: #ee0085; }

.icon-small {
  width: 0.6em;
  height: 0.6em;
  margin-right: 0.25em;
  margin-bottom: 0.25em; }

.icon-large {
  width: 2.4em;
  height: 2.4em;
  margin-right: 0.4em;
  margin-bottom: 0.4em; }

.toggle {
  cursor: pointer; }

.bg-black {
  background-color: black;
  color: white; }
  .bg-black button {
    color: white;
    border-color: white;
    background: transparent; }
    .bg-black button:hover {
      color: #ee0085;
      border-color: #ee0085; }
  .bg-black svg use {
    fill: white; }

.bg-white {
  background-color: white; }

.bg-a, .bg-gray, .news-overview h2, .news-overview .article-header .intro, .article-header .news-overview .intro, section.program-index .program-container .eventlist .resultlist .result-item, body.phone section.program-index .program-container .sidebar .mobile-tabs > div a.open, body.tablet-portrait section.program-index .program-container .sidebar .mobile-tabs > div a.open, body.phone section.program-index .program-container .sidebar .datelist .program-dates-list .program-date.selected, body.tablet-portrait section.program-index .program-container .sidebar .datelist .program-dates-list .program-date.selected, body.phone section.program-index .program-container .sidebar #typeslist, body.tablet-portrait section.program-index .program-container .sidebar #typeslist, body.phone section.program-index .program-container .sidebar #taglist, body.tablet-portrait section.program-index .program-container .sidebar #taglist, .programmes-overview h2, .programmes-overview .article-header .intro, .article-header .programmes-overview .intro {
  background-color: #dfdde1; }

.bg-b {
  /*magenta*/
  background-color: #ee0085; }

.bg-c {
  /*orange*/
  background-color: #ff7030; }

.bg-d {
  /*grün*/
  background-color: #3e80b0; }

.bg-e {
  /*lila*/
  background-color: #924eff; }

.bg-f, .bg-ind {
  /*rot*/
  background-color: #fe2020; }

.bt, .news-overview h2, .news-overview .article-header .intro, .article-header .news-overview .intro, body.phone section.program-index .program-container .sidebar .mobile-tabs, body.tablet-portrait section.program-index .program-container .sidebar .mobile-tabs, .programmes-overview h2, .programmes-overview .article-header .intro, .article-header .programmes-overview .intro, .programmes-overview .programme-info:nth-child(1), .linklist {
  border-top: var(--border) solid black; }

.bb, .app_searchbar, section.program-index, section.program-index .program-container .eventlist .resultlist .result-item, body.phone section.program-index .program-container .sidebar .mobile-tabs > div a, body.tablet-portrait section.program-index .program-container .sidebar .mobile-tabs > div a, body.phone section.program-index .program-container .sidebar .toggledcontent, body.tablet-portrait section.program-index .program-container .sidebar .toggledcontent, .programmes-overview .programme-info:not(:last-child), #page .event-recording .event-recording-top .video-container, .linklist li {
  border-bottom: var(--border) solid black; }

.btb, .bbt {
  border-top: var(--border) solid black;
  border-bottom: var(--border) solid black; }

.bl, section.program-index .program-container .eventlist, body.phone section.program-index .program-container .sidebar .mobile-tabs > div:not(:first-child), body.tablet-portrait section.program-index .program-container .sidebar .mobile-tabs > div:not(:first-child) {
  border-left: var(--border) solid black; }

.br, body.phone section.program-index .program-container .sidebar .datelist .program-dates-list .program-date, body.tablet-portrait section.program-index .program-container .sidebar .datelist .program-dates-list .program-date, #page .event-recording .event-recording-top .title-area {
  border-right: var(--border) solid black; }

.blr, .brl {
  border-left: var(--border) solid black;
  border-right: var(--border) solid black; }

.m-t-5 {
  margin-top: 5px !important; }

.p-t-5 {
  padding-top: 5px !important; }

.m-b-5 {
  margin-bottom: 5px !important; }

.p-b-5 {
  padding-bottom: 5px !important; }

.m-l-5 {
  margin-left: 5px !important; }

.p-l-5 {
  padding-left: 5px !important; }

.m-r-5 {
  margin-right: 5px !important; }

.p-r-5 {
  padding-right: 5px !important; }

.m-t-10 {
  margin-top: 10px !important; }

.p-t-10 {
  padding-top: 10px !important; }

.m-b-10 {
  margin-bottom: 10px !important; }

.p-b-10 {
  padding-bottom: 10px !important; }

.m-l-10 {
  margin-left: 10px !important; }

.p-l-10 {
  padding-left: 10px !important; }

.m-r-10 {
  margin-right: 10px !important; }

.p-r-10 {
  padding-right: 10px !important; }

.m-t-15 {
  margin-top: 15px !important; }

.p-t-15 {
  padding-top: 15px !important; }

.m-b-15 {
  margin-bottom: 15px !important; }

.p-b-15 {
  padding-bottom: 15px !important; }

.m-l-15 {
  margin-left: 15px !important; }

.p-l-15 {
  padding-left: 15px !important; }

.m-r-15 {
  margin-right: 15px !important; }

.p-r-15 {
  padding-right: 15px !important; }

.m-t-20 {
  margin-top: 20px !important; }

.p-t-20 {
  padding-top: 20px !important; }

.m-b-20 {
  margin-bottom: 20px !important; }

.p-b-20 {
  padding-bottom: 20px !important; }

.m-l-20 {
  margin-left: 20px !important; }

.p-l-20 {
  padding-left: 20px !important; }

.m-r-20 {
  margin-right: 20px !important; }

.p-r-20 {
  padding-right: 20px !important; }

.m-t-25 {
  margin-top: 25px !important; }

.p-t-25 {
  padding-top: 25px !important; }

.m-b-25 {
  margin-bottom: 25px !important; }

.p-b-25 {
  padding-bottom: 25px !important; }

.m-l-25 {
  margin-left: 25px !important; }

.p-l-25 {
  padding-left: 25px !important; }

.m-r-25 {
  margin-right: 25px !important; }

.p-r-25 {
  padding-right: 25px !important; }

.m-t-30 {
  margin-top: 30px !important; }

.p-t-30 {
  padding-top: 30px !important; }

.m-b-30 {
  margin-bottom: 30px !important; }

.p-b-30 {
  padding-bottom: 30px !important; }

.m-l-30 {
  margin-left: 30px !important; }

.p-l-30 {
  padding-left: 30px !important; }

.m-r-30 {
  margin-right: 30px !important; }

.p-r-30 {
  padding-right: 30px !important; }

.m-t-35 {
  margin-top: 35px !important; }

.p-t-35 {
  padding-top: 35px !important; }

.m-b-35 {
  margin-bottom: 35px !important; }

.p-b-35 {
  padding-bottom: 35px !important; }

.m-l-35 {
  margin-left: 35px !important; }

.p-l-35 {
  padding-left: 35px !important; }

.m-r-35 {
  margin-right: 35px !important; }

.p-r-35 {
  padding-right: 35px !important; }

.m-t-40 {
  margin-top: 40px !important; }

.p-t-40 {
  padding-top: 40px !important; }

.m-b-40 {
  margin-bottom: 40px !important; }

.p-b-40 {
  padding-bottom: 40px !important; }

.m-l-40 {
  margin-left: 40px !important; }

.p-l-40 {
  padding-left: 40px !important; }

.m-r-40 {
  margin-right: 40px !important; }

.p-r-40 {
  padding-right: 40px !important; }

.m-t-45 {
  margin-top: 45px !important; }

.p-t-45 {
  padding-top: 45px !important; }

.m-b-45 {
  margin-bottom: 45px !important; }

.p-b-45 {
  padding-bottom: 45px !important; }

.m-l-45 {
  margin-left: 45px !important; }

.p-l-45 {
  padding-left: 45px !important; }

.m-r-45 {
  margin-right: 45px !important; }

.p-r-45 {
  padding-right: 45px !important; }

.m-t-50 {
  margin-top: 50px !important; }

.p-t-50 {
  padding-top: 50px !important; }

.m-b-50 {
  margin-bottom: 50px !important; }

.p-b-50 {
  padding-bottom: 50px !important; }

.m-l-50 {
  margin-left: 50px !important; }

.p-l-50 {
  padding-left: 50px !important; }

.m-r-50 {
  margin-right: 50px !important; }

.p-r-50 {
  padding-right: 50px !important; }

.m-t-55 {
  margin-top: 55px !important; }

.p-t-55 {
  padding-top: 55px !important; }

.m-b-55 {
  margin-bottom: 55px !important; }

.p-b-55 {
  padding-bottom: 55px !important; }

.m-l-55 {
  margin-left: 55px !important; }

.p-l-55 {
  padding-left: 55px !important; }

.m-r-55 {
  margin-right: 55px !important; }

.p-r-55 {
  padding-right: 55px !important; }

.m-t-60 {
  margin-top: 60px !important; }

.p-t-60 {
  padding-top: 60px !important; }

.m-b-60 {
  margin-bottom: 60px !important; }

.p-b-60 {
  padding-bottom: 60px !important; }

.m-l-60 {
  margin-left: 60px !important; }

.p-l-60 {
  padding-left: 60px !important; }

.m-r-60 {
  margin-right: 60px !important; }

.p-r-60 {
  padding-right: 60px !important; }

.m-t-90 {
  margin-top: 90px !important; }

.p-t-90 {
  padding-top: 90px !important; }

.m-b-90 {
  margin-bottom: 90px !important; }

.p-b-90 {
  padding-bottom: 90px !important; }

.m-l-90 {
  margin-left: 90px !important; }

.p-l-90 {
  padding-left: 90px !important; }

.m-r-90 {
  margin-right: 90px !important; }

.p-r-90 {
  padding-right: 90px !important; }

.m-t-120 {
  margin-top: 120px !important; }

.p-t-120 {
  padding-top: 120px !important; }

.m-b-120 {
  margin-bottom: 120px !important; }

.p-b-120 {
  padding-bottom: 120px !important; }

.m-l-120 {
  margin-left: 120px !important; }

.p-l-120 {
  padding-left: 120px !important; }

.m-r-120 {
  margin-right: 120px !important; }

.p-r-120 {
  padding-right: 120px !important; }

.m-t-180 {
  margin-top: 180px !important; }

.p-t-180 {
  padding-top: 180px !important; }

.m-b-180 {
  margin-bottom: 180px !important; }

.p-b-180 {
  padding-bottom: 180px !important; }

.m-l-180 {
  margin-left: 180px !important; }

.p-l-180 {
  padding-left: 180px !important; }

.m-r-180 {
  margin-right: 180px !important; }

.p-r-180 {
  padding-right: 180px !important; }

.m-t-240 {
  margin-top: 240px !important; }

.p-t-240 {
  padding-top: 240px !important; }

.m-b-240 {
  margin-bottom: 240px !important; }

.p-b-240 {
  padding-bottom: 240px !important; }

.m-l-240 {
  margin-left: 240px !important; }

.p-l-240 {
  padding-left: 240px !important; }

.m-r-240 {
  margin-right: 240px !important; }

.p-r-240 {
  padding-right: 240px !important; }

.m-t-300 {
  margin-top: 300px !important; }

.p-t-300 {
  padding-top: 300px !important; }

.m-b-300 {
  margin-bottom: 300px !important; }

.p-b-300 {
  padding-bottom: 300px !important; }

.m-l-300 {
  margin-left: 300px !important; }

.p-l-300 {
  padding-left: 300px !important; }

.m-r-300 {
  margin-right: 300px !important; }

.p-r-300 {
  padding-right: 300px !important; }

.np {
  padding: none !important; }

.npt {
  padding-top: 0 !important; }

.npb {
  padding-bottom: 0 !important; }

.npl {
  padding-left: 0 !important; }

.npr {
  padding-right: 0 !important; }

.nm {
  margin: none !important; }

.nmt, section.program-index, section.program-index .program-container {
  margin-top: 0 !important; }

.nmb, section.program-index .program-container, body.phone section.program-index .program-container .sidebar .toggledcontent, body.tablet-portrait section.program-index .program-container .sidebar .toggledcontent {
  margin-bottom: 0 !important; }

.nml {
  margin-left: 0 !important; }

.nmr {
  margin-right: 0 !important; }

.nb {
  border: none !important; }

.nbt, .find-index .linklist, body.phone section.program-index .eventlist, body.tablet-portrait section.program-index .eventlist {
  border-top: 0 !important; }

.nbb {
  border-bottom: 0 !important; }

.nbl {
  border-left: 0 !important; }

.nbr {
  border-right: 0 !important; }

header {
  position: fixed;
  top: 0;
  transition: top 1.2s ease-in-out;
  width: 100%;
  height: var(--margin-top);
  transition: all .1s linear; }

.hero {
  border-bottom: none;
  color: currentColor;
  text-decoration: none;
  background: transparent;
  background-image: linear-gradient(3px, 3px);
  background-size: 1px black;
  background-repeat: repeat-x;
  background-position: 0% 100%; }
  @media (max-width: 599px) {
    .hero {
      padding: 4vw; } }
  @media (min-width: 600px) and (max-width: 899px) {
    .hero {
      padding: 5.46875vw; } }
  @media (min-width: 900px) and (max-width: 1199px) {
    .hero {
      padding: 5.46875vw; } }
  @media (min-width: 1200px) and (max-width: 1799px) {
    .hero {
      padding: 3.66013vw; } }
  @media (min-width: 1800px) {
    .hero {
      padding: 2.8646vw; } }
  .hero:hover {
    background-image: linear-gradient(#ee0085, #ee0085); }
  .hero h1 a, .hero .article-header .main a, .article-header .hero .main a {
    border-bottom: none;
    color: currentColor;
    text-decoration: none;
    background: transparent;
    background-image: linear-gradient(3px, 3px);
    background-size: 1px black;
    background-repeat: repeat-x;
    background-position: 0% 100%; }
    .hero h1 a:hover, .hero .article-header .main a:hover, .article-header .hero .main a:hover {
      background-image: linear-gradient(#ee0085, #ee0085); }
  .hero figure {
    border-top: 3px solid black; }
  @media (max-width: 599px) {
    .hero {
      padding-top: 1.5em;
      padding-bottom: 2em; }
      .hero h1, .hero .article-header .main, .article-header .hero .main {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 42px;
        line-height: 1.24;
        letter-spacing: -0.0642857em; }
        .hero h1 a, .hero .article-header .main a, .article-header .hero .main a {
          font-family: 'Panama';
          font-size: 26px;
          line-height: 1.16;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 45px;
          line-height: 1.16;
          letter-spacing: -2px;
          border-bottom: none;
          color: currentColor;
          text-decoration: none;
          background: transparent;
          background-image: linear-gradient(2px, 2px);
          background-size: 1px black;
          background-repeat: repeat-x;
          background-position: 0% 100%; }
          .hero h1 a:hover, .hero .article-header .main a:hover, .article-header .hero .main a:hover {
            background-image: linear-gradient(#ee0085, #ee0085); } }

.topnav {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
  background-color: #fff;
  border-bottom: var(--border) solid #000; }
  .topnav button {
    /**/ }
    @media (max-width: 899px) {
      .topnav button {
        display: inline-block;
        border: 2px solid  #000000;
        margin: 0 0.5em 0 0;
        padding: 0.25em 0.8em 0.25em 0.8em;
        line-height: 1;
        text-decoration: none;
        cursor: pointer;
        text-align: center;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-color: transparent;
        -webkit-tap-highlight-color: transparent;
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 24px;
        line-height: 1.33;
        letter-spacing: -1px;
        padding: 0.31em 0.875em 0.25em 0.875em;
        border-radius: 16px;
        border: solid 1px #000000;
        line-height: 1; }
        .topnav button:not(.dosearch) {
          min-width: 4em; }
        .topnav button.color-white {
          border-color: #FFFFFF; }
        .topnav button.bg-transparent {
          background-color: transparent; }
        .topnav button:hover {
          color: #ee0085;
          border-color: #ee0085; }
        .topnav button:focus {
          outline: 1px solid #fff;
          outline-offset: -4px; }
        .topnav button:active {
          color: currentColor; }
        .topnav button:hover:active {
          color: #ee0085; } }
    @media (min-width: 900px) {
      .topnav button {
        display: inline-block;
        border: 2px solid  #000000;
        margin: 0 0.5em 0 0;
        padding: 0.25em 0.8em 0.25em 0.8em;
        line-height: 1;
        text-decoration: none;
        cursor: pointer;
        text-align: center;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-color: transparent;
        -webkit-tap-highlight-color: transparent;
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 30px;
        line-height: 1.33;
        letter-spacing: -1.2px;
        padding: 0.24em 0.46em 0.23em 0.46em;
        border-radius: 18px;
        border: solid 2px #000000;
        line-height: 1; }
        .topnav button:not(.dosearch) {
          min-width: 4em; }
        .topnav button.color-white {
          border-color: #FFFFFF; }
        .topnav button.bg-transparent {
          background-color: transparent; }
        .topnav button:hover {
          color: #ee0085;
          border-color: #ee0085; }
        .topnav button:focus {
          outline: 1px solid #fff;
          outline-offset: -4px; }
        .topnav button:active {
          color: currentColor; }
        .topnav button:hover:active {
          color: #ee0085; } }
    .topnav button.back-button {
      display: flex;
      align-items: center;
      max-width: 90%; }
      .topnav button.back-button svg {
        margin-right: 5px; }
      .topnav button.back-button a {
        overflow: hidden;
        text-overflow: ellipsis; }
      .topnav button.back-button:hover svg #expand {
        fill: #ee0085; }
  .topnav .topnav-left {
    position: relative;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    align-items: center;
    min-width: 0;
    overflow-x: hidden;
    padding-right: 0.75em; }
    .topnav .topnav-left .logo {
      display: inline-block;
      width: 57px;
      height: 58px;
      border-bottom: none;
      transition: all 0.1s ease;
      flex-shrink: 0; }
      .topnav .topnav-left .logo svg {
        fill: #000;
        transition: transform 500ms ease; }
        .topnav .topnav-left .logo svg:hover {
          transform: scale(0.95) !important; }
      @media (max-width: 599px) {
        .topnav .topnav-left .logo {
          width: 34px;
          height: 34px; } }
    .topnav .topnav-left #bt-logo {
      width: 90px;
      height: 60px; }
      @media (min-width: 600px) and (max-width: 899px) {
        .topnav .topnav-left #bt-logo {
          width: 60px;
          height: 40px; } }
      @media (max-width: 599px) {
        .topnav .topnav-left #bt-logo {
          display: none; } }
    @media (min-width: 600px) {
      .topnav .topnav-left #bt-logo-abstract {
        display: none; } }
  .topnav .topnav-main {
    display: flex;
    flex-flow: row-reverse;
    justify-content: flex-end;
    align-items: center;
    flex-basis: 0;
    flex-grow: 2;
    height: 100%;
    overflow: hidden; }
    .topnav .topnav-main .filter-btn {
      opacity: 1;
      pointer-events: all;
      width: initial; }
      .topnav .topnav-main .filter-btn #toggle-filter {
        transform: scale(1);
        transition: transform .3s ease .6s; }
      .topnav .topnav-main .filter-btn .toggle-search {
        transform: scale(1);
        transition: transform .3s ease .4s; }
      @media (max-width: 599px) {
        .topnav .topnav-main .filter-btn {
          margin-left: 0; } }
    .topnav .topnav-main .btn-share, .topnav .topnav-main .share-button {
      display: none; }
      @media (min-width: 900px) {
        .topnav .topnav-main .btn-share, .topnav .topnav-main .share-button {
          display: none; } }
    @media (max-width: 599px) {
      .topnav .topnav-main .filter-header .search-parameter-placeholder {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 19px;
        line-height: 1.37;
        letter-spacing: -0.6px; } }
  .topnav .topnav-right {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    height: 100%; }
    .topnav .topnav-right .nav-menu-btn {
      border-bottom: none;
      display: flex;
      align-items: center;
      /*
      &:after{
        content:'';
        width:0.75em;
        height:0.35em;
        margin-left:0.5em;
        display:inline-block;
        border-top:0.1em solid $black;
        border-bottom:0.1em solid $black;
      }
      */ }
      @media (max-width: 899px) {
        .topnav .topnav-right .nav-menu-btn > span {
          font-family: 'Lars';
          font-size: 24px;
          line-height: 1.4;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 24px;
          line-height: 1.33;
          letter-spacing: -1px; } }
    .topnav .topnav-right .dosearch {
      display: none !important;
      /**/
      min-width: 0.5em; }
      @media (max-width: 899px) {
        .topnav .topnav-right .dosearch {
          display: inline-block;
          border: 2px solid  #000000;
          margin: 0 0.5em 0 0;
          padding: 0.25em 0.8em 0.25em 0.8em;
          line-height: 1;
          text-decoration: none;
          cursor: pointer;
          text-align: center;
          -webkit-appearance: none;
          -moz-appearance: none;
          background-color: transparent;
          -webkit-tap-highlight-color: transparent;
          font-family: 'Lars';
          font-size: 24px;
          line-height: 1.4;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 24px;
          line-height: 1.33;
          letter-spacing: -1px;
          padding: 0.31em 0.875em 0.25em 0.875em;
          border-radius: 16px;
          border: solid 1px #000000;
          line-height: 1; }
          .topnav .topnav-right .dosearch:not(.dosearch) {
            min-width: 4em; }
          .topnav .topnav-right .dosearch.color-white {
            border-color: #FFFFFF; }
          .topnav .topnav-right .dosearch.bg-transparent {
            background-color: transparent; }
          .topnav .topnav-right .dosearch:hover {
            color: #ee0085;
            border-color: #ee0085; }
          .topnav .topnav-right .dosearch:focus {
            outline: 1px solid #fff;
            outline-offset: -4px; }
          .topnav .topnav-right .dosearch:active {
            color: currentColor; }
          .topnav .topnav-right .dosearch:hover:active {
            color: #ee0085; } }
      @media (min-width: 900px) {
        .topnav .topnav-right .dosearch {
          display: inline-block;
          border: 2px solid  #000000;
          margin: 0 0.5em 0 0;
          padding: 0.25em 0.8em 0.25em 0.8em;
          line-height: 1;
          text-decoration: none;
          cursor: pointer;
          text-align: center;
          -webkit-appearance: none;
          -moz-appearance: none;
          background-color: transparent;
          -webkit-tap-highlight-color: transparent;
          font-family: 'Lars';
          font-size: 24px;
          line-height: 1.4;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 30px;
          line-height: 1.33;
          letter-spacing: -1.2px;
          padding: 0.24em 0.46em 0.23em 0.46em;
          border-radius: 18px;
          border: solid 2px #000000;
          line-height: 1; }
          .topnav .topnav-right .dosearch:not(.dosearch) {
            min-width: 4em; }
          .topnav .topnav-right .dosearch.color-white {
            border-color: #FFFFFF; }
          .topnav .topnav-right .dosearch.bg-transparent {
            background-color: transparent; }
          .topnav .topnav-right .dosearch:hover {
            color: #ee0085;
            border-color: #ee0085; }
          .topnav .topnav-right .dosearch:focus {
            outline: 1px solid #fff;
            outline-offset: -4px; }
          .topnav .topnav-right .dosearch:active {
            color: currentColor; }
          .topnav .topnav-right .dosearch:hover:active {
            color: #ee0085; } }
      @media (max-width: 599px) {
        .topnav .topnav-right .dosearch:hover {
          background: initial;
          border: initial; } }
      .topnav .topnav-right .dosearch .checkmark {
        display: none; }
  .topnav .filter-header .search-parameter-placeholder {
    display: none; }

.program-index .topnav .filter-header .search-parameter-placeholder {
  display: inline-block; }

@media (max-width: 599px) {
  .topnav .topnav-main .logo {
    margin-right: 10px; }
  .topnav .topnav-right .dosearch {
    border: none;
    padding: 0 !important;
    height: 1.5em;
    width: 30px;
    position: relative; }
    .topnav .topnav-right .dosearch .checkmark {
      display: inline-block;
      height: 100%;
      width: 30px;
      position: relative; }
    .topnav .topnav-right .dosearch .label {
      display: none; }
  .topnav .filter-header .search-parameter-placeholder {
    display: none; } }

body.filter-enabled .topnav .topnav-main .filter-btn {
  pointer-events: all;
  width: var(--len);
  opacity: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center; }

.toggle-search {
  cursor: pointer;
  margin-left: 0.2em;
  margin-right: 0.7em; }
  @media (min-width: 900px) {
    .toggle-search {
      height: 40px;
      width: 40px; } }
  @media (max-width: 899px) {
    .toggle-search {
      height: 32px;
      width: 32px; } }

body.talentpress .topnav {
  background-color: #000;
  color: white;
  border-bottom-color: #fff; }
  body.talentpress .topnav .filter-btn #toggle-filter, body.talentpress .topnav .topnav-right .dosearch, body.talentpress .topnav .topnav-right #toggle-tp-about {
    border-color: white;
    color: white; }
    @media (min-width: 600px) {
      body.talentpress .topnav .filter-btn #toggle-filter:hover, body.talentpress .topnav .topnav-right .dosearch:hover, body.talentpress .topnav .topnav-right #toggle-tp-about:hover {
        border-color: #ee0085;
        color: #ee0085; } }
  body.talentpress .topnav #menuToggle span {
    background: white; }

body.talentpress .search-overlay-buttons button {
  background: black;
  color: white;
  border-color: white; }

@media (min-width: 600px) {
  body.talentpress .button-num-results:hover {
    border-color: #ee0085;
    color: #ee0085; } }

body.content-overlay-open #toggle-tp-about {
  display: none; }

.topnav.modal {
  justify-content: flex-end; }
  .topnav.modal .topnav-right {
    align-self: flex-end; }
    .topnav.modal .topnav-right .close-btn, .topnav.modal .topnav-right body:not(.talentpress) #mainnav .menutop .menutop-right #global-toggle, body:not(.talentpress) #mainnav .menutop .menutop-right .topnav.modal .topnav-right #global-toggle {
      font-size: 2em;
      width: 1.5em;
      height: 1.5em;
      background-color: red;
      border-bottom: none; }

.navpanel, body:not(.talentpress) #mainnav, #filter-persons, #share-overlay, #content-overlay {
  position: fixed;
  transform: translateY(200vw);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  left: 0;
  width: 100vw;
  z-index: 80;
  transition: transform 0.7s ease-in-out;
  height: calc(100vh - 100px);
  height: calc(var(--vh, 1vh) * 100)-100px;
  background-color: white; }

body:not(.talentpress) #mainnav {
  visibility: hidden;
  transition: none;
  z-index: 110;
  display: grid;
  overflow-x: hidden;
  grid-template-columns: 50% 50%;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-areas: "menutop menutop" "navbox1  navbox2" "navbox3  navbox4" "navbox5  navbox6" "navbox7  navbox8";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }
  body:not(.talentpress) #mainnav .menutop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: white;
    z-index: 99;
    border-bottom: var(--border) solid #000;
    height: var(--margin-top);
    position: relative;
    grid-area: menutop; }
    @media (min-width: 600px) {
      body:not(.talentpress) #mainnav .menutop {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 30px;
        line-height: 1.33;
        letter-spacing: -1.2px; } }
    @media (max-width: 1199px) {
      body:not(.talentpress) #mainnav .menutop {
        position: sticky;
        top: 0px; } }
    body:not(.talentpress) #mainnav .menutop .menutop-left {
      align-items: center; }
      body:not(.talentpress) #mainnav .menutop .menutop-left button {
        min-width: auto; }
    body:not(.talentpress) #mainnav .menutop .menutop-right {
      align-items: center; }
      body:not(.talentpress) #mainnav .menutop .menutop-right .login-button {
        /**/ }
        @media (max-width: 899px) {
          body:not(.talentpress) #mainnav .menutop .menutop-right .login-button {
            display: inline-block;
            border: 2px solid  #000000;
            margin: 0 0.5em 0 0;
            padding: 0.25em 0.8em 0.25em 0.8em;
            line-height: 1;
            text-decoration: none;
            cursor: pointer;
            text-align: center;
            -webkit-appearance: none;
            -moz-appearance: none;
            background-color: transparent;
            -webkit-tap-highlight-color: transparent;
            font-family: 'Lars';
            font-size: 24px;
            line-height: 1.4;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            font-size: 24px;
            line-height: 1.33;
            letter-spacing: -1px;
            padding: 0.31em 0.875em 0.25em 0.875em;
            border-radius: 16px;
            border: solid 1px #000000;
            line-height: 1; }
            body:not(.talentpress) #mainnav .menutop .menutop-right .login-button:not(.dosearch) {
              min-width: 4em; }
            body:not(.talentpress) #mainnav .menutop .menutop-right .login-button.color-white {
              border-color: #FFFFFF; }
            body:not(.talentpress) #mainnav .menutop .menutop-right .login-button.bg-transparent {
              background-color: transparent; }
            body:not(.talentpress) #mainnav .menutop .menutop-right .login-button:hover {
              color: #ee0085;
              border-color: #ee0085; }
            body:not(.talentpress) #mainnav .menutop .menutop-right .login-button:focus {
              outline: 1px solid #fff;
              outline-offset: -4px; }
            body:not(.talentpress) #mainnav .menutop .menutop-right .login-button:active {
              color: currentColor; }
            body:not(.talentpress) #mainnav .menutop .menutop-right .login-button:hover:active {
              color: #ee0085; } }
        @media (min-width: 900px) {
          body:not(.talentpress) #mainnav .menutop .menutop-right .login-button {
            display: inline-block;
            border: 2px solid  #000000;
            margin: 0 0.5em 0 0;
            padding: 0.25em 0.8em 0.25em 0.8em;
            line-height: 1;
            text-decoration: none;
            cursor: pointer;
            text-align: center;
            -webkit-appearance: none;
            -moz-appearance: none;
            background-color: transparent;
            -webkit-tap-highlight-color: transparent;
            font-family: 'Lars';
            font-size: 24px;
            line-height: 1.4;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            font-size: 30px;
            line-height: 1.33;
            letter-spacing: -1.2px;
            padding: 0.24em 0.46em 0.23em 0.46em;
            border-radius: 18px;
            border: solid 2px #000000;
            line-height: 1; }
            body:not(.talentpress) #mainnav .menutop .menutop-right .login-button:not(.dosearch) {
              min-width: 4em; }
            body:not(.talentpress) #mainnav .menutop .menutop-right .login-button.color-white {
              border-color: #FFFFFF; }
            body:not(.talentpress) #mainnav .menutop .menutop-right .login-button.bg-transparent {
              background-color: transparent; }
            body:not(.talentpress) #mainnav .menutop .menutop-right .login-button:hover {
              color: #ee0085;
              border-color: #ee0085; }
            body:not(.talentpress) #mainnav .menutop .menutop-right .login-button:focus {
              outline: 1px solid #fff;
              outline-offset: -4px; }
            body:not(.talentpress) #mainnav .menutop .menutop-right .login-button:active {
              color: currentColor; }
            body:not(.talentpress) #mainnav .menutop .menutop-right .login-button:hover:active {
              color: #ee0085; } }
    body:not(.talentpress) #mainnav .menutop button {
      padding: 0;
      border: none;
      margin: 0; }
      body:not(.talentpress) #mainnav .menutop button:hover {
        background: initial; }
      body:not(.talentpress) #mainnav .menutop button .icon-large {
        height: 1.5em;
        margin: 0; }
      body:not(.talentpress) #mainnav .menutop button svg circle {
        fill: transparent; }
    body:not(.talentpress) #mainnav .menutop form {
      width: 100%;
      line-height: 1; }
      @media (min-width: 900px) {
        body:not(.talentpress) #mainnav .menutop form {
          padding-right: 1em; } }
      body:not(.talentpress) #mainnav .menutop form .global_search {
        display: block;
        width: 100%;
        padding: 0;
        padding-left: 0;
        color: inherit; }
        body:not(.talentpress) #mainnav .menutop form .global_search:focus {
          outline: none; }
        body:not(.talentpress) #mainnav .menutop form .global_search::-webkit-input-placeholder {
          color: #000;
          line-height: normal !important; }
        body:not(.talentpress) #mainnav .menutop form .global_search::-moz-placeholder {
          color: #000;
          line-height: normal !important; }
        body:not(.talentpress) #mainnav .menutop form .global_search:-ms-input-placeholder {
          color: #000;
          line-height: normal !important; }
        body:not(.talentpress) #mainnav .menutop form .global_search:-moz-placeholder {
          color: #000;
          line-height: normal !important; }
      body:not(.talentpress) #mainnav .menutop form .search-btn {
        position: absolute;
        right: 0; }
  body:not(.talentpress) #mainnav .navbox, body:not(.talentpress) #mainnav .navbox1, body:not(.talentpress) #mainnav .navbox2, body:not(.talentpress) #mainnav .navbox3, body:not(.talentpress) #mainnav .navbox4, body:not(.talentpress) #mainnav .navbox5, body:not(.talentpress) #mainnav .navbox6, body:not(.talentpress) #mainnav .navbox7, body:not(.talentpress) #mainnav .navbox8 {
    border-top: var(--border) solid #000;
    border-right: var(--border) solid #000;
    box-sizing: border-box; }
    @media (max-width: 599px) {
      body:not(.talentpress) #mainnav .navbox, body:not(.talentpress) #mainnav .navbox1, body:not(.talentpress) #mainnav .navbox2, body:not(.talentpress) #mainnav .navbox3, body:not(.talentpress) #mainnav .navbox4, body:not(.talentpress) #mainnav .navbox5, body:not(.talentpress) #mainnav .navbox6, body:not(.talentpress) #mainnav .navbox7, body:not(.talentpress) #mainnav .navbox8 {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 24px;
        line-height: 1.33;
        letter-spacing: -1px; } }
    @media (min-width: 600px) {
      body:not(.talentpress) #mainnav .navbox, body:not(.talentpress) #mainnav .navbox1, body:not(.talentpress) #mainnav .navbox2, body:not(.talentpress) #mainnav .navbox3, body:not(.talentpress) #mainnav .navbox4, body:not(.talentpress) #mainnav .navbox5, body:not(.talentpress) #mainnav .navbox6, body:not(.talentpress) #mainnav .navbox7, body:not(.talentpress) #mainnav .navbox8 {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 30px;
        line-height: 1.33;
        letter-spacing: -1.2px; } }
    @media (min-width: 1200px) {
      body:not(.talentpress) #mainnav .navbox, body:not(.talentpress) #mainnav .navbox1, body:not(.talentpress) #mainnav .navbox2, body:not(.talentpress) #mainnav .navbox3, body:not(.talentpress) #mainnav .navbox4, body:not(.talentpress) #mainnav .navbox5, body:not(.talentpress) #mainnav .navbox6, body:not(.talentpress) #mainnav .navbox7, body:not(.talentpress) #mainnav .navbox8 {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 42px;
        line-height: 1.24;
        letter-spacing: -0.0642857em; } }
    @media (max-width: 599px) {
      body:not(.talentpress) #mainnav .navbox, body:not(.talentpress) #mainnav .navbox1, body:not(.talentpress) #mainnav .navbox2, body:not(.talentpress) #mainnav .navbox3, body:not(.talentpress) #mainnav .navbox4, body:not(.talentpress) #mainnav .navbox5, body:not(.talentpress) #mainnav .navbox6, body:not(.talentpress) #mainnav .navbox7, body:not(.talentpress) #mainnav .navbox8 {
        padding: 4vw; } }
    @media (min-width: 600px) and (max-width: 899px) {
      body:not(.talentpress) #mainnav .navbox, body:not(.talentpress) #mainnav .navbox1, body:not(.talentpress) #mainnav .navbox2, body:not(.talentpress) #mainnav .navbox3, body:not(.talentpress) #mainnav .navbox4, body:not(.talentpress) #mainnav .navbox5, body:not(.talentpress) #mainnav .navbox6, body:not(.talentpress) #mainnav .navbox7, body:not(.talentpress) #mainnav .navbox8 {
        padding: 5.46875vw; } }
    @media (min-width: 900px) and (max-width: 1199px) {
      body:not(.talentpress) #mainnav .navbox, body:not(.talentpress) #mainnav .navbox1, body:not(.talentpress) #mainnav .navbox2, body:not(.talentpress) #mainnav .navbox3, body:not(.talentpress) #mainnav .navbox4, body:not(.talentpress) #mainnav .navbox5, body:not(.talentpress) #mainnav .navbox6, body:not(.talentpress) #mainnav .navbox7, body:not(.talentpress) #mainnav .navbox8 {
        padding: 5.46875vw; } }
    @media (min-width: 1200px) and (max-width: 1799px) {
      body:not(.talentpress) #mainnav .navbox, body:not(.talentpress) #mainnav .navbox1, body:not(.talentpress) #mainnav .navbox2, body:not(.talentpress) #mainnav .navbox3, body:not(.talentpress) #mainnav .navbox4, body:not(.talentpress) #mainnav .navbox5, body:not(.talentpress) #mainnav .navbox6, body:not(.talentpress) #mainnav .navbox7, body:not(.talentpress) #mainnav .navbox8 {
        padding: 3.66013vw; } }
    @media (min-width: 1800px) {
      body:not(.talentpress) #mainnav .navbox, body:not(.talentpress) #mainnav .navbox1, body:not(.talentpress) #mainnav .navbox2, body:not(.talentpress) #mainnav .navbox3, body:not(.talentpress) #mainnav .navbox4, body:not(.talentpress) #mainnav .navbox5, body:not(.talentpress) #mainnav .navbox6, body:not(.talentpress) #mainnav .navbox7, body:not(.talentpress) #mainnav .navbox8 {
        padding: 2.8646vw; } }
    @media (max-width: 599px) {
      body:not(.talentpress) #mainnav .navbox, body:not(.talentpress) #mainnav .navbox1, body:not(.talentpress) #mainnav .navbox2, body:not(.talentpress) #mainnav .navbox3, body:not(.talentpress) #mainnav .navbox4, body:not(.talentpress) #mainnav .navbox5, body:not(.talentpress) #mainnav .navbox6, body:not(.talentpress) #mainnav .navbox7, body:not(.talentpress) #mainnav .navbox8 {
        padding-top: 3vw; } }
    @media (min-width: 600px) and (max-width: 899px) {
      body:not(.talentpress) #mainnav .navbox, body:not(.talentpress) #mainnav .navbox1, body:not(.talentpress) #mainnav .navbox2, body:not(.talentpress) #mainnav .navbox3, body:not(.talentpress) #mainnav .navbox4, body:not(.talentpress) #mainnav .navbox5, body:not(.talentpress) #mainnav .navbox6, body:not(.talentpress) #mainnav .navbox7, body:not(.talentpress) #mainnav .navbox8 {
        padding-top: 4.10156vw; } }
    @media (min-width: 900px) and (max-width: 1199px) {
      body:not(.talentpress) #mainnav .navbox, body:not(.talentpress) #mainnav .navbox1, body:not(.talentpress) #mainnav .navbox2, body:not(.talentpress) #mainnav .navbox3, body:not(.talentpress) #mainnav .navbox4, body:not(.talentpress) #mainnav .navbox5, body:not(.talentpress) #mainnav .navbox6, body:not(.talentpress) #mainnav .navbox7, body:not(.talentpress) #mainnav .navbox8 {
        padding-top: 4.10156vw; } }
    @media (min-width: 1200px) and (max-width: 1799px) {
      body:not(.talentpress) #mainnav .navbox, body:not(.talentpress) #mainnav .navbox1, body:not(.talentpress) #mainnav .navbox2, body:not(.talentpress) #mainnav .navbox3, body:not(.talentpress) #mainnav .navbox4, body:not(.talentpress) #mainnav .navbox5, body:not(.talentpress) #mainnav .navbox6, body:not(.talentpress) #mainnav .navbox7, body:not(.talentpress) #mainnav .navbox8 {
        padding-top: 2.7451vw; } }
    @media (min-width: 1800px) {
      body:not(.talentpress) #mainnav .navbox, body:not(.talentpress) #mainnav .navbox1, body:not(.talentpress) #mainnav .navbox2, body:not(.talentpress) #mainnav .navbox3, body:not(.talentpress) #mainnav .navbox4, body:not(.talentpress) #mainnav .navbox5, body:not(.talentpress) #mainnav .navbox6, body:not(.talentpress) #mainnav .navbox7, body:not(.talentpress) #mainnav .navbox8 {
        padding-top: 2.14845vw; } }
    body:not(.talentpress) #mainnav .navbox:nth-child(2n+1), body:not(.talentpress) #mainnav .navbox1:nth-child(2n+1), body:not(.talentpress) #mainnav .navbox2:nth-child(2n+1), body:not(.talentpress) #mainnav .navbox3:nth-child(2n+1), body:not(.talentpress) #mainnav .navbox4:nth-child(2n+1), body:not(.talentpress) #mainnav .navbox5:nth-child(2n+1), body:not(.talentpress) #mainnav .navbox6:nth-child(2n+1), body:not(.talentpress) #mainnav .navbox7:nth-child(2n+1), body:not(.talentpress) #mainnav .navbox8:nth-child(2n+1) {
      border-right: none; }
  body:not(.talentpress) #mainnav .navbox1 {
    grid-area: navbox1;
    border-top: none; }
  body:not(.talentpress) #mainnav .navbox2 {
    grid-area: navbox2;
    border-top: none; }
  body:not(.talentpress) #mainnav .navbox3 {
    grid-area: navbox3; }
  body:not(.talentpress) #mainnav .navbox4 {
    grid-area: navbox4; }
  body:not(.talentpress) #mainnav .navbox5 {
    grid-area: navbox5; }
  body:not(.talentpress) #mainnav .navbox6 {
    grid-area: navbox6;
    border-right: none; }
  body:not(.talentpress) #mainnav .navbox7 {
    grid-area: navbox7; }
  body:not(.talentpress) #mainnav .navbox8 {
    grid-area: navbox8; }
  body:not(.talentpress) #mainnav .navheader > a {
    display: none; }
  @media (max-width: 599px) {
    body:not(.talentpress) #mainnav .navlist {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 21px;
      line-height: 1.24;
      letter-spacing: -0.6px; } }
  @media (min-width: 600px) {
    body:not(.talentpress) #mainnav .navlist {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 26px;
      line-height: 1.25;
      letter-spacing: -0.9px; } }
  @media (min-width: 1200px) {
    body:not(.talentpress) #mainnav .navlist {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 32px;
      line-height: 1.25;
      letter-spacing: -0.9px; } }
  body:not(.talentpress) #mainnav .navsidebarcontent {
    display: none;
    grid-area: navsidebarcontent;
    background-color: #dfdde1;
    border-left: var(--border) solid #000; }
    @media (max-width: 599px) {
      body:not(.talentpress) #mainnav .navsidebarcontent {
        padding: 4vw; } }
    @media (min-width: 600px) and (max-width: 899px) {
      body:not(.talentpress) #mainnav .navsidebarcontent {
        padding: 5.46875vw; } }
    @media (min-width: 900px) and (max-width: 1199px) {
      body:not(.talentpress) #mainnav .navsidebarcontent {
        padding: 5.46875vw; } }
    @media (min-width: 1200px) and (max-width: 1799px) {
      body:not(.talentpress) #mainnav .navsidebarcontent {
        padding: 3.66013vw; } }
    @media (min-width: 1800px) {
      body:not(.talentpress) #mainnav .navsidebarcontent {
        padding: 2.8646vw; } }
    @media (max-width: 599px) {
      body:not(.talentpress) #mainnav .navsidebarcontent {
        padding-top: 2.4vw; } }
    @media (min-width: 600px) and (max-width: 899px) {
      body:not(.talentpress) #mainnav .navsidebarcontent {
        padding-top: 3.28125vw; } }
    @media (min-width: 900px) and (max-width: 1199px) {
      body:not(.talentpress) #mainnav .navsidebarcontent {
        padding-top: 3.28125vw; } }
    @media (min-width: 1200px) and (max-width: 1799px) {
      body:not(.talentpress) #mainnav .navsidebarcontent {
        padding-top: 2.19608vw; } }
    @media (min-width: 1800px) {
      body:not(.talentpress) #mainnav .navsidebarcontent {
        padding-top: 1.71876vw; } }
    @media (max-width: 599px) {
      body:not(.talentpress) #mainnav .navsidebarcontent {
        border-top: var(--border) solid #000; } }
    @media (min-width: 1200px) {
      body:not(.talentpress) #mainnav .navsidebarcontent {
        position: sticky;
        top: 0;
        height: 100vh; } }
    body:not(.talentpress) #mainnav .navsidebarcontent #nsbswrapper {
      -webkit-overflow-scrolling: auto; }
    body:not(.talentpress) #mainnav .navsidebarcontent .featured-container {
      opacity: 0;
      overflow: auto;
      width: 100%; }
      body:not(.talentpress) #mainnav .navsidebarcontent .featured-container:not(:first-child) {
        background: blue;
        margin-top: 0px; }
      body:not(.talentpress) #mainnav .navsidebarcontent .featured-container > * {
        margin-bottom: 2rem; }
        body:not(.talentpress) #mainnav .navsidebarcontent .featured-container > *:last-child {
          margin-bottom: 0; }
      body:not(.talentpress) #mainnav .navsidebarcontent .featured-container .no-image-item {
        display: block !important;
        white-space: initial; }
        @media (max-width: 599px) {
          body:not(.talentpress) #mainnav .navsidebarcontent .featured-container .no-image-item {
            max-width: 300px; } }
        @media (min-width: 600px) {
          body:not(.talentpress) #mainnav .navsidebarcontent .featured-container .no-image-item {
            max-width: 400px; } }
        @media (max-width: 599px) {
          body:not(.talentpress) #mainnav .navsidebarcontent .featured-container .no-image-item {
            font-family: 'Lars';
            font-size: 24px;
            line-height: 1.4;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            font-size: 30px;
            line-height: 1.33;
            letter-spacing: -1.2px; } }
        @media (min-width: 600px) {
          body:not(.talentpress) #mainnav .navsidebarcontent .featured-container .no-image-item {
            font-family: 'Lars';
            font-size: 24px;
            line-height: 1.4;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            font-size: 42px;
            line-height: 1.24;
            letter-spacing: -0.0642857em; } }
        @media (min-width: 1200px) {
          body:not(.talentpress) #mainnav .navsidebarcontent .featured-container .no-image-item {
            font-family: 'Lars';
            font-size: 24px;
            line-height: 1.4;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            font-size: 72px;
            line-height: 1.17;
            letter-spacing: -3.4px; } }
        @media (max-width: 599px) {
          body:not(.talentpress) #mainnav .navsidebarcontent .featured-container .no-image-item a {
            font-family: 'Panama';
            font-size: 26px;
            line-height: 1.16;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            font-size: 32px;
            line-height: 1.25;
            letter-spacing: -0.9px; } }
        @media (min-width: 600px) {
          body:not(.talentpress) #mainnav .navsidebarcontent .featured-container .no-image-item a {
            font-family: 'Panama';
            font-size: 26px;
            line-height: 1.16;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            font-size: 45px;
            line-height: 1.16;
            letter-spacing: -2px; } }
        @media (min-width: 1200px) {
          body:not(.talentpress) #mainnav .navsidebarcontent .featured-container .no-image-item a {
            font-family: 'Panama';
            font-size: 26px;
            line-height: 1.16;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            font-size: 75px;
            line-height: 1.12;
            letter-spacing: -2.8px; } }
      body:not(.talentpress) #mainnav .navsidebarcontent .featured-container .featured-item {
        flex-shrink: 0; }
        body:not(.talentpress) #mainnav .navsidebarcontent .featured-container .featured-item .featured-image {
          margin: 0 0 0.4em 0; }
          body:not(.talentpress) #mainnav .navsidebarcontent .featured-container .featured-item .featured-image img {
            width: 100%;
            height: auto; }
  body:not(.talentpress) #mainnav .footernav {
    grid-area: footernav;
    margin-top: 3em;
    display: block;
    width: 100%; }
    @media (max-width: 599px) {
      body:not(.talentpress) #mainnav .footernav {
        padding: 4vw; } }
    @media (min-width: 600px) and (max-width: 899px) {
      body:not(.talentpress) #mainnav .footernav {
        padding: 5.46875vw; } }
    @media (min-width: 900px) and (max-width: 1199px) {
      body:not(.talentpress) #mainnav .footernav {
        padding: 5.46875vw; } }
    @media (min-width: 1200px) and (max-width: 1799px) {
      body:not(.talentpress) #mainnav .footernav {
        padding: 3.66013vw; } }
    @media (min-width: 1800px) {
      body:not(.talentpress) #mainnav .footernav {
        padding: 2.8646vw; } }
    body:not(.talentpress) #mainnav .footernav ul {
      display: flex;
      justify-content: space-between;
      width: 100%; }
      body:not(.talentpress) #mainnav .footernav ul li {
        display: inline-block;
        margin-right: 1.5em;
        font-family: 'Panama';
        font-size: 26px;
        line-height: 1.16;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 26px;
        line-height: 1.25;
        letter-spacing: -0.9px; }
      body:not(.talentpress) #mainnav .footernav ul li:last-child {
        margin-right: 0; }
    @media (max-width: 1199px) {
      body:not(.talentpress) #mainnav .footernav ul {
        justify-content: flex-start; } }
    @media (max-width: 599px) {
      body:not(.talentpress) #mainnav .footernav {
        background-color: #000;
        color: #fff;
        margin-top: 0; }
        body:not(.talentpress) #mainnav .footernav ul {
          display: block; }
          body:not(.talentpress) #mainnav .footernav ul li {
            display: list-item;
            font-family: 'Panama';
            font-size: 26px;
            line-height: 1.16;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            font-size: 16px;
            line-height: 1.31;
            letter-spacing: -0.5px;
            padding-bottom: 0.25em; } }
  body:not(.talentpress) #mainnav .navlist a:hover {
    border-bottom: none;
    color: currentColor;
    text-decoration: none;
    background: transparent;
    background-image: linear-gradient(black, black);
    background-size: 1px 1px;
    background-repeat: repeat-x;
    background-position: 0% 100%; }
    body:not(.talentpress) #mainnav .navlist a:hover:hover {
      background-image: linear-gradient(#ee0085, #ee0085); }
  body:not(.talentpress) #mainnav ul {
    margin-top: 0;
    opacity: 0; }
  @media (max-width: 1199px) {
    body:not(.talentpress) #mainnav {
      grid-template-columns: 50% 50%;
      grid-template-rows: auto auto auto auto auto auto auto auto;
      grid-template-areas: "menutop menutop" "navbox1  navbox2" "navbox3  navbox4" "navbox5  navbox6" "navbox7  navbox7" "navbox8  navbox8" "navsidebarcontent navsidebarcontent" "footernav  footernav"; }
      body:not(.talentpress) #mainnav .navsidebarcontent {
        border-left: none;
        padding: 0;
        border-top: var(--border) solid #000;
        border-bottom: var(--border) solid #000;
        overflow: initial;
        cursor: move; }
        body:not(.talentpress) #mainnav .navsidebarcontent .featured-container {
          overflow: visible;
          display: flex;
          padding-bottom: 1.875em;
          padding-top: 1.875em; }
          body:not(.talentpress) #mainnav .navsidebarcontent .featured-container > * {
            margin-bottom: 0; }
          body:not(.talentpress) #mainnav .navsidebarcontent .featured-container .featured-item {
            display: flex;
            padding-left: var(--gutter);
            padding-right: var(--gutter); }
            body:not(.talentpress) #mainnav .navsidebarcontent .featured-container .featured-item .featured-image {
              display: block;
              float: left;
              width: 33.333vw;
              margin-right: 30px; }
              body:not(.talentpress) #mainnav .navsidebarcontent .featured-container .featured-item .featured-image img {
                width: 100%;
                height: auto; }
            body:not(.talentpress) #mainnav .navsidebarcontent .featured-container .featured-item .featured-content {
              float: right;
              width: 33.333vw; }
              body:not(.talentpress) #mainnav .navsidebarcontent .featured-container .featured-item .featured-content .headline {
                display: block; }
          body:not(.talentpress) #mainnav .navsidebarcontent .featured-container .shoutout {
            flex-shrink: 0; } }
  @media (max-width: 599px) {
    body:not(.talentpress) #mainnav {
      grid-template-columns: 100%;
      grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto;
      grid-template-areas: "menutop" "navbox1" "navbox2" "navbox3" "navbox4" "navbox5" "navbox6" "navbox7" "navbox8" "navsidebarcontent" "footernav"; }
      body:not(.talentpress) #mainnav .menutop {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 24px;
        line-height: 1.33;
        letter-spacing: -1px; }
      body:not(.talentpress) #mainnav .navbox, body:not(.talentpress) #mainnav .navbox1, body:not(.talentpress) #mainnav .navbox2, body:not(.talentpress) #mainnav .navbox3, body:not(.talentpress) #mainnav .navbox4, body:not(.talentpress) #mainnav .navbox5, body:not(.talentpress) #mainnav .navbox6, body:not(.talentpress) #mainnav .navbox7, body:not(.talentpress) #mainnav .navbox8 {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 42px;
        line-height: 1.24;
        letter-spacing: -0.0642857em; } }
    @media (max-width: 599px) and (max-width: 599px) {
      body:not(.talentpress) #mainnav .navbox, body:not(.talentpress) #mainnav .navbox1, body:not(.talentpress) #mainnav .navbox2, body:not(.talentpress) #mainnav .navbox3, body:not(.talentpress) #mainnav .navbox4, body:not(.talentpress) #mainnav .navbox5, body:not(.talentpress) #mainnav .navbox6, body:not(.talentpress) #mainnav .navbox7, body:not(.talentpress) #mainnav .navbox8 {
        padding: 4vw; } }
    @media (max-width: 599px) and (min-width: 600px) and (max-width: 899px) {
      body:not(.talentpress) #mainnav .navbox, body:not(.talentpress) #mainnav .navbox1, body:not(.talentpress) #mainnav .navbox2, body:not(.talentpress) #mainnav .navbox3, body:not(.talentpress) #mainnav .navbox4, body:not(.talentpress) #mainnav .navbox5, body:not(.talentpress) #mainnav .navbox6, body:not(.talentpress) #mainnav .navbox7, body:not(.talentpress) #mainnav .navbox8 {
        padding: 5.46875vw; } }
    @media (max-width: 599px) and (min-width: 900px) and (max-width: 1199px) {
      body:not(.talentpress) #mainnav .navbox, body:not(.talentpress) #mainnav .navbox1, body:not(.talentpress) #mainnav .navbox2, body:not(.talentpress) #mainnav .navbox3, body:not(.talentpress) #mainnav .navbox4, body:not(.talentpress) #mainnav .navbox5, body:not(.talentpress) #mainnav .navbox6, body:not(.talentpress) #mainnav .navbox7, body:not(.talentpress) #mainnav .navbox8 {
        padding: 5.46875vw; } }
    @media (max-width: 599px) and (min-width: 1200px) and (max-width: 1799px) {
      body:not(.talentpress) #mainnav .navbox, body:not(.talentpress) #mainnav .navbox1, body:not(.talentpress) #mainnav .navbox2, body:not(.talentpress) #mainnav .navbox3, body:not(.talentpress) #mainnav .navbox4, body:not(.talentpress) #mainnav .navbox5, body:not(.talentpress) #mainnav .navbox6, body:not(.talentpress) #mainnav .navbox7, body:not(.talentpress) #mainnav .navbox8 {
        padding: 3.66013vw; } }
    @media (max-width: 599px) and (min-width: 1800px) {
      body:not(.talentpress) #mainnav .navbox, body:not(.talentpress) #mainnav .navbox1, body:not(.talentpress) #mainnav .navbox2, body:not(.talentpress) #mainnav .navbox3, body:not(.talentpress) #mainnav .navbox4, body:not(.talentpress) #mainnav .navbox5, body:not(.talentpress) #mainnav .navbox6, body:not(.talentpress) #mainnav .navbox7, body:not(.talentpress) #mainnav .navbox8 {
        padding: 2.8646vw; } }
  @media (max-width: 599px) {
        body:not(.talentpress) #mainnav .navbox a, body:not(.talentpress) #mainnav .navbox1 a, body:not(.talentpress) #mainnav .navbox2 a, body:not(.talentpress) #mainnav .navbox3 a, body:not(.talentpress) #mainnav .navbox4 a, body:not(.talentpress) #mainnav .navbox5 a, body:not(.talentpress) #mainnav .navbox6 a, body:not(.talentpress) #mainnav .navbox7 a, body:not(.talentpress) #mainnav .navbox8 a {
          white-space: normal; }
      body:not(.talentpress) #mainnav .navbox:nth-child(1n), body:not(.talentpress) #mainnav .navbox1:nth-child(1n), body:not(.talentpress) #mainnav .navbox2:nth-child(1n), body:not(.talentpress) #mainnav .navbox3:nth-child(1n), body:not(.talentpress) #mainnav .navbox4:nth-child(1n), body:not(.talentpress) #mainnav .navbox5:nth-child(1n), body:not(.talentpress) #mainnav .navbox6:nth-child(1n), body:not(.talentpress) #mainnav .navbox7:nth-child(1n), body:not(.talentpress) #mainnav .navbox8:nth-child(1n) {
        border-right: none !important; }
      body:not(.talentpress) #mainnav .navbox2 {
        border-top: var(--border) solid #000; }
      body:not(.talentpress) #mainnav .navheader a {
        display: inline-block; }
      body:not(.talentpress) #mainnav .navheader label {
        display: none; }
      body:not(.talentpress) #mainnav .navlist {
        font-family: 'Panama';
        font-size: 26px;
        line-height: 1.16;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 32px;
        line-height: 1.25;
        letter-spacing: -0.9px; }
      body:not(.talentpress) #mainnav .navsidebarcontent {
        border-left: none;
        padding: 0; }
        body:not(.talentpress) #mainnav .navsidebarcontent .featured-container {
          padding-top: .75em;
          padding-bottom: .75em; }
          body:not(.talentpress) #mainnav .navsidebarcontent .featured-container figure {
            margin-right: 15px; }
          body:not(.talentpress) #mainnav .navsidebarcontent .featured-container .featured-item .featured-image {
            width: 40vw; }
          body:not(.talentpress) #mainnav .navsidebarcontent .featured-container .featured-item .featured-content {
            width: 40vw; }
            body:not(.talentpress) #mainnav .navsidebarcontent .featured-container .featured-item .featured-content .headline {
              font-family: 'Lars';
              font-size: 24px;
              line-height: 1.4;
              font-weight: normal;
              font-style: normal;
              font-stretch: normal;
              font-size: 24px;
              line-height: 1.33;
              letter-spacing: -1px; }
            body:not(.talentpress) #mainnav .navsidebarcontent .featured-container .featured-item .featured-content .subline {
              font-family: 'Panama';
              font-size: 26px;
              line-height: 1.16;
              font-weight: normal;
              font-style: normal;
              font-stretch: normal;
              font-size: 21px;
              line-height: 1.24;
              letter-spacing: -0.6px; } }

#nsbswrapper.dragging {
  background-color: orange; }

#sbtest {
  border-top: 3px solid #000;
  margin-bottom: 2em;
  display: grid; }
  #sbtest .navsidebarcontent {
    background-color: #dfdde1;
    border-left: var(--border) solid #000;
    cursor: move; }
    @media (max-width: 599px) {
      #sbtest .navsidebarcontent {
        padding: 4vw; } }
    @media (min-width: 600px) and (max-width: 899px) {
      #sbtest .navsidebarcontent {
        padding: 5.46875vw; } }
    @media (min-width: 900px) and (max-width: 1199px) {
      #sbtest .navsidebarcontent {
        padding: 5.46875vw; } }
    @media (min-width: 1200px) and (max-width: 1799px) {
      #sbtest .navsidebarcontent {
        padding: 3.66013vw; } }
    @media (min-width: 1800px) {
      #sbtest .navsidebarcontent {
        padding: 2.8646vw; } }
    @media (max-width: 599px) {
      #sbtest .navsidebarcontent {
        padding-top: 2.4vw; } }
    @media (min-width: 600px) and (max-width: 899px) {
      #sbtest .navsidebarcontent {
        padding-top: 3.28125vw; } }
    @media (min-width: 900px) and (max-width: 1199px) {
      #sbtest .navsidebarcontent {
        padding-top: 3.28125vw; } }
    @media (min-width: 1200px) and (max-width: 1799px) {
      #sbtest .navsidebarcontent {
        padding-top: 2.19608vw; } }
    @media (min-width: 1800px) {
      #sbtest .navsidebarcontent {
        padding-top: 1.71876vw; } }
    #sbtest .navsidebarcontent .featured-container {
      overflow: auto;
      width: 100%; }
      #sbtest .navsidebarcontent .featured-container:not(:first-child) {
        background: blue;
        margin-top: 0px; }
      #sbtest .navsidebarcontent .featured-container > * {
        margin-bottom: 2rem; }
        #sbtest .navsidebarcontent .featured-container > *:last-child {
          margin-bottom: 0; }
      #sbtest .navsidebarcontent .featured-container .no-image-item {
        display: block !important;
        white-space: initial; }
        @media (max-width: 599px) {
          #sbtest .navsidebarcontent .featured-container .no-image-item {
            max-width: 300px; } }
        @media (min-width: 600px) {
          #sbtest .navsidebarcontent .featured-container .no-image-item {
            max-width: 400px; } }
        @media (max-width: 599px) {
          #sbtest .navsidebarcontent .featured-container .no-image-item {
            font-family: 'Lars';
            font-size: 24px;
            line-height: 1.4;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            font-size: 30px;
            line-height: 1.33;
            letter-spacing: -1.2px; } }
        @media (min-width: 600px) {
          #sbtest .navsidebarcontent .featured-container .no-image-item {
            font-family: 'Lars';
            font-size: 24px;
            line-height: 1.4;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            font-size: 42px;
            line-height: 1.24;
            letter-spacing: -0.0642857em; } }
        @media (min-width: 1200px) {
          #sbtest .navsidebarcontent .featured-container .no-image-item {
            font-family: 'Lars';
            font-size: 24px;
            line-height: 1.4;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            font-size: 72px;
            line-height: 1.17;
            letter-spacing: -3.4px; } }
        @media (max-width: 599px) {
          #sbtest .navsidebarcontent .featured-container .no-image-item a {
            font-family: 'Panama';
            font-size: 26px;
            line-height: 1.16;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            font-size: 32px;
            line-height: 1.25;
            letter-spacing: -0.9px; } }
        @media (min-width: 600px) {
          #sbtest .navsidebarcontent .featured-container .no-image-item a {
            font-family: 'Panama';
            font-size: 26px;
            line-height: 1.16;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            font-size: 45px;
            line-height: 1.16;
            letter-spacing: -2px; } }
        @media (min-width: 1200px) {
          #sbtest .navsidebarcontent .featured-container .no-image-item a {
            font-family: 'Panama';
            font-size: 26px;
            line-height: 1.16;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            font-size: 75px;
            line-height: 1.12;
            letter-spacing: -2.8px; } }
      #sbtest .navsidebarcontent .featured-container .featured-item {
        flex-shrink: 0; }
        #sbtest .navsidebarcontent .featured-container .featured-item .featured-image {
          margin: 0 0 0.4em 0; }
          #sbtest .navsidebarcontent .featured-container .featured-item .featured-image img {
            width: 100%;
            height: auto; }
  @media (max-width: 1199px) {
    #sbtest .navsidebarcontent {
      overflow-x: hidden;
      border-left: none;
      padding: 0;
      border-bottom: var(--border) solid #000;
      cursor: move; }
      #sbtest .navsidebarcontent.dragging {
        background-color: orange; }
      #sbtest .navsidebarcontent .featured-container {
        overflow: visible;
        display: flex;
        width: auto;
        padding-bottom: 1.875em;
        padding-top: 1.875em; }
        #sbtest .navsidebarcontent .featured-container > * {
          margin-bottom: 0; }
        #sbtest .navsidebarcontent .featured-container .featured-item {
          display: flex;
          padding-left: var(--gutter);
          padding-right: var(--gutter); }
          #sbtest .navsidebarcontent .featured-container .featured-item .featured-image {
            display: block;
            float: left;
            width: 33.333vw;
            margin-right: 30px; }
            #sbtest .navsidebarcontent .featured-container .featured-item .featured-image img {
              width: 100%;
              height: auto; }
          #sbtest .navsidebarcontent .featured-container .featured-item .featured-content {
            float: right;
            width: 33.333vw; }
            #sbtest .navsidebarcontent .featured-container .featured-item .featured-content .headline {
              display: block; }
        #sbtest .navsidebarcontent .featured-container .shoutout {
          flex-shrink: 0; } }
  @media (max-width: 599px) {
    #sbtest .navsidebarcontent {
      border-left: none;
      padding: 0; }
      #sbtest .navsidebarcontent .featured-container {
        padding-top: .75em;
        padding-bottom: .75em; }
        #sbtest .navsidebarcontent .featured-container figure {
          margin-right: 15px; }
        #sbtest .navsidebarcontent .featured-container .featured-item .featured-image {
          width: 40vw; }
        #sbtest .navsidebarcontent .featured-container .featured-item .featured-content {
          width: 40vw; }
          #sbtest .navsidebarcontent .featured-container .featured-item .featured-content .headline {
            font-family: 'Lars';
            font-size: 24px;
            line-height: 1.4;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            font-size: 24px;
            line-height: 1.33;
            letter-spacing: -1px; }
          #sbtest .navsidebarcontent .featured-container .featured-item .featured-content .subline {
            font-family: 'Panama';
            font-size: 26px;
            line-height: 1.16;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            font-size: 21px;
            line-height: 1.24;
            letter-spacing: -0.6px; } }

body.mainnav-open #mainnav {
  overflow-y: auto !important;
  transform: translateY(0);
  visibility: visible; }
  body.mainnav-open #mainnav:before, body.mainnav-open #mainnav:after {
    content: ' ';
    display: block;
    width: 100%;
    height: 100px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: -1;
    top: -100px;
    left: 0; }
  body.mainnav-open #mainnav:after {
    bottom: -100px; }
  body.mainnav-open #mainnav.dragging {
    overflow-y: hidden !important; }
    body.mainnav-open #mainnav.dragging .navsidebarcontent {
      background-color: orange; }
  body.mainnav-open #mainnav ul, body.mainnav-open #mainnav .featured-container {
    opacity: 1; }

body.mainnav-open .search-overlay-buttons {
  display: none; }

#filter-persons {
  user-select: none;
  transform: translateX(-100%);
  margin-top: var(--margin-top);
  height: 100%;
  z-index: 200;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden; }
  #filter-persons .close-filter:after {
    display: inline-block;
    content: '\2715';
    top: 0;
    right: 0; }
  #filter-persons .filter-persons-content {
    position: relative;
    height: calc(100% - var(--margin-top, 100px));
    overflow: hidden;
    display: flex;
    /*    input[name=talentname]{
      background:$color-a;
      @extend .serif-m;
    }*/ }
    #filter-persons .filter-persons-content > div {
      flex-grow: 1;
      flex-basis: 50%;
      box-sizing: border-box;
      height: 100%;
      overflow-y: auto; }
    #filter-persons .filter-persons-content .filters-list {
      max-height: 100%;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      box-sizing: border-box; }
      #filter-persons .filter-persons-content .filters-list .filter-persons-panel {
        position: absolute;
        width: 50%;
        left: 50%;
        top: 0px;
        max-height: 101%;
        overflow-y: auto;
        box-sizing: border-box; }
      @media (min-width: 900px) {
        #filter-persons .filter-persons-content .filters-list {
          font-family: 'Lars';
          font-size: 24px;
          line-height: 1.4;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 42px;
          line-height: 1.24;
          letter-spacing: -0.0642857em; } }
      @media (min-width: 600px) and (max-width: 899px) {
        #filter-persons .filter-persons-content .filters-list {
          font-family: 'Lars';
          font-size: 24px;
          line-height: 1.4;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 24px;
          line-height: 1.33;
          letter-spacing: -1px; } }
      #filter-persons .filter-persons-content .filters-list > li, #filter-persons .filter-persons-content .filters-list > div {
        padding-top: 2.44vw;
        padding-bottom: 1.83vw;
        box-sizing: border-box;
        cursor: pointer;
        transition: background-color 0.3s cubic-bezier(0.77, 0.2, 0.05, 1); }
        @media screen and (max-width: 1024px) {
          #filter-persons .filter-persons-content .filters-list > li, #filter-persons .filter-persons-content .filters-list > div {
            padding: 2.44vw 1.83vw 1.83vw 1.83vw; } }
        @media screen and (max-width: 375px) {
          #filter-persons .filter-persons-content .filters-list > li, #filter-persons .filter-persons-content .filters-list > div {
            padding: 1.098vw 1.098vw 1.3908vw 1.098vw; } }
        #filter-persons .filter-persons-content .filters-list > li:not(.press-parameter).active, #filter-persons .filter-persons-content .filters-list > div:not(.press-parameter).active {
          background-color: #dfdde1; }
        #filter-persons .filter-persons-content .filters-list > li.press-parameter.active, #filter-persons .filter-persons-content .filters-list > div.press-parameter.active {
          background-color: #dfdde1;
          color: black; }
        #filter-persons .filter-persons-content .filters-list > li label, #filter-persons .filter-persons-content .filters-list > div label {
          display: inline-block; }
        #filter-persons .filter-persons-content .filters-list > li .selected-counter, #filter-persons .filter-persons-content .filters-list > div .selected-counter {
          font-size: 0.5714em;
          vertical-align: top;
          padding-left: 0.1em;
          display: none; }
      #filter-persons .filter-persons-content .filters-list .filter-persons-toggle {
        border-bottom: var(--border) solid #000;
        display: flex;
        align-items: center;
        flex-grow: 1; }
      #filter-persons .filter-persons-content .filters-list #filter-persons-toggle-default {
        display: none;
        width: 0;
        height: 0; }
      #filter-persons .filter-persons-content .filters-list .filter-persons-panel {
        border-bottom: var(--border) solid #000; }
      #filter-persons .filter-persons-content .filters-list #filter-persons-mystuff a {
        color: rgba(0, 0, 0, 0.33);
        border-bottom: none;
        margin-right: 3.66vw; }
    #filter-persons .filter-persons-content .filter-content {
      position: relative;
      overflow-x: hidden;
      overflow-y: auto;
      padding-top: 1.83vw;
      padding-bottom: 1.83vw;
      border-left: var(--border) solid #000; }
      @media (max-width: 899px) {
        #filter-persons .filter-persons-content .filter-content {
          font-family: 'Lars';
          font-size: 24px;
          line-height: 1.4;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 19px;
          line-height: 1.37;
          letter-spacing: -0.6px; } }
      @media (min-width: 900px) {
        #filter-persons .filter-persons-content .filter-content {
          font-family: 'Lars';
          font-size: 24px;
          line-height: 1.4;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 24px;
          line-height: 1.33;
          letter-spacing: -1px; } }
      #filter-persons .filter-persons-content .filter-content:not(.press-content) {
        background: #dfdde1; }
      #filter-persons .filter-persons-content .filter-content.press-content {
        background: black; }
      #filter-persons .filter-persons-content .filter-content .search-select-container > div {
        cursor: pointer;
        line-height: 1.45; }
        #filter-persons .filter-persons-content .filter-content .search-select-container > div .valueset[data-status='active']:after {
          content: '↴';
          position: absolute;
          margin-left: 15px; }
        #filter-persons .filter-persons-content .filter-content .search-select-container > div > span.null_value .optionfacet {
          display: none; }
        @media (max-width: 599px) {
          #filter-persons .filter-persons-content .filter-content .search-select-container > div {
            display: block;
            margin-right: 30px;
            margin-bottom: 10px;
            width: 100%; } }
      @media (min-width: 600px) {
        #filter-persons .filter-persons-content .filter-content .search-select-container > div.low-filter-warning {
          display: block; } }
      #filter-persons .filter-persons-content .filter-content .optionfacet {
        vertical-align: super;
        padding-left: 10px;
        margin-left: 0;
        text-decoration: none;
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 19px;
        line-height: 1.37;
        letter-spacing: -0.6px; }
        @media (max-width: 899px) {
          #filter-persons .filter-persons-content .filter-content .optionfacet {
            font-size: 12px; } }
      #filter-persons .filter-persons-content .filter-content #filter-persons-panel-name .tt-selectable {
        cursor: pointer; }
      #filter-persons .filter-persons-content .filter-content .default-filter {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 72px;
        line-height: 1.17;
        letter-spacing: -3.4px;
        /*
        display:inline-block;
        position:absolute;
        left:0;
        top:0;
        background:$color-a;
        z-index:10;
        */ }
        @media (max-width: 1199px) {
          #filter-persons .filter-persons-content .filter-content .default-filter {
            font-family: 'Lars';
            font-size: 24px;
            line-height: 1.4;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            font-size: 42px;
            line-height: 1.24;
            letter-spacing: -0.0642857em; } }
        #filter-persons .filter-persons-content .filter-content .default-filter a {
          font-family: 'Panama';
          font-size: 26px;
          line-height: 1.16;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 75px;
          line-height: 1.12;
          letter-spacing: -2.8px;
          border-bottom: none;
          color: currentColor;
          text-decoration: none;
          background: transparent;
          background-image: linear-gradient(white, white);
          background-size: 1px 2px;
          background-repeat: repeat-x;
          background-position: 0% 100%; }
          @media (max-width: 1199px) {
            #filter-persons .filter-persons-content .filter-content .default-filter a {
              font-family: 'Panama';
              font-size: 26px;
              line-height: 1.16;
              font-weight: normal;
              font-style: normal;
              font-stretch: normal;
              font-size: 45px;
              line-height: 1.16;
              letter-spacing: -2px; } }
          #filter-persons .filter-persons-content .filter-content .default-filter a:hover {
            background-image: linear-gradient(#ee0085, #ee0085); }
          #filter-persons .filter-persons-content .filter-content .default-filter a:hover {
            color: #ee0085;
            border-bottom-color: inherit; }
    #filter-persons .filter-persons-content input.filter-input {
      background: #dfdde1;
      margin-bottom: 0.5em; }
    #filter-persons .filter-persons-content .twitter-typeahead {
      width: 100%; }
    #filter-persons .filter-persons-content #name_field, #filter-persons .filter-persons-content #country_filter_input_field {
      width: 100%; }
  #filter-persons div.selected span:first-child {
    border-bottom: none;
    color: currentColor;
    text-decoration: none;
    background: transparent;
    background-image: linear-gradient(#000, #000);
    background-size: 1px 1px;
    background-repeat: repeat-x;
    background-position: 0% 100%; }
    #filter-persons div.selected span:first-child:hover {
      background-image: linear-gradient(#ee0085, #ee0085); }

#filter-persons.filter-press {
  background-color: black; }
  #filter-persons.filter-press div {
    border-color: white !important; }
  #filter-persons.filter-press .filters-list .slick-list {
    padding: 0 !important; }
    #filter-persons.filter-press .filters-list .slick-list .slick-track {
      transform: translateX(0) !important;
      width: auto !important;
      display: flex;
      justify-content: center; }
      #filter-persons.filter-press .filters-list .slick-list .slick-track .slick-slide {
        flex-grow: 1;
        text-align: center; }
        #filter-persons.filter-press .filters-list .slick-list .slick-track .slick-slide:nth-child(1) .label {
          border-left: none; }
      #filter-persons.filter-press .filters-list .slick-list .slick-track .slick-current {
        color: black; }
      #filter-persons.filter-press .filters-list .slick-list .slick-track #filter-persons-toggle-default {
        display: none; }
  #filter-persons.filter-press div.selected span:first-child {
    border-bottom: none;
    color: currentColor;
    text-decoration: none;
    background: transparent;
    background-image: linear-gradient(#fff, #fff);
    background-size: 1px 2px;
    background-repeat: repeat-x;
    background-position: 0% 100%; }
    #filter-persons.filter-press div.selected span:first-child:hover {
      background-image: linear-gradient(#ee0085, #ee0085); }

#filter-persons.filter-persons .filters-list, #filter-persons.filter-projects .filters-list, #filter-persons.filter-press .filters-list {
  display: flex;
  flex-direction: column; }
  @media (min-width: 600px) and (max-width: 899px) {
    #filter-persons.filter-persons .filters-list, #filter-persons.filter-projects .filters-list, #filter-persons.filter-press .filters-list {
      flex: 0 0 40%; } }
  #filter-persons.filter-persons .filters-list .filter-persons-toggle, #filter-persons.filter-projects .filters-list .filter-persons-toggle, #filter-persons.filter-press .filters-list .filter-persons-toggle {
    flex-grow: 1;
    display: flex;
    align-items: center; }

#filter-persons.filter-talks .filters-list {
  display: flex;
  flex-direction: column; }
  #filter-persons.filter-talks .filters-list .filter-persons-toggle {
    flex-grow: 1;
    display: flex;
    align-items: center; }
  #filter-persons.filter-talks .filters-list .filter-persons-toggle:last-child {
    border-bottom: none; }

#filter-persons.filter-index .filters-list {
  display: flex;
  flex-direction: column; }
  #filter-persons.filter-index .filters-list .slick-list {
    padding: 0 !important; }
  #filter-persons.filter-index .filters-list .label {
    text-align: center; }
  #filter-persons.filter-index .filters-list .slick-slide:nth-child(1) .label {
    border-left: none !important; }

.filter-header {
  padding: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  vertical-align: center;
  overflow-x: hidden; }
  .filter-header .placeholder-section {
    display: flex; }
  @media (max-width: 599px) {
    .filter-header .search-parameter-placeholder {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 19px;
      line-height: 1.37;
      letter-spacing: -0.6px; } }
  @media (min-width: 600px) {
    .filter-header .search-parameter-placeholder {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 24px;
      line-height: 1.33;
      letter-spacing: -1px; } }
  @media (min-width: 1200px) {
    .filter-header .search-parameter-placeholder {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 30px;
      line-height: 1.33;
      letter-spacing: -1.2px; } }
  .filter-header #parameter-list-wrapper {
    position: relative;
    overflow-x: auto; }
  .filter-header #parameter-list {
    display: table-cell;
    white-space: nowrap;
    overflow: hidden; }
    @media (max-width: 599px) {
      .filter-header #parameter-list {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 19px;
        line-height: 1.37;
        letter-spacing: -0.6px; } }
    @media (min-width: 600px) {
      .filter-header #parameter-list {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 24px;
        line-height: 1.33;
        letter-spacing: -1px; } }
    @media (min-width: 1200px) {
      .filter-header #parameter-list {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 30px;
        line-height: 1.33;
        letter-spacing: -1.2px; } }
    @media (max-width: 599px) {
      .filter-header #parameter-list {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 19px;
        line-height: 1.37;
        letter-spacing: -0.6px; } }
    .filter-header #parameter-list .slick-slide {
      padding: 0 0.75em 0 0; }
  .filter-header .nav-right-action {
    right: 50px;
    position: absolute; }
  .filter-header .search-value {
    position: relative;
    cursor: pointer;
    padding-right: 0.6em;
    margin-right: 0.5em;
    white-space: nowrap;
    display: inline-block; }
    @media (max-width: 599px) {
      .filter-header .search-value {
        padding-right: 1em; } }
    .filter-header .search-value span:after {
      font-size: 0.75em;
      display: inline-block;
      content: '\2715';
      position: absolute;
      top: -3px;
      right: -5px; }
      @media (max-width: 599px) {
        .filter-header .search-value span:after {
          font-size: 1em;
          top: 0;
          right: -10px;
          color: #ee0085;
          margin-left: 5px;
          margin-right: 10px; } }
  .filter-header .checkmark {
    display: none; }
  .filter-header .label {
    display: inline-block; }

@media (min-width: 600px) and (max-width: 599px) {
  #participations_ss_field > div, #specialprogramme_combined_ss_field > div, #years_ss_field > div {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 8vw;
    margin: 0vw;
    padding: 0; } }

@media (min-width: 600px) and (min-width: 600px) and (max-width: 899px) {
  #participations_ss_field > div, #specialprogramme_combined_ss_field > div, #years_ss_field > div {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 10.9375vw;
    margin: 0vw;
    padding: 0; } }

@media (min-width: 600px) and (min-width: 900px) and (max-width: 1199px) {
  #participations_ss_field > div, #specialprogramme_combined_ss_field > div, #years_ss_field > div {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 10.9375vw;
    margin: 0vw;
    padding: 0; } }

@media (min-width: 600px) and (min-width: 1200px) and (max-width: 1799px) {
  #participations_ss_field > div, #specialprogramme_combined_ss_field > div, #years_ss_field > div {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 7.32026vw;
    margin: 0vw;
    padding: 0; } }

@media (min-width: 600px) and (min-width: 1800px) {
  #participations_ss_field > div, #specialprogramme_combined_ss_field > div, #years_ss_field > div {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 5.7292vw;
    margin: 0vw;
    padding: 0; } }

@media (min-width: 1200px) and (max-width: 1799px) and (max-width: 599px) {
  #participations_ss_field > div, #specialprogramme_combined_ss_field > div, #years_ss_field > div {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-column-gap: 8vw;
    margin: 0vw;
    padding: 0; } }

@media (min-width: 1200px) and (max-width: 1799px) and (min-width: 600px) and (max-width: 899px) {
  #participations_ss_field > div, #specialprogramme_combined_ss_field > div, #years_ss_field > div {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-column-gap: 10.9375vw;
    margin: 0vw;
    padding: 0; } }

@media (min-width: 1200px) and (max-width: 1799px) and (min-width: 900px) and (max-width: 1199px) {
  #participations_ss_field > div, #specialprogramme_combined_ss_field > div, #years_ss_field > div {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-column-gap: 10.9375vw;
    margin: 0vw;
    padding: 0; } }

@media (min-width: 1200px) and (max-width: 1799px) and (min-width: 1200px) and (max-width: 1799px) {
  #participations_ss_field > div, #specialprogramme_combined_ss_field > div, #years_ss_field > div {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-column-gap: 7.32026vw;
    margin: 0vw;
    padding: 0; } }

@media (min-width: 1200px) and (max-width: 1799px) and (min-width: 1800px) {
  #participations_ss_field > div, #specialprogramme_combined_ss_field > div, #years_ss_field > div {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-column-gap: 5.7292vw;
    margin: 0vw;
    padding: 0; } }

@media (min-width: 1800px) and (max-width: 599px) {
  #participations_ss_field > div, #specialprogramme_combined_ss_field > div, #years_ss_field > div {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-column-gap: 8vw;
    margin: 0vw;
    padding: 0; } }

@media (min-width: 1800px) and (min-width: 600px) and (max-width: 899px) {
  #participations_ss_field > div, #specialprogramme_combined_ss_field > div, #years_ss_field > div {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-column-gap: 10.9375vw;
    margin: 0vw;
    padding: 0; } }

@media (min-width: 1800px) and (min-width: 900px) and (max-width: 1199px) {
  #participations_ss_field > div, #specialprogramme_combined_ss_field > div, #years_ss_field > div {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-column-gap: 10.9375vw;
    margin: 0vw;
    padding: 0; } }

@media (min-width: 1800px) and (min-width: 1200px) and (max-width: 1799px) {
  #participations_ss_field > div, #specialprogramme_combined_ss_field > div, #years_ss_field > div {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-column-gap: 7.32026vw;
    margin: 0vw;
    padding: 0; } }

@media (min-width: 1800px) and (min-width: 1800px) {
  #participations_ss_field > div, #specialprogramme_combined_ss_field > div, #years_ss_field > div {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-column-gap: 5.7292vw;
    margin: 0vw;
    padding: 0; } }

@media (min-width: 600px) {
  #participations_ss_field > div .valueset, #specialprogramme_combined_ss_field > div .valueset, #years_ss_field > div .valueset {
    min-width: 0;
    grid-column-start: auto;
    grid-column-end: span 2;
    box-sizing: border-box; } }

@media (min-width: 1200px) and (max-width: 1799px) {
  #participations_ss_field > div .valueset, #specialprogramme_combined_ss_field > div .valueset, #years_ss_field > div .valueset {
    min-width: 0;
    grid-column-start: auto;
    grid-column-end: span 3;
    box-sizing: border-box; } }

@media (max-width: 599px) {
  #participations_ss_field > div .valuefield, #specialprogramme_combined_ss_field > div .valuefield, #years_ss_field > div .valuefield {
    margin-left: -8vw; } }

@media (min-width: 600px) and (max-width: 899px) {
  #participations_ss_field > div .valuefield, #specialprogramme_combined_ss_field > div .valuefield, #years_ss_field > div .valuefield {
    margin-left: -10.9375vw; } }

@media (min-width: 900px) and (max-width: 1199px) {
  #participations_ss_field > div .valuefield, #specialprogramme_combined_ss_field > div .valuefield, #years_ss_field > div .valuefield {
    margin-left: -10.9375vw; } }

@media (min-width: 1200px) and (max-width: 1799px) {
  #participations_ss_field > div .valuefield, #specialprogramme_combined_ss_field > div .valuefield, #years_ss_field > div .valuefield {
    margin-left: -7.32026vw; } }

@media (min-width: 1800px) {
  #participations_ss_field > div .valuefield, #specialprogramme_combined_ss_field > div .valuefield, #years_ss_field > div .valuefield {
    margin-left: -5.7292vw; } }

@media (min-width: 600px) {
  #participations_ss_field > div .valuefield, #specialprogramme_combined_ss_field > div .valuefield, #years_ss_field > div .valuefield {
    min-width: 0;
    grid-column-start: 2;
    grid-column-end: span 2;
    box-sizing: border-box; } }

@media (min-width: 1200px) and (max-width: 1799px) {
  #participations_ss_field > div .valuefield, #specialprogramme_combined_ss_field > div .valuefield, #years_ss_field > div .valuefield {
    min-width: 0;
    grid-column-start: 2;
    grid-column-end: span 2;
    box-sizing: border-box; } }

body.filter-persons-open #filter-persons {
  transform: translateX(0);
  visibility: visible; }

body.filter-persons-open .topnav .topnav-main #toggle-filter, body.filter-persons-open .topnav .topnav-main .toggle-search {
  transform: scale(0);
  pointer-events: none; }

body.filter-persons-open .topnav .topnav-main .filter-btn {
  opacity: 0;
  width: 0;
  pointer-events: none;
  transition: width .3s ease .5s; }

@media (max-width: 899px) {
  body.filter-persons-open .topnav .topnav-left #ifb {
    display: none; } }

body.filter-persons-open .topnav #logo {
  transform: translateY(200%);
  transition: transform .6s ease;
  margin-right: 0; }

body.filter-persons-open .filter-header {
  max-width: 100%; }

body.filter-persons-open.filters-active .dosearch {
  display: inline-block !important; }

body.filter-persons-open.filters-active .search-parameter-placeholder {
  display: none; }

body.filter-persons-open.filters-active .topnav-right {
  flex-flow: row-reverse; }

@media (max-width: 599px) {
  body.filter-persons-open.filters-active #global-toggle {
    display: none; } }

body.filter-persons-open.filters-active #global-toggle > span {
  display: none; }

body:not(.filters-active):not('.filter-persons-open') .search-parameter-placeholder {
  display: none; }

.filter-persons-panel:not(.default-filter) {
  display: none;
  opacity: 1; }
  .filter-persons-panel:not(.default-filter).open {
    display: block; }
  .filter-persons-panel:not(.default-filter) .valuefield span:first-child {
    display: inline-block;
    line-height: 1; }
  .filter-persons-panel:not(.default-filter) .valuefield.nullresult {
    opacity: .5;
    pointer-events: none; }

@media (max-width: 899px) {
  body.filters-active .topnav .topnav-left, body.filters-active.filter-enabled .topnav .topnav-left {
    display: none; } }

body.filters-active #match-counter, body.filters-active.filter-enabled #match-counter {
  transform: translateX(0); }

#match-counter {
  transform: translateX(100vw);
  z-index: 22;
  position: absolute;
  top: initial;
  bottom: 0;
  right: 0;
  padding: 1em var(--gutter);
  background-color: black;
  color: white; }
  @media (min-width: 600px) {
    #match-counter {
      display: none; } }

#filter-persons.mobile {
  transform: translateX(-100%);
  font-family: 'Lars';
  font-size: 24px;
  line-height: 1.4;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 19px;
  line-height: 1.37;
  letter-spacing: -0.6px;
  /*@extend .navpanel;*/
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-color: white;
  padding: 0;
  overflow: hidden;
  margin-top: 60px;
  z-index: 200; }
  #filter-persons.mobile .filter-header {
    position: relative;
    display: flex;
    width: 100vw;
    height: 60px;
    padding-left: 15px;
    overflow-x: scroll;
    overflow-y: hidden; }
    #filter-persons.mobile .filter-header .placeholder-section {
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      #filter-persons.mobile .filter-header .placeholder-section #parameter-list {
        margin-right: calc(10vw + 20px); }
    #filter-persons.mobile .filter-header .nav-right-action {
      display: flex;
      align-items: center;
      padding-right: 3.66vw;
      height: 100%;
      top: 0px;
      right: 0px;
      width: 10vw;
      position: absolute; }
      #filter-persons.mobile .filter-header .nav-right-action .dosearch {
        border: none;
        padding: 0 !important;
        height: 100%;
        width: 100%; }
        #filter-persons.mobile .filter-header .nav-right-action .dosearch .checkmark {
          display: inline-block; }
        #filter-persons.mobile .filter-header .nav-right-action .dosearch .label {
          display: none; }
  #filter-persons.mobile .filter-persons-content {
    display: flex;
    flex-direction: column;
    height: calc(100% - var(--margin-top)); }
    #filter-persons.mobile .filter-persons-content .filters-list {
      flex: 1 auto;
      height: auto;
      border-bottom: var(--border) solid #000;
      /*padding:$gutter/2 0;*/
      max-height: auto;
      overflow-y: hidden; }
      #filter-persons.mobile .filter-persons-content .filters-list .filter-persons-toggle {
        border-bottom: none;
        position: relative; }
        #filter-persons.mobile .filter-persons-content .filters-list .filter-persons-toggle .label {
          border-left: var(--border) solid #000;
          padding: 16px 13.5px 18px 15px;
          box-sizing: border-box; }
        #filter-persons.mobile .filter-persons-content .filters-list .filter-persons-toggle .selected-counter {
          font-size: 0.5em; }
      #filter-persons.mobile .filter-persons-content .filters-list .slick-current .filter-persons-toggle .label {
        background-color: #dfdde1; }
      #filter-persons.mobile .filter-persons-content .filters-list .slick-slide > div {
        line-height: 0; }
    #filter-persons.mobile .filter-persons-content .filter-content {
      flex-basis: auto;
      flex-grow: 2;
      padding: 0;
      border: none;
      position: relative; }
      #filter-persons.mobile .filter-persons-content .filter-content .filter-content-wrapper {
        position: absolute;
        height: 100%;
        width: 100%; }
      #filter-persons.mobile .filter-persons-content .filter-content .slick-list {
        height: 100%; }
      #filter-persons.mobile .filter-persons-content .filter-content .slick-track {
        height: 100%; }
      #filter-persons.mobile .filter-persons-content .filter-content .slick-slide {
        height: 100%; }
        #filter-persons.mobile .filter-persons-content .filter-content .slick-slide > div {
          height: 100%; }
      #filter-persons.mobile .filter-persons-content .filter-content .filter-persons-panel {
        padding-top: 0.75em;
        padding-bottom: 0.75em;
        height: 100%;
        overflow-y: scroll;
        box-sizing: border-box; }
        #filter-persons.mobile .filter-persons-content .filter-content .filter-persons-panel .valueset {
          display: inline-block;
          margin-right: 1em;
          position: relative; }
          @media (max-width: 599px) {
            #filter-persons.mobile .filter-persons-content .filter-content .filter-persons-panel .valueset {
              width: 100%; } }
        #filter-persons.mobile .filter-persons-content .filter-content .filter-persons-panel .valueset, #filter-persons.mobile .filter-persons-content .filter-content .filter-persons-panel .valuefield {
          display: inline-block; }
      #filter-persons.mobile .filter-persons-content .filter-content #filter-persons-panel-talentname input {
        width: 100%; }
  #filter-persons.mobile span.tag {
    margin-right: 0.5em;
    margin-bottom: 0.5em;
    box-sizing: border-box; }
  #filter-persons.mobile #participations_ss_field > div .valuefield, #filter-persons.mobile #specialprogramme_combined_ss_field > div .valuefield {
    margin-left: 0; }
    @media (max-width: 599px) {
      #filter-persons.mobile #participations_ss_field > div .valuefield, #filter-persons.mobile #specialprogramme_combined_ss_field > div .valuefield {
        margin-left: calc(var(--gutter) * 2); } }

#filter-persons.filter-press {
  background-color: #000; }

.topnav .topnav-right {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center; }
  .topnav .topnav-right #global-toggle button {
    /**/ }
    @media (max-width: 899px) {
      .topnav .topnav-right #global-toggle button {
        display: inline-block;
        border: 2px solid  #000000;
        margin: 0 0.5em 0 0;
        padding: 0.25em 0.8em 0.25em 0.8em;
        line-height: 1;
        text-decoration: none;
        cursor: pointer;
        text-align: center;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-color: transparent;
        -webkit-tap-highlight-color: transparent;
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 24px;
        line-height: 1.33;
        letter-spacing: -1px;
        padding: 0.31em 0.875em 0.25em 0.875em;
        border-radius: 16px;
        border: solid 1px #000000;
        line-height: 1; }
        .topnav .topnav-right #global-toggle button:not(.dosearch) {
          min-width: 4em; }
        .topnav .topnav-right #global-toggle button.color-white {
          border-color: #FFFFFF; }
        .topnav .topnav-right #global-toggle button.bg-transparent {
          background-color: transparent; }
        .topnav .topnav-right #global-toggle button:hover {
          color: #ee0085;
          border-color: #ee0085; }
        .topnav .topnav-right #global-toggle button:focus {
          outline: 1px solid #fff;
          outline-offset: -4px; }
        .topnav .topnav-right #global-toggle button:active {
          color: currentColor; }
        .topnav .topnav-right #global-toggle button:hover:active {
          color: #ee0085; } }
    @media (min-width: 900px) {
      .topnav .topnav-right #global-toggle button {
        display: inline-block;
        border: 2px solid  #000000;
        margin: 0 0.5em 0 0;
        padding: 0.25em 0.8em 0.25em 0.8em;
        line-height: 1;
        text-decoration: none;
        cursor: pointer;
        text-align: center;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-color: transparent;
        -webkit-tap-highlight-color: transparent;
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 30px;
        line-height: 1.33;
        letter-spacing: -1.2px;
        padding: 0.24em 0.46em 0.23em 0.46em;
        border-radius: 18px;
        border: solid 2px #000000;
        line-height: 1; }
        .topnav .topnav-right #global-toggle button:not(.dosearch) {
          min-width: 4em; }
        .topnav .topnav-right #global-toggle button.color-white {
          border-color: #FFFFFF; }
        .topnav .topnav-right #global-toggle button.bg-transparent {
          background-color: transparent; }
        .topnav .topnav-right #global-toggle button:hover {
          color: #ee0085;
          border-color: #ee0085; }
        .topnav .topnav-right #global-toggle button:focus {
          outline: 1px solid #fff;
          outline-offset: -4px; }
        .topnav .topnav-right #global-toggle button:active {
          color: currentColor; }
        .topnav .topnav-right #global-toggle button:hover:active {
          color: #ee0085; } }

body.content-overlay-open .topnav #global-toggle {
  display: flex;
  height: 100%; }

body.talentpress.filter-persons-open .topnav #toggle-tp-about {
  display: none; }

body.talentpress.filter-persons-open .topnav .btn-close {
  display: inline-block;
  color: white;
  stroke: currentColor;
  stroke-width: 3px;
  transition: transform .3s ease; }
  body.talentpress.filter-persons-open .topnav .btn-close:hover {
    transform: scale(1.1); }

body.talentpress.filter-persons-open.filters-active .topnav .btn-close {
  display: none; }

.topnav .btn-close {
  display: none;
  border: none;
  background-color: none;
  margin: 0;
  padding: 0; }
  @media (max-width: 599px) {
    .topnav .btn-close svg {
      width: 24px;
      height: 24px; } }
  .topnav .btn-close:hover {
    border: none !important;
    background: none !important; }

.filter-persons-open .search-overlay-buttons {
  display: none; }

.search-overlay-buttons {
  text-align: end;
  z-index: 10;
  bottom: 3.66vw;
  transform: translateY(0); }
  .search-overlay-buttons.fixed-bottom {
    position: -webkit-sticky;
    position: sticky;
    right: 0;
    bottom: 1em; }
  .search-overlay-buttons button, .search-overlay-buttons .share-button {
    /**/
    margin-right: 0; }
    @media (max-width: 899px) {
      .search-overlay-buttons button, .search-overlay-buttons .share-button {
        display: inline-block;
        border: 2px solid  #000000;
        margin: 0 0.5em 0 0;
        padding: 0.25em 0.8em 0.25em 0.8em;
        line-height: 1;
        text-decoration: none;
        cursor: pointer;
        text-align: center;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-color: transparent;
        -webkit-tap-highlight-color: transparent;
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 24px;
        line-height: 1.33;
        letter-spacing: -1px;
        padding: 0.31em 0.875em 0.25em 0.875em;
        border-radius: 16px;
        border: solid 1px #000000;
        line-height: 1; }
        .search-overlay-buttons button:not(.dosearch), .search-overlay-buttons .share-button:not(.dosearch) {
          min-width: 4em; }
        .search-overlay-buttons button.color-white, .search-overlay-buttons .share-button.color-white {
          border-color: #FFFFFF; }
        .search-overlay-buttons button.bg-transparent, .search-overlay-buttons .share-button.bg-transparent {
          background-color: transparent; }
        .search-overlay-buttons button:hover, .search-overlay-buttons .share-button:hover {
          color: #ee0085;
          border-color: #ee0085; }
        .search-overlay-buttons button:focus, .search-overlay-buttons .share-button:focus {
          outline: 1px solid #fff;
          outline-offset: -4px; }
        .search-overlay-buttons button:active, .search-overlay-buttons .share-button:active {
          color: currentColor; }
        .search-overlay-buttons button:hover:active, .search-overlay-buttons .share-button:hover:active {
          color: #ee0085; } }
    @media (min-width: 900px) {
      .search-overlay-buttons button, .search-overlay-buttons .share-button {
        display: inline-block;
        border: 2px solid  #000000;
        margin: 0 0.5em 0 0;
        padding: 0.25em 0.8em 0.25em 0.8em;
        line-height: 1;
        text-decoration: none;
        cursor: pointer;
        text-align: center;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-color: transparent;
        -webkit-tap-highlight-color: transparent;
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 30px;
        line-height: 1.33;
        letter-spacing: -1.2px;
        padding: 0.24em 0.46em 0.23em 0.46em;
        border-radius: 18px;
        border: solid 2px #000000;
        line-height: 1; }
        .search-overlay-buttons button:not(.dosearch), .search-overlay-buttons .share-button:not(.dosearch) {
          min-width: 4em; }
        .search-overlay-buttons button.color-white, .search-overlay-buttons .share-button.color-white {
          border-color: #FFFFFF; }
        .search-overlay-buttons button.bg-transparent, .search-overlay-buttons .share-button.bg-transparent {
          background-color: transparent; }
        .search-overlay-buttons button:hover, .search-overlay-buttons .share-button:hover {
          color: #ee0085;
          border-color: #ee0085; }
        .search-overlay-buttons button:focus, .search-overlay-buttons .share-button:focus {
          outline: 1px solid #fff;
          outline-offset: -4px; }
        .search-overlay-buttons button:active, .search-overlay-buttons .share-button:active {
          color: currentColor; }
        .search-overlay-buttons button:hover:active, .search-overlay-buttons .share-button:hover:active {
          color: #ee0085; } }

body:not(.talentpress) .search-overlay-buttons button, body:not(.talentpress) .search-overlay-buttons .share-button {
  background-color: rgba(255, 255, 255, 0.8); }

body.talentpress .search-overlay-buttons button, body.talentpress .search-overlay-buttons .share-button {
  background-color: rgba(0, 0, 0, 0.8); }

.find-index .search-head {
  position: relative;
  overflow-x: hidden; }
  @media (max-width: 599px) {
    .find-index .search-head {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 21px;
      line-height: 1.24;
      letter-spacing: -0.6px; } }
  @media (min-width: 600px) {
    .find-index .search-head {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 26px;
      line-height: 1.25;
      letter-spacing: -0.9px; } }
  @media (min-width: 1200px) {
    .find-index .search-head {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 32px;
      line-height: 1.25;
      letter-spacing: -0.9px; } }
  .find-index .search-head:after {
    position: absolute;
    content: "";
    display: inline-block;
    height: 100%;
    width: 1em;
    top: 0;
    right: 0;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

#share-overlay {
  z-index: 999;
  margin-top: 0;
  height: 100vh;
  top: 0;
  left: 0;
  transform: translateY(-100vh);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #dfdde1; }
  @media (max-width: 599px) {
    #share-overlay {
      margin-top: 0; } }
  #share-overlay .overlay-content {
    text-align: center;
    transform: translateY(-50%);
    transition: transform 1100ms ease;
    z-index: 20; }
    @media (max-width: 599px) {
      #share-overlay .overlay-content {
        font-family: 'Panama';
        font-size: 26px;
        line-height: 1.16;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 26px;
        line-height: 1.25;
        letter-spacing: -0.9px; } }
    @media (min-width: 600px) {
      #share-overlay .overlay-content {
        font-family: 'Panama';
        font-size: 26px;
        line-height: 1.16;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 32px;
        line-height: 1.25;
        letter-spacing: -0.9px; } }
    @media (min-width: 1200px) {
      #share-overlay .overlay-content {
        font-family: 'Panama';
        font-size: 26px;
        line-height: 1.16;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 45px;
        line-height: 1.16;
        letter-spacing: -2px; } }
    #share-overlay .overlay-content p {
      color: black;
      padding: 0 1em; }
      @media (max-width: 599px) {
        #share-overlay .overlay-content p {
          overflow-wrap: break-word;
          word-wrap: break-word;
          -ms-word-break: break-all;
          word-break: break-word; } }
  #share-overlay .bg-toggle {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10; }
    #share-overlay .bg-toggle svg {
      cursor: pointer;
      position: absolute;
      top: 0;
      right: 0;
      margin: var(--gutter); }
  #share-overlay .copy-url-button {
    display: inline-block;
    border: 2px solid  #000000;
    margin: 0 0.5em 0 0;
    padding: 0.25em 0.8em 0.25em 0.8em;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    -webkit-tap-highlight-color: transparent;
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 30px;
    line-height: 1.33;
    letter-spacing: -1.2px;
    padding: 0.24em 0.46em 0.23em 0.46em;
    border-radius: 18px;
    border: solid 2px #000000;
    line-height: 1;
    margin-top: 1em !important; }
    #share-overlay .copy-url-button:not(.dosearch) {
      min-width: 4em; }
    #share-overlay .copy-url-button.color-white {
      border-color: #FFFFFF; }
    #share-overlay .copy-url-button.bg-transparent {
      background-color: transparent; }
    #share-overlay .copy-url-button:hover {
      color: #ee0085;
      border-color: #ee0085; }
    #share-overlay .copy-url-button:focus {
      outline: 1px solid #fff;
      outline-offset: -4px; }
    #share-overlay .copy-url-button:active {
      color: currentColor; }
    #share-overlay .copy-url-button:hover:active {
      color: #ee0085; }
    @media (min-width: 900px) {
      #share-overlay .copy-url-button {
        display: inline-block;
        border: 2px solid  #000000;
        margin: 0 0.5em 0 0;
        padding: 0.25em 0.8em 0.25em 0.8em;
        line-height: 1;
        text-decoration: none;
        cursor: pointer;
        text-align: center;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-color: transparent;
        -webkit-tap-highlight-color: transparent;
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 42px;
        line-height: 1.24;
        letter-spacing: -0.0642857em;
        padding: 0.26em 0.74em;
        border-radius: 25px;
        border: solid 2px #000000;
        line-height: 1; }
        #share-overlay .copy-url-button:not(.dosearch) {
          min-width: 4em; }
        #share-overlay .copy-url-button.color-white {
          border-color: #FFFFFF; }
        #share-overlay .copy-url-button.bg-transparent {
          background-color: transparent; }
        #share-overlay .copy-url-button:hover {
          color: #ee0085;
          border-color: #ee0085; }
        #share-overlay .copy-url-button:focus {
          outline: 1px solid #fff;
          outline-offset: -4px; }
        #share-overlay .copy-url-button:active {
          color: currentColor; }
        #share-overlay .copy-url-button:hover:active {
          color: #ee0085; } }
  #share-overlay .close-btn, #share-overlay body:not(.talentpress) #mainnav .menutop .menutop-right #global-toggle, body:not(.talentpress) #mainnav .menutop .menutop-right #share-overlay #global-toggle {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 30; }
    @media (max-width: 599px) {
      #share-overlay .close-btn, #share-overlay body:not(.talentpress) #mainnav .menutop .menutop-right #global-toggle, body:not(.talentpress) #mainnav .menutop .menutop-right #share-overlay #global-toggle {
        margin-top: 4vw; } }
    @media (min-width: 600px) and (max-width: 899px) {
      #share-overlay .close-btn, #share-overlay body:not(.talentpress) #mainnav .menutop .menutop-right #global-toggle, body:not(.talentpress) #mainnav .menutop .menutop-right #share-overlay #global-toggle {
        margin-top: 5.46875vw; } }
    @media (min-width: 900px) and (max-width: 1199px) {
      #share-overlay .close-btn, #share-overlay body:not(.talentpress) #mainnav .menutop .menutop-right #global-toggle, body:not(.talentpress) #mainnav .menutop .menutop-right #share-overlay #global-toggle {
        margin-top: 5.46875vw; } }
    @media (min-width: 1200px) and (max-width: 1799px) {
      #share-overlay .close-btn, #share-overlay body:not(.talentpress) #mainnav .menutop .menutop-right #global-toggle, body:not(.talentpress) #mainnav .menutop .menutop-right #share-overlay #global-toggle {
        margin-top: 3.66013vw; } }
    @media (min-width: 1800px) {
      #share-overlay .close-btn, #share-overlay body:not(.talentpress) #mainnav .menutop .menutop-right #global-toggle, body:not(.talentpress) #mainnav .menutop .menutop-right #share-overlay #global-toggle {
        margin-top: 2.8646vw; } }
    @media (max-width: 599px) {
      #share-overlay .close-btn, #share-overlay body:not(.talentpress) #mainnav .menutop .menutop-right #global-toggle, body:not(.talentpress) #mainnav .menutop .menutop-right #share-overlay #global-toggle {
        margin-right: 4vw; } }
    @media (min-width: 600px) and (max-width: 899px) {
      #share-overlay .close-btn, #share-overlay body:not(.talentpress) #mainnav .menutop .menutop-right #global-toggle, body:not(.talentpress) #mainnav .menutop .menutop-right #share-overlay #global-toggle {
        margin-right: 5.46875vw; } }
    @media (min-width: 900px) and (max-width: 1199px) {
      #share-overlay .close-btn, #share-overlay body:not(.talentpress) #mainnav .menutop .menutop-right #global-toggle, body:not(.talentpress) #mainnav .menutop .menutop-right #share-overlay #global-toggle {
        margin-right: 5.46875vw; } }
    @media (min-width: 1200px) and (max-width: 1799px) {
      #share-overlay .close-btn, #share-overlay body:not(.talentpress) #mainnav .menutop .menutop-right #global-toggle, body:not(.talentpress) #mainnav .menutop .menutop-right #share-overlay #global-toggle {
        margin-right: 3.66013vw; } }
    @media (min-width: 1800px) {
      #share-overlay .close-btn, #share-overlay body:not(.talentpress) #mainnav .menutop .menutop-right #global-toggle, body:not(.talentpress) #mainnav .menutop .menutop-right #share-overlay #global-toggle {
        margin-right: 2.8646vw; } }

body.share-overlay-open #share-overlay {
  transform: translateY(0) !important; }
  body.share-overlay-open #share-overlay .overlay-content {
    transform: translateY(0); }

.share-button {
  display: inline-block;
  border: 2px solid  #000000;
  margin: 0 0.5em 0 0;
  padding: 0.25em 0.8em 0.25em 0.8em;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  -webkit-tap-highlight-color: transparent;
  font-family: 'Lars';
  font-size: 24px;
  line-height: 1.4;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 30px;
  line-height: 1.33;
  letter-spacing: -1.2px;
  padding: 0.24em 0.46em 0.23em 0.46em;
  border-radius: 18px;
  border: solid 2px #000000;
  line-height: 1; }
  .share-button:not(.dosearch) {
    min-width: 4em; }
  .share-button.color-white {
    border-color: #FFFFFF; }
  .share-button.bg-transparent {
    background-color: transparent; }
  .share-button:hover {
    color: #ee0085;
    border-color: #ee0085; }
  .share-button:focus {
    outline: 1px solid #fff;
    outline-offset: -4px; }
  .share-button:active {
    color: currentColor; }
  .share-button:hover:active {
    color: #ee0085; }

.sticky-top {
  z-index: 200;
  position: fixed;
  top: 100px; }
  @media (max-width: 599px) {
    .sticky-top {
      margin-top: 4vw; } }
  @media (min-width: 600px) and (max-width: 899px) {
    .sticky-top {
      margin-top: 5.46875vw; } }
  @media (min-width: 900px) and (max-width: 1199px) {
    .sticky-top {
      margin-top: 5.46875vw; } }
  @media (min-width: 1200px) and (max-width: 1799px) {
    .sticky-top {
      margin-top: 3.66013vw; } }
  @media (min-width: 1800px) {
    .sticky-top {
      margin-top: 2.8646vw; } }
  @media (max-width: 599px) {
    .sticky-top {
      margin-left: 4vw; } }
  @media (min-width: 600px) and (max-width: 899px) {
    .sticky-top {
      margin-left: 5.46875vw; } }
  @media (min-width: 900px) and (max-width: 1199px) {
    .sticky-top {
      margin-left: 5.46875vw; } }
  @media (min-width: 1200px) and (max-width: 1799px) {
    .sticky-top {
      margin-left: 3.66013vw; } }
  @media (min-width: 1800px) {
    .sticky-top {
      margin-left: 2.8646vw; } }

#menuToggle, #menuClose {
  position: relative;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%; }
  #menuToggle .icon-close, #menuClose .icon-close {
    display: none; }
  #menuToggle svg, #menuClose svg {
    height: 40px;
    width: 40px; }
    #menuToggle svg:hover use *, #menuClose svg:hover use * {
      fill: black; }
    @media (min-width: 600px) and (max-width: 899px) {
      #menuToggle svg, #menuClose svg {
        height: 30px;
        width: 30px; } }
    @media (max-width: 599px) {
      #menuToggle svg, #menuClose svg {
        height: 24px;
        width: 24px; } }

/*
 * Just a quick hamburger
 */
#menuToggle span, #menuClose span {
  display: inline-block;
  width: 100%;
  height: var(--border);
  position: absolute;
  top: 0;
  left: 0;
  background: #232323;
  z-index: 1;
  transform-origin: center center; }

#menuToggle span:nth-child(1), #menuClose span:nth-child(1) {
  transform: translateY(0px); }

#menuToggle span:nth-child(2), #menuClose span:nth-child(1) {
  transform: translateY(16px); }

/*body.mainnav-open,*/
body.profile-overlay-open--- #menuToggle .icon-burger, body.filter-persons-open #menuToggle .icon-burger, body.content-overlay-open #menuToggle .icon-burger {
  display: none; }

body.profile-overlay-open--- #menuToggle .icon-close, body.filter-persons-open #menuToggle .icon-close, body.content-overlay-open #menuToggle .icon-close {
  display: block; }
  body.profile-overlay-open--- #menuToggle .icon-close:hover, body.filter-persons-open #menuToggle .icon-close:hover, body.content-overlay-open #menuToggle .icon-close:hover {
    fill: #ee0085; }

body.profile-overlay-open--- .nav-menu-btn > span, body.filter-persons-open .nav-menu-btn > span, body.content-overlay-open .nav-menu-btn > span {
  visibility: hidden; }

#menuClose {
  font-size: 42px; }
  #menuClose span:nth-child(1) {
    transform: translateY(12px) rotate(-45deg); }
    @media (max-width: 599px) {
      #menuClose span:nth-child(1) {
        transform: translateY(14px) rotate(-45deg); } }
  #menuClose span:nth-child(2) {
    transform: translateY(12px) rotate(45deg); }
    @media (max-width: 599px) {
      #menuClose span:nth-child(2) {
        transform: translateY(14px) rotate(45deg); } }

body.talentpress .topnav .topnav-main .btn-share, body.talentpress .topnav .topnav-main .share-button {
  color: #FFF;
  border-color: #FFF; }
  body.talentpress .topnav .topnav-main .btn-share:hover, body.talentpress .topnav .topnav-main .share-button:hover {
    color: #ee0085 !important;
    border-color: #ee0085; }

body.profile-overlay-open .topnav .topnav-main .btn-share, body.profile-overlay-open .topnav .topnav-main .share-button {
  display: inline-block; }

body.profile-overlay-open .topnav #parameter-list-wrapper {
  display: none; }

body.profile-overlay-open .topnav #parameter-list {
  display: none; }

body.profile-overlay-open .search-overlay-buttons {
  display: none; }

body.program-event .topnav .topnav-main .btn-share, body.program-event .topnav .topnav-main .share-button {
  display: inline-block; }

/**/
.close-gfx {
  cursor: pointer;
  width: 1.5em;
  height: 1.5em;
  display: inline-block;
  position: relative;
  transition: all 0.5s cubic-bezier(0.77, 0.2, 0.05, 1); }
  .close-gfx span, .close-gfx:before, .close-gfx:after {
    content: ' ';
    display: inline-block;
    width: 100%;
    height: 4px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--color);
    z-index: 1;
    transform-origin: center center;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1); }
  .close-gfx:before, .close-gfx span:nth-child(1) {
    opacity: 1;
    transform: translateY(0.75em) rotate(-45deg); }
  .close-gfx:after, .close-gfx span:nth-child(2) {
    transform: translateY(0.75em) rotate(45deg); }
  .close-gfx:hover {
    transform: scale(1.1); }

#search-container {
  /*padding-bottom:100px*/ }

#page .teaser-grid {
  grid-row-gap: 7.32vw; }
  @media (max-width: 599px) {
    #page .teaser-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      grid-column-gap: 8vw;
      margin: 4vw;
      padding: 0; } }
  @media (min-width: 600px) and (max-width: 899px) {
    #page .teaser-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      grid-column-gap: 10.9375vw;
      margin: 5.46875vw;
      padding: 0; } }
  @media (min-width: 900px) and (max-width: 1199px) {
    #page .teaser-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      grid-column-gap: 10.9375vw;
      margin: 5.46875vw;
      padding: 0; } }
  @media (min-width: 1200px) and (max-width: 1799px) {
    #page .teaser-grid {
      display: grid;
      grid-template-columns: repeat(6, minmax(0, 1fr));
      grid-column-gap: 7.32026vw;
      margin: 3.66013vw;
      padding: 0; } }
  @media (min-width: 1800px) {
    #page .teaser-grid {
      display: grid;
      grid-template-columns: repeat(8, minmax(0, 1fr));
      grid-column-gap: 5.7292vw;
      margin: 2.8646vw;
      padding: 0; } }
  #page .teaser-grid .teaser-project img, #page .teaser-grid #page-builder .related_articles-wrapper .related_articles-inner > div img, #page-builder .related_articles-wrapper #page .teaser-grid .related_articles-inner > div img {
    transition: transform 1s ease; }
  #page .teaser-grid > div {
    min-width: 0;
    grid-column-start: auto;
    grid-column-end: span 2;
    box-sizing: border-box; }
    @media (max-width: 599px) {
      #page .teaser-grid > div {
        min-width: 0;
        grid-column-start: auto;
        grid-column-end: span 1;
        box-sizing: border-box; } }
    @media (max-width: 599px) {
      #page .teaser-grid > div.teaser-project, #page #page-builder .related_articles-wrapper .related_articles-inner.teaser-grid > div, #page-builder .related_articles-wrapper #page .related_articles-inner.teaser-grid > div {
        min-width: 0;
        grid-column-start: auto;
        grid-column-end: span 2;
        box-sizing: border-box; } }
    @media (min-width: 600px) {
      #page .teaser-grid > div.teaser-project, #page #page-builder .related_articles-wrapper .related_articles-inner.teaser-grid > div, #page-builder .related_articles-wrapper #page .related_articles-inner.teaser-grid > div {
        min-width: 0;
        grid-column-start: auto;
        grid-column-end: span 2;
        box-sizing: border-box; } }
    @media (min-width: 1200px) and (max-width: 1799px) {
      #page .teaser-grid > div.teaser-project, #page #page-builder .related_articles-wrapper .related_articles-inner.teaser-grid > div, #page-builder .related_articles-wrapper #page .related_articles-inner.teaser-grid > div {
        min-width: 0;
        grid-column-start: auto;
        grid-column-end: span 3;
        box-sizing: border-box; } }
    @media (min-width: 1800px) {
      #page .teaser-grid > div.teaser-project, #page #page-builder .related_articles-wrapper .related_articles-inner.teaser-grid > div, #page-builder .related_articles-wrapper #page .related_articles-inner.teaser-grid > div {
        min-width: 0;
        grid-column-start: auto;
        grid-column-end: span 2;
        box-sizing: border-box; } }

.img-portrait {
  /* 
  https://www.sitepoint.com/maintain-image-aspect-ratios-responsive-web-design/ 
  oder css-tricks
  */
  position: relative;
  height: 0;
  padding: 125% 0 0 0;
  overflow: hidden;
  /*@keyframes reveal {
    0% { transform: scale(1.05); opacity: 0; }
    100% { transform: scale(1); opacity: 1; }
}*/ }
  .img-portrait img {
    position: absolute;
    display: block;
    max-width: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0; }
  .img-portrait img.preview {
    height: 100%; }
  .img-portrait img.reveal {
    position: absolute;
    left: 0;
    top: 0;
    will-change: transform, opacity; }
  .img-portrait a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: none; }

.img-landscape {
  overflow: hidden;
  position: relative;
  height: 0;
  padding: 67% 0 0 0;
  overflow: hidden; }
  .img-landscape:hover img {
    transform: scale(1.08); }
  .img-landscape.labs-label:after {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: -0.5px;
    padding: 0.5em 1em;
    position: absolute;
    background: white;
    bottom: 0;
    right: 0;
    content: attr(data-label); }
  .img-landscape img {
    max-width: 100%;
    height: auto;
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease; }
  .img-landscape img {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0; }
  .img-landscape img.preview {
    height: 100%;
    transform: scale(1.05); }
  .img-landscape img.reveal {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    will-change: transform, opacity;
    animation: reveal 1s ease-out; }

@keyframes reveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  .img-landscape a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: none; }

.drawer {
  border-top: var(--border) solid black;
  border-bottom: var(--border) solid #000; }
  .drawer .panel {
    display: none; }

.drawer.open .panel {
  display: block; }

.teaser-portrait:hover img {
  transform: scale(1.08); }

.teaser-portrait .img-portrait {
  margin-bottom: 0.4em; }
  .teaser-portrait .img-portrait img {
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease -webkit-transform 1s ease;
    height: 100%;
    object-fit: cover; }
  .teaser-portrait .img-portrait .favorite2 {
    z-index: 21;
    position: absolute;
    background: #dfdde1;
    top: 0;
    left: 0;
    height: 45px;
    width: 45px;
    transition: width .2s linear; }
    .teaser-portrait .img-portrait .favorite2:after {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 19px;
      line-height: 1.37;
      letter-spacing: -0.6px;
      position: absolute;
      top: 12px;
      left: 15%;
      opacity: 0;
      content: attr(data-message); }
    .teaser-portrait .img-portrait .favorite2 svg {
      position: absolute;
      height: 23px;
      width: 23px;
      top: 11px;
      left: 11px; }

@media (max-width: 599px) {
  .teaser-portrait .fullname {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 19px;
    line-height: 1.37;
    letter-spacing: -0.6px; } }

@media (max-width: 599px) {
  .teaser-portrait .country {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 21px;
    line-height: 1.24;
    letter-spacing: -0.6px; } }

@media (max-width: 599px) {
  .teaser-portrait .profession {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 21px;
    line-height: 1.24;
    letter-spacing: -0.6px; } }

.teaser-portrait .contact {
  text-decoration: underline; }
  @media (max-width: 599px) {
    .teaser-portrait .contact {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 19px;
      line-height: 1.37;
      letter-spacing: -0.6px; } }
  .teaser-portrait .contact:hover {
    color: #ee0085; }

.teaser-portrait .favorite {
  position: relative;
  padding-left: 1em;
  border-bottom: none; }
  .teaser-portrait .favorite:before {
    content: ' ';
    display: inline-block;
    width: 0.8em;
    height: 0.8em;
    background: url(../gfx/icons.png);
    background-repeat: none;
    background-size: auto 0.8em;
    position: absolute;
    top: 0em;
    left: 0; }

.teaser-portrait .isfavorite:before {
  background-position: -0.8em top; }

.project-teaser-grid {
  grid-row-gap: 3em;
  margin-right: 0 !important;
  margin-left: 0 !important; }
  @media (max-width: 599px) {
    .project-teaser-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      grid-column-gap: 8vw;
      margin: 4vw;
      padding: 0; } }
  @media (min-width: 600px) and (max-width: 899px) {
    .project-teaser-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      grid-column-gap: 10.9375vw;
      margin: 5.46875vw;
      padding: 0; } }
  @media (min-width: 900px) and (max-width: 1199px) {
    .project-teaser-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      grid-column-gap: 10.9375vw;
      margin: 5.46875vw;
      padding: 0; } }
  @media (min-width: 1200px) and (max-width: 1799px) {
    .project-teaser-grid {
      display: grid;
      grid-template-columns: repeat(6, minmax(0, 1fr));
      grid-column-gap: 7.32026vw;
      margin: 3.66013vw;
      padding: 0; } }
  @media (min-width: 1800px) {
    .project-teaser-grid {
      display: grid;
      grid-template-columns: repeat(8, minmax(0, 1fr));
      grid-column-gap: 5.7292vw;
      margin: 2.8646vw;
      padding: 0; } }
  .project-teaser-grid > div {
    min-width: 0;
    grid-column-start: auto;
    grid-column-end: span 2;
    box-sizing: border-box; }
    @media (min-width: 1200px) and (max-width: 1799px) {
      .project-teaser-grid > div {
        min-width: 0;
        grid-column-start: auto;
        grid-column-end: span 3;
        box-sizing: border-box; } }
    @media (min-width: 1800px) {
      .project-teaser-grid > div {
        min-width: 0;
        grid-column-start: auto;
        grid-column-end: span 2;
        box-sizing: border-box; } }

.teaser-project .img-landscape, #page-builder .related_articles-wrapper .related_articles-inner > div .img-landscape {
  margin-bottom: 0.4em; }

.teaser-project svg, #page-builder .related_articles-wrapper .related_articles-inner > div svg {
  height: 1em; }

.teaser-project p, #page-builder .related_articles-wrapper .related_articles-inner > div p {
  margin: 0; }

@media (max-width: 599px) {
  .teaser-project .project-title, #page-builder .related_articles-wrapper .related_articles-inner > div .project-title, #page-builder .related_articles-wrapper .related_articles-inner > div .article-title {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 19px;
    line-height: 1.37;
    letter-spacing: -0.6px; } }

@media (max-width: 599px) {
  .teaser-project .project-meta, #page-builder .related_articles-wrapper .related_articles-inner > div .project-meta, #page-builder .related_articles-wrapper .related_articles-inner > div .article-meta {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 21px;
    line-height: 1.24;
    letter-spacing: -0.6px; } }

.profile-page .profile-data, #profile-overlay---- .profile-data, #content-overlay .profile-data {
  padding-top: 0;
  margin-left: 0 !important;
  margin-right: 0 !important;
  /*
    display: flex;
    & > div {
      flex-grow: 1;
      flex-basis: 50%;
      @include for-phone-only{
        flex-basis: 100%;
      }
    }
    */ }
  @media (max-width: 599px) {
    .profile-page .profile-data, #profile-overlay---- .profile-data, #content-overlay .profile-data {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      grid-column-gap: 8vw;
      margin: 4vw;
      padding: 0; } }
  @media (min-width: 600px) and (max-width: 899px) {
    .profile-page .profile-data, #profile-overlay---- .profile-data, #content-overlay .profile-data {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      grid-column-gap: 10.9375vw;
      margin: 5.46875vw;
      padding: 0; } }
  @media (min-width: 900px) and (max-width: 1199px) {
    .profile-page .profile-data, #profile-overlay---- .profile-data, #content-overlay .profile-data {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      grid-column-gap: 10.9375vw;
      margin: 5.46875vw;
      padding: 0; } }
  @media (min-width: 1200px) and (max-width: 1799px) {
    .profile-page .profile-data, #profile-overlay---- .profile-data, #content-overlay .profile-data {
      display: grid;
      grid-template-columns: repeat(6, minmax(0, 1fr));
      grid-column-gap: 7.32026vw;
      margin: 3.66013vw;
      padding: 0; } }
  @media (min-width: 1800px) {
    .profile-page .profile-data, #profile-overlay---- .profile-data, #content-overlay .profile-data {
      display: grid;
      grid-template-columns: repeat(8, minmax(0, 1fr));
      grid-column-gap: 5.7292vw;
      margin: 2.8646vw;
      padding: 0; } }
  .profile-page .profile-data a, #profile-overlay---- .profile-data a, #content-overlay .profile-data a {
    border-bottom: none;
    color: currentColor;
    text-decoration: none;
    background: transparent;
    background-image: linear-gradient(black, black);
    background-size: 1px 1px;
    background-repeat: repeat-x;
    background-position: 0% 100%; }
    .profile-page .profile-data a:hover, #profile-overlay---- .profile-data a:hover, #content-overlay .profile-data a:hover {
      background-image: linear-gradient(#ee0085, #ee0085); }
  .profile-page .profile-data > div, #profile-overlay---- .profile-data > div, #content-overlay .profile-data > div {
    min-width: 0;
    grid-column-start: auto;
    grid-column-end: span 2;
    box-sizing: border-box; }
    @media (max-width: 599px) {
      .profile-page .profile-data > div, #profile-overlay---- .profile-data > div, #content-overlay .profile-data > div {
        min-width: 0;
        grid-column-start: auto;
        grid-column-end: span 2;
        box-sizing: border-box; } }
    @media (min-width: 1200px) and (max-width: 1799px) {
      .profile-page .profile-data > div, #profile-overlay---- .profile-data > div, #content-overlay .profile-data > div {
        min-width: 0;
        grid-column-start: auto;
        grid-column-end: span 3;
        box-sizing: border-box; } }
    @media (min-width: 1800px) {
      .profile-page .profile-data > div, #profile-overlay---- .profile-data > div, #content-overlay .profile-data > div {
        min-width: 0;
        grid-column-start: auto;
        grid-column-end: span 4;
        box-sizing: border-box; } }
  @media (max-width: 599px) {
    .profile-page .profile-data .profile-data-image, #profile-overlay---- .profile-data .profile-data-image, #content-overlay .profile-data .profile-data-image {
      grid-row-start: 1;
      margin-bottom: 0.5em; } }
  .profile-page .profile-data .profile-data-text h1, .profile-page .profile-data .profile-data-text .article-header .main, .article-header .profile-page .profile-data .profile-data-text .main, #profile-overlay---- .profile-data .profile-data-text h1, #profile-overlay---- .profile-data .profile-data-text .article-header .main, .article-header #profile-overlay---- .profile-data .profile-data-text .main, #content-overlay .profile-data .profile-data-text h1, #content-overlay .profile-data .profile-data-text .article-header .main, .article-header #content-overlay .profile-data .profile-data-text .main {
    font-weight: normal;
    margin-top: -6px;
    margin-bottom: 0; }
    @media (min-width: 600px) and (max-width: 899px) {
      .profile-page .profile-data .profile-data-text h1, .profile-page .profile-data .profile-data-text .article-header .main, .article-header .profile-page .profile-data .profile-data-text .main, #profile-overlay---- .profile-data .profile-data-text h1, #profile-overlay---- .profile-data .profile-data-text .article-header .main, .article-header #profile-overlay---- .profile-data .profile-data-text .main, #content-overlay .profile-data .profile-data-text h1, #content-overlay .profile-data .profile-data-text .article-header .main, .article-header #content-overlay .profile-data .profile-data-text .main {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 30px;
        line-height: 1.33;
        letter-spacing: -1.2px; } }
    @media (max-width: 599px) {
      .profile-page .profile-data .profile-data-text h1, .profile-page .profile-data .profile-data-text .article-header .main, .article-header .profile-page .profile-data .profile-data-text .main, #profile-overlay---- .profile-data .profile-data-text h1, #profile-overlay---- .profile-data .profile-data-text .article-header .main, .article-header #profile-overlay---- .profile-data .profile-data-text .main, #content-overlay .profile-data .profile-data-text h1, #content-overlay .profile-data .profile-data-text .article-header .main, .article-header #content-overlay .profile-data .profile-data-text .main {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 30px;
        line-height: 1.33;
        letter-spacing: -1.2px; } }
    @media (min-width: 600px) {
      .profile-page .profile-data .profile-data-text h1, .profile-page .profile-data .profile-data-text .article-header .main, .article-header .profile-page .profile-data .profile-data-text .main, #profile-overlay---- .profile-data .profile-data-text h1, #profile-overlay---- .profile-data .profile-data-text .article-header .main, .article-header #profile-overlay---- .profile-data .profile-data-text .main, #content-overlay .profile-data .profile-data-text h1, #content-overlay .profile-data .profile-data-text .article-header .main, .article-header #content-overlay .profile-data .profile-data-text .main {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 42px;
        line-height: 1.24;
        letter-spacing: -0.0642857em; } }
    @media (min-width: 1200px) {
      .profile-page .profile-data .profile-data-text h1, .profile-page .profile-data .profile-data-text .article-header .main, .article-header .profile-page .profile-data .profile-data-text .main, #profile-overlay---- .profile-data .profile-data-text h1, #profile-overlay---- .profile-data .profile-data-text .article-header .main, .article-header #profile-overlay---- .profile-data .profile-data-text .main, #content-overlay .profile-data .profile-data-text h1, #content-overlay .profile-data .profile-data-text .article-header .main, .article-header #content-overlay .profile-data .profile-data-text .main {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 72px;
        line-height: 1.17;
        letter-spacing: -3.4px; } }
  @media (max-width: 599px) {
    .profile-page .profile-data .profile-data-text .profile-info, #profile-overlay---- .profile-data .profile-data-text .profile-info, #content-overlay .profile-data .profile-data-text .profile-info {
      margin-top: 3rem; } }
  @media (min-width: 1200px) {
    .profile-page .profile-data .profile-data-text .profile-info, #profile-overlay---- .profile-data .profile-data-text .profile-info, #content-overlay .profile-data .profile-data-text .profile-info {
      margin-top: 75px; } }
  .profile-page .profile-data .profile-data-text .profile-info .show-hidden, #profile-overlay---- .profile-data .profile-data-text .profile-info .show-hidden, #content-overlay .profile-data .profile-data-text .profile-info .show-hidden {
    position: relative;
    top: -20px; }
  @media (min-width: 600px) {
    .profile-page .profile-data .profile-data-text .profile-info.no-photo, #profile-overlay---- .profile-data .profile-data-text .profile-info.no-photo, #content-overlay .profile-data .profile-data-text .profile-info.no-photo {
      margin-top: 0 !important; } }
  @media (max-width: 1199px) {
    .profile-page .profile-data .profile-data-text .profile-fow, #profile-overlay---- .profile-data .profile-data-text .profile-fow, #content-overlay .profile-data .profile-data-text .profile-fow {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 32px;
      line-height: 1.25;
      letter-spacing: -0.9px; } }
  @media (max-width: 599px) {
    .profile-page .profile-data .profile-data-text dt, #profile-overlay---- .profile-data .profile-data-text dt, #content-overlay .profile-data .profile-data-text dt {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 24px;
      line-height: 1.33;
      letter-spacing: -1px; } }
  @media (min-width: 600px) and (max-width: 899px) {
    .profile-page .profile-data .profile-data-text dt, #profile-overlay---- .profile-data .profile-data-text dt, #content-overlay .profile-data .profile-data-text dt {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 24px;
      line-height: 1.33;
      letter-spacing: -1px; } }
  .profile-page .profile-data .profile-data-text dd, .profile-page .profile-data .profile-data-text span, #profile-overlay---- .profile-data .profile-data-text dd, #profile-overlay---- .profile-data .profile-data-text span, #content-overlay .profile-data .profile-data-text dd, #content-overlay .profile-data .profile-data-text span {
    margin-left: 0;
    margin-bottom: 0.8em; }
    @media (max-width: 599px) {
      .profile-page .profile-data .profile-data-text dd, .profile-page .profile-data .profile-data-text span, #profile-overlay---- .profile-data .profile-data-text dd, #profile-overlay---- .profile-data .profile-data-text span, #content-overlay .profile-data .profile-data-text dd, #content-overlay .profile-data .profile-data-text span {
        font-family: 'Panama';
        font-size: 26px;
        line-height: 1.16;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 26px;
        line-height: 1.25;
        letter-spacing: -0.9px; } }
    @media (min-width: 600px) and (max-width: 899px) {
      .profile-page .profile-data .profile-data-text dd, .profile-page .profile-data .profile-data-text span, #profile-overlay---- .profile-data .profile-data-text dd, #profile-overlay---- .profile-data .profile-data-text span, #content-overlay .profile-data .profile-data-text dd, #content-overlay .profile-data .profile-data-text span {
        font-family: 'Panama';
        font-size: 26px;
        line-height: 1.16;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 26px;
        line-height: 1.25;
        letter-spacing: -0.9px; } }
    .profile-page .profile-data .profile-data-text dd a, .profile-page .profile-data .profile-data-text span a, #profile-overlay---- .profile-data .profile-data-text dd a, #profile-overlay---- .profile-data .profile-data-text span a, #content-overlay .profile-data .profile-data-text dd a, #content-overlay .profile-data .profile-data-text span a {
      margin-right: 0.4em; }

.profile-page .quote, #profile-overlay---- .quote, #content-overlay .quote {
  margin-left: 0 !important;
  margin-right: 0 !important;
  word-wrap: break-word; }
  @media (max-width: 599px) {
    .profile-page .quote, #profile-overlay---- .quote, #content-overlay .quote {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      grid-column-gap: 8vw;
      margin: 4vw;
      padding: 0; } }
  @media (min-width: 600px) and (max-width: 899px) {
    .profile-page .quote, #profile-overlay---- .quote, #content-overlay .quote {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      grid-column-gap: 10.9375vw;
      margin: 5.46875vw;
      padding: 0; } }
  @media (min-width: 900px) and (max-width: 1199px) {
    .profile-page .quote, #profile-overlay---- .quote, #content-overlay .quote {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      grid-column-gap: 10.9375vw;
      margin: 5.46875vw;
      padding: 0; } }
  @media (min-width: 1200px) and (max-width: 1799px) {
    .profile-page .quote, #profile-overlay---- .quote, #content-overlay .quote {
      display: grid;
      grid-template-columns: repeat(6, minmax(0, 1fr));
      grid-column-gap: 7.32026vw;
      margin: 3.66013vw;
      padding: 0; } }
  @media (min-width: 1800px) {
    .profile-page .quote, #profile-overlay---- .quote, #content-overlay .quote {
      display: grid;
      grid-template-columns: repeat(8, minmax(0, 1fr));
      grid-column-gap: 5.7292vw;
      margin: 2.8646vw;
      padding: 0; } }
  @media (min-width: 1200px) {
    .profile-page .quote, #profile-overlay---- .quote, #content-overlay .quote {
      margin-top: 2.4em;
      margin-bottom: 2em; } }
  .profile-page .quote > div, #profile-overlay---- .quote > div, #content-overlay .quote > div {
    min-width: 0;
    grid-column-start: auto;
    grid-column: 1/-1;
    box-sizing: border-box; }
    .profile-page .quote > div p, #profile-overlay---- .quote > div p, #content-overlay .quote > div p {
      display: inline; }
    .profile-page .quote > div:before, .profile-page .quote > div:after, #profile-overlay---- .quote > div:before, #profile-overlay---- .quote > div:after, #content-overlay .quote > div:before, #content-overlay .quote > div:after {
      content: '"';
      display: inline; }
  @media (max-width: 899px) {
    .profile-page .quote, #profile-overlay---- .quote, #content-overlay .quote {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 45px;
      line-height: 1.16;
      letter-spacing: -2px;
      margin-top: 85px;
      margin-bottom: 80px; } }

.profile-page .project-teaser-grid, #profile-overlay---- .project-teaser-grid, #content-overlay .project-teaser-grid {
  margin-top: 0; }
  @media (max-width: 599px) {
    .profile-page .project-teaser-grid, #profile-overlay---- .project-teaser-grid, #content-overlay .project-teaser-grid {
      margin-bottom: 80px;
      grid-row-gap: 1rem; } }

.profile-page .contact-form, #profile-overlay---- .contact-form, #content-overlay .contact-form {
  text-align: left;
  background-color: #dfdde1; }
  .profile-page .contact-form .container, #profile-overlay---- .contact-form .container, #content-overlay .contact-form .container {
    width: 100%; }
  .profile-page .contact-form .slick-track, #profile-overlay---- .contact-form .slick-track, #content-overlay .contact-form .slick-track {
    transition: background .2s ease; }
    .profile-page .contact-form .slick-track .slick-slide, #profile-overlay---- .contact-form .slick-track .slick-slide, #content-overlay .contact-form .slick-track .slick-slide {
      height: 100%;
      padding-left: var(--gutter);
      padding-right: var(--gutter); }
  .profile-page .contact-form label, #profile-overlay---- .contact-form label, #content-overlay .contact-form label {
    display: block; }
  .profile-page .contact-form fieldset, #profile-overlay---- .contact-form fieldset, #content-overlay .contact-form fieldset {
    position: relative;
    line-height: 0;
    padding-top: 0.75em;
    padding-bottom: 0.75em; }
    @media (max-width: 599px) {
      .profile-page .contact-form fieldset, #profile-overlay---- .contact-form fieldset, #content-overlay .contact-form fieldset {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 19px;
        line-height: 1.37;
        letter-spacing: -0.6px; } }
    @media (min-width: 600px) {
      .profile-page .contact-form fieldset, #profile-overlay---- .contact-form fieldset, #content-overlay .contact-form fieldset {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 24px;
        line-height: 1.33;
        letter-spacing: -1px; } }
    @media (min-width: 1200px) {
      .profile-page .contact-form fieldset, #profile-overlay---- .contact-form fieldset, #content-overlay .contact-form fieldset {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 30px;
        line-height: 1.33;
        letter-spacing: -1.2px; } }
  .profile-page .contact-form p, #profile-overlay---- .contact-form p, #content-overlay .contact-form p {
    margin-bottom: 0.5em;
    display: inline-block; }
    @media (max-width: 899px) {
      .profile-page .contact-form p, #profile-overlay---- .contact-form p, #content-overlay .contact-form p {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 19px;
        line-height: 1.37;
        letter-spacing: -0.6px; } }
    @media (min-width: 900px) {
      .profile-page .contact-form p, #profile-overlay---- .contact-form p, #content-overlay .contact-form p {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 24px;
        line-height: 1.33;
        letter-spacing: -1px; } }
  .profile-page .contact-form input.honig, #profile-overlay---- .contact-form input.honig, #content-overlay .contact-form input.honig {
    position: absolute;
    left: -10000px; }
  .profile-page .contact-form .fs-email .flexrow, #profile-overlay---- .contact-form .fs-email .flexrow, #content-overlay .contact-form .fs-email .flexrow {
    display: flex;
    flex-flow: column; }
    @media (min-width: 1200px) {
      .profile-page .contact-form .fs-email .flexrow, #profile-overlay---- .contact-form .fs-email .flexrow, #content-overlay .contact-form .fs-email .flexrow {
        flex-flow: row; } }
    @media (max-width: 599px) {
      .profile-page .contact-form .fs-email .flexrow, #profile-overlay---- .contact-form .fs-email .flexrow, #content-overlay .contact-form .fs-email .flexrow {
        flex-wrap: wrap; }
        .profile-page .contact-form .fs-email .flexrow .input-email, #profile-overlay---- .contact-form .fs-email .flexrow .input-email, #content-overlay .contact-form .fs-email .flexrow .input-email {
          line-height: 1;
          margin-bottom: 0.5em; } }
    .profile-page .contact-form .fs-email .flexrow > span, #profile-overlay---- .contact-form .fs-email .flexrow > span, #content-overlay .contact-form .fs-email .flexrow > span {
      flex-grow: 1;
      line-height: 1.2; }
    .profile-page .contact-form .fs-email .flexrow > span:nth-child(1), #profile-overlay---- .contact-form .fs-email .flexrow > span:nth-child(1), #content-overlay .contact-form .fs-email .flexrow > span:nth-child(1) {
      flex-basis: 80%; }
    .profile-page .contact-form .fs-email .flexrow > span:nth-child(2), #profile-overlay---- .contact-form .fs-email .flexrow > span:nth-child(2), #content-overlay .contact-form .fs-email .flexrow > span:nth-child(2) {
      flex-basis: 20%; }
    .profile-page .contact-form .fs-email .flexrow .input-email, #profile-overlay---- .contact-form .fs-email .flexrow .input-email, #content-overlay .contact-form .fs-email .flexrow .input-email {
      flex-grow: 1;
      flex-shrink: 1;
      flex-basis: 20%;
      overflow: hidden;
      padding-bottom: 0;
      border-bottom: var(--border) solid #000;
      margin-right: 0.5em;
      min-width: 0 !important;
      width: 95%; }
    .profile-page .contact-form .fs-email .flexrow .button-email-continue, #profile-overlay---- .contact-form .fs-email .flexrow .button-email-continue, #content-overlay .contact-form .fs-email .flexrow .button-email-continue {
      flex-grow: 0;
      flex-shrink: 1;
      min-width: 0;
      margin-top: 0.5em; }
  .profile-page .contact-form .fs-message textarea, #profile-overlay---- .contact-form .fs-message textarea, #content-overlay .contact-form .fs-message textarea {
    width: 100%;
    border-bottom: none; }
  .profile-page .contact-form .btn-back, .profile-page .contact-form .btn-back:hover, #profile-overlay---- .contact-form .btn-back, #profile-overlay---- .contact-form .btn-back:hover, #content-overlay .contact-form .btn-back, #content-overlay .contact-form .btn-back:hover {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 19px;
    line-height: 1.37;
    letter-spacing: -0.6px;
    padding: 0;
    border: none;
    border-radius: 0;
    background-color: transparent; }
  .profile-page .contact-form .btn-reload-captcha, #profile-overlay---- .contact-form .btn-reload-captcha, #content-overlay .contact-form .btn-reload-captcha {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: -0.5px;
    padding: 0;
    border: none;
    border-radius: 0;
    background-color: transparent; }
  .profile-page .contact-form .captcha-form, #profile-overlay---- .contact-form .captcha-form, #content-overlay .contact-form .captcha-form {
    margin-bottom: 0.5em; }
    .profile-page .contact-form .captcha-form img, #profile-overlay---- .contact-form .captcha-form img, #content-overlay .contact-form .captcha-form img {
      display: inline-block; }
    .profile-page .contact-form .captcha-form input, #profile-overlay---- .contact-form .captcha-form input, #content-overlay .contact-form .captcha-form input {
      display: inline-block;
      border-bottom: 1px solid #000;
      padding-bottom: 0px;
      margin: 1em 0px;
      line-height: 1; }
  .profile-page .contact-form .captcha-wrapper, #profile-overlay---- .contact-form .captcha-wrapper, #content-overlay .contact-form .captcha-wrapper {
    overflow: hidden; }
  @media (min-width: 1200px) {
    .profile-page .contact-form .button-email-continue, #profile-overlay---- .contact-form .button-email-continue, #content-overlay .contact-form .button-email-continue {
      margin-top: 0 !important; } }
  @media (max-width: 599px) {
    .profile-page .contact-form fieldset, .profile-page .contact-form span, #profile-overlay---- .contact-form fieldset, #profile-overlay---- .contact-form span, #content-overlay .contact-form fieldset, #content-overlay .contact-form span {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 26px;
      line-height: 1.25;
      letter-spacing: -0.9px; }
    .profile-page .contact-form .button-email-continue, #profile-overlay---- .contact-form .button-email-continue, #content-overlay .contact-form .button-email-continue {
      position: relative;
      right: auto; }
    .profile-page .contact-form .input-email, #profile-overlay---- .contact-form .input-email, #content-overlay .contact-form .input-email {
      width: 100%; }
    .profile-page .contact-form textarea, .profile-page .contact-form input, #profile-overlay---- .contact-form textarea, #profile-overlay---- .contact-form input, #content-overlay .contact-form textarea, #content-overlay .contact-form input {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 26px;
      line-height: 1.25;
      letter-spacing: -0.9px; }
    .profile-page .contact-form button, #profile-overlay---- .contact-form button, #content-overlay .contact-form button {
      display: inline-block;
      border: 2px solid  #000000;
      margin: 0 0.5em 0 0;
      padding: 0.25em 0.8em 0.25em 0.8em;
      line-height: 1;
      text-decoration: none;
      cursor: pointer;
      text-align: center;
      -webkit-appearance: none;
      -moz-appearance: none;
      background-color: transparent;
      -webkit-tap-highlight-color: transparent;
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 24px;
      line-height: 1.33;
      letter-spacing: -1px;
      padding: 0.31em 0.875em 0.25em 0.875em;
      border-radius: 16px;
      border: solid 1px #000000;
      line-height: 1; }
      .profile-page .contact-form button:not(.dosearch), #profile-overlay---- .contact-form button:not(.dosearch), #content-overlay .contact-form button:not(.dosearch) {
        min-width: 4em; }
      .profile-page .contact-form button.color-white, #profile-overlay---- .contact-form button.color-white, #content-overlay .contact-form button.color-white {
        border-color: #FFFFFF; }
      .profile-page .contact-form button.bg-transparent, #profile-overlay---- .contact-form button.bg-transparent, #content-overlay .contact-form button.bg-transparent {
        background-color: transparent; }
      .profile-page .contact-form button:hover, #profile-overlay---- .contact-form button:hover, #content-overlay .contact-form button:hover {
        color: #ee0085;
        border-color: #ee0085; }
      .profile-page .contact-form button:focus, #profile-overlay---- .contact-form button:focus, #content-overlay .contact-form button:focus {
        outline: 1px solid #fff;
        outline-offset: -4px; }
      .profile-page .contact-form button:active, #profile-overlay---- .contact-form button:active, #content-overlay .contact-form button:active {
        color: currentColor; }
      .profile-page .contact-form button:hover:active, #profile-overlay---- .contact-form button:hover:active, #content-overlay .contact-form button:hover:active {
        color: #ee0085; } }

.profile-page label.error, #profile-overlay---- label.error, #content-overlay label.error {
  font-size: 18px;
  color: red;
  margin-top: 0.5em; }

.profile-page .topnav .topnav-main .btn-share, #profile-overlay---- .topnav .topnav-main .btn-share, #content-overlay .topnav .topnav-main .btn-share {
  display: inline-block; }

/*
#profile-overlay{

  @extend .navpanel;
  top:0;
  //height:100vh; führt zu problemen mit contact form position auf mobilgeräten;
  height:100%;
  margin-top:0;
  padding-top:100px;
  @include for-phone-only {
    padding-top:60px;
  }
  padding-bottom:5em;

  .content{
    // height:100%;  
    display:none;
  }

  .loader{
    height:100%; 
    width:100%;
    cursor: wait; 
    text-align:center;
    .loader-gfx{
      width:200px;
      height:auto;
      margin: 40vh auto;
    }
    display:block;
  }
  
}

body.profile-overlay-open{
  // overflow:hidden; 
  #profile-overlay{
    transform: translateX(0);
  }
}
*/
.full-width-button, .full-width-section {
  background-color: #dfdde1;
  border-top: var(--border) solid black;
  border-bottom: var(--border) solid black;
  padding: 0.4em 3.66vw 0.4em 3.66vw;
  margin: 2rem 0;
  color: black; }
  @media (max-width: 599px) {
    .full-width-button, .full-width-section {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 26px;
      line-height: 1.25;
      letter-spacing: -0.9px; } }
  @media (min-width: 600px) {
    .full-width-button, .full-width-section {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 32px;
      line-height: 1.25;
      letter-spacing: -0.9px; } }
  @media (min-width: 1200px) {
    .full-width-button, .full-width-section {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 45px;
      line-height: 1.16;
      letter-spacing: -2px; } }
  @media (max-width: 599px) {
    .full-width-button a, .full-width-section a {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 24px;
      line-height: 1.33;
      letter-spacing: -1px; } }
  @media (min-width: 600px) {
    .full-width-button a, .full-width-section a {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 30px;
      line-height: 1.33;
      letter-spacing: -1.2px; } }
  @media (min-width: 1200px) {
    .full-width-button a, .full-width-section a {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 42px;
      line-height: 1.24;
      letter-spacing: -0.0642857em; } }
  @media (max-width: 599px) {
    .full-width-button, .full-width-section {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 45px;
      line-height: 1.16;
      letter-spacing: -2px; }
      .full-width-button a, .full-width-section a {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 42px;
        line-height: 1.24;
        letter-spacing: -0.0642857em; } }

@media (max-width: 599px) {
  .project-page #page .project-header h1, .project-page #page .project-header .article-header .main, .article-header .project-page #page .project-header .main, #content-overlay .project-header h1, #content-overlay .project-header .article-header .main, .article-header #content-overlay .project-header .main {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 30px;
    line-height: 1.33;
    letter-spacing: -1.2px; } }

@media (min-width: 600px) {
  .project-page #page .project-header h1, .project-page #page .project-header .article-header .main, .article-header .project-page #page .project-header .main, #content-overlay .project-header h1, #content-overlay .project-header .article-header .main, .article-header #content-overlay .project-header .main {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 42px;
    line-height: 1.24;
    letter-spacing: -0.0642857em; } }

@media (min-width: 1200px) {
  .project-page #page .project-header h1, .project-page #page .project-header .article-header .main, .article-header .project-page #page .project-header .main, #content-overlay .project-header h1, #content-overlay .project-header .article-header .main, .article-header #content-overlay .project-header .main {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 72px;
    line-height: 1.17;
    letter-spacing: -3.4px; } }

@media (max-width: 599px) {
  .project-page #page .project-header h1 .title-english, .project-page #page .project-header .article-header .main .title-english, .article-header .project-page #page .project-header .main .title-english, #content-overlay .project-header h1 .title-english, #content-overlay .project-header .article-header .main .title-english, .article-header #content-overlay .project-header .main .title-english {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: -0.9px; } }

@media (min-width: 600px) {
  .project-page #page .project-header h1 .title-english, .project-page #page .project-header .article-header .main .title-english, .article-header .project-page #page .project-header .main .title-english, #content-overlay .project-header h1 .title-english, #content-overlay .project-header .article-header .main .title-english, .article-header #content-overlay .project-header .main .title-english {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 45px;
    line-height: 1.16;
    letter-spacing: -2px; } }

@media (min-width: 1200px) {
  .project-page #page .project-header h1 .title-english, .project-page #page .project-header .article-header .main .title-english, .article-header .project-page #page .project-header .main .title-english, #content-overlay .project-header h1 .title-english, #content-overlay .project-header .article-header .main .title-english, .article-header #content-overlay .project-header .main .title-english {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 75px;
    line-height: 1.12;
    letter-spacing: -2.8px; } }

.project-page #page .project-header .lab-info, #content-overlay .project-header .lab-info {
  justify-items: center;
  margin-top: 30px;
  line-height: 1; }
  @media (max-width: 899px) {
    .project-page #page .project-header .lab-info, #content-overlay .project-header .lab-info {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 21px;
      line-height: 1.24;
      letter-spacing: -0.6px; } }
  @media (min-width: 900px) {
    .project-page #page .project-header .lab-info, #content-overlay .project-header .lab-info {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 26px;
      line-height: 1.25;
      letter-spacing: -0.9px; } }
  .project-page #page .project-header .lab-info svg, #content-overlay .project-header .lab-info svg {
    height: 1em;
    margin-right: 10px; }

.project-page #page .fullwidth .fake-fancy-element, .project-page #page .fullwidth_expand_two-cols .fake-fancy-element, .project-page #page .Teaser-section .fake-fancy-element, .project-page #page .news-overview .fake-fancy-element, .project-page #page .fullwidth-list .fake-fancy-element, .project-page #page .programmes-overview .fake-fancy-element, #content-overlay .fullwidth .fake-fancy-element, #content-overlay .fullwidth_expand_two-cols .fake-fancy-element, #content-overlay .Teaser-section .fake-fancy-element, #content-overlay .news-overview .fake-fancy-element, #content-overlay .fullwidth-list .fake-fancy-element, #content-overlay .programmes-overview .fake-fancy-element {
  min-height: 600px;
  background-image: linear-gradient(-135deg, #1400c8, #b900b4, #f50000); }

@media (max-width: 599px) {
  .project-page #page .project-information-details, .project-page #page #content-overlay .project-information-details, #content-overlay .project-information-details, #content-overlay #content-overlay .project-information-details {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 8vw;
    margin: 4vw;
    padding: 0; } }

@media (min-width: 600px) and (max-width: 899px) {
  .project-page #page .project-information-details, .project-page #page #content-overlay .project-information-details, #content-overlay .project-information-details, #content-overlay #content-overlay .project-information-details {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-column-gap: 10.9375vw;
    margin: 5.46875vw;
    padding: 0; } }

@media (min-width: 900px) and (max-width: 1199px) {
  .project-page #page .project-information-details, .project-page #page #content-overlay .project-information-details, #content-overlay .project-information-details, #content-overlay #content-overlay .project-information-details {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-column-gap: 10.9375vw;
    margin: 5.46875vw;
    padding: 0; } }

@media (min-width: 1200px) and (max-width: 1799px) {
  .project-page #page .project-information-details, .project-page #page #content-overlay .project-information-details, #content-overlay .project-information-details, #content-overlay #content-overlay .project-information-details {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-column-gap: 7.32026vw;
    margin: 3.66013vw;
    padding: 0; } }

@media (min-width: 1800px) {
  .project-page #page .project-information-details, .project-page #page #content-overlay .project-information-details, #content-overlay .project-information-details, #content-overlay #content-overlay .project-information-details {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    grid-column-gap: 5.7292vw;
    margin: 2.8646vw;
    padding: 0; } }

.project-page #page .project-information-details > div, .project-page #page #content-overlay .project-information-details > div, #content-overlay .project-information-details > div, #content-overlay #content-overlay .project-information-details > div {
  min-width: 0;
  grid-column-start: auto;
  grid-column-end: span 2;
  box-sizing: border-box; }
  @media (min-width: 1200px) {
    .project-page #page .project-information-details > div, .project-page #page #content-overlay .project-information-details > div, #content-overlay .project-information-details > div, #content-overlay #content-overlay .project-information-details > div {
      min-width: 0;
      grid-column-start: auto;
      grid-column-end: span 3;
      box-sizing: border-box; } }
  @media (min-width: 600px) {
    .project-page #page .project-information-details > div, .project-page #page #content-overlay .project-information-details > div, #content-overlay .project-information-details > div, #content-overlay #content-overlay .project-information-details > div {
      margin-bottom: 50px; } }

.project-page #page .project-information-details a, .project-page #page #content-overlay .project-information-details a, #content-overlay .project-information-details a, #content-overlay #content-overlay .project-information-details a {
  border-bottom: none;
  color: currentColor;
  text-decoration: none;
  background: transparent;
  background-image: linear-gradient(black, black);
  background-size: 1px 1px;
  background-repeat: repeat-x;
  background-position: 0% 100%; }
  .project-page #page .project-information-details a:hover, .project-page #page #content-overlay .project-information-details a:hover, #content-overlay .project-information-details a:hover, #content-overlay #content-overlay .project-information-details a:hover {
    background-image: linear-gradient(#ee0085, #ee0085); }

.project-page #page .project-information-details .project-information h2, .project-page #page .project-information-details .project-information .article-header .intro, .article-header .project-page #page .project-information-details .project-information .intro, .project-page #page .project-information-details .production-details h2, .project-page #page .project-information-details .production-details .article-header .intro, .article-header .project-page #page .project-information-details .production-details .intro, .project-page #page #content-overlay .project-information-details .project-information h2, .project-page #page #content-overlay .project-information-details .project-information .article-header .intro, .article-header .project-page #page #content-overlay .project-information-details .project-information .intro, .project-page #page #content-overlay .project-information-details .production-details h2, .project-page #page #content-overlay .project-information-details .production-details .article-header .intro, .article-header .project-page #page #content-overlay .project-information-details .production-details .intro, #content-overlay .project-information-details .project-information h2, #content-overlay .project-information-details .project-information .article-header .intro, .article-header #content-overlay .project-information-details .project-information .intro, #content-overlay .project-information-details .production-details h2, #content-overlay .project-information-details .production-details .article-header .intro, .article-header #content-overlay .project-information-details .production-details .intro, #content-overlay #content-overlay .project-information-details .project-information h2, #content-overlay #content-overlay .project-information-details .project-information .article-header .intro, .article-header #content-overlay #content-overlay .project-information-details .project-information .intro, #content-overlay #content-overlay .project-information-details .production-details h2, #content-overlay #content-overlay .project-information-details .production-details .article-header .intro, .article-header #content-overlay #content-overlay .project-information-details .production-details .intro {
  margin-top: 1em; }

@media (min-width: 1800px) {
  .project-page #page .project-information-details .project-information, .project-page #page .project-information-details .production-details, .project-page #page #content-overlay .project-information-details .project-information, .project-page #page #content-overlay .project-information-details .production-details, #content-overlay .project-information-details .project-information, #content-overlay .project-information-details .production-details, #content-overlay #content-overlay .project-information-details .project-information, #content-overlay #content-overlay .project-information-details .production-details {
    min-width: 0;
    grid-column-start: auto;
    grid-column-end: span 4;
    box-sizing: border-box; } }

.project-page #page .project-information-details .project-festivals-list, .project-page #page #content-overlay .project-information-details .project-festivals-list, #content-overlay .project-information-details .project-festivals-list, #content-overlay #content-overlay .project-information-details .project-festivals-list {
  margin-top: 1em; }
  @media (max-width: 899px) {
    .project-page #page .project-information-details .project-festivals-list, .project-page #page #content-overlay .project-information-details .project-festivals-list, #content-overlay .project-information-details .project-festivals-list, #content-overlay #content-overlay .project-information-details .project-festivals-list {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 21px;
      line-height: 1.24;
      letter-spacing: -0.6px; } }
  @media (min-width: 900px) {
    .project-page #page .project-information-details .project-festivals-list, .project-page #page #content-overlay .project-information-details .project-festivals-list, #content-overlay .project-information-details .project-festivals-list, #content-overlay #content-overlay .project-information-details .project-festivals-list {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 26px;
      line-height: 1.25;
      letter-spacing: -0.9px; } }

@media (min-width: 1200px) and (max-width: 599px) {
  .project-page #page .project-information-details .project-festivals-list, .project-page #page #content-overlay .project-information-details .project-festivals-list, #content-overlay .project-information-details .project-festivals-list, #content-overlay #content-overlay .project-information-details .project-festivals-list {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 21px;
    line-height: 1.24;
    letter-spacing: -0.6px; } }

@media (min-width: 1200px) and (min-width: 600px) {
  .project-page #page .project-information-details .project-festivals-list, .project-page #page #content-overlay .project-information-details .project-festivals-list, #content-overlay .project-information-details .project-festivals-list, #content-overlay #content-overlay .project-information-details .project-festivals-list {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 26px;
    line-height: 1.25;
    letter-spacing: -0.9px; } }

@media (min-width: 1200px) and (min-width: 1200px) {
  .project-page #page .project-information-details .project-festivals-list, .project-page #page #content-overlay .project-information-details .project-festivals-list, #content-overlay .project-information-details .project-festivals-list, #content-overlay #content-overlay .project-information-details .project-festivals-list {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: -0.9px; } }

.project-page #page .project-information-details .project-longtext, .project-page #page #content-overlay .project-information-details .project-longtext, #content-overlay .project-information-details .project-longtext, #content-overlay #content-overlay .project-information-details .project-longtext {
  margin-top: var(--margin-m, 80px);
  margin-bottom: var(--margin-s, 50px);
  min-width: 0;
  grid-column-start: auto;
  grid-column-end: span 4;
  box-sizing: border-box; }
  @media (max-width: 599px) {
    .project-page #page .project-information-details .project-longtext, .project-page #page #content-overlay .project-information-details .project-longtext, #content-overlay .project-information-details .project-longtext, #content-overlay #content-overlay .project-information-details .project-longtext {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 21px;
      line-height: 1.24;
      letter-spacing: -0.6px; } }
  @media (min-width: 600px) {
    .project-page #page .project-information-details .project-longtext, .project-page #page #content-overlay .project-information-details .project-longtext, #content-overlay .project-information-details .project-longtext, #content-overlay #content-overlay .project-information-details .project-longtext {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 26px;
      line-height: 1.25;
      letter-spacing: -0.9px; } }
  @media (min-width: 1200px) {
    .project-page #page .project-information-details .project-longtext, .project-page #page #content-overlay .project-information-details .project-longtext, #content-overlay .project-information-details .project-longtext, #content-overlay #content-overlay .project-information-details .project-longtext {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 32px;
      line-height: 1.25;
      letter-spacing: -0.9px; } }
  .project-page #page .project-information-details .project-longtext h2, .project-page #page .project-information-details .project-longtext .article-header .intro, .article-header .project-page #page .project-information-details .project-longtext .intro, .project-page #page #content-overlay .project-information-details .project-longtext h2, .project-page #page #content-overlay .project-information-details .project-longtext .article-header .intro, .article-header .project-page #page #content-overlay .project-information-details .project-longtext .intro, #content-overlay .project-information-details .project-longtext h2, #content-overlay .project-information-details .project-longtext .article-header .intro, .article-header #content-overlay .project-information-details .project-longtext .intro, #content-overlay #content-overlay .project-information-details .project-longtext h2, #content-overlay #content-overlay .project-information-details .project-longtext .article-header .intro, .article-header #content-overlay #content-overlay .project-information-details .project-longtext .intro {
    margin: 1.5em 0 0.5em 0; }
  @media (max-width: 599px) {
    .project-page #page .project-information-details .project-longtext h3, .project-page #page #content-overlay .project-information-details .project-longtext h3, #content-overlay .project-information-details .project-longtext h3, #content-overlay #content-overlay .project-information-details .project-longtext h3 {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 19px;
      line-height: 1.37;
      letter-spacing: -0.6px; } }
  @media (min-width: 600px) {
    .project-page #page .project-information-details .project-longtext h3, .project-page #page #content-overlay .project-information-details .project-longtext h3, #content-overlay .project-information-details .project-longtext h3, #content-overlay #content-overlay .project-information-details .project-longtext h3 {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 24px;
      line-height: 1.33;
      letter-spacing: -1px; } }
  @media (min-width: 1200px) {
    .project-page #page .project-information-details .project-longtext h3, .project-page #page #content-overlay .project-information-details .project-longtext h3, #content-overlay .project-information-details .project-longtext h3, #content-overlay #content-overlay .project-information-details .project-longtext h3 {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 30px;
      line-height: 1.33;
      letter-spacing: -1.2px; } }
  @media (min-width: 1200px) {
    .project-page #page .project-information-details .project-longtext, .project-page #page #content-overlay .project-information-details .project-longtext, #content-overlay .project-information-details .project-longtext, #content-overlay #content-overlay .project-information-details .project-longtext {
      min-width: 0;
      grid-column-start: 3;
      grid-column-end: span 4;
      box-sizing: border-box; } }
  @media (max-width: 599px) {
    .project-page #page .project-information-details .project-longtext, .project-page #page #content-overlay .project-information-details .project-longtext, #content-overlay .project-information-details .project-longtext, #content-overlay #content-overlay .project-information-details .project-longtext {
      min-width: 0;
      grid-column-start: auto;
      grid-column-end: span 2;
      box-sizing: border-box; } }

.project-page #page .project-information-details .teaser, .project-page #page #content-overlay .project-information-details .teaser, #content-overlay .project-information-details .teaser, #content-overlay #content-overlay .project-information-details .teaser {
  min-width: 0;
  grid-column-start: auto;
  grid-column: 1/-1;
  box-sizing: border-box;
  margin: 3em 0 2em 0; }
  .project-page #page .project-information-details .teaser .video-info, .project-page #page #content-overlay .project-information-details .teaser .video-info, #content-overlay .project-information-details .teaser .video-info, #content-overlay #content-overlay .project-information-details .teaser .video-info {
    position: relative; }
    @media (max-width: 599px) {
      .project-page #page .project-information-details .teaser .video-info, .project-page #page #content-overlay .project-information-details .teaser .video-info, #content-overlay .project-information-details .teaser .video-info, #content-overlay #content-overlay .project-information-details .teaser .video-info {
        display: flex; }
        .project-page #page .project-information-details .teaser .video-info div:first-child, .project-page #page #content-overlay .project-information-details .teaser .video-info div:first-child, #content-overlay .project-information-details .teaser .video-info div:first-child, #content-overlay #content-overlay .project-information-details .teaser .video-info div:first-child {
          padding-right: 0.5em;
          flex-grow: 1; } }
  .project-page #page .project-information-details .teaser .video-play-btn, .project-page #page #content-overlay .project-information-details .teaser .video-play-btn, #content-overlay .project-information-details .teaser .video-play-btn, #content-overlay #content-overlay .project-information-details .teaser .video-play-btn {
    display: inline-block;
    border: 2px solid  #000000;
    margin: 0 0.5em 0 0;
    padding: 0.25em 0.8em 0.25em 0.8em;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    -webkit-tap-highlight-color: transparent;
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 42px;
    line-height: 1.24;
    letter-spacing: -0.0642857em;
    padding: 0.26em 0.74em;
    border-radius: 25px;
    border: solid 2px #000000;
    line-height: 1;
    margin-top: 0.5em; }
    .project-page #page .project-information-details .teaser .video-play-btn:not(.dosearch), .project-page #page #content-overlay .project-information-details .teaser .video-play-btn:not(.dosearch), #content-overlay .project-information-details .teaser .video-play-btn:not(.dosearch), #content-overlay #content-overlay .project-information-details .teaser .video-play-btn:not(.dosearch) {
      min-width: 4em; }
    .project-page #page .project-information-details .teaser .video-play-btn.color-white, .project-page #page #content-overlay .project-information-details .teaser .video-play-btn.color-white, #content-overlay .project-information-details .teaser .video-play-btn.color-white, #content-overlay #content-overlay .project-information-details .teaser .video-play-btn.color-white {
      border-color: #FFFFFF; }
    .project-page #page .project-information-details .teaser .video-play-btn.bg-transparent, .project-page #page #content-overlay .project-information-details .teaser .video-play-btn.bg-transparent, #content-overlay .project-information-details .teaser .video-play-btn.bg-transparent, #content-overlay #content-overlay .project-information-details .teaser .video-play-btn.bg-transparent {
      background-color: transparent; }
    .project-page #page .project-information-details .teaser .video-play-btn:hover, .project-page #page #content-overlay .project-information-details .teaser .video-play-btn:hover, #content-overlay .project-information-details .teaser .video-play-btn:hover, #content-overlay #content-overlay .project-information-details .teaser .video-play-btn:hover {
      color: #ee0085;
      border-color: #ee0085; }
    .project-page #page .project-information-details .teaser .video-play-btn:focus, .project-page #page #content-overlay .project-information-details .teaser .video-play-btn:focus, #content-overlay .project-information-details .teaser .video-play-btn:focus, #content-overlay #content-overlay .project-information-details .teaser .video-play-btn:focus {
      outline: 1px solid #fff;
      outline-offset: -4px; }
    .project-page #page .project-information-details .teaser .video-play-btn:active, .project-page #page #content-overlay .project-information-details .teaser .video-play-btn:active, #content-overlay .project-information-details .teaser .video-play-btn:active, #content-overlay #content-overlay .project-information-details .teaser .video-play-btn:active {
      color: currentColor; }
    .project-page #page .project-information-details .teaser .video-play-btn:hover:active, .project-page #page #content-overlay .project-information-details .teaser .video-play-btn:hover:active, #content-overlay .project-information-details .teaser .video-play-btn:hover:active, #content-overlay #content-overlay .project-information-details .teaser .video-play-btn:hover:active {
      color: #ee0085; }
    @media (max-width: 599px) {
      .project-page #page .project-information-details .teaser .video-play-btn, .project-page #page #content-overlay .project-information-details .teaser .video-play-btn, #content-overlay .project-information-details .teaser .video-play-btn, #content-overlay #content-overlay .project-information-details .teaser .video-play-btn {
        display: inline-block;
        border: 2px solid  #000000;
        margin: 0 0.5em 0 0;
        padding: 0.25em 0.8em 0.25em 0.8em;
        line-height: 1;
        text-decoration: none;
        cursor: pointer;
        text-align: center;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-color: transparent;
        -webkit-tap-highlight-color: transparent;
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 24px;
        line-height: 1.33;
        letter-spacing: -1px;
        padding: 0.31em 0.875em 0.25em 0.875em;
        border-radius: 16px;
        border: solid 1px #000000;
        line-height: 1; }
        .project-page #page .project-information-details .teaser .video-play-btn:not(.dosearch), .project-page #page #content-overlay .project-information-details .teaser .video-play-btn:not(.dosearch), #content-overlay .project-information-details .teaser .video-play-btn:not(.dosearch), #content-overlay #content-overlay .project-information-details .teaser .video-play-btn:not(.dosearch) {
          min-width: 4em; }
        .project-page #page .project-information-details .teaser .video-play-btn.color-white, .project-page #page #content-overlay .project-information-details .teaser .video-play-btn.color-white, #content-overlay .project-information-details .teaser .video-play-btn.color-white, #content-overlay #content-overlay .project-information-details .teaser .video-play-btn.color-white {
          border-color: #FFFFFF; }
        .project-page #page .project-information-details .teaser .video-play-btn.bg-transparent, .project-page #page #content-overlay .project-information-details .teaser .video-play-btn.bg-transparent, #content-overlay .project-information-details .teaser .video-play-btn.bg-transparent, #content-overlay #content-overlay .project-information-details .teaser .video-play-btn.bg-transparent {
          background-color: transparent; }
        .project-page #page .project-information-details .teaser .video-play-btn:hover, .project-page #page #content-overlay .project-information-details .teaser .video-play-btn:hover, #content-overlay .project-information-details .teaser .video-play-btn:hover, #content-overlay #content-overlay .project-information-details .teaser .video-play-btn:hover {
          color: #ee0085;
          border-color: #ee0085; }
        .project-page #page .project-information-details .teaser .video-play-btn:focus, .project-page #page #content-overlay .project-information-details .teaser .video-play-btn:focus, #content-overlay .project-information-details .teaser .video-play-btn:focus, #content-overlay #content-overlay .project-information-details .teaser .video-play-btn:focus {
          outline: 1px solid #fff;
          outline-offset: -4px; }
        .project-page #page .project-information-details .teaser .video-play-btn:active, .project-page #page #content-overlay .project-information-details .teaser .video-play-btn:active, #content-overlay .project-information-details .teaser .video-play-btn:active, #content-overlay #content-overlay .project-information-details .teaser .video-play-btn:active {
          color: currentColor; }
        .project-page #page .project-information-details .teaser .video-play-btn:hover:active, .project-page #page #content-overlay .project-information-details .teaser .video-play-btn:hover:active, #content-overlay .project-information-details .teaser .video-play-btn:hover:active, #content-overlay #content-overlay .project-information-details .teaser .video-play-btn:hover:active {
          color: #ee0085; } }

@media (min-width: 1800px) {
  .project-page #page .project-information-details .project-cast, .project-page #page .project-information-details .project-sales, .project-page #page .project-information-details .project-festivals, .project-page #page .project-information-details .project-crew, .project-page #page #content-overlay .project-information-details .project-cast, .project-page #page #content-overlay .project-information-details .project-sales, .project-page #page #content-overlay .project-information-details .project-festivals, .project-page #page #content-overlay .project-information-details .project-crew, #content-overlay .project-information-details .project-cast, #content-overlay .project-information-details .project-sales, #content-overlay .project-information-details .project-festivals, #content-overlay .project-information-details .project-crew, #content-overlay #content-overlay .project-information-details .project-cast, #content-overlay #content-overlay .project-information-details .project-sales, #content-overlay #content-overlay .project-information-details .project-festivals, #content-overlay #content-overlay .project-information-details .project-crew {
    min-width: 0;
    grid-column-start: auto;
    grid-column-end: span 2;
    box-sizing: border-box; } }

@media (max-width: 599px) {
  .project-page #page section, .project-page #page .fullwidth, .project-page #page .fullwidth_expand_two-cols, .project-page #page .Teaser-section, .project-page #page .news-overview, .project-page #page .fullwidth-list, .project-page #page .programmes-overview, .project-page #page .project-information-details, #content-overlay section, #content-overlay .fullwidth, #content-overlay .fullwidth_expand_two-cols, #content-overlay .Teaser-section, #content-overlay .news-overview, #content-overlay .fullwidth-list, #content-overlay .programmes-overview, #content-overlay .project-information-details {
    margin-bottom: var(--margin-l, 80px); }
  .project-page #page dl, #content-overlay dl {
    margin-bottom: 0; }
  .project-page #page .project-information-details h3, .project-page #page .project-information-details .project-information h3, .project-page #page .project-information-details .production-details h3, .project-page #page .project-information-details .synopsis h3, .project-page #page .project-information-details > div h3, #content-overlay .project-information-details h3, #content-overlay .project-information-details .project-information h3, #content-overlay .project-information-details .production-details h3, #content-overlay .project-information-details .synopsis h3, #content-overlay .project-information-details > div h3 {
    margin-top: 2.4em !important;
    margin-bottom: 1em !important; }
  .project-page #page .project-information-details .video-container, #content-overlay .project-information-details .video-container {
    height: calc(100vh - var(--margin-top));
    margin-top: 2.4em !important;
    margin-bottom: 0; } }

@media (max-width: 599px) {
  .project-slider .video-js {
    height: calc(92vw * 0.677777); } }

#content-overlay {
  top: 0;
  height: 100%;
  margin-top: 0;
  padding-top: var(--margin-top);
  padding-bottom: 5em; }
  @media (max-width: 599px) {
    #content-overlay {
      padding-top: 60px; } }
  #content-overlay .content {
    display: none; }

body.talentpress #content-overlay {
  background-color: black; }

body.content-overlay-open {
  /* */ }
  body.content-overlay-open #content-overlay {
    transform: translateX(0); }
  body.content-overlay-open .search-overlay-buttons {
    display: none; }
  body.content-overlay-open .topnav .topnav-main .btn-share, body.content-overlay-open .topnav .topnav-main .share-button {
    display: inline-block; }
  body.content-overlay-open .topnav #parameter-list-wrapper {
    display: none; }
  body.content-overlay-open .topnav #parameter-list {
    display: none; }

.talents-only_message {
  padding: 10px var(--gutter);
  font-family: 'Lars';
  font-size: 24px;
  line-height: 1.4;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 19px;
  line-height: 1.37;
  letter-spacing: -0.6px;
  background-color: black;
  color: white;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center; }
  .talents-only_message svg {
    height: 1em;
    margin-bottom: 3px;
    margin-right: 10px;
    flex-shrink: 0; }

.program-event .event-header-wrapper {
  margin-top: -3px !important; }

.program-event .event-header .title-area {
  position: relative;
  hyphens: auto; }
  .program-event .event-header .title-area:before {
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: calc(var(--gutter) / 4); }
  .program-event .event-header .title-area .event-type {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: -1px;
    line-height: 1.1; }
  .program-event .event-header .title-area .title-english {
    hyphens: none; }
  @media (max-width: 899px) {
    .program-event .event-header .title-area {
      padding-top: 30px;
      border-right: none; } }
  @media (min-width: 600px) {
    .program-event .event-header .title-area {
      padding-top: 30px; } }
  @media (min-width: 1200px) {
    .program-event .event-header .title-area {
      padding-top: 47px; } }
  .program-event .event-header .title-area div {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .program-event .event-header .title-area div h1, .program-event .event-header .title-area div .article-header .main, .article-header .program-event .event-header .title-area div .main {
      margin-top: 40px;
      margin-bottom: 1.8em; }
    @media (max-width: 899px) {
      .program-event .event-header .title-area div {
        -webkit-box-direction: reverse;
        -webkit-box-orient: vertical;
        -moz-box-direction: reverse;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; }
        .program-event .event-header .title-area div h1, .program-event .event-header .title-area div .article-header .main, .article-header .program-event .event-header .title-area div .main {
          margin-top: 15px;
          margin-bottom: 15px; }
        .program-event .event-header .title-area div .event-type {
          margin-bottom: 3em;
          font-family: 'Lars';
          font-size: 24px;
          line-height: 1.4;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 19px;
          line-height: 1.37;
          letter-spacing: -0.6px; } }

.program-event .event-header figure .img-wrapper {
  border-bottom: var(--border) solid black; }

.program-event .event-header figure figcaption {
  margin-top: 0.5em; }
  @media (max-width: 899px) {
    .program-event .event-header figure figcaption {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 21px;
      line-height: 1.24;
      letter-spacing: -0.6px; } }
  @media (min-width: 900px) {
    .program-event .event-header figure figcaption {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 26px;
      line-height: 1.25;
      letter-spacing: -0.9px; } }

.program-event .event-header .actions a {
  margin-right: 0.5em; }

.program-event .event-header .actions .icon {
  width: 1.25em;
  height: 1.25em; }

@media (max-width: 899px) {
  .program-event .event-header .info-area {
    border-bottom: none;
    border-top: none;
    border-left: none; } }

.program-event div.event-header.grid {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: auto;
  grid-template-areas: "left_col right_col" "image image"; }

@media (min-width: 600px) and (max-width: 599px) {
  .program-event div.event-header.grid .title-area h1, .program-event div.event-header.grid .title-area .article-header .main, .article-header .program-event div.event-header.grid .title-area .main, .program-event div.event-header.grid .info-area h1, .program-event div.event-header.grid .info-area .article-header .main, .article-header .program-event div.event-header.grid .info-area .main {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 30px;
    line-height: 1.33;
    letter-spacing: -1.2px; } }

@media (min-width: 600px) and (min-width: 600px) {
  .program-event div.event-header.grid .title-area h1, .program-event div.event-header.grid .title-area .article-header .main, .article-header .program-event div.event-header.grid .title-area .main, .program-event div.event-header.grid .info-area h1, .program-event div.event-header.grid .info-area .article-header .main, .article-header .program-event div.event-header.grid .info-area .main {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 42px;
    line-height: 1.24;
    letter-spacing: -0.0642857em; } }

@media (min-width: 600px) and (min-width: 1200px) {
  .program-event div.event-header.grid .title-area h1, .program-event div.event-header.grid .title-area .article-header .main, .article-header .program-event div.event-header.grid .title-area .main, .program-event div.event-header.grid .info-area h1, .program-event div.event-header.grid .info-area .article-header .main, .article-header .program-event div.event-header.grid .info-area .main {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 72px;
    line-height: 1.17;
    letter-spacing: -3.4px; } }
  .program-event div.event-header.grid .title-area {
    grid-area: left_col;
    margin: 0; }
    @media (max-width: 599px) {
      .program-event div.event-header.grid .title-area {
        padding: 4vw; } }
    @media (min-width: 600px) and (max-width: 899px) {
      .program-event div.event-header.grid .title-area {
        padding: 5.46875vw; } }
    @media (min-width: 900px) and (max-width: 1199px) {
      .program-event div.event-header.grid .title-area {
        padding: 5.46875vw; } }
    @media (min-width: 1200px) and (max-width: 1799px) {
      .program-event div.event-header.grid .title-area {
        padding: 3.66013vw; } }
    @media (min-width: 1800px) {
      .program-event div.event-header.grid .title-area {
        padding: 2.8646vw; } }
    @media (max-width: 599px) {
      .program-event div.event-header.grid .title-area {
        padding-bottom: 6vw; } }
    @media (min-width: 600px) and (max-width: 899px) {
      .program-event div.event-header.grid .title-area {
        padding-bottom: 8.20312vw; } }
    @media (min-width: 900px) and (max-width: 1199px) {
      .program-event div.event-header.grid .title-area {
        padding-bottom: 8.20312vw; } }
    @media (min-width: 1200px) and (max-width: 1799px) {
      .program-event div.event-header.grid .title-area {
        padding-bottom: 5.49019vw; } }
    @media (min-width: 1800px) {
      .program-event div.event-header.grid .title-area {
        padding-bottom: 4.2969vw; } }
  .program-event div.event-header.grid .info-area {
    grid-area: right_col;
    margin: 0; }
    @media (max-width: 599px) {
      .program-event div.event-header.grid .info-area {
        padding: 4vw; } }
    @media (min-width: 600px) and (max-width: 899px) {
      .program-event div.event-header.grid .info-area {
        padding: 5.46875vw; } }
    @media (min-width: 900px) and (max-width: 1199px) {
      .program-event div.event-header.grid .info-area {
        padding: 5.46875vw; } }
    @media (min-width: 1200px) and (max-width: 1799px) {
      .program-event div.event-header.grid .info-area {
        padding: 3.66013vw; } }
    @media (min-width: 1800px) {
      .program-event div.event-header.grid .info-area {
        padding: 2.8646vw; } }
    @media (max-width: 599px) {
      .program-event div.event-header.grid .info-area {
        padding-bottom: 6vw; } }
    @media (min-width: 600px) and (max-width: 899px) {
      .program-event div.event-header.grid .info-area {
        padding-bottom: 8.20312vw; } }
    @media (min-width: 900px) and (max-width: 1199px) {
      .program-event div.event-header.grid .info-area {
        padding-bottom: 8.20312vw; } }
    @media (min-width: 1200px) and (max-width: 1799px) {
      .program-event div.event-header.grid .info-area {
        padding-bottom: 5.49019vw; } }
    @media (min-width: 1800px) {
      .program-event div.event-header.grid .info-area {
        padding-bottom: 4.2969vw; } }
    .program-event div.event-header.grid .info-area .bottom-line, .program-event div.event-header.grid .info-area .past-event {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 24px;
      line-height: 1.33;
      letter-spacing: -1px; }
  .program-event div.event-header.grid figure {
    grid-area: image; }
  @media (max-width: 899px) {
    .program-event div.event-header.grid {
      grid-template-columns: 100%;
      grid-template-areas: "left_col" "image" "right_col"; }
      .program-event div.event-header.grid .info-area {
        margin-bottom: 0;
        margin-top: 1em; }
        .program-event div.event-header.grid .info-area .bottom-line {
          font-family: 'Lars';
          font-size: 24px;
          line-height: 1.4;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 19px;
          line-height: 1.37;
          letter-spacing: -0.6px; }
      .program-event div.event-header.grid .info-list, .program-event div.event-header.grid .project-page #page .project-information-details > div, .project-page #page .program-event div.event-header.grid .project-information-details > div, .program-event div.event-header.grid .project-page #page #content-overlay .project-information-details > div, .project-page #page #content-overlay .program-event div.event-header.grid .project-information-details > div, .program-event div.event-header.grid #content-overlay .project-information-details > div, #content-overlay .program-event div.event-header.grid .project-information-details > div, .program-event div.event-header.grid #content-overlay #content-overlay .project-information-details > div, #content-overlay #content-overlay .program-event div.event-header.grid .project-information-details > div {
        margin-bottom: 1.5em !important; }
        .program-event div.event-header.grid .info-list dt, .program-event div.event-header.grid .project-page #page .project-information-details > div dt, .project-page #page .program-event div.event-header.grid .project-information-details > div dt, .program-event div.event-header.grid .project-page #page #content-overlay .project-information-details > div dt, .project-page #page #content-overlay .program-event div.event-header.grid .project-information-details > div dt, .program-event div.event-header.grid #content-overlay .project-information-details > div dt, #content-overlay .program-event div.event-header.grid .project-information-details > div dt, .program-event div.event-header.grid #content-overlay #content-overlay .project-information-details > div dt, #content-overlay #content-overlay .program-event div.event-header.grid .project-information-details > div dt {
          font-family: 'Lars';
          font-size: 24px;
          line-height: 1.4;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 24px;
          line-height: 1.33;
          letter-spacing: -1px; }
        .program-event div.event-header.grid .info-list dd, .program-event div.event-header.grid .project-page #page .project-information-details > div dd, .project-page #page .program-event div.event-header.grid .project-information-details > div dd, .program-event div.event-header.grid .project-page #page #content-overlay .project-information-details > div dd, .project-page #page #content-overlay .program-event div.event-header.grid .project-information-details > div dd, .program-event div.event-header.grid #content-overlay .project-information-details > div dd, #content-overlay .program-event div.event-header.grid .project-information-details > div dd, .program-event div.event-header.grid #content-overlay #content-overlay .project-information-details > div dd, #content-overlay #content-overlay .program-event div.event-header.grid .project-information-details > div dd {
          font-family: 'Panama';
          font-size: 26px;
          line-height: 1.16;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 26px;
          line-height: 1.25;
          letter-spacing: -0.9px; } }

.program-event section.event-header.nogrid {
  margin-top: -3px; }
  .program-event section.event-header.nogrid > .row, .program-event section.event-header.nogrid > .topnav-tp, .program-event section.event-header.nogrid > .topnav {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
    @media (max-width: 599px) {
      .program-event section.event-header.nogrid > .row, .program-event section.event-header.nogrid > .topnav-tp, .program-event section.event-header.nogrid > .topnav {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-column-gap: 8vw;
        margin: 4vw;
        padding: 0; } }
    @media (min-width: 600px) and (max-width: 899px) {
      .program-event section.event-header.nogrid > .row, .program-event section.event-header.nogrid > .topnav-tp, .program-event section.event-header.nogrid > .topnav {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        grid-column-gap: 10.9375vw;
        margin: 5.46875vw;
        padding: 0; } }
    @media (min-width: 900px) and (max-width: 1199px) {
      .program-event section.event-header.nogrid > .row, .program-event section.event-header.nogrid > .topnav-tp, .program-event section.event-header.nogrid > .topnav {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        grid-column-gap: 10.9375vw;
        margin: 5.46875vw;
        padding: 0; } }
    @media (min-width: 1200px) and (max-width: 1799px) {
      .program-event section.event-header.nogrid > .row, .program-event section.event-header.nogrid > .topnav-tp, .program-event section.event-header.nogrid > .topnav {
        display: grid;
        grid-template-columns: repeat(6, minmax(0, 1fr));
        grid-column-gap: 7.32026vw;
        margin: 3.66013vw;
        padding: 0; } }
    @media (min-width: 1800px) {
      .program-event section.event-header.nogrid > .row, .program-event section.event-header.nogrid > .topnav-tp, .program-event section.event-header.nogrid > .topnav {
        display: grid;
        grid-template-columns: repeat(8, minmax(0, 1fr));
        grid-column-gap: 5.7292vw;
        margin: 2.8646vw;
        padding: 0; } }

.program-event .title-area {
  /*
    @include edge-to-edge();
    @include for-phone-only {
      border-right:none;
    }
    @include for-tablet-portrait-only {
      border-right:none;
    }
    */
  border-right: var(--border) solid black;
  border-bottom: var(--border) solid black;
  border-top: var(--border) solid black; }
  @media (max-width: 599px) {
    .program-event .title-area {
      border-right: none; } }

.program-event .workshop .title-area:before {
  background-color: #3e80b0; }

.program-event .film-screening .title-area:before {
  background-color: #924eff; }

.program-event .talks .title-area:before {
  background-color: #ee0085; }

.program-event .network .title-area:before {
  background-color: #ff7030; }

.program-event .info-area {
  box-sizing: border-box;
  border-left: 2px solid black;
  border-bottom: var(--border) solid black;
  border-top: var(--border) solid black; }
  @media (max-width: 599px) {
    .program-event .info-area {
      margin-left: -4vw;
      margin-right: -4vw;
      padding: 4vw; } }
  @media (min-width: 600px) and (max-width: 899px) {
    .program-event .info-area {
      margin-left: -5.46875vw;
      margin-right: -5.46875vw;
      padding: 5.46875vw; } }
  @media (min-width: 900px) and (max-width: 1199px) {
    .program-event .info-area {
      margin-left: -5.46875vw;
      margin-right: -5.46875vw;
      padding: 5.46875vw; } }
  @media (min-width: 1200px) and (max-width: 1799px) {
    .program-event .info-area {
      margin-left: -3.66013vw;
      margin-right: -3.66013vw;
      padding: 3.66013vw; } }
  @media (min-width: 1800px) {
    .program-event .info-area {
      margin-left: -2.8646vw;
      margin-right: -2.8646vw;
      padding: 2.8646vw; } }
  @media (min-width: 600px) {
    .program-event .info-area {
      border-left: none; } }
  @media (min-width: 600px) {
    .program-event .info-area {
      border-left: none; } }
  @media (max-width: 899px) {
    .program-event .info-area .main-info {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 24px;
      line-height: 1.33;
      letter-spacing: -1px; } }
  @media (min-width: 900px) {
    .program-event .info-area .main-info {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 30px;
      line-height: 1.33;
      letter-spacing: -1.2px; } }
  @media (min-width: 1200px) {
    .program-event .info-area .main-info {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 30px;
      line-height: 1.33;
      letter-spacing: -1.2px; } }

.program-event .info-list, .program-event .project-page #page .project-information-details > div, .project-page #page .program-event .project-information-details > div, .program-event .project-page #page #content-overlay .project-information-details > div, .project-page #page #content-overlay .program-event .project-information-details > div, .program-event #content-overlay .project-information-details > div, #content-overlay .program-event .project-information-details > div, .program-event #content-overlay #content-overlay .project-information-details > div, #content-overlay #content-overlay .program-event .project-information-details > div {
  justify-content: space-between; }

.program-event [class^='textblock'] {
  margin: 2em 0; }

@media (max-width: 599px) {
  .program-event .textblock-left {
    margin-top: 0; } }

.person-info-section {
  border-bottom: var(--border) solid #000;
  margin: 0px !important; }
  .person-info-section:first-of-type {
    border-top: var(--border) solid #000; }
  .person-info-section .person-info-content {
    box-sizing: border-box; }
    @media (max-width: 599px) {
      .person-info-section .person-info-content {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-column-gap: 8vw;
        margin: 4vw;
        padding: 0; } }
    @media (min-width: 600px) and (max-width: 899px) {
      .person-info-section .person-info-content {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        grid-column-gap: 10.9375vw;
        margin: 5.46875vw;
        padding: 0; } }
    @media (min-width: 900px) and (max-width: 1199px) {
      .person-info-section .person-info-content {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        grid-column-gap: 10.9375vw;
        margin: 5.46875vw;
        padding: 0; } }
    @media (min-width: 1200px) and (max-width: 1799px) {
      .person-info-section .person-info-content {
        display: grid;
        grid-template-columns: repeat(6, minmax(0, 1fr));
        grid-column-gap: 7.32026vw;
        margin: 3.66013vw;
        padding: 0; } }
    @media (min-width: 1800px) {
      .person-info-section .person-info-content {
        display: grid;
        grid-template-columns: repeat(8, minmax(0, 1fr));
        grid-column-gap: 5.7292vw;
        margin: 2.8646vw;
        padding: 0; } }
    @media (max-width: 899px) {
      .person-info-section .person-info-content {
        margin-top: 0; } }
  .person-info-section .person-info-name {
    line-height: 1; }
    @media (max-width: 599px) {
      .person-info-section .person-info-name {
        font-family: 'Panama';
        font-size: 26px;
        line-height: 1.16;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 21px;
        line-height: 1.24;
        letter-spacing: -0.6px; } }
    @media (min-width: 600px) {
      .person-info-section .person-info-name {
        font-family: 'Panama';
        font-size: 26px;
        line-height: 1.16;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 26px;
        line-height: 1.25;
        letter-spacing: -0.9px; } }
    @media (min-width: 1200px) {
      .person-info-section .person-info-name {
        font-family: 'Panama';
        font-size: 26px;
        line-height: 1.16;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 32px;
        line-height: 1.25;
        letter-spacing: -0.9px; } }
    @media (max-width: 899px) {
      .person-info-section .person-info-name {
        display: none;
        cursor: pointer; } }
  .person-info-section .person-info {
    min-width: 0;
    grid-column-start: auto;
    grid-column-end: span 4;
    box-sizing: border-box; }
    @media (max-width: 1199px) {
      .person-info-section .person-info {
        min-width: 0;
        grid-column-start: auto;
        grid-column-end: span 2;
        box-sizing: border-box; } }
    @media (max-width: 899px) {
      .person-info-section .person-info {
        min-width: 0;
        grid-column-start: auto;
        grid-column-end: span 4;
        box-sizing: border-box; } }
  .person-info-section .person-info-image {
    min-width: 0;
    grid-column-start: auto;
    grid-column-end: span 2;
    box-sizing: border-box; }
    @media (max-width: 899px) {
      .person-info-section .person-info-image {
        min-width: 0;
        grid-column-start: auto;
        grid-column-end: span 4;
        box-sizing: border-box; } }
    .person-info-section .person-info-image .cr-info {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 15px;
      line-height: 1.4;
      letter-spacing: -0.5px;
      margin-top: 5px; }
      .person-info-section .person-info-image .cr-info span {
        display: none; }
      .person-info-section .person-info-image .cr-info:before {
        content: '© ';
        cursor: pointer; }
  .person-info-section .person-info-text p {
    margin-top: 22px; }
    @media (max-width: 899px) {
      .person-info-section .person-info-text p {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 19px;
        line-height: 1.37;
        letter-spacing: -0.6px; } }
    @media (min-width: 900px) {
      .person-info-section .person-info-text p {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 24px;
        line-height: 1.33;
        letter-spacing: -1px; } }
  .person-info-section .collapse-toggle.person-info-name {
    display: none; }
    @media (max-width: 599px) {
      .person-info-section .collapse-toggle.person-info-name {
        padding: 4vw; } }
    @media (min-width: 600px) and (max-width: 899px) {
      .person-info-section .collapse-toggle.person-info-name {
        padding: 5.46875vw; } }
    @media (min-width: 900px) and (max-width: 1199px) {
      .person-info-section .collapse-toggle.person-info-name {
        padding: 5.46875vw; } }
    @media (min-width: 1200px) and (max-width: 1799px) {
      .person-info-section .collapse-toggle.person-info-name {
        padding: 3.66013vw; } }
    @media (min-width: 1800px) {
      .person-info-section .collapse-toggle.person-info-name {
        padding: 2.8646vw; } }
    @media (max-width: 899px) {
      .person-info-section .collapse-toggle.person-info-name {
        display: inline-block; } }
  @media (max-width: 899px) {
    .person-info-section .person-info-image {
      text-align: center;
      padding: 0.7em 0.5em 0.7em 0.5em; }
      .person-info-section .person-info-image img {
        width: 49%; } }

section.program-index {
  padding: 0px !important; }
  @media (min-width: 900px) {
    section.program-index {
      height: calc(100vh - var(--margin-top, 100px));
      position: fixed; }
      section.program-index .program-container {
        height: 100%;
        width: 100vw; }
      section.program-index .sidebar {
        height: calc(100vh - var(--margin-top));
        overflow-y: scroll;
        padding: var(--gutter);
        scrollbar-width: thin;
        scrollbar-color: #999 white; }
        section.program-index .sidebar::-webkit-scrollbar {
          border-radius: 10px;
          height: 10px;
          width: 10px; }
        section.program-index .sidebar::-webkit-scrollbar-thumb {
          background: #999;
          border-radius: 5px;
          border: 2px solid white; }
        section.program-index .sidebar::-webkit-scrollbar-track {
          background: white;
          border-radius: 5px; }
      section.program-index .eventlist {
        height: calc(100vh - var(--margin-top));
        overflow-y: scroll;
        scrollbar-width: thin; } }
  @media (min-width: 900px) {
    section.program-index .mobile-only {
      display: none; } }
  @media (max-width: 899px) {
    section.program-index .not-mobile {
      display: none; } }
  section.program-index .program-container {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 899px) {
      section.program-index .program-container {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-direction: normal;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }
    section.program-index .program-container #icon-helper {
      height: auto;
      cursor: default;
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 15px;
      line-height: 1.4;
      letter-spacing: -0.5px; }
      section.program-index .program-container #icon-helper #close-icon-helper {
        text-align: right; }
        section.program-index .program-container #icon-helper #close-icon-helper .icon-drop-down {
          cursor: pointer;
          transform: rotate(180deg); }
      section.program-index .program-container #icon-helper .icon-type {
        padding: 10px 0;
        align-items: center; }
    section.program-index .program-container .sidebar {
      flex: 0 1 auto;
      padding-bottom: 0 !important; }
      @media (max-width: 599px) {
        section.program-index .program-container .sidebar {
          width: 100%; } }
      @media (min-width: 600px) and (max-width: 899px) {
        section.program-index .program-container .sidebar {
          width: 100%; } }
      @media (min-width: 900px) and (max-width: 1199px) {
        section.program-index .program-container .sidebar {
          width: 35%; } }
      @media (min-width: 1200px) {
        section.program-index .program-container .sidebar {
          width: 30%; } }
      @media (max-width: 599px) {
        section.program-index .program-container .sidebar {
          font-family: 'Lars';
          font-size: 24px;
          line-height: 1.4;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 19px;
          line-height: 1.37;
          letter-spacing: -0.6px; } }
      @media (min-width: 600px) {
        section.program-index .program-container .sidebar {
          font-family: 'Lars';
          font-size: 24px;
          line-height: 1.4;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 24px;
          line-height: 1.33;
          letter-spacing: -1px; } }
      @media (min-width: 1200px) {
        section.program-index .program-container .sidebar {
          font-family: 'Lars';
          font-size: 24px;
          line-height: 1.4;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 30px;
          line-height: 1.33;
          letter-spacing: -1.2px; } }
      section.program-index .program-container .sidebar .datelist, section.program-index .program-container .sidebar #typeslist, section.program-index .program-container .sidebar #taglist, section.program-index .program-container .sidebar .programme-favorites {
        display: block;
        margin-bottom: 2em; }
      @media (max-width: 599px) {
        section.program-index .program-container .sidebar h3 {
          font-family: 'Panama';
          font-size: 26px;
          line-height: 1.16;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 21px;
          line-height: 1.24;
          letter-spacing: -0.6px; } }
      @media (min-width: 600px) {
        section.program-index .program-container .sidebar h3 {
          font-family: 'Panama';
          font-size: 26px;
          line-height: 1.16;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 26px;
          line-height: 1.25;
          letter-spacing: -0.9px; } }
      @media (min-width: 1200px) {
        section.program-index .program-container .sidebar h3 {
          font-family: 'Panama';
          font-size: 26px;
          line-height: 1.16;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 32px;
          line-height: 1.25;
          letter-spacing: -0.9px; } }
      section.program-index .program-container .sidebar .mobile-tabs {
        display: none; }
      @media (max-width: 599px) {
        section.program-index .program-container .sidebar .programme-parameter.selected span {
          border-bottom: none;
          color: currentColor;
          text-decoration: none;
          background: transparent;
          background-image: linear-gradient(#000, #000);
          background-size: 1px 1px;
          background-repeat: repeat-x;
          background-position: 0% 100%; }
          section.program-index .program-container .sidebar .programme-parameter.selected span:hover {
            background-image: linear-gradient(#ee0085, #ee0085); } }
      @media (min-width: 600px) {
        section.program-index .program-container .sidebar .programme-parameter.selected span {
          border-bottom: none;
          color: currentColor;
          text-decoration: none;
          background: transparent;
          background-image: linear-gradient(#000, #000);
          background-size: 1px 1px;
          background-repeat: repeat-x;
          background-position: 0% 100%; }
          section.program-index .program-container .sidebar .programme-parameter.selected span:hover {
            background-image: linear-gradient(#ee0085, #ee0085); } }
      section.program-index .program-container .sidebar .programme-favorites.active {
        text-decoration: underline; }
    @media (max-width: 599px) {
      section.program-index .program-container .more-info {
        font-family: 'Panama';
        font-size: 26px;
        line-height: 1.16;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 21px;
        line-height: 1.24;
        letter-spacing: -0.6px; } }
    @media (min-width: 600px) {
      section.program-index .program-container .more-info {
        font-family: 'Panama';
        font-size: 26px;
        line-height: 1.16;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 26px;
        line-height: 1.25;
        letter-spacing: -0.9px; } }
    @media (min-width: 1200px) {
      section.program-index .program-container .more-info {
        font-family: 'Panama';
        font-size: 26px;
        line-height: 1.16;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 32px;
        line-height: 1.25;
        letter-spacing: -0.9px; } }
    @media (max-width: 599px) {
      section.program-index .program-container .more-info {
        padding-bottom: 4vw; } }
    @media (min-width: 600px) and (max-width: 899px) {
      section.program-index .program-container .more-info {
        padding-bottom: 5.46875vw; } }
    @media (min-width: 900px) and (max-width: 1199px) {
      section.program-index .program-container .more-info {
        padding-bottom: 5.46875vw; } }
    @media (min-width: 1200px) and (max-width: 1799px) {
      section.program-index .program-container .more-info {
        padding-bottom: 3.66013vw; } }
    @media (min-width: 1800px) {
      section.program-index .program-container .more-info {
        padding-bottom: 2.8646vw; } }
    section.program-index .program-container .more-info a {
      border-bottom: none;
      color: currentColor;
      text-decoration: none;
      background: transparent;
      background-image: linear-gradient(#000, #000);
      background-size: 1px 2px;
      background-repeat: repeat-x;
      background-position: 0% 100%; }
      @media (max-width: 599px) {
        section.program-index .program-container .more-info a {
          font-family: 'Lars';
          font-size: 24px;
          line-height: 1.4;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 19px;
          line-height: 1.37;
          letter-spacing: -0.6px; } }
      @media (min-width: 600px) {
        section.program-index .program-container .more-info a {
          font-family: 'Lars';
          font-size: 24px;
          line-height: 1.4;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 24px;
          line-height: 1.33;
          letter-spacing: -1px; } }
      @media (min-width: 1200px) {
        section.program-index .program-container .more-info a {
          font-family: 'Lars';
          font-size: 24px;
          line-height: 1.4;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 30px;
          line-height: 1.33;
          letter-spacing: -1.2px; } }
      section.program-index .program-container .more-info a:hover {
        background-image: linear-gradient(#ee0085, #ee0085); }
    section.program-index .program-container .eventlist {
      flex: 1 0 auto;
      padding: 0 !important; }
      @media (max-width: 599px) {
        section.program-index .program-container .eventlist {
          width: 100%;
          border-left: none !important;
          border-top: var(--border) solid black; } }
      @media (min-width: 600px) and (max-width: 899px) {
        section.program-index .program-container .eventlist {
          width: 100%;
          border-left: none !important;
          border-top: var(--border) solid black; } }
      @media (min-width: 900px) and (max-width: 1199px) {
        section.program-index .program-container .eventlist {
          width: 65%; } }
      @media (min-width: 1200px) {
        section.program-index .program-container .eventlist {
          width: 70%; } }
      @media (min-width: 1800px) {
        section.program-index .program-container .eventlist {
          width: 60%; } }
      section.program-index .program-container .eventlist .resultlist .result-item.no-result {
        height: calc(100vh - var(--margin-top)); }
        @media (max-width: 599px) {
          section.program-index .program-container .eventlist .resultlist .result-item.no-result {
            font-family: 'Lars';
            font-size: 24px;
            line-height: 1.4;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            font-size: 30px;
            line-height: 1.33;
            letter-spacing: -1.2px; } }
        @media (min-width: 600px) {
          section.program-index .program-container .eventlist .resultlist .result-item.no-result {
            font-family: 'Lars';
            font-size: 24px;
            line-height: 1.4;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            font-size: 42px;
            line-height: 1.24;
            letter-spacing: -0.0642857em; } }
        @media (min-width: 1200px) {
          section.program-index .program-container .eventlist .resultlist .result-item.no-result {
            font-family: 'Lars';
            font-size: 24px;
            line-height: 1.4;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            font-size: 72px;
            line-height: 1.17;
            letter-spacing: -3.4px; } }
      section.program-index .program-container .eventlist .resultlist .result-item {
        position: relative;
        /*
          a.full-area{
            display:block;
            position:absolute;
            width:100%;
            height:100%;
            top:0;
            left:0;
          }
          
          & > a{
            display:block;
            &:before{
              content:"";
              display:block;
              position:absolute;
              width:100%;
              height:100%;
              top:0;
              left:0;
            }
          }
          */ }
        @media (max-width: 599px) {
          section.program-index .program-container .eventlist .resultlist .result-item {
            font-family: 'Panama';
            font-size: 26px;
            line-height: 1.16;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            font-size: 21px;
            line-height: 1.24;
            letter-spacing: -0.6px; } }
        @media (min-width: 600px) {
          section.program-index .program-container .eventlist .resultlist .result-item {
            font-family: 'Panama';
            font-size: 26px;
            line-height: 1.16;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            font-size: 26px;
            line-height: 1.25;
            letter-spacing: -0.9px; } }
        @media (min-width: 1200px) {
          section.program-index .program-container .eventlist .resultlist .result-item {
            font-family: 'Panama';
            font-size: 26px;
            line-height: 1.16;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            font-size: 32px;
            line-height: 1.25;
            letter-spacing: -0.9px; } }
        @media (max-width: 599px) {
          section.program-index .program-container .eventlist .resultlist .result-item {
            padding: 4vw; } }
        @media (min-width: 600px) and (max-width: 899px) {
          section.program-index .program-container .eventlist .resultlist .result-item {
            padding: 5.46875vw; } }
        @media (min-width: 900px) and (max-width: 1199px) {
          section.program-index .program-container .eventlist .resultlist .result-item {
            padding: 5.46875vw; } }
        @media (min-width: 1200px) and (max-width: 1799px) {
          section.program-index .program-container .eventlist .resultlist .result-item {
            padding: 3.66013vw; } }
        @media (min-width: 1800px) {
          section.program-index .program-container .eventlist .resultlist .result-item {
            padding: 2.8646vw; } }

@media (min-width: 900px) and (max-width: 599px) {
  section.program-index .program-container .eventlist .resultlist .result-item {
    padding-top: 2.4vw; } }

@media (min-width: 900px) and (min-width: 600px) and (max-width: 899px) {
  section.program-index .program-container .eventlist .resultlist .result-item {
    padding-top: 3.28125vw; } }

@media (min-width: 900px) and (min-width: 900px) and (max-width: 1199px) {
  section.program-index .program-container .eventlist .resultlist .result-item {
    padding-top: 3.28125vw; } }

@media (min-width: 900px) and (min-width: 1200px) and (max-width: 1799px) {
  section.program-index .program-container .eventlist .resultlist .result-item {
    padding-top: 2.19608vw; } }

@media (min-width: 900px) and (min-width: 1800px) {
  section.program-index .program-container .eventlist .resultlist .result-item {
    padding-top: 1.71876vw; } }

@media (min-width: 900px) and (max-width: 599px) {
  section.program-index .program-container .eventlist .resultlist .result-item {
    padding-bottom: 2.4vw; } }

@media (min-width: 900px) and (min-width: 600px) and (max-width: 899px) {
  section.program-index .program-container .eventlist .resultlist .result-item {
    padding-bottom: 3.28125vw; } }

@media (min-width: 900px) and (min-width: 900px) and (max-width: 1199px) {
  section.program-index .program-container .eventlist .resultlist .result-item {
    padding-bottom: 3.28125vw; } }

@media (min-width: 900px) and (min-width: 1200px) and (max-width: 1799px) {
  section.program-index .program-container .eventlist .resultlist .result-item {
    padding-bottom: 2.19608vw; } }

@media (min-width: 900px) and (min-width: 1800px) {
  section.program-index .program-container .eventlist .resultlist .result-item {
    padding-bottom: 1.71876vw; } }
        section.program-index .program-container .eventlist .resultlist .result-item h3 {
          margin-top: 1em; }
          @media (max-width: 599px) {
            section.program-index .program-container .eventlist .resultlist .result-item h3 {
              font-family: 'Lars';
              font-size: 24px;
              line-height: 1.4;
              font-weight: normal;
              font-style: normal;
              font-stretch: normal;
              font-size: 19px;
              line-height: 1.37;
              letter-spacing: -0.6px; } }
          @media (min-width: 600px) {
            section.program-index .program-container .eventlist .resultlist .result-item h3 {
              font-family: 'Lars';
              font-size: 24px;
              line-height: 1.4;
              font-weight: normal;
              font-style: normal;
              font-stretch: normal;
              font-size: 24px;
              line-height: 1.33;
              letter-spacing: -1px; } }
          @media (min-width: 1200px) {
            section.program-index .program-container .eventlist .resultlist .result-item h3 {
              font-family: 'Lars';
              font-size: 24px;
              line-height: 1.4;
              font-weight: normal;
              font-style: normal;
              font-stretch: normal;
              font-size: 30px;
              line-height: 1.33;
              letter-spacing: -1.2px; } }
        section.program-index .program-container .eventlist .resultlist .result-item .short-text {
          margin-top: 0.5em; }
        section.program-index .program-container .eventlist .resultlist .result-item .actions {
          float: right;
          font-size: 0.65em;
          margin-left: 0.5em;
          z-index: 20; }
        section.program-index .program-container .eventlist .resultlist .result-item a.event-overlay-load {
          z-index: 10; }
      section.program-index .program-container .eventlist .resultlist .group-title {
        background-color: white;
        position: sticky;
        top: 0;
        z-index: 22; }
        section.program-index .program-container .eventlist .resultlist .group-title h3 {
          margin-top: 0; }
      section.program-index .program-container .eventlist .resultlist .result-item:last-child {
        margin-bottom: -3px; }
      section.program-index .program-container .eventlist .resultlist .workshop, section.program-index .program-container .eventlist .resultlist .film-screening, section.program-index .program-container .eventlist .resultlist .talks, section.program-index .program-container .eventlist .resultlist .network, section.program-index .program-container .eventlist .resultlist .lab-studio {
        position: relative; }
        section.program-index .program-container .eventlist .resultlist .workshop:after, section.program-index .program-container .eventlist .resultlist .film-screening:after, section.program-index .program-container .eventlist .resultlist .talks:after, section.program-index .program-container .eventlist .resultlist .network:after, section.program-index .program-container .eventlist .resultlist .lab-studio:after {
          position: absolute;
          right: 0;
          top: 0;
          width: 8px;
          height: 100%;
          content: '';
          display: inline-block; }
      section.program-index .program-container .eventlist .resultlist .workshop:after {
        border-right: 6px solid #3e80b0; }
      section.program-index .program-container .eventlist .resultlist .film-screening:after {
        border-right: 6px solid #924eff; }
      section.program-index .program-container .eventlist .resultlist .talks:after {
        border-right: 6px solid #ee0085; }
      section.program-index .program-container .eventlist .resultlist .network:after {
        border-right: 6px solid #ff7030; }
      section.program-index .program-container .eventlist .resultlist .lab-studio:after {
        border-right: 6px solid #3e80b0; }

body.phone section.program-index .program-container .sidebar, body.tablet-portrait section.program-index .program-container .sidebar {
  /*
        @include keyframes("slide-down"){
            0% { opacity: 0; -webkit-transform: translateY(-100%); }   
          100% { opacity: 1; -webkit-transform: translateY(0); }
        }
        @include keyframes("slide-up"){
            0% { opacity: 1; -webkit-transform: translateY(0); }
          100% { opacity: 0; -webkit-transform: translateY(-100%); } 
        }
  */ }
  @media (max-width: 899px) {
    body.phone section.program-index .program-container .sidebar, body.tablet-portrait section.program-index .program-container .sidebar {
      padding: 0; } }
  body.phone section.program-index .program-container .sidebar h3, body.phone section.program-index .program-container .sidebar .programme-favorites, body.tablet-portrait section.program-index .program-container .sidebar h3, body.tablet-portrait section.program-index .program-container .sidebar .programme-favorites {
    display: none; }
  body.phone section.program-index .program-container .sidebar .programme-favorites.active, body.tablet-portrait section.program-index .program-container .sidebar .programme-favorites.active {
    text-decoration: none; }
  body.phone section.program-index .program-container .sidebar .mobile-tabs, body.tablet-portrait section.program-index .program-container .sidebar .mobile-tabs {
    display: flex;
    margin-bottom: 0; }
    body.phone section.program-index .program-container .sidebar .mobile-tabs > div, body.tablet-portrait section.program-index .program-container .sidebar .mobile-tabs > div {
      flex-grow: 1;
      text-align: center; }
      body.phone section.program-index .program-container .sidebar .mobile-tabs > div a.open, body.tablet-portrait section.program-index .program-container .sidebar .mobile-tabs > div a.open {
        border-bottom-color: #dfdde1; }
      body.phone section.program-index .program-container .sidebar .mobile-tabs > div a.selected span, body.tablet-portrait section.program-index .program-container .sidebar .mobile-tabs > div a.selected span {
        border-bottom: none;
        color: currentColor;
        text-decoration: none;
        background: transparent;
        background-image: linear-gradient(#000, #000);
        background-size: 1px 1px;
        background-repeat: repeat-x;
        background-position: 0% 100%; }
        body.phone section.program-index .program-container .sidebar .mobile-tabs > div a.selected span:hover, body.tablet-portrait section.program-index .program-container .sidebar .mobile-tabs > div a.selected span:hover {
          background-image: linear-gradient(#ee0085, #ee0085); }
      body.phone section.program-index .program-container .sidebar .mobile-tabs > div a.programme-favorites.active, body.tablet-portrait section.program-index .program-container .sidebar .mobile-tabs > div a.programme-favorites.active {
        background: transparent; }
        @media (max-width: 599px) {
          body.phone section.program-index .program-container .sidebar .mobile-tabs > div a.programme-favorites.active span, body.tablet-portrait section.program-index .program-container .sidebar .mobile-tabs > div a.programme-favorites.active span {
            border-bottom: none;
            color: currentColor;
            text-decoration: none;
            background: transparent;
            background-image: linear-gradient(#000, #000);
            background-size: 1px 1px;
            background-repeat: repeat-x;
            background-position: 0% 100%; }
            body.phone section.program-index .program-container .sidebar .mobile-tabs > div a.programme-favorites.active span:hover, body.tablet-portrait section.program-index .program-container .sidebar .mobile-tabs > div a.programme-favorites.active span:hover {
              background-image: linear-gradient(#ee0085, #ee0085); } }
        @media (min-width: 600px) {
          body.phone section.program-index .program-container .sidebar .mobile-tabs > div a.programme-favorites.active span, body.tablet-portrait section.program-index .program-container .sidebar .mobile-tabs > div a.programme-favorites.active span {
            border-bottom: none;
            color: currentColor;
            text-decoration: none;
            background: transparent;
            background-image: linear-gradient(#000, #000);
            background-size: 1px 2px;
            background-repeat: repeat-x;
            background-position: 0% 100%; }
            body.phone section.program-index .program-container .sidebar .mobile-tabs > div a.programme-favorites.active span:hover, body.tablet-portrait section.program-index .program-container .sidebar .mobile-tabs > div a.programme-favorites.active span:hover {
              background-image: linear-gradient(#ee0085, #ee0085); } }
      body.phone section.program-index .program-container .sidebar .mobile-tabs > div h3, body.tablet-portrait section.program-index .program-container .sidebar .mobile-tabs > div h3 {
        width: 100%; }
      body.phone section.program-index .program-container .sidebar .mobile-tabs > div a, body.tablet-portrait section.program-index .program-container .sidebar .mobile-tabs > div a {
        padding: 16px 13.5px 18px 15px;
        display: inline-block;
        width: 100%; }
    body.phone section.program-index .program-container .sidebar .mobile-tabs h3, body.phone section.program-index .program-container .sidebar .mobile-tabs .programme-favorites, body.tablet-portrait section.program-index .program-container .sidebar .mobile-tabs h3, body.tablet-portrait section.program-index .program-container .sidebar .mobile-tabs .programme-favorites {
      display: inline-block;
      margin-bottom: 0; }
  body.phone section.program-index .program-container .sidebar .inactive, body.tablet-portrait section.program-index .program-container .sidebar .inactive {
    color: #cccccc;
    cursor: not-allowed; }
  body.phone section.program-index .program-container .sidebar .toggledcontent, body.tablet-portrait section.program-index .program-container .sidebar .toggledcontent {
    display: none;
    -webkit-animation: slide-up .3s ease-out;
    -moz-animation: slide-up .3s ease-out; }
    @media (max-width: 599px) {
      body.phone section.program-index .program-container .sidebar .toggledcontent, body.tablet-portrait section.program-index .program-container .sidebar .toggledcontent {
        padding: 4vw; } }
    @media (min-width: 600px) and (max-width: 899px) {
      body.phone section.program-index .program-container .sidebar .toggledcontent, body.tablet-portrait section.program-index .program-container .sidebar .toggledcontent {
        padding: 5.46875vw; } }
    @media (min-width: 900px) and (max-width: 1199px) {
      body.phone section.program-index .program-container .sidebar .toggledcontent, body.tablet-portrait section.program-index .program-container .sidebar .toggledcontent {
        padding: 5.46875vw; } }
    @media (min-width: 1200px) and (max-width: 1799px) {
      body.phone section.program-index .program-container .sidebar .toggledcontent, body.tablet-portrait section.program-index .program-container .sidebar .toggledcontent {
        padding: 3.66013vw; } }
    @media (min-width: 1800px) {
      body.phone section.program-index .program-container .sidebar .toggledcontent, body.tablet-portrait section.program-index .program-container .sidebar .toggledcontent {
        padding: 2.8646vw; } }
  body.phone section.program-index .program-container .sidebar .toggledcontent.on, body.tablet-portrait section.program-index .program-container .sidebar .toggledcontent.on {
    display: block !important; }
  body.phone section.program-index .program-container .sidebar ul li, body.tablet-portrait section.program-index .program-container .sidebar ul li {
    margin-bottom: 5px; }
  body.phone section.program-index .program-container .sidebar .datelist, body.tablet-portrait section.program-index .program-container .sidebar .datelist {
    max-height: auto;
    overflow-y: hidden;
    margin-bottom: 0; }
    body.phone section.program-index .program-container .sidebar .datelist .program-dates-list .program-date, body.tablet-portrait section.program-index .program-container .sidebar .datelist .program-dates-list .program-date {
      border-bottom: none;
      position: relative;
      padding: 16px 13.5px 18px 15px; }
      body.phone section.program-index .program-container .sidebar .datelist .program-dates-list .program-date a, body.tablet-portrait section.program-index .program-container .sidebar .datelist .program-dates-list .program-date a {
        padding: 16px 13.5px 18px 15px;
        box-sizing: border-box; }
        body.phone section.program-index .program-container .sidebar .datelist .program-dates-list .program-date a:focus, body.tablet-portrait section.program-index .program-container .sidebar .datelist .program-dates-list .program-date a:focus {
          outline: none !important; }
      @media (min-width: 900px) {
        body.phone section.program-index .program-container .sidebar .datelist .program-dates-list .program-date .mobile-only, body.tablet-portrait section.program-index .program-container .sidebar .datelist .program-dates-list .program-date .mobile-only {
          background-color: orange;
          display: none; } }
      @media (max-width: 899px) {
        body.phone section.program-index .program-container .sidebar .datelist .program-dates-list .program-date .not-mobile, body.tablet-portrait section.program-index .program-container .sidebar .datelist .program-dates-list .program-date .not-mobile {
          background-color: lightblue;
          display: none; } }
  body.phone section.program-index .program-container .sidebar #typeslist, body.tablet-portrait section.program-index .program-container .sidebar #typeslist {
    display: none;
    min-height: 30vh; }
    @media (max-width: 599px) {
      body.phone section.program-index .program-container .sidebar #typeslist, body.tablet-portrait section.program-index .program-container .sidebar #typeslist {
        font-family: 'Panama';
        font-size: 26px;
        line-height: 1.16;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 21px;
        line-height: 1.24;
        letter-spacing: -0.6px; } }
    @media (min-width: 600px) {
      body.phone section.program-index .program-container .sidebar #typeslist, body.tablet-portrait section.program-index .program-container .sidebar #typeslist {
        font-family: 'Panama';
        font-size: 26px;
        line-height: 1.16;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 26px;
        line-height: 1.25;
        letter-spacing: -0.9px; } }
    @media (min-width: 1200px) {
      body.phone section.program-index .program-container .sidebar #typeslist, body.tablet-portrait section.program-index .program-container .sidebar #typeslist {
        font-family: 'Panama';
        font-size: 26px;
        line-height: 1.16;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 32px;
        line-height: 1.25;
        letter-spacing: -0.9px; } }
  body.phone section.program-index .program-container .sidebar #taglist, body.tablet-portrait section.program-index .program-container .sidebar #taglist {
    display: none; }
    @media (max-width: 599px) {
      body.phone section.program-index .program-container .sidebar #taglist, body.tablet-portrait section.program-index .program-container .sidebar #taglist {
        font-family: 'Panama';
        font-size: 26px;
        line-height: 1.16;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 21px;
        line-height: 1.24;
        letter-spacing: -0.6px; } }
    @media (min-width: 600px) {
      body.phone section.program-index .program-container .sidebar #taglist, body.tablet-portrait section.program-index .program-container .sidebar #taglist {
        font-family: 'Panama';
        font-size: 26px;
        line-height: 1.16;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 26px;
        line-height: 1.25;
        letter-spacing: -0.9px; } }
    @media (min-width: 1200px) {
      body.phone section.program-index .program-container .sidebar #taglist, body.tablet-portrait section.program-index .program-container .sidebar #taglist {
        font-family: 'Panama';
        font-size: 26px;
        line-height: 1.16;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 32px;
        line-height: 1.25;
        letter-spacing: -0.9px; } }

@media (max-width: 599px) {
  body.phone section.program-index .more-info, body.tablet-portrait section.program-index .more-info {
    padding: 4vw; } }

@media (min-width: 600px) and (max-width: 899px) {
  body.phone section.program-index .more-info, body.tablet-portrait section.program-index .more-info {
    padding: 5.46875vw; } }

@media (min-width: 900px) and (max-width: 1199px) {
  body.phone section.program-index .more-info, body.tablet-portrait section.program-index .more-info {
    padding: 5.46875vw; } }

@media (min-width: 1200px) and (max-width: 1799px) {
  body.phone section.program-index .more-info, body.tablet-portrait section.program-index .more-info {
    padding: 3.66013vw; } }

@media (min-width: 1800px) {
  body.phone section.program-index .more-info, body.tablet-portrait section.program-index .more-info {
    padding: 2.8646vw; } }

@media (max-width: 599px) {
  .programmes-overview h2, .programmes-overview .article-header .intro, .article-header .programmes-overview .intro {
    padding: 4vw; } }

@media (min-width: 600px) and (max-width: 899px) {
  .programmes-overview h2, .programmes-overview .article-header .intro, .article-header .programmes-overview .intro {
    padding: 5.46875vw; } }

@media (min-width: 900px) and (max-width: 1199px) {
  .programmes-overview h2, .programmes-overview .article-header .intro, .article-header .programmes-overview .intro {
    padding: 5.46875vw; } }

@media (min-width: 1200px) and (max-width: 1799px) {
  .programmes-overview h2, .programmes-overview .article-header .intro, .article-header .programmes-overview .intro {
    padding: 3.66013vw; } }

@media (min-width: 1800px) {
  .programmes-overview h2, .programmes-overview .article-header .intro, .article-header .programmes-overview .intro {
    padding: 2.8646vw; } }

@media (max-width: 599px) {
  .programmes-overview h2, .programmes-overview .article-header .intro, .article-header .programmes-overview .intro {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 42px;
    line-height: 1.24;
    letter-spacing: -0.0642857em; } }

@media (min-width: 600px) {
  .programmes-overview h2, .programmes-overview .article-header .intro, .article-header .programmes-overview .intro {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 72px;
    line-height: 1.17;
    letter-spacing: -3.4px; } }

@media (min-width: 1200px) {
  .programmes-overview h2, .programmes-overview .article-header .intro, .article-header .programmes-overview .intro {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 84px;
    line-height: 1.37;
    letter-spacing: -0.045238em; } }

@media (max-width: 599px) {
  .programmes-overview h2, .programmes-overview .article-header .intro, .article-header .programmes-overview .intro {
    padding-top: 12vw; } }

@media (min-width: 600px) and (max-width: 899px) {
  .programmes-overview h2, .programmes-overview .article-header .intro, .article-header .programmes-overview .intro {
    padding-top: 16.40625vw; } }

@media (min-width: 900px) and (max-width: 1199px) {
  .programmes-overview h2, .programmes-overview .article-header .intro, .article-header .programmes-overview .intro {
    padding-top: 16.40625vw; } }

@media (min-width: 1200px) and (max-width: 1799px) {
  .programmes-overview h2, .programmes-overview .article-header .intro, .article-header .programmes-overview .intro {
    padding-top: 10.98039vw; } }

@media (min-width: 1800px) {
  .programmes-overview h2, .programmes-overview .article-header .intro, .article-header .programmes-overview .intro {
    padding-top: 8.5938vw; } }

@media (max-width: 599px) {
  .programmes-overview h2, .programmes-overview .article-header .intro, .article-header .programmes-overview .intro {
    padding-bottom: 2vw; } }

@media (min-width: 600px) and (max-width: 899px) {
  .programmes-overview h2, .programmes-overview .article-header .intro, .article-header .programmes-overview .intro {
    padding-bottom: 2.73438vw; } }

@media (min-width: 900px) and (max-width: 1199px) {
  .programmes-overview h2, .programmes-overview .article-header .intro, .article-header .programmes-overview .intro {
    padding-bottom: 2.73438vw; } }

@media (min-width: 1200px) and (max-width: 1799px) {
  .programmes-overview h2, .programmes-overview .article-header .intro, .article-header .programmes-overview .intro {
    padding-bottom: 1.83007vw; } }

@media (min-width: 1800px) {
  .programmes-overview h2, .programmes-overview .article-header .intro, .article-header .programmes-overview .intro {
    padding-bottom: 1.4323vw; } }

@media (max-width: 599px) and (max-width: 599px) {
  .programmes-overview h2, .programmes-overview .article-header .intro, .article-header .programmes-overview .intro {
    padding-top: 16vw; } }

@media (max-width: 599px) and (min-width: 600px) and (max-width: 899px) {
  .programmes-overview h2, .programmes-overview .article-header .intro, .article-header .programmes-overview .intro {
    padding-top: 21.875vw; } }

@media (max-width: 599px) and (min-width: 900px) and (max-width: 1199px) {
  .programmes-overview h2, .programmes-overview .article-header .intro, .article-header .programmes-overview .intro {
    padding-top: 21.875vw; } }

@media (max-width: 599px) and (min-width: 1200px) and (max-width: 1799px) {
  .programmes-overview h2, .programmes-overview .article-header .intro, .article-header .programmes-overview .intro {
    padding-top: 14.64052vw; } }

@media (max-width: 599px) and (min-width: 1800px) {
  .programmes-overview h2, .programmes-overview .article-header .intro, .article-header .programmes-overview .intro {
    padding-top: 11.4584vw; } }

.programmes-overview .programme-info {
  display: flex; }
  .programmes-overview .programme-info:hover .infotext a {
    opacity: 1; }
    .programmes-overview .programme-info:hover .infotext a:before {
      -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
      transform: translateX(10px); }
  @media (min-width: 600px) and (max-width: 1199px) {
    .programmes-overview .programme-info {
      flex-wrap: wrap; } }
  .programmes-overview .programme-info > h3 {
    flex-shrink: 0; }
  .programmes-overview .programme-info > .img-wrapper, .programmes-overview .programme-info > div, .programmes-overview .programme-info > h3 {
    padding-top: 40px;
    padding-bottom: 40px; }
    @media (max-width: 599px) {
      .programmes-overview .programme-info > .img-wrapper, .programmes-overview .programme-info > div, .programmes-overview .programme-info > h3 {
        padding-right: 4vw; } }
    @media (min-width: 600px) and (max-width: 899px) {
      .programmes-overview .programme-info > .img-wrapper, .programmes-overview .programme-info > div, .programmes-overview .programme-info > h3 {
        padding-right: 5.46875vw; } }
    @media (min-width: 900px) and (max-width: 1199px) {
      .programmes-overview .programme-info > .img-wrapper, .programmes-overview .programme-info > div, .programmes-overview .programme-info > h3 {
        padding-right: 5.46875vw; } }
    @media (min-width: 1200px) and (max-width: 1799px) {
      .programmes-overview .programme-info > .img-wrapper, .programmes-overview .programme-info > div, .programmes-overview .programme-info > h3 {
        padding-right: 3.66013vw; } }
    @media (min-width: 1800px) {
      .programmes-overview .programme-info > .img-wrapper, .programmes-overview .programme-info > div, .programmes-overview .programme-info > h3 {
        padding-right: 2.8646vw; } }
  @media (max-width: 599px) {
    .programmes-overview .programme-info > h3 {
      padding-left: 4vw; } }
  @media (min-width: 600px) and (max-width: 899px) {
    .programmes-overview .programme-info > h3 {
      padding-left: 5.46875vw; } }
  @media (min-width: 900px) and (max-width: 1199px) {
    .programmes-overview .programme-info > h3 {
      padding-left: 5.46875vw; } }
  @media (min-width: 1200px) and (max-width: 1799px) {
    .programmes-overview .programme-info > h3 {
      padding-left: 3.66013vw; } }
  @media (min-width: 1800px) {
    .programmes-overview .programme-info > h3 {
      padding-left: 2.8646vw; } }
  .programmes-overview .programme-info > h3 {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 42px;
    line-height: 1.24;
    letter-spacing: -0.0642857em;
    display: none; }
    @media (min-width: 1200px) {
      .programmes-overview .programme-info > h3 {
        display: block; } }
  .programmes-overview .programme-info .img-wrapper img {
    max-width: none;
    width: 400px;
    height: auto; }
    @media (min-width: 600px) and (max-width: 899px) {
      .programmes-overview .programme-info .img-wrapper img {
        width: 250px; } }
  @media (min-width: 600px) and (max-width: 899px) and (max-width: 599px) {
    .programmes-overview .programme-info .img-wrapper img {
      padding-left: 4vw; } }
  @media (min-width: 600px) and (max-width: 899px) and (min-width: 600px) and (max-width: 899px) {
    .programmes-overview .programme-info .img-wrapper img {
      padding-left: 5.46875vw; } }
  @media (min-width: 600px) and (max-width: 899px) and (min-width: 900px) and (max-width: 1199px) {
    .programmes-overview .programme-info .img-wrapper img {
      padding-left: 5.46875vw; } }
  @media (min-width: 600px) and (max-width: 899px) and (min-width: 1200px) and (max-width: 1799px) {
    .programmes-overview .programme-info .img-wrapper img {
      padding-left: 3.66013vw; } }
  @media (min-width: 600px) and (max-width: 899px) and (min-width: 1800px) {
    .programmes-overview .programme-info .img-wrapper img {
      padding-left: 2.8646vw; } }
    @media (min-width: 900px) and (max-width: 1199px) {
      .programmes-overview .programme-info .img-wrapper img {
        width: 300px; } }
  @media (min-width: 900px) and (max-width: 1199px) and (max-width: 599px) {
    .programmes-overview .programme-info .img-wrapper img {
      padding-left: 4vw; } }
  @media (min-width: 900px) and (max-width: 1199px) and (min-width: 600px) and (max-width: 899px) {
    .programmes-overview .programme-info .img-wrapper img {
      padding-left: 5.46875vw; } }
  @media (min-width: 900px) and (max-width: 1199px) and (min-width: 900px) and (max-width: 1199px) {
    .programmes-overview .programme-info .img-wrapper img {
      padding-left: 5.46875vw; } }
  @media (min-width: 900px) and (max-width: 1199px) and (min-width: 1200px) and (max-width: 1799px) {
    .programmes-overview .programme-info .img-wrapper img {
      padding-left: 3.66013vw; } }
  @media (min-width: 900px) and (max-width: 1199px) and (min-width: 1800px) {
    .programmes-overview .programme-info .img-wrapper img {
      padding-left: 2.8646vw; } }
    @media (min-width: 1800px) {
      .programmes-overview .programme-info .img-wrapper img {
        width: 600px; } }
  @media (max-width: 599px) {
    .programmes-overview .programme-info .img-wrapper {
      display: none; } }
  @media (min-width: 600px) and (max-width: 1199px) {
    .programmes-overview .programme-info .img-wrapper {
      flex-shrink: 0;
      flex-grow: 2;
      width: calc(100%-12px);
      display: block;
      border-bottom: var(--border) solid black;
      padding: 0;
      overflow: hidden;
      height: 39vw;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .programmes-overview .programme-info .img-wrapper img {
        padding: 0;
        width: 100%;
        flex-shrink: 0;
        position: relative;
        top: 50%;
        transform: translateY(-50%); } }
  @media (max-width: 899px) {
    .programmes-overview .programme-info .infotext {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 19px;
      line-height: 1.37;
      letter-spacing: -0.6px; } }
  @media (min-width: 900px) {
    .programmes-overview .programme-info .infotext {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 24px;
      line-height: 1.33;
      letter-spacing: -1px; } }
  @media (max-width: 599px) {
    .programmes-overview .programme-info .infotext {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 19px;
      line-height: 1.37;
      letter-spacing: -0.6px; } }
  @media (max-width: 599px) and (max-width: 599px) {
    .programmes-overview .programme-info .infotext {
      padding-left: 4vw; } }
  @media (max-width: 599px) and (min-width: 600px) and (max-width: 899px) {
    .programmes-overview .programme-info .infotext {
      padding-left: 5.46875vw; } }
  @media (max-width: 599px) and (min-width: 900px) and (max-width: 1199px) {
    .programmes-overview .programme-info .infotext {
      padding-left: 5.46875vw; } }
  @media (max-width: 599px) and (min-width: 1200px) and (max-width: 1799px) {
    .programmes-overview .programme-info .infotext {
      padding-left: 3.66013vw; } }
  @media (max-width: 599px) and (min-width: 1800px) {
    .programmes-overview .programme-info .infotext {
      padding-left: 2.8646vw; } }
  @media (min-width: 600px) and (max-width: 1199px) {
    .programmes-overview .programme-info .infotext {
      display: flex;
      border-left: 12px solid transparent; } }
  @media (min-width: 600px) and (max-width: 1199px) and (max-width: 599px) {
    .programmes-overview .programme-info .infotext > h3, .programmes-overview .programme-info .infotext > div {
      padding-left: 4vw; } }
  @media (min-width: 600px) and (max-width: 1199px) and (min-width: 600px) and (max-width: 899px) {
    .programmes-overview .programme-info .infotext > h3, .programmes-overview .programme-info .infotext > div {
      padding-left: 5.46875vw; } }
  @media (min-width: 600px) and (max-width: 1199px) and (min-width: 900px) and (max-width: 1199px) {
    .programmes-overview .programme-info .infotext > h3, .programmes-overview .programme-info .infotext > div {
      padding-left: 5.46875vw; } }
  @media (min-width: 600px) and (max-width: 1199px) and (min-width: 1200px) and (max-width: 1799px) {
    .programmes-overview .programme-info .infotext > h3, .programmes-overview .programme-info .infotext > div {
      padding-left: 3.66013vw; } }
  @media (min-width: 600px) and (max-width: 1199px) and (min-width: 1800px) {
    .programmes-overview .programme-info .infotext > h3, .programmes-overview .programme-info .infotext > div {
      padding-left: 2.8646vw; } }
  .programmes-overview .programme-info .infotext h3 {
    display: block;
    margin-bottom: 1em;
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 30px;
    line-height: 1.33;
    letter-spacing: -1.2px; }
    @media (min-width: 900px) and (max-width: 1199px) {
      .programmes-overview .programme-info .infotext h3 {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 42px;
        line-height: 1.24;
        letter-spacing: -0.0642857em; } }
    @media (min-width: 1200px) {
      .programmes-overview .programme-info .infotext h3 {
        display: none; } }
  .programmes-overview .programme-info .infotext div a {
    display: inline-block;
    line-height: 1;
    border-bottom: none;
    color: currentColor;
    text-decoration: none;
    background: transparent;
    background-image: linear-gradient(black, black);
    background-size: 1px 1px;
    background-repeat: repeat-x;
    background-position: 0% 100%; }
    .programmes-overview .programme-info .infotext div a:hover {
      background-image: linear-gradient(#ee0085, #ee0085); }

.programmes-overview .programme-info-summit:before {
  background-color: #ee0085; }

.programmes-overview .programme-info-summit .infotext {
  border-left-color: #ee0085; }

.programmes-overview .programme-info-workshop:before {
  background-color: #3e80b0; }

.programmes-overview .programme-info-workshop .infotext {
  border-left-color: #3e80b0; }

.programmes-overview .programme-info-network:before {
  background-color: #ff7030; }

.programmes-overview .programme-info-network .infotext {
  border-left-color: #ff7030; }

#page .event-recording {
  margin-top: -3px !important; }
  #page .event-recording .event-recording-top {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto;
    grid-template-areas: "video video" "left_col right_col"; }
    #page .event-recording .event-recording-top .video-container {
      grid-area: video; }
      #page .event-recording .event-recording-top .video-container .videoplayer {
        margin: 0; }
      @media (max-width: 899px) {
        #page .event-recording .event-recording-top .video-container {
          border-top: var(--border) solid black; } }
      #page .event-recording .event-recording-top .video-container .video-placeholder {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        height: auto;
        background-size: cover;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-position: 50%;
        background-size: cover;
        opacity: 1;
        visibility: visible;
        text-align: center; }
        #page .event-recording .event-recording-top .video-container .video-placeholder button {
          display: inline-block;
          border: 2px solid  #000000;
          margin: 0 0.5em 0 0;
          padding: 0.25em 0.8em 0.25em 0.8em;
          line-height: 1;
          text-decoration: none;
          cursor: pointer;
          text-align: center;
          -webkit-appearance: none;
          -moz-appearance: none;
          background-color: transparent;
          -webkit-tap-highlight-color: transparent;
          font-family: 'Lars';
          font-size: 24px;
          line-height: 1.4;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 72px;
          line-height: 1.17;
          letter-spacing: -3.4px;
          padding: 0.27em 0.44em 0.22em 0.44em;
          border-radius: 35px;
          border: solid 2px #000000;
          line-height: 1;
          align-self: center; }
          #page .event-recording .event-recording-top .video-container .video-placeholder button:not(.dosearch) {
            min-width: 4em; }
          #page .event-recording .event-recording-top .video-container .video-placeholder button.color-white {
            border-color: #FFFFFF; }
          #page .event-recording .event-recording-top .video-container .video-placeholder button.bg-transparent {
            background-color: transparent; }
          #page .event-recording .event-recording-top .video-container .video-placeholder button:hover {
            color: #ee0085;
            border-color: #ee0085; }
          #page .event-recording .event-recording-top .video-container .video-placeholder button:focus {
            outline: 1px solid #fff;
            outline-offset: -4px; }
          #page .event-recording .event-recording-top .video-container .video-placeholder button:active {
            color: currentColor; }
          #page .event-recording .event-recording-top .video-container .video-placeholder button:hover:active {
            color: #ee0085; }
    #page .event-recording .event-recording-top .title-area {
      grid-area: left_col;
      margin: 0; }
      @media (max-width: 599px) {
        #page .event-recording .event-recording-top .title-area {
          padding: 4vw; } }
      @media (min-width: 600px) and (max-width: 899px) {
        #page .event-recording .event-recording-top .title-area {
          padding: 5.46875vw; } }
      @media (min-width: 900px) and (max-width: 1199px) {
        #page .event-recording .event-recording-top .title-area {
          padding: 5.46875vw; } }
      @media (min-width: 1200px) and (max-width: 1799px) {
        #page .event-recording .event-recording-top .title-area {
          padding: 3.66013vw; } }
      @media (min-width: 1800px) {
        #page .event-recording .event-recording-top .title-area {
          padding: 2.8646vw; } }
      @media (max-width: 899px) {
        #page .event-recording .event-recording-top .title-area {
          border-right: none !important; } }
      #page .event-recording .event-recording-top .title-area a {
        border-bottom: none;
        color: currentColor;
        text-decoration: none;
        background: transparent;
        background-image: linear-gradient(black, black);
        background-size: 1px 1px;
        background-repeat: repeat-x;
        background-position: 0% 100%; }
        #page .event-recording .event-recording-top .title-area a:hover {
          background-image: linear-gradient(#ee0085, #ee0085); }

@media (min-width: 600px) and (max-width: 599px) {
  #page .event-recording .event-recording-top .title-area h1, #page .event-recording .event-recording-top .title-area .article-header .main, .article-header #page .event-recording .event-recording-top .title-area .main {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 30px;
    line-height: 1.33;
    letter-spacing: -1.2px; } }

@media (min-width: 600px) and (min-width: 600px) {
  #page .event-recording .event-recording-top .title-area h1, #page .event-recording .event-recording-top .title-area .article-header .main, .article-header #page .event-recording .event-recording-top .title-area .main {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 42px;
    line-height: 1.24;
    letter-spacing: -0.0642857em; } }

@media (min-width: 600px) and (min-width: 1200px) {
  #page .event-recording .event-recording-top .title-area h1, #page .event-recording .event-recording-top .title-area .article-header .main, .article-header #page .event-recording .event-recording-top .title-area .main {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 72px;
    line-height: 1.17;
    letter-spacing: -3.4px; } }
      @media (max-width: 599px) {
        #page .event-recording .event-recording-top .title-area h1, #page .event-recording .event-recording-top .title-area .article-header .main, .article-header #page .event-recording .event-recording-top .title-area .main {
          font-family: 'Lars';
          font-size: 24px;
          line-height: 1.4;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 42px;
          line-height: 1.24;
          letter-spacing: -0.0642857em; } }
    #page .event-recording .event-recording-top .info-area {
      grid-area: right_col;
      margin: 0; }
      @media (max-width: 599px) {
        #page .event-recording .event-recording-top .info-area {
          padding: 4vw; } }
      @media (min-width: 600px) and (max-width: 899px) {
        #page .event-recording .event-recording-top .info-area {
          padding: 5.46875vw; } }
      @media (min-width: 900px) and (max-width: 1199px) {
        #page .event-recording .event-recording-top .info-area {
          padding: 5.46875vw; } }
      @media (min-width: 1200px) and (max-width: 1799px) {
        #page .event-recording .event-recording-top .info-area {
          padding: 3.66013vw; } }
      @media (min-width: 1800px) {
        #page .event-recording .event-recording-top .info-area {
          padding: 2.8646vw; } }
      @media (max-width: 599px) {
        #page .event-recording .event-recording-top .info-area {
          padding-bottom: 6vw; } }
      @media (min-width: 600px) and (max-width: 899px) {
        #page .event-recording .event-recording-top .info-area {
          padding-bottom: 8.20312vw; } }
      @media (min-width: 900px) and (max-width: 1199px) {
        #page .event-recording .event-recording-top .info-area {
          padding-bottom: 8.20312vw; } }
      @media (min-width: 1200px) and (max-width: 1799px) {
        #page .event-recording .event-recording-top .info-area {
          padding-bottom: 5.49019vw; } }
      @media (min-width: 1800px) {
        #page .event-recording .event-recording-top .info-area {
          padding-bottom: 4.2969vw; } }
      #page .event-recording .event-recording-top .info-area .info-list, .project-page #page .event-recording .event-recording-top .info-area .project-information-details > div, .project-page #page #content-overlay .event-recording .event-recording-top .info-area .project-information-details > div, #page .event-recording .event-recording-top .info-area #content-overlay .project-information-details > div, #content-overlay #page .event-recording .event-recording-top .info-area .project-information-details > div, #page .event-recording .event-recording-top .info-area #content-overlay #content-overlay .project-information-details > div {
        margin-top: 0; }
      #page .event-recording .event-recording-top .info-area .quote-footer {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        @media (max-width: 599px) {
          #page .event-recording .event-recording-top .info-area .quote-footer .cta {
            display: block;
            margin-top: 10px; } }
        @media (min-width: 900px) and (max-width: 1199px) {
          #page .event-recording .event-recording-top .info-area .quote-footer .cta {
            display: block;
            margin-top: 10px; } }
        #page .event-recording .event-recording-top .info-area .quote-footer .next-slide {
          line-height: 1;
          align-self: center;
          border-bottom: none;
          color: currentColor;
          text-decoration: none;
          background: transparent;
          background-image: linear-gradient(black, black);
          background-size: 1px 1px;
          background-repeat: repeat-x;
          background-position: 0% 100%; }
          #page .event-recording .event-recording-top .info-area .quote-footer .next-slide:hover {
            background-image: linear-gradient(#ee0085, #ee0085); }
    #page .event-recording .event-recording-top .quotes-slider .quote-slide .quote-content {
      margin-bottom: 1em;
      cursor: move; }
      @media (max-width: 599px) {
        #page .event-recording .event-recording-top .quotes-slider .quote-slide .quote-content {
          font-family: 'Panama';
          font-size: 26px;
          line-height: 1.16;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 21px;
          line-height: 1.24;
          letter-spacing: -0.6px; } }
      @media (min-width: 600px) {
        #page .event-recording .event-recording-top .quotes-slider .quote-slide .quote-content {
          font-family: 'Panama';
          font-size: 26px;
          line-height: 1.16;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 26px;
          line-height: 1.25;
          letter-spacing: -0.9px; } }
      @media (min-width: 1200px) {
        #page .event-recording .event-recording-top .quotes-slider .quote-slide .quote-content {
          font-family: 'Panama';
          font-size: 26px;
          line-height: 1.16;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 32px;
          line-height: 1.25;
          letter-spacing: -0.9px; } }
    @media (max-width: 899px) {
      #page .event-recording .event-recording-top {
        grid-template-columns: 100%;
        grid-template-areas: "left_col" "video" "right_col"; }
        #page .event-recording .event-recording-top .info-area {
          margin-bottom: 0;
          margin-top: 0; }
        #page .event-recording .event-recording-top .info-list, .project-page #page .event-recording .event-recording-top .project-information-details > div, .project-page #page #content-overlay .event-recording .event-recording-top .project-information-details > div, #page .event-recording .event-recording-top #content-overlay .project-information-details > div, #content-overlay #page .event-recording .event-recording-top .project-information-details > div, #page .event-recording .event-recording-top #content-overlay #content-overlay .project-information-details > div {
          margin-bottom: 1.5em; }
          #page .event-recording .event-recording-top .info-list dt, .project-page #page .event-recording .event-recording-top .project-information-details > div dt, .project-page #page #content-overlay .event-recording .event-recording-top .project-information-details > div dt, #page .event-recording .event-recording-top #content-overlay .project-information-details > div dt, #content-overlay #page .event-recording .event-recording-top .project-information-details > div dt, #page .event-recording .event-recording-top #content-overlay #content-overlay .project-information-details > div dt {
            font-family: 'Lars';
            font-size: 24px;
            line-height: 1.4;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            font-size: 24px;
            line-height: 1.33;
            letter-spacing: -1px; }
          #page .event-recording .event-recording-top .info-list dd, .project-page #page .event-recording .event-recording-top .project-information-details > div dd, .project-page #page #content-overlay .event-recording .event-recording-top .project-information-details > div dd, #page .event-recording .event-recording-top #content-overlay .project-information-details > div dd, #content-overlay #page .event-recording .event-recording-top .project-information-details > div dd, #page .event-recording .event-recording-top #content-overlay #content-overlay .project-information-details > div dd {
            font-family: 'Panama';
            font-size: 26px;
            line-height: 1.16;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            font-size: 26px;
            line-height: 1.25;
            letter-spacing: -0.9px; } }

@media (max-width: 599px) {
  .related-content-header {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: -1px; } }

@media (min-width: 600px) {
  .related-content-header {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 30px;
    line-height: 1.33;
    letter-spacing: -1.2px; } }

@media (min-width: 1200px) {
  .related-content-header {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 42px;
    line-height: 1.24;
    letter-spacing: -0.0642857em; } }

.linklist li {
  position: relative;
  white-space: nowrap;
  vertical-align: middle;
  overflow-x: hidden; }
  .linklist li .scrollcontainer {
    max-width: 100%;
    display: flex;
    overflow-x: hidden; }
  .linklist li .scrollcontent {
    flex-shrink: 0;
    display: flex;
    align-items: center; }
    @media (max-width: 599px) {
      .linklist li .scrollcontent {
        padding-left: 4vw; } }
    @media (min-width: 600px) and (max-width: 899px) {
      .linklist li .scrollcontent {
        padding-left: 5.46875vw; } }
    @media (min-width: 900px) and (max-width: 1199px) {
      .linklist li .scrollcontent {
        padding-left: 5.46875vw; } }
    @media (min-width: 1200px) and (max-width: 1799px) {
      .linklist li .scrollcontent {
        padding-left: 3.66013vw; } }
    @media (min-width: 1800px) {
      .linklist li .scrollcontent {
        padding-left: 2.8646vw; } }
  .linklist li a {
    display: block;
    display: flex;
    align-items: center;
    z-index: 10;
    height: 2em; }
    @media (max-width: 599px) {
      .linklist li a {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 24px;
        line-height: 1.33;
        letter-spacing: -1px; } }
    @media (min-width: 600px) {
      .linklist li a {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 30px;
        line-height: 1.33;
        letter-spacing: -1.2px; } }
    @media (min-width: 1200px) {
      .linklist li a {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 42px;
        line-height: 1.24;
        letter-spacing: -0.0642857em; } }
    @media (max-width: 599px) {
      .linklist li a {
        height: 1.5em; } }
  .linklist li > div {
    padding: 0.8em 0 0.7em 0;
    display: flex;
    align-items: center;
    width: auto;
    overflow-x: scroll;
    max-width: 100%; }
    @media (max-width: 599px) {
      .linklist li > div {
        padding: 0.65em 0 0.5em 0; } }
  .linklist li .ll-type {
    color: rgba(0, 0, 0, 0.33);
    margin-right: 0.5em; }
    @media (max-width: 599px) {
      .linklist li .ll-type {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 24px;
        line-height: 1.33;
        letter-spacing: -1px; } }
    @media (min-width: 600px) {
      .linklist li .ll-type {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 30px;
        line-height: 1.33;
        letter-spacing: -1.2px; } }
    @media (min-width: 1200px) {
      .linklist li .ll-type {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 42px;
        line-height: 1.24;
        letter-spacing: -0.0642857em; } }
  .linklist li .ll-title {
    margin-right: 0.5em; }
    @media (max-width: 599px) {
      .linklist li .ll-title {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 24px;
        line-height: 1.33;
        letter-spacing: -1px; } }
    @media (min-width: 600px) {
      .linklist li .ll-title {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 30px;
        line-height: 1.33;
        letter-spacing: -1.2px; } }
    @media (min-width: 1200px) {
      .linklist li .ll-title {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 42px;
        line-height: 1.24;
        letter-spacing: -0.0642857em; } }
    .linklist li .ll-title.is-partner {
      margin-right: 0.5em; }
      @media (max-width: 599px) {
        .linklist li .ll-title.is-partner {
          font-family: 'Lars';
          font-size: 24px;
          line-height: 1.4;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 30px;
          line-height: 1.33;
          letter-spacing: -1.2px; } }
      @media (min-width: 600px) {
        .linklist li .ll-title.is-partner {
          font-family: 'Lars';
          font-size: 24px;
          line-height: 1.4;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 42px;
          line-height: 1.24;
          letter-spacing: -0.0642857em; } }
      @media (min-width: 1200px) {
        .linklist li .ll-title.is-partner {
          font-family: 'Lars';
          font-size: 24px;
          line-height: 1.4;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 72px;
          line-height: 1.17;
          letter-spacing: -3.4px; } }
  @media (max-width: 599px) {
    .linklist li .ll-content {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 26px;
      line-height: 1.25;
      letter-spacing: -0.9px; } }
  @media (min-width: 600px) {
    .linklist li .ll-content {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 32px;
      line-height: 1.25;
      letter-spacing: -0.9px; } }
  @media (min-width: 1200px) {
    .linklist li .ll-content {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 45px;
      line-height: 1.16;
      letter-spacing: -2px; } }
  @media (max-width: 599px) {
    .linklist li .ll-content {
      padding-right: 4vw; } }
  @media (min-width: 600px) and (max-width: 899px) {
    .linklist li .ll-content {
      padding-right: 5.46875vw; } }
  @media (min-width: 900px) and (max-width: 1199px) {
    .linklist li .ll-content {
      padding-right: 5.46875vw; } }
  @media (min-width: 1200px) and (max-width: 1799px) {
    .linklist li .ll-content {
      padding-right: 3.66013vw; } }
  @media (min-width: 1800px) {
    .linklist li .ll-content {
      padding-right: 2.8646vw; } }
  .linklist li img {
    height: 100%;
    width: auto;
    margin-right: 0.5em; }
    @media (max-width: 599px) {
      .linklist li img {
        height: 1.15em; } }
  .linklist li:after {
    position: absolute;
    top: 0;
    right: 0;
    padding: 3px;
    font-size: 10px;
    background-color: rgba(255, 255, 0, 0.5); }

#search-container {
  border-top: none;
  min-height: calc(100% - var(--margin-top)); }

.linklist [data-horizontal-drag] .scrollcontainer {
  cursor: move;
  display: block;
  overflow: hidden; }

.linklist [data-horizontal-buttons] .scrollcontent {
  display: flex;
  align-items: center; }

.linklist [data-horizontal-buttons] .left-overlay-button, .linklist [data-horizontal-buttons] .right-overlay-button {
  display: inline-block;
  height: 100%;
  width: 15%;
  position: absolute;
  top: 0;
  z-index: 20; }

.linklist [data-horizontal-buttons] .left-overlay-button {
  left: 0;
  cursor: w-resize; }

.linklist [data-horizontal-buttons] .right-overlay-button {
  right: 0;
  cursor: e-resize; }

.newsletter-section {
  position: relative; }

.video-container {
  padding: 0 !important; }
  @media (max-width: 599px) {
    .video-container .video-info .video-title {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 19px;
      line-height: 1.37;
      letter-spacing: -0.6px; } }
  @media (max-width: 599px) {
    .video-container .video-info .video-meta {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 21px;
      line-height: 1.24;
      letter-spacing: -0.6px; } }
  .video-container .videoplayer {
    margin-bottom: 0.4em; }

.videoplayer {
  position: relative;
  width: 100%; }
  .videoplayer video {
    width: 100%;
    max-height: 100%; }

.gallery-container {
  padding: 0 !important; }
  .gallery-container .gallery {
    position: relative;
    width: 100%;
    margin-bottom: 0.4em;
    max-height: 100%; }
    .gallery-container .gallery .slick-arrow {
      width: 20%;
      height: 100%;
      z-index: 2; }

.gallery figure img, .fullwidth figure img, .fullwidth_expand_two-cols figure img, .Teaser-section figure img, .news-overview figure img, .fullwidth-list figure img, .programmes-overview figure img {
  position: relative;
  margin: 0 auto;
  width: 100%;
  flex-shrink: 0; }

.gallery figure figcaption, .fullwidth figure figcaption, .fullwidth_expand_two-cols figure figcaption, .Teaser-section figure figcaption, .news-overview figure figcaption, .fullwidth-list figure figcaption, .programmes-overview figure figcaption {
  background-color: white;
  width: 100%; }

.aspect-ratio-box, .aspect-ratio-box-3-2, .aspect-ratio-box-16-9, .aspect-ratio-box-5-4, .aspect-ratio-box-1-1 {
  height: 0;
  overflow: hidden;
  padding-top: 66.66667%;
  background: orange;
  position: relative; }
  .aspect-ratio-box .aspect-ratio-box-inside, .aspect-ratio-box-3-2 .aspect-ratio-box-inside, .aspect-ratio-box-16-9 .aspect-ratio-box-inside, .aspect-ratio-box-5-4 .aspect-ratio-box-inside, .aspect-ratio-box-1-1 .aspect-ratio-box-inside {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .aspect-ratio-box .aspect-ratio-box-inside .flexbox-centering, .aspect-ratio-box-3-2 .aspect-ratio-box-inside .flexbox-centering, .aspect-ratio-box-16-9 .aspect-ratio-box-inside .flexbox-centering, .aspect-ratio-box-5-4 .aspect-ratio-box-inside .flexbox-centering, .aspect-ratio-box-1-1 .aspect-ratio-box-inside .flexbox-centering {
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center; }
      .aspect-ratio-box .aspect-ratio-box-inside .flexbox-centering img, .aspect-ratio-box-3-2 .aspect-ratio-box-inside .flexbox-centering img, .aspect-ratio-box-16-9 .aspect-ratio-box-inside .flexbox-centering img, .aspect-ratio-box-5-4 .aspect-ratio-box-inside .flexbox-centering img, .aspect-ratio-box-1-1 .aspect-ratio-box-inside .flexbox-centering img {
        width: 100%;
        height: auto; }
    .aspect-ratio-box .aspect-ratio-box-inside .viewport-sizing, .aspect-ratio-box-3-2 .aspect-ratio-box-inside .viewport-sizing, .aspect-ratio-box-16-9 .aspect-ratio-box-inside .viewport-sizing, .aspect-ratio-box-5-4 .aspect-ratio-box-inside .viewport-sizing, .aspect-ratio-box-1-1 .aspect-ratio-box-inside .viewport-sizing {
      font-size: 5vw; }

.aspect-ratio-box-3-2 {
  /*
  &:before{
    display: block;
    content: "";
    width: 100%;
    padding-top: ($h / $w) * 100%;
  }
  */
  padding-top: 66.66667%; }

.aspect-ratio-box-16-9 {
  /*
  &:before{
    display: block;
    content: "";
    width: 100%;
    padding-top: ($h / $w) * 100%;
  }
  */
  padding-top: 56.25%; }

.aspect-ratio-box-5-4 {
  /*
  &:before{
    display: block;
    content: "";
    width: 100%;
    padding-top: ($h / $w) * 100%;
  }
  */
  padding-top: 80%; }

.aspect-ratio-box-1-1 {
  /*
  &:before{
    display: block;
    content: "";
    width: 100%;
    padding-top: ($h / $w) * 100%;
  }
  */
  padding-top: 100%; }

@media (max-width: 599px) {
  .singleimage {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 8vw;
    margin: 4vw;
    padding: 0; } }

@media (min-width: 600px) and (max-width: 899px) {
  .singleimage {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-column-gap: 10.9375vw;
    margin: 5.46875vw;
    padding: 0; } }

@media (min-width: 900px) and (max-width: 1199px) {
  .singleimage {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-column-gap: 10.9375vw;
    margin: 5.46875vw;
    padding: 0; } }

@media (min-width: 1200px) and (max-width: 1799px) {
  .singleimage {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-column-gap: 7.32026vw;
    margin: 3.66013vw;
    padding: 0; } }

@media (min-width: 1800px) {
  .singleimage {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    grid-column-gap: 5.7292vw;
    margin: 2.8646vw;
    padding: 0; } }

figure .img-wrapper {
  max-height: calc(100vh - 100px);
  overflow: hidden;
  position: relative;
  width: 100%;
  display: flex !important;
  align-items: center;
  text-align: center; }
  @media (max-width: 599px) {
    figure .img-wrapper {
      max-height: calc(100vh - 60px); } }
  figure .img-wrapper img {
    width: 100%;
    z-index: 20; }
  figure .img-wrapper .lds-grid {
    z-index: 5;
    position: absolut;
    left: 50%;
    transform: translateX(-50%); }

figure figcaption {
  margin-top: 0.5em; }
  @media (max-width: 599px) {
    figure figcaption {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 21px;
      line-height: 1.24;
      letter-spacing: -0.6px; } }

#somefancyid {
  min-width: 0;
  grid-column-start: auto;
  grid-column-end: span 5;
  box-sizing: border-box; }
  @media (max-width: 599px) {
    #somefancyid {
      min-width: 0;
      grid-column-start: 1;
      grid-column-end: span 2;
      box-sizing: border-box; } }
  @media (min-width: 600px) {
    #somefancyid {
      min-width: 0;
      grid-column-start: 2;
      grid-column-end: span 2;
      box-sizing: border-box; } }
  @media (min-width: 1200px) {
    #somefancyid {
      min-width: 0;
      grid-column-start: 2;
      grid-column-end: span 4;
      box-sizing: border-box; } }
  @media (min-width: 1800px) {
    #somefancyid {
      min-width: 0;
      grid-column-start: 2;
      grid-column-end: span 6;
      box-sizing: border-box; } }

.image-centered, .align-center {
  min-width: 0;
  grid-column-start: 2;
  grid-column-end: span 4;
  box-sizing: border-box; }
  @media (max-width: 599px) {
    .image-centered, .align-center {
      min-width: 0;
      grid-column-start: 1;
      grid-column-end: span 2;
      box-sizing: border-box; } }
  @media (min-width: 600px) {
    .image-centered, .align-center {
      min-width: 0;
      grid-column-start: 1;
      grid-column-end: span 4;
      box-sizing: border-box; } }
  @media (min-width: 1200px) {
    .image-centered, .align-center {
      min-width: 0;
      grid-column-start: 2;
      grid-column-end: span 4;
      box-sizing: border-box; } }
  @media (min-width: 1800px) {
    .image-centered, .align-center {
      min-width: 0;
      grid-column-start: 3;
      grid-column-end: span 4;
      box-sizing: border-box; } }

@media (max-width: 599px) {
  .block-align-center {
    min-width: 0;
    grid-column-start: 1;
    grid-column-end: span 2;
    box-sizing: border-box; } }

@media (min-width: 600px) and (max-width: 899px) {
  .block-align-center {
    min-width: 0;
    grid-column-start: 1;
    grid-column-end: span 4;
    box-sizing: border-box; } }

@media (min-width: 900px) and (max-width: 1199px) {
  .block-align-center {
    min-width: 0;
    grid-column-start: 1;
    grid-column-end: span 3;
    box-sizing: border-box; } }

@media (min-width: 1200px) {
  .block-align-center {
    min-width: 0;
    grid-column-start: 2;
    grid-column-end: span 4;
    box-sizing: border-box; } }

@media (min-width: 1800px) {
  .block-align-center {
    min-width: 0;
    grid-column-start: 3;
    grid-column-end: span 4;
    box-sizing: border-box; } }

.block-align-left {
  min-width: 0;
  grid-column-start: 1;
  grid-column-end: span 4;
  box-sizing: border-box; }
  @media (max-width: 599px) {
    .block-align-left {
      min-width: 0;
      grid-column-start: 1;
      grid-column-end: span 2;
      box-sizing: border-box; } }
  @media (min-width: 600px) and (max-width: 899px) {
    .block-align-left {
      min-width: 0;
      grid-column-start: 1;
      grid-column-end: span 4;
      box-sizing: border-box; } }
  @media (min-width: 900px) and (max-width: 1199px) {
    .block-align-left {
      min-width: 0;
      grid-column-start: 1;
      grid-column-end: span 3;
      box-sizing: border-box; } }
  @media (min-width: 1200px) {
    .block-align-left {
      min-width: 0;
      grid-column-start: 1;
      grid-column-end: span 4;
      box-sizing: border-box; } }
  @media (min-width: 1800px) {
    .block-align-left {
      min-width: 0;
      grid-column-start: 1;
      grid-column-end: span 4;
      box-sizing: border-box; } }

.block-align-right {
  min-width: 0;
  grid-column-start: 3;
  grid-column-end: span 4;
  box-sizing: border-box;
  min-width: 0;
  grid-column-start: 1;
  grid-column-end: span 4;
  box-sizing: border-box; }
  @media (max-width: 599px) {
    .block-align-right {
      min-width: 0;
      grid-column-start: 1;
      grid-column-end: span 2;
      box-sizing: border-box; } }
  @media (min-width: 600px) {
    .block-align-right {
      min-width: 0;
      grid-column-start: 2;
      grid-column-end: span 3;
      box-sizing: border-box; } }
  @media (min-width: 1200px) {
    .block-align-right {
      min-width: 0;
      grid-column-start: 3;
      grid-column-end: span 4;
      box-sizing: border-box; } }
  @media (min-width: 1800px) {
    .block-align-right {
      min-width: 0;
      grid-column-start: 4;
      grid-column-end: span 4;
      box-sizing: border-box; } }

.textblock, .hero2 .fs-hero-subline, .article-grid .col:empty p, .textblock-centered, .media-block-centered, .textblock-left, .media-block-left, .textblock-right, .media-block-right, .textblock-full, .media-block-full {
  min-width: 0;
  grid-column-start: auto;
  grid-column: 1/-1;
  box-sizing: border-box; }
  @media (max-width: 899px) {
    .textblock, .hero2 .fs-hero-subline, .article-grid .col:empty p, .textblock-centered, .media-block-centered, .textblock-left, .media-block-left, .textblock-right, .media-block-right, .textblock-full, .media-block-full {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 19px;
      line-height: 1.37;
      letter-spacing: -0.6px; } }
  @media (min-width: 900px) {
    .textblock, .hero2 .fs-hero-subline, .article-grid .col:empty p, .textblock-centered, .media-block-centered, .textblock-left, .media-block-left, .textblock-right, .media-block-right, .textblock-full, .media-block-full {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 24px;
      line-height: 1.33;
      letter-spacing: -1px; } }
  .textblock.small-font, .hero2 .small-font.fs-hero-subline, .article-grid .col:empty p.small-font, .small-font.textblock-centered, .small-font.media-block-centered, .small-font.textblock-left, .small-font.media-block-left, .small-font.textblock-right, .small-font.media-block-right, .small-font.textblock-full, .small-font.media-block-full, .textblock p.small-font, .hero2 .fs-hero-subline p.small-font, .article-grid .col:empty p p.small-font, .textblock-centered p.small-font, .media-block-centered p.small-font, .textblock-left p.small-font, .media-block-left p.small-font, .textblock-right p.small-font, .media-block-right p.small-font, .textblock-full p.small-font, .media-block-full p.small-font {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 19px;
    line-height: 1.37;
    letter-spacing: -0.6px; }
  @media (max-width: 599px) {
    .textblock .intro, .hero2 .fs-hero-subline .intro, .article-grid .col:empty p .intro, .textblock-centered .intro, .media-block-centered .intro, .textblock-left .intro, .media-block-left .intro, .textblock-right .intro, .media-block-right .intro, .textblock-full .intro, .media-block-full .intro {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 19px;
      line-height: 1.37;
      letter-spacing: -0.6px; } }
  @media (min-width: 600px) {
    .textblock .intro, .hero2 .fs-hero-subline .intro, .article-grid .col:empty p .intro, .textblock-centered .intro, .media-block-centered .intro, .textblock-left .intro, .media-block-left .intro, .textblock-right .intro, .media-block-right .intro, .textblock-full .intro, .media-block-full .intro {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 24px;
      line-height: 1.33;
      letter-spacing: -1px; } }
  @media (min-width: 1200px) {
    .textblock .intro, .hero2 .fs-hero-subline .intro, .article-grid .col:empty p .intro, .textblock-centered .intro, .media-block-centered .intro, .textblock-left .intro, .media-block-left .intro, .textblock-right .intro, .media-block-right .intro, .textblock-full .intro, .media-block-full .intro {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 30px;
      line-height: 1.33;
      letter-spacing: -1.2px; } }
  .textblock h2, .hero2 .fs-hero-subline h2, .article-grid .col:empty p h2, .textblock-centered h2, .media-block-centered h2, .textblock-left h2, .media-block-left h2, .textblock-right h2, .media-block-right h2, .textblock-full h2, .media-block-full h2, .textblock .article-header .intro, .article-header .textblock .intro, .hero2 .fs-hero-subline .article-header .intro, .article-header .hero2 .fs-hero-subline .intro, .article-grid .col:empty p .article-header .intro, .article-header .article-grid .col:empty p .intro, .textblock-centered .article-header .intro, .article-header .textblock-centered .intro, .media-block-centered .article-header .intro, .article-header .media-block-centered .intro, .textblock-left .article-header .intro, .article-header .textblock-left .intro, .media-block-left .article-header .intro, .article-header .media-block-left .intro, .textblock-right .article-header .intro, .article-header .textblock-right .intro, .media-block-right .article-header .intro, .article-header .media-block-right .intro, .textblock-full .article-header .intro, .article-header .textblock-full .intro, .media-block-full .article-header .intro, .article-header .media-block-full .intro, .textblock h3, .hero2 .fs-hero-subline h3, .article-grid .col:empty p h3, .textblock-centered h3, .media-block-centered h3, .textblock-left h3, .media-block-left h3, .textblock-right h3, .media-block-right h3, .textblock-full h3, .media-block-full h3 {
    margin-bottom: 10px; }
  .textblock h3 + p, .hero2 .fs-hero-subline h3 + p, .article-grid .col:empty p h3 + p, .textblock-centered h3 + p, .media-block-centered h3 + p, .textblock-left h3 + p, .media-block-left h3 + p, .textblock-right h3 + p, .media-block-right h3 + p, .textblock-full h3 + p, .media-block-full h3 + p {
    margin-top: 1em; }
  .textblock p, .hero2 .fs-hero-subline p, .article-grid .col:empty p p, .textblock-centered p, .media-block-centered p, .textblock-left p, .media-block-left p, .textblock-right p, .media-block-right p, .textblock-full p, .media-block-full p {
    margin-bottom: 1em; }
  @media (max-width: 899px) {
    .textblock strong, .hero2 .fs-hero-subline strong, .article-grid .col:empty p strong, .textblock-centered strong, .media-block-centered strong, .textblock-left strong, .media-block-left strong, .textblock-right strong, .media-block-right strong, .textblock-full strong, .media-block-full strong, .textblock b, .hero2 .fs-hero-subline b, .article-grid .col:empty p b, .textblock-centered b, .media-block-centered b, .textblock-left b, .media-block-left b, .textblock-right b, .media-block-right b, .textblock-full b, .media-block-full b {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 21px;
      line-height: 1.24;
      letter-spacing: -0.6px; } }
  @media (min-width: 900px) {
    .textblock strong, .hero2 .fs-hero-subline strong, .article-grid .col:empty p strong, .textblock-centered strong, .media-block-centered strong, .textblock-left strong, .media-block-left strong, .textblock-right strong, .media-block-right strong, .textblock-full strong, .media-block-full strong, .textblock b, .hero2 .fs-hero-subline b, .article-grid .col:empty p b, .textblock-centered b, .media-block-centered b, .textblock-left b, .media-block-left b, .textblock-right b, .media-block-right b, .textblock-full b, .media-block-full b {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 26px;
      line-height: 1.25;
      letter-spacing: -0.9px; } }
  .textblock strong + p, .hero2 .fs-hero-subline strong + p, .article-grid .col:empty p strong + p, .textblock-centered strong + p, .media-block-centered strong + p, .textblock-left strong + p, .media-block-left strong + p, .textblock-right strong + p, .media-block-right strong + p, .textblock-full strong + p, .media-block-full strong + p {
    margin-top: 0.4em; }
  .textblock .is-film-title, .hero2 .fs-hero-subline .is-film-title, .article-grid .col:empty p .is-film-title, .textblock-centered .is-film-title, .media-block-centered .is-film-title, .textblock-left .is-film-title, .media-block-left .is-film-title, .textblock-right .is-film-title, .media-block-right .is-film-title, .textblock-full .is-film-title, .media-block-full .is-film-title {
    text-transform: uppercase; }
  .textblock .question, .hero2 .fs-hero-subline .question, .article-grid .col:empty p .question, .textblock-centered .question, .media-block-centered .question, .textblock-left .question, .media-block-left .question, .textblock-right .question, .media-block-right .question, .textblock-full .question, .media-block-full .question {
    margin-left: var(--gutter); }
  .textblock .answer, .hero2 .fs-hero-subline .answer, .article-grid .col:empty p .answer, .textblock-centered .answer, .media-block-centered .answer, .textblock-left .answer, .media-block-left .answer, .textblock-right .answer, .media-block-right .answer, .textblock-full .answer, .media-block-full .answer {
    margin-bottom: 1.5em !important; }
  .textblock button, .hero2 .fs-hero-subline button, .article-grid .col:empty p button, .textblock-centered button, .media-block-centered button, .textblock-left button, .media-block-left button, .textblock-right button, .media-block-right button, .textblock-full button, .media-block-full button, .textblock .button, .hero2 .fs-hero-subline .button, .article-grid .col:empty p .button, .textblock-centered .button, .media-block-centered .button, .textblock-left .button, .media-block-left .button, .textblock-right .button, .media-block-right .button, .textblock-full .button, .media-block-full .button {
    margin: 1em 0; }
    @media (min-width: 1200px) {
      .textblock button, .hero2 .fs-hero-subline button, .article-grid .col:empty p button, .textblock-centered button, .media-block-centered button, .textblock-left button, .media-block-left button, .textblock-right button, .media-block-right button, .textblock-full button, .media-block-full button, .textblock .button, .hero2 .fs-hero-subline .button, .article-grid .col:empty p .button, .textblock-centered .button, .media-block-centered .button, .textblock-left .button, .media-block-left .button, .textblock-right .button, .media-block-right .button, .textblock-full .button, .media-block-full .button {
        display: inline-block;
        border: 2px solid  #000000;
        margin: 0 0.5em 0 0;
        padding: 0.25em 0.8em 0.25em 0.8em;
        line-height: 1;
        text-decoration: none;
        cursor: pointer;
        text-align: center;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-color: transparent;
        -webkit-tap-highlight-color: transparent;
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 24px;
        line-height: 1.33;
        letter-spacing: -1px;
        padding: 0.31em 0.875em 0.25em 0.875em;
        border-radius: 16px;
        border: solid 1px #000000;
        line-height: 1; }
        .textblock button:not(.dosearch), .hero2 .fs-hero-subline button:not(.dosearch), .article-grid .col:empty p button:not(.dosearch), .textblock-centered button:not(.dosearch), .media-block-centered button:not(.dosearch), .textblock-left button:not(.dosearch), .media-block-left button:not(.dosearch), .textblock-right button:not(.dosearch), .media-block-right button:not(.dosearch), .textblock-full button:not(.dosearch), .media-block-full button:not(.dosearch), .textblock .button:not(.dosearch), .hero2 .fs-hero-subline .button:not(.dosearch), .article-grid .col:empty p .button:not(.dosearch), .textblock-centered .button:not(.dosearch), .media-block-centered .button:not(.dosearch), .textblock-left .button:not(.dosearch), .media-block-left .button:not(.dosearch), .textblock-right .button:not(.dosearch), .media-block-right .button:not(.dosearch), .textblock-full .button:not(.dosearch), .media-block-full .button:not(.dosearch) {
          min-width: 4em; }
        .textblock button.color-white, .hero2 .fs-hero-subline button.color-white, .article-grid .col:empty p button.color-white, .textblock-centered button.color-white, .media-block-centered button.color-white, .textblock-left button.color-white, .media-block-left button.color-white, .textblock-right button.color-white, .media-block-right button.color-white, .textblock-full button.color-white, .media-block-full button.color-white, .textblock .button.color-white, .hero2 .fs-hero-subline .button.color-white, .article-grid .col:empty p .button.color-white, .textblock-centered .button.color-white, .media-block-centered .button.color-white, .textblock-left .button.color-white, .media-block-left .button.color-white, .textblock-right .button.color-white, .media-block-right .button.color-white, .textblock-full .button.color-white, .media-block-full .button.color-white {
          border-color: #FFFFFF; }
        .textblock button.bg-transparent, .hero2 .fs-hero-subline button.bg-transparent, .article-grid .col:empty p button.bg-transparent, .textblock-centered button.bg-transparent, .media-block-centered button.bg-transparent, .textblock-left button.bg-transparent, .media-block-left button.bg-transparent, .textblock-right button.bg-transparent, .media-block-right button.bg-transparent, .textblock-full button.bg-transparent, .media-block-full button.bg-transparent, .textblock .button.bg-transparent, .hero2 .fs-hero-subline .button.bg-transparent, .article-grid .col:empty p .button.bg-transparent, .textblock-centered .button.bg-transparent, .media-block-centered .button.bg-transparent, .textblock-left .button.bg-transparent, .media-block-left .button.bg-transparent, .textblock-right .button.bg-transparent, .media-block-right .button.bg-transparent, .textblock-full .button.bg-transparent, .media-block-full .button.bg-transparent {
          background-color: transparent; }
        .textblock button:hover, .hero2 .fs-hero-subline button:hover, .article-grid .col:empty p button:hover, .textblock-centered button:hover, .media-block-centered button:hover, .textblock-left button:hover, .media-block-left button:hover, .textblock-right button:hover, .media-block-right button:hover, .textblock-full button:hover, .media-block-full button:hover, .textblock .button:hover, .hero2 .fs-hero-subline .button:hover, .article-grid .col:empty p .button:hover, .textblock-centered .button:hover, .media-block-centered .button:hover, .textblock-left .button:hover, .media-block-left .button:hover, .textblock-right .button:hover, .media-block-right .button:hover, .textblock-full .button:hover, .media-block-full .button:hover {
          color: #ee0085;
          border-color: #ee0085; }
        .textblock button:focus, .hero2 .fs-hero-subline button:focus, .article-grid .col:empty p button:focus, .textblock-centered button:focus, .media-block-centered button:focus, .textblock-left button:focus, .media-block-left button:focus, .textblock-right button:focus, .media-block-right button:focus, .textblock-full button:focus, .media-block-full button:focus, .textblock .button:focus, .hero2 .fs-hero-subline .button:focus, .article-grid .col:empty p .button:focus, .textblock-centered .button:focus, .media-block-centered .button:focus, .textblock-left .button:focus, .media-block-left .button:focus, .textblock-right .button:focus, .media-block-right .button:focus, .textblock-full .button:focus, .media-block-full .button:focus {
          outline: 1px solid #fff;
          outline-offset: -4px; }
        .textblock button:active, .hero2 .fs-hero-subline button:active, .article-grid .col:empty p button:active, .textblock-centered button:active, .media-block-centered button:active, .textblock-left button:active, .media-block-left button:active, .textblock-right button:active, .media-block-right button:active, .textblock-full button:active, .media-block-full button:active, .textblock .button:active, .hero2 .fs-hero-subline .button:active, .article-grid .col:empty p .button:active, .textblock-centered .button:active, .media-block-centered .button:active, .textblock-left .button:active, .media-block-left .button:active, .textblock-right .button:active, .media-block-right .button:active, .textblock-full .button:active, .media-block-full .button:active {
          color: currentColor; }
        .textblock button:hover:active, .hero2 .fs-hero-subline button:hover:active, .article-grid .col:empty p button:hover:active, .textblock-centered button:hover:active, .media-block-centered button:hover:active, .textblock-left button:hover:active, .media-block-left button:hover:active, .textblock-right button:hover:active, .media-block-right button:hover:active, .textblock-full button:hover:active, .media-block-full button:hover:active, .textblock .button:hover:active, .hero2 .fs-hero-subline .button:hover:active, .article-grid .col:empty p .button:hover:active, .textblock-centered .button:hover:active, .media-block-centered .button:hover:active, .textblock-left .button:hover:active, .media-block-left .button:hover:active, .textblock-right .button:hover:active, .media-block-right .button:hover:active, .textblock-full .button:hover:active, .media-block-full .button:hover:active {
          color: #ee0085; } }
    @media (max-width: 1199px) {
      .textblock button, .hero2 .fs-hero-subline button, .article-grid .col:empty p button, .textblock-centered button, .media-block-centered button, .textblock-left button, .media-block-left button, .textblock-right button, .media-block-right button, .textblock-full button, .media-block-full button, .textblock .button, .hero2 .fs-hero-subline .button, .article-grid .col:empty p .button, .textblock-centered .button, .media-block-centered .button, .textblock-left .button, .media-block-left .button, .textblock-right .button, .media-block-right .button, .textblock-full .button, .media-block-full .button {
        display: inline-block;
        border: 2px solid  #000000;
        margin: 0 0.5em 0 0;
        padding: 0.25em 0.8em 0.25em 0.8em;
        line-height: 1;
        text-decoration: none;
        cursor: pointer;
        text-align: center;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-color: transparent;
        -webkit-tap-highlight-color: transparent;
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 24px;
        line-height: 1.33;
        letter-spacing: -1px;
        padding: 0.31em 0.875em 0.25em 0.875em;
        border-radius: 16px;
        border: solid 1px #000000;
        line-height: 1; }
        .textblock button:not(.dosearch), .hero2 .fs-hero-subline button:not(.dosearch), .article-grid .col:empty p button:not(.dosearch), .textblock-centered button:not(.dosearch), .media-block-centered button:not(.dosearch), .textblock-left button:not(.dosearch), .media-block-left button:not(.dosearch), .textblock-right button:not(.dosearch), .media-block-right button:not(.dosearch), .textblock-full button:not(.dosearch), .media-block-full button:not(.dosearch), .textblock .button:not(.dosearch), .hero2 .fs-hero-subline .button:not(.dosearch), .article-grid .col:empty p .button:not(.dosearch), .textblock-centered .button:not(.dosearch), .media-block-centered .button:not(.dosearch), .textblock-left .button:not(.dosearch), .media-block-left .button:not(.dosearch), .textblock-right .button:not(.dosearch), .media-block-right .button:not(.dosearch), .textblock-full .button:not(.dosearch), .media-block-full .button:not(.dosearch) {
          min-width: 4em; }
        .textblock button.color-white, .hero2 .fs-hero-subline button.color-white, .article-grid .col:empty p button.color-white, .textblock-centered button.color-white, .media-block-centered button.color-white, .textblock-left button.color-white, .media-block-left button.color-white, .textblock-right button.color-white, .media-block-right button.color-white, .textblock-full button.color-white, .media-block-full button.color-white, .textblock .button.color-white, .hero2 .fs-hero-subline .button.color-white, .article-grid .col:empty p .button.color-white, .textblock-centered .button.color-white, .media-block-centered .button.color-white, .textblock-left .button.color-white, .media-block-left .button.color-white, .textblock-right .button.color-white, .media-block-right .button.color-white, .textblock-full .button.color-white, .media-block-full .button.color-white {
          border-color: #FFFFFF; }
        .textblock button.bg-transparent, .hero2 .fs-hero-subline button.bg-transparent, .article-grid .col:empty p button.bg-transparent, .textblock-centered button.bg-transparent, .media-block-centered button.bg-transparent, .textblock-left button.bg-transparent, .media-block-left button.bg-transparent, .textblock-right button.bg-transparent, .media-block-right button.bg-transparent, .textblock-full button.bg-transparent, .media-block-full button.bg-transparent, .textblock .button.bg-transparent, .hero2 .fs-hero-subline .button.bg-transparent, .article-grid .col:empty p .button.bg-transparent, .textblock-centered .button.bg-transparent, .media-block-centered .button.bg-transparent, .textblock-left .button.bg-transparent, .media-block-left .button.bg-transparent, .textblock-right .button.bg-transparent, .media-block-right .button.bg-transparent, .textblock-full .button.bg-transparent, .media-block-full .button.bg-transparent {
          background-color: transparent; }
        .textblock button:hover, .hero2 .fs-hero-subline button:hover, .article-grid .col:empty p button:hover, .textblock-centered button:hover, .media-block-centered button:hover, .textblock-left button:hover, .media-block-left button:hover, .textblock-right button:hover, .media-block-right button:hover, .textblock-full button:hover, .media-block-full button:hover, .textblock .button:hover, .hero2 .fs-hero-subline .button:hover, .article-grid .col:empty p .button:hover, .textblock-centered .button:hover, .media-block-centered .button:hover, .textblock-left .button:hover, .media-block-left .button:hover, .textblock-right .button:hover, .media-block-right .button:hover, .textblock-full .button:hover, .media-block-full .button:hover {
          color: #ee0085;
          border-color: #ee0085; }
        .textblock button:focus, .hero2 .fs-hero-subline button:focus, .article-grid .col:empty p button:focus, .textblock-centered button:focus, .media-block-centered button:focus, .textblock-left button:focus, .media-block-left button:focus, .textblock-right button:focus, .media-block-right button:focus, .textblock-full button:focus, .media-block-full button:focus, .textblock .button:focus, .hero2 .fs-hero-subline .button:focus, .article-grid .col:empty p .button:focus, .textblock-centered .button:focus, .media-block-centered .button:focus, .textblock-left .button:focus, .media-block-left .button:focus, .textblock-right .button:focus, .media-block-right .button:focus, .textblock-full .button:focus, .media-block-full .button:focus {
          outline: 1px solid #fff;
          outline-offset: -4px; }
        .textblock button:active, .hero2 .fs-hero-subline button:active, .article-grid .col:empty p button:active, .textblock-centered button:active, .media-block-centered button:active, .textblock-left button:active, .media-block-left button:active, .textblock-right button:active, .media-block-right button:active, .textblock-full button:active, .media-block-full button:active, .textblock .button:active, .hero2 .fs-hero-subline .button:active, .article-grid .col:empty p .button:active, .textblock-centered .button:active, .media-block-centered .button:active, .textblock-left .button:active, .media-block-left .button:active, .textblock-right .button:active, .media-block-right .button:active, .textblock-full .button:active, .media-block-full .button:active {
          color: currentColor; }
        .textblock button:hover:active, .hero2 .fs-hero-subline button:hover:active, .article-grid .col:empty p button:hover:active, .textblock-centered button:hover:active, .media-block-centered button:hover:active, .textblock-left button:hover:active, .media-block-left button:hover:active, .textblock-right button:hover:active, .media-block-right button:hover:active, .textblock-full button:hover:active, .media-block-full button:hover:active, .textblock .button:hover:active, .hero2 .fs-hero-subline .button:hover:active, .article-grid .col:empty p .button:hover:active, .textblock-centered .button:hover:active, .media-block-centered .button:hover:active, .textblock-left .button:hover:active, .media-block-left .button:hover:active, .textblock-right .button:hover:active, .media-block-right .button:hover:active, .textblock-full .button:hover:active, .media-block-full .button:hover:active {
          color: #ee0085; } }
    @media (max-width: 599px) {
      .textblock button, .hero2 .fs-hero-subline button, .article-grid .col:empty p button, .textblock-centered button, .media-block-centered button, .textblock-left button, .media-block-left button, .textblock-right button, .media-block-right button, .textblock-full button, .media-block-full button, .textblock .button, .hero2 .fs-hero-subline .button, .article-grid .col:empty p .button, .textblock-centered .button, .media-block-centered .button, .textblock-left .button, .media-block-left .button, .textblock-right .button, .media-block-right .button, .textblock-full .button, .media-block-full .button {
        display: inline-block;
        border: 2px solid  #000000;
        margin: 0 0.5em 0 0;
        padding: 0.25em 0.8em 0.25em 0.8em;
        line-height: 1;
        text-decoration: none;
        cursor: pointer;
        text-align: center;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-color: transparent;
        -webkit-tap-highlight-color: transparent;
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 19px;
        line-height: 1.37;
        letter-spacing: -0.6px;
        padding: 0.25em 0.875em 0.25em 0.875em;
        border-radius: 12px;
        border: solid 1px #000000;
        line-height: 1; }
        .textblock button:not(.dosearch), .hero2 .fs-hero-subline button:not(.dosearch), .article-grid .col:empty p button:not(.dosearch), .textblock-centered button:not(.dosearch), .media-block-centered button:not(.dosearch), .textblock-left button:not(.dosearch), .media-block-left button:not(.dosearch), .textblock-right button:not(.dosearch), .media-block-right button:not(.dosearch), .textblock-full button:not(.dosearch), .media-block-full button:not(.dosearch), .textblock .button:not(.dosearch), .hero2 .fs-hero-subline .button:not(.dosearch), .article-grid .col:empty p .button:not(.dosearch), .textblock-centered .button:not(.dosearch), .media-block-centered .button:not(.dosearch), .textblock-left .button:not(.dosearch), .media-block-left .button:not(.dosearch), .textblock-right .button:not(.dosearch), .media-block-right .button:not(.dosearch), .textblock-full .button:not(.dosearch), .media-block-full .button:not(.dosearch) {
          min-width: 4em; }
        .textblock button.color-white, .hero2 .fs-hero-subline button.color-white, .article-grid .col:empty p button.color-white, .textblock-centered button.color-white, .media-block-centered button.color-white, .textblock-left button.color-white, .media-block-left button.color-white, .textblock-right button.color-white, .media-block-right button.color-white, .textblock-full button.color-white, .media-block-full button.color-white, .textblock .button.color-white, .hero2 .fs-hero-subline .button.color-white, .article-grid .col:empty p .button.color-white, .textblock-centered .button.color-white, .media-block-centered .button.color-white, .textblock-left .button.color-white, .media-block-left .button.color-white, .textblock-right .button.color-white, .media-block-right .button.color-white, .textblock-full .button.color-white, .media-block-full .button.color-white {
          border-color: #FFFFFF; }
        .textblock button.bg-transparent, .hero2 .fs-hero-subline button.bg-transparent, .article-grid .col:empty p button.bg-transparent, .textblock-centered button.bg-transparent, .media-block-centered button.bg-transparent, .textblock-left button.bg-transparent, .media-block-left button.bg-transparent, .textblock-right button.bg-transparent, .media-block-right button.bg-transparent, .textblock-full button.bg-transparent, .media-block-full button.bg-transparent, .textblock .button.bg-transparent, .hero2 .fs-hero-subline .button.bg-transparent, .article-grid .col:empty p .button.bg-transparent, .textblock-centered .button.bg-transparent, .media-block-centered .button.bg-transparent, .textblock-left .button.bg-transparent, .media-block-left .button.bg-transparent, .textblock-right .button.bg-transparent, .media-block-right .button.bg-transparent, .textblock-full .button.bg-transparent, .media-block-full .button.bg-transparent {
          background-color: transparent; }
        .textblock button:hover, .hero2 .fs-hero-subline button:hover, .article-grid .col:empty p button:hover, .textblock-centered button:hover, .media-block-centered button:hover, .textblock-left button:hover, .media-block-left button:hover, .textblock-right button:hover, .media-block-right button:hover, .textblock-full button:hover, .media-block-full button:hover, .textblock .button:hover, .hero2 .fs-hero-subline .button:hover, .article-grid .col:empty p .button:hover, .textblock-centered .button:hover, .media-block-centered .button:hover, .textblock-left .button:hover, .media-block-left .button:hover, .textblock-right .button:hover, .media-block-right .button:hover, .textblock-full .button:hover, .media-block-full .button:hover {
          color: #ee0085;
          border-color: #ee0085; }
        .textblock button:focus, .hero2 .fs-hero-subline button:focus, .article-grid .col:empty p button:focus, .textblock-centered button:focus, .media-block-centered button:focus, .textblock-left button:focus, .media-block-left button:focus, .textblock-right button:focus, .media-block-right button:focus, .textblock-full button:focus, .media-block-full button:focus, .textblock .button:focus, .hero2 .fs-hero-subline .button:focus, .article-grid .col:empty p .button:focus, .textblock-centered .button:focus, .media-block-centered .button:focus, .textblock-left .button:focus, .media-block-left .button:focus, .textblock-right .button:focus, .media-block-right .button:focus, .textblock-full .button:focus, .media-block-full .button:focus {
          outline: 1px solid #fff;
          outline-offset: -4px; }
        .textblock button:active, .hero2 .fs-hero-subline button:active, .article-grid .col:empty p button:active, .textblock-centered button:active, .media-block-centered button:active, .textblock-left button:active, .media-block-left button:active, .textblock-right button:active, .media-block-right button:active, .textblock-full button:active, .media-block-full button:active, .textblock .button:active, .hero2 .fs-hero-subline .button:active, .article-grid .col:empty p .button:active, .textblock-centered .button:active, .media-block-centered .button:active, .textblock-left .button:active, .media-block-left .button:active, .textblock-right .button:active, .media-block-right .button:active, .textblock-full .button:active, .media-block-full .button:active {
          color: currentColor; }
        .textblock button:hover:active, .hero2 .fs-hero-subline button:hover:active, .article-grid .col:empty p button:hover:active, .textblock-centered button:hover:active, .media-block-centered button:hover:active, .textblock-left button:hover:active, .media-block-left button:hover:active, .textblock-right button:hover:active, .media-block-right button:hover:active, .textblock-full button:hover:active, .media-block-full button:hover:active, .textblock .button:hover:active, .hero2 .fs-hero-subline .button:hover:active, .article-grid .col:empty p .button:hover:active, .textblock-centered .button:hover:active, .media-block-centered .button:hover:active, .textblock-left .button:hover:active, .media-block-left .button:hover:active, .textblock-right .button:hover:active, .media-block-right .button:hover:active, .textblock-full .button:hover:active, .media-block-full .button:hover:active {
          color: #ee0085; } }
  .textblock a:not(.no-ul):not(.download):not(.expand-down), .hero2 .fs-hero-subline a:not(.no-ul):not(.download):not(.expand-down), .article-grid .col:empty p a:not(.no-ul):not(.download):not(.expand-down), .textblock-centered a:not(.no-ul):not(.download):not(.expand-down), .media-block-centered a:not(.no-ul):not(.download):not(.expand-down), .textblock-left a:not(.no-ul):not(.download):not(.expand-down), .media-block-left a:not(.no-ul):not(.download):not(.expand-down), .textblock-right a:not(.no-ul):not(.download):not(.expand-down), .media-block-right a:not(.no-ul):not(.download):not(.expand-down), .textblock-full a:not(.no-ul):not(.download):not(.expand-down), .media-block-full a:not(.no-ul):not(.download):not(.expand-down) {
    text-decoration: underline; }
    .textblock a:not(.no-ul):not(.download):not(.expand-down):hover, .hero2 .fs-hero-subline a:not(.no-ul):not(.download):not(.expand-down):hover, .article-grid .col:empty p a:not(.no-ul):not(.download):not(.expand-down):hover, .textblock-centered a:not(.no-ul):not(.download):not(.expand-down):hover, .media-block-centered a:not(.no-ul):not(.download):not(.expand-down):hover, .textblock-left a:not(.no-ul):not(.download):not(.expand-down):hover, .media-block-left a:not(.no-ul):not(.download):not(.expand-down):hover, .textblock-right a:not(.no-ul):not(.download):not(.expand-down):hover, .media-block-right a:not(.no-ul):not(.download):not(.expand-down):hover, .textblock-full a:not(.no-ul):not(.download):not(.expand-down):hover, .media-block-full a:not(.no-ul):not(.download):not(.expand-down):hover {
      text-decoration-color: #ee0085; }

@media (max-width: 599px) {
  .textblock-centered, .media-block-centered {
    min-width: 0;
    grid-column-start: 1;
    grid-column-end: span 2;
    box-sizing: border-box; } }

@media (min-width: 600px) and (max-width: 899px) {
  .textblock-centered, .media-block-centered {
    min-width: 0;
    grid-column-start: 1;
    grid-column-end: span 4;
    box-sizing: border-box; } }

@media (min-width: 900px) and (max-width: 1199px) {
  .textblock-centered, .media-block-centered {
    min-width: 0;
    grid-column-start: 1;
    grid-column-end: span 3;
    box-sizing: border-box; } }

@media (min-width: 1200px) {
  .textblock-centered, .media-block-centered {
    min-width: 0;
    grid-column-start: 2;
    grid-column-end: span 4;
    box-sizing: border-box; } }

@media (min-width: 1800px) {
  .textblock-centered, .media-block-centered {
    min-width: 0;
    grid-column-start: 3;
    grid-column-end: span 4;
    box-sizing: border-box; } }

.textblock-left, .media-block-left {
  min-width: 0;
  grid-column-start: 1;
  grid-column-end: span 4;
  box-sizing: border-box; }
  @media (max-width: 599px) {
    .textblock-left, .media-block-left {
      min-width: 0;
      grid-column-start: 1;
      grid-column-end: span 2;
      box-sizing: border-box; } }
  @media (min-width: 600px) and (max-width: 899px) {
    .textblock-left, .media-block-left {
      min-width: 0;
      grid-column-start: 1;
      grid-column-end: span 4;
      box-sizing: border-box; } }
  @media (min-width: 900px) and (max-width: 1199px) {
    .textblock-left, .media-block-left {
      min-width: 0;
      grid-column-start: 1;
      grid-column-end: span 3;
      box-sizing: border-box; } }
  @media (min-width: 1200px) {
    .textblock-left, .media-block-left {
      min-width: 0;
      grid-column-start: 1;
      grid-column-end: span 4;
      box-sizing: border-box; } }
  @media (min-width: 1800px) {
    .textblock-left, .media-block-left {
      min-width: 0;
      grid-column-start: 1;
      grid-column-end: span 4;
      box-sizing: border-box; } }

.textblock-right, .media-block-right {
  min-width: 0;
  grid-column-start: 3;
  grid-column-end: span 4;
  box-sizing: border-box;
  min-width: 0;
  grid-column-start: 1;
  grid-column-end: span 4;
  box-sizing: border-box; }
  @media (max-width: 599px) {
    .textblock-right, .media-block-right {
      min-width: 0;
      grid-column-start: 1;
      grid-column-end: span 2;
      box-sizing: border-box; } }
  @media (min-width: 600px) {
    .textblock-right, .media-block-right {
      min-width: 0;
      grid-column-start: 2;
      grid-column-end: span 3;
      box-sizing: border-box; } }
  @media (min-width: 1200px) {
    .textblock-right, .media-block-right {
      min-width: 0;
      grid-column-start: 3;
      grid-column-end: span 4;
      box-sizing: border-box; } }
  @media (min-width: 1800px) {
    .textblock-right, .media-block-right {
      min-width: 0;
      grid-column-start: 4;
      grid-column-end: span 4;
      box-sizing: border-box; } }

.textblock-full, .media-block-full {
  grid-column-end: -1; }

.fullwidth figure, .fullwidth_expand_two-cols figure, .Teaser-section figure, .news-overview figure, .fullwidth-list figure, .programmes-overview figure {
  width: 100%;
  margin: 0; }

.info-list h2, .project-page #page .project-information-details > div h2, .project-page #page #content-overlay .project-information-details > div h2, #content-overlay .project-information-details > div h2, #content-overlay #content-overlay .project-information-details > div h2, .info-list .article-header .intro, .article-header .info-list .intro, .project-page #page .project-information-details > div .article-header .intro, .article-header .project-page #page .project-information-details > div .intro, .project-page #page #content-overlay .project-information-details > div .article-header .intro, .article-header .project-page #page #content-overlay .project-information-details > div .intro, #content-overlay .project-information-details > div .article-header .intro, .article-header #content-overlay .project-information-details > div .intro, #content-overlay #content-overlay .project-information-details > div .article-header .intro, .article-header #content-overlay #content-overlay .project-information-details > div .intro {
  margin: 1.5em 0 0.75em 0; }

@media (max-width: 599px) {
  .info-list dt, .project-page #page .project-information-details > div dt, .project-page #page #content-overlay .project-information-details > div dt, #content-overlay .project-information-details > div dt, #content-overlay #content-overlay .project-information-details > div dt {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 19px;
    line-height: 1.37;
    letter-spacing: -0.6px; } }

@media (min-width: 600px) {
  .info-list dt, .project-page #page .project-information-details > div dt, .project-page #page #content-overlay .project-information-details > div dt, #content-overlay .project-information-details > div dt, #content-overlay #content-overlay .project-information-details > div dt {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: -1px; } }

@media (min-width: 1200px) {
  .info-list dt, .project-page #page .project-information-details > div dt, .project-page #page #content-overlay .project-information-details > div dt, #content-overlay .project-information-details > div dt, #content-overlay #content-overlay .project-information-details > div dt {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 30px;
    line-height: 1.33;
    letter-spacing: -1.2px; } }

.info-list dd, .project-page #page .project-information-details > div dd, .project-page #page #content-overlay .project-information-details > div dd, #content-overlay .project-information-details > div dd, #content-overlay #content-overlay .project-information-details > div dd {
  margin-left: 0;
  margin-bottom: 1em; }
  @media (max-width: 599px) {
    .info-list dd, .project-page #page .project-information-details > div dd, .project-page #page #content-overlay .project-information-details > div dd, #content-overlay .project-information-details > div dd, #content-overlay #content-overlay .project-information-details > div dd {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 21px;
      line-height: 1.24;
      letter-spacing: -0.6px; } }
  @media (min-width: 600px) {
    .info-list dd, .project-page #page .project-information-details > div dd, .project-page #page #content-overlay .project-information-details > div dd, #content-overlay .project-information-details > div dd, #content-overlay #content-overlay .project-information-details > div dd {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 26px;
      line-height: 1.25;
      letter-spacing: -0.9px; } }
  @media (min-width: 1200px) {
    .info-list dd, .project-page #page .project-information-details > div dd, .project-page #page #content-overlay .project-information-details > div dd, #content-overlay .project-information-details > div dd, #content-overlay #content-overlay .project-information-details > div dd {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 32px;
      line-height: 1.25;
      letter-spacing: -0.9px; } }

.info-list dd:last-child, .project-page #page .project-information-details > div dd:last-child, .project-page #page #content-overlay .project-information-details > div dd:last-child, #content-overlay .project-information-details > div dd:last-child, #content-overlay #content-overlay .project-information-details > div dd:last-child {
  margin-bottom: 0; }

@media (max-width: 899px) {
  .info-list, .project-page #page .project-information-details > div, .project-page #page #content-overlay .project-information-details > div, #content-overlay .project-information-details > div, #content-overlay #content-overlay .project-information-details > div {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 19px;
    line-height: 1.37;
    letter-spacing: -0.6px; }
    .info-list dt, .project-page #page .project-information-details > div dt, .project-page #page #content-overlay .project-information-details > div dt, #content-overlay .project-information-details > div dt, #content-overlay #content-overlay .project-information-details > div dt {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 19px;
      line-height: 1.37;
      letter-spacing: -0.6px; }
    .info-list dd, .project-page #page .project-information-details > div dd, .project-page #page #content-overlay .project-information-details > div dd, #content-overlay .project-information-details > div dd, #content-overlay #content-overlay .project-information-details > div dd {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 21px;
      line-height: 1.24;
      letter-spacing: -0.6px; } }

.search-select-container {
  overflow-x: hidden;
  overflow-y: auto; }
  .search-select-container .optionfacet {
    margin-left: 10px; }

/*
.slideshow kann im layout dargestellt werden
.slideshow.lightbox ist eine fullscreen slideshow
*/
.lightbox {
  background-color: #dfdde1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  visibility: hidden;
  transition: visibility 0.1s linear 0.5s;
  z-index: 200; }
  .lightbox .embed-container {
    height: 100%;
    width: 100%;
    position: relative; }
    @media (max-width: 899px) {
      .lightbox .embed-container {
        transform: translateY(25%); } }
    @media (min-width: 1200px) {
      .lightbox .embed-container {
        padding: 5% 12.5%; } }
  .lightbox .slideshowimages {
    opacity: 0;
    transition: opacity .5s linear; }
  .lightbox .slideshowcaptions-wrapper {
    opacity: 0;
    transition: opacity .5s linear;
    background-color: white; }
  .lightbox .close-gfx {
    width: 2.5em;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 30; }
    .lightbox .close-gfx:before, .lightbox .close-gfx:after {
      height: 2px; }
    @media (max-width: 599px) {
      .lightbox .close-gfx {
        margin-right: 4vw; } }
    @media (min-width: 600px) and (max-width: 899px) {
      .lightbox .close-gfx {
        margin-right: 5.46875vw; } }
    @media (min-width: 900px) and (max-width: 1199px) {
      .lightbox .close-gfx {
        margin-right: 5.46875vw; } }
    @media (min-width: 1200px) and (max-width: 1799px) {
      .lightbox .close-gfx {
        margin-right: 3.66013vw; } }
    @media (min-width: 1800px) {
      .lightbox .close-gfx {
        margin-right: 2.8646vw; } }

.lightbox.on {
  visibility: visible;
  transition: visibility 0s; }
  .lightbox.on .slideshowimages {
    opacity: 1; }
  .lightbox.on .slideshowcaptions-wrapper {
    opacity: 1;
    background-color: white; }

.open-lightbox {
  margin-bottom: 1em; }

.slideshow {
  display: flex;
  flex-direction: column; }
  .slideshow .slideshowimages {
    height: 0 !important;
    padding-top: 56.25%;
    padding-top: 66.66667%;
    flex-grow: 1;
    position: relative; }
    .slideshow .slideshowimages .slick-list {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%; }
    .slideshow .slideshowimages .slick-track,
    .slideshow .slideshowimages .slick-slide,
    .slideshow .slideshowimages .slick-slide > div {
      height: 100%;
      overflow: hidden; }
    .slideshow .slideshowimages .img-wrapper {
      display: flex;
      flex-direction: column;
      align-items: center;
      height: 100%;
      overflow: hidden;
      background-color: orange;
      background-size: cover !important;
      background-position: center center !important; }
      .slideshow .slideshowimages .img-wrapper img {
        flex-grow: 0;
        object-fit: cover;
        width: 100%;
        height: 100%; }
  .slideshow .slideshowcaptions-wrapper {
    bottom: 0;
    left: 0;
    width: 100%;
    flex-grow: 0;
    position: relative; }
    .slideshow .slideshowcaptions-wrapper .slideshowcaptions {
      background: white;
      width: 90%;
      padding: 0.5em;
      padding-left: 0;
      padding-right: 0; }
      @media (max-width: 899px) {
        .slideshow .slideshowcaptions-wrapper .slideshowcaptions {
          font-family: 'Panama';
          font-size: 26px;
          line-height: 1.16;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 21px;
          line-height: 1.24;
          letter-spacing: -0.6px; } }
      @media (min-width: 900px) {
        .slideshow .slideshowcaptions-wrapper .slideshowcaptions {
          font-family: 'Panama';
          font-size: 26px;
          line-height: 1.16;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 26px;
          line-height: 1.25;
          letter-spacing: -0.9px; } }
    .slideshow .slideshowcaptions-wrapper .slideshowcounter {
      position: absolute;
      top: 12px;
      right: 0; }
      @media (max-width: 899px) {
        .slideshow .slideshowcaptions-wrapper .slideshowcounter {
          font-family: 'Lars';
          font-size: 24px;
          line-height: 1.4;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 19px;
          line-height: 1.37;
          letter-spacing: -0.6px; } }
      @media (min-width: 900px) {
        .slideshow .slideshowcaptions-wrapper .slideshowcounter {
          font-family: 'Lars';
          font-size: 24px;
          line-height: 1.4;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 24px;
          line-height: 1.33;
          letter-spacing: -1px; } }
      @media (max-width: 599px) {
        .slideshow .slideshowcaptions-wrapper .slideshowcounter {
          font-family: 'Lars';
          font-size: 24px;
          line-height: 1.4;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 15px;
          line-height: 1.4;
          letter-spacing: -0.5px;
          top: 0; } }
  .slideshow .slick-prev {
    cursor: url("../gfx/arrow-prev.svg") 12 12, auto; }
  .slideshow .slick-next {
    cursor: url("../gfx/arrow-next.svg") 12 12, auto; }
  .slideshow .slick-prev, .slideshow .slick-next {
    margin: 0;
    width: 33%;
    height: calc(100% - 50px);
    z-index: 20; }
    .slideshow .slick-prev:before, .slideshow .slick-next:before {
      display: none; }
  .slideshow .slick-dots {
    bottom: 0.5em; }
    .slideshow .slick-dots button:before {
      color: gray;
      font-size: 10px;
      opacity: 0.4; }
    .slideshow .slick-dots .slick-active button:before {
      color: gray;
      opacity: 0.8; }
  .slideshow .slick-dotted.slick-slider {
    margin-bottom: 0; }
  .slideshow .close-gfx {
    display: none; }

.slideshow.lightbox-enabled .img-wrapper {
  cursor: zoom-in; }

.slideshow.lightbox {
  height: 100vh; }
  @media (max-width: 599px) {
    .slideshow.lightbox {
      height: 100%; } }
  .slideshow.lightbox .slideshowimages {
    height: auto;
    padding-top: 0; }
  .slideshow.lightbox .slideshowcaptions-wrapper .slideshowcaptions {
    padding-right: 5em;
    min-height: 80px; }
    @media (max-width: 599px) {
      .slideshow.lightbox .slideshowcaptions-wrapper .slideshowcaptions {
        padding-left: 4vw; } }
    @media (min-width: 600px) and (max-width: 899px) {
      .slideshow.lightbox .slideshowcaptions-wrapper .slideshowcaptions {
        padding-left: 5.46875vw; } }
    @media (min-width: 900px) and (max-width: 1199px) {
      .slideshow.lightbox .slideshowcaptions-wrapper .slideshowcaptions {
        padding-left: 5.46875vw; } }
    @media (min-width: 1200px) and (max-width: 1799px) {
      .slideshow.lightbox .slideshowcaptions-wrapper .slideshowcaptions {
        padding-left: 3.66013vw; } }
    @media (min-width: 1800px) {
      .slideshow.lightbox .slideshowcaptions-wrapper .slideshowcaptions {
        padding-left: 2.8646vw; } }
  .slideshow.lightbox .close-gfx {
    display: inline-block;
    transition: transform .3s ease; }
    .slideshow.lightbox .close-gfx:before, .slideshow.lightbox .close-gfx:after {
      background: black; }

.slideshow-wrapper {
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0 !important;
  margin-right: 0 !important; }
  @media (max-width: 599px) {
    .slideshow-wrapper {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      grid-column-gap: 8vw;
      margin: 4vw;
      padding: 0; } }
  @media (min-width: 600px) and (max-width: 899px) {
    .slideshow-wrapper {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      grid-column-gap: 10.9375vw;
      margin: 5.46875vw;
      padding: 0; } }
  @media (min-width: 900px) and (max-width: 1199px) {
    .slideshow-wrapper {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      grid-column-gap: 10.9375vw;
      margin: 5.46875vw;
      padding: 0; } }
  @media (min-width: 1200px) and (max-width: 1799px) {
    .slideshow-wrapper {
      display: grid;
      grid-template-columns: repeat(6, minmax(0, 1fr));
      grid-column-gap: 7.32026vw;
      margin: 3.66013vw;
      padding: 0; } }
  @media (min-width: 1800px) {
    .slideshow-wrapper {
      display: grid;
      grid-template-columns: repeat(8, minmax(0, 1fr));
      grid-column-gap: 5.7292vw;
      margin: 2.8646vw;
      padding: 0; } }

.slideshow.align-center {
  padding: 0 !important; }
  @media (max-width: 599px) {
    .slideshow.align-center {
      min-width: 0;
      grid-column-start: 1;
      grid-column-end: span 2;
      box-sizing: border-box; } }
  @media (min-width: 600px) and (max-width: 899px) {
    .slideshow.align-center {
      min-width: 0;
      grid-column-start: 1;
      grid-column-end: span 4;
      box-sizing: border-box; } }
  @media (min-width: 900px) and (max-width: 1199px) {
    .slideshow.align-center {
      min-width: 0;
      grid-column-start: 1;
      grid-column-end: span 3;
      box-sizing: border-box; } }
  @media (min-width: 1200px) {
    .slideshow.align-center {
      min-width: 0;
      grid-column-start: 2;
      grid-column-end: span 4;
      box-sizing: border-box; } }
  @media (min-width: 1800px) {
    .slideshow.align-center {
      min-width: 0;
      grid-column-start: 3;
      grid-column-end: span 4;
      box-sizing: border-box; } }
  .slideshow.align-center .slick-arrow {
    width: 75%;
    opacity: 0.5;
    height: 100%; }
  .slideshow.align-center .slick-prev {
    transform: translateX(-50%) translateY(-50%); }
  .slideshow.align-center .slick-next {
    transform: translateX(50%) translateY(-50%); }

.slideshow.align-left {
  min-width: 0;
  grid-column-start: 1;
  grid-column-end: span 4;
  box-sizing: border-box;
  padding: 0 !important; }
  @media (max-width: 599px) {
    .slideshow.align-left {
      min-width: 0;
      grid-column-start: 1;
      grid-column-end: span 2;
      box-sizing: border-box; } }
  @media (min-width: 600px) and (max-width: 899px) {
    .slideshow.align-left {
      min-width: 0;
      grid-column-start: 1;
      grid-column-end: span 4;
      box-sizing: border-box; } }
  @media (min-width: 900px) and (max-width: 1199px) {
    .slideshow.align-left {
      min-width: 0;
      grid-column-start: 1;
      grid-column-end: span 3;
      box-sizing: border-box; } }
  @media (min-width: 1200px) {
    .slideshow.align-left {
      min-width: 0;
      grid-column-start: 1;
      grid-column-end: span 4;
      box-sizing: border-box; } }
  @media (min-width: 1800px) {
    .slideshow.align-left {
      min-width: 0;
      grid-column-start: 1;
      grid-column-end: span 4;
      box-sizing: border-box; } }

.slideshow.align-right {
  min-width: 0;
  grid-column-start: 3;
  grid-column-end: span 4;
  box-sizing: border-box;
  min-width: 0;
  grid-column-start: 1;
  grid-column-end: span 4;
  box-sizing: border-box;
  padding: 0 !important; }
  @media (max-width: 599px) {
    .slideshow.align-right {
      min-width: 0;
      grid-column-start: 1;
      grid-column-end: span 2;
      box-sizing: border-box; } }
  @media (min-width: 600px) {
    .slideshow.align-right {
      min-width: 0;
      grid-column-start: 2;
      grid-column-end: span 3;
      box-sizing: border-box; } }
  @media (min-width: 1200px) {
    .slideshow.align-right {
      min-width: 0;
      grid-column-start: 3;
      grid-column-end: span 4;
      box-sizing: border-box; } }
  @media (min-width: 1800px) {
    .slideshow.align-right {
      min-width: 0;
      grid-column-start: 4;
      grid-column-end: span 4;
      box-sizing: border-box; } }

#sample-slideshow-4_slideshow {
  min-width: 0;
  grid-column-start: 1;
  grid-column-end: span 2;
  box-sizing: border-box;
  padding: 0 !important; }
  @media (max-width: 899px) {
    #sample-slideshow-4_slideshow .slideshowcaptions-wrapper .slideshowcaptions {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 19px;
      line-height: 1.37;
      letter-spacing: -0.6px; } }
  @media (min-width: 900px) {
    #sample-slideshow-4_slideshow .slideshowcaptions-wrapper .slideshowcaptions {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 24px;
      line-height: 1.33;
      letter-spacing: -1px; } }

#sample-slideshow-5_slideshow {
  min-width: 0;
  grid-column-start: 3;
  grid-column-end: span 2;
  box-sizing: border-box;
  padding: 0 !important; }
  @media (max-width: 899px) {
    #sample-slideshow-5_slideshow .slideshowcaptions-wrapper .slideshowcaptions {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 19px;
      line-height: 1.37;
      letter-spacing: -0.6px; } }
  @media (min-width: 900px) {
    #sample-slideshow-5_slideshow .slideshowcaptions-wrapper .slideshowcaptions {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 24px;
      line-height: 1.33;
      letter-spacing: -1px; } }

#sample-slideshow-6_slideshow {
  min-width: 0;
  grid-column-start: 5;
  grid-column-end: span 2;
  box-sizing: border-box;
  padding: 0 !important; }
  @media (max-width: 899px) {
    #sample-slideshow-6_slideshow .slideshowcaptions-wrapper .slideshowcaptions {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 19px;
      line-height: 1.37;
      letter-spacing: -0.6px; } }
  @media (min-width: 900px) {
    #sample-slideshow-6_slideshow .slideshowcaptions-wrapper .slideshowcaptions {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 24px;
      line-height: 1.33;
      letter-spacing: -1px; } }

.shoutout {
  line-height: 1 !important; }
  @media (max-width: 599px) {
    .shoutout {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 45px;
      line-height: 1.16;
      letter-spacing: -2px; } }
  @media (min-width: 600px) {
    .shoutout {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 75px;
      line-height: 1.12;
      letter-spacing: -2.8px; } }
  @media (min-width: 1200px) {
    .shoutout {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 90px;
      line-height: 1.14;
      letter-spacing: -3.5px; } }
  @media (max-width: 599px) {
    .shoutout a {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 42px;
      line-height: 1.24;
      letter-spacing: -0.0642857em; } }
  @media (min-width: 600px) {
    .shoutout a {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 72px;
      line-height: 1.17;
      letter-spacing: -3.4px; } }
  @media (min-width: 1200px) {
    .shoutout a {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 84px;
      line-height: 1.37;
      letter-spacing: -0.045238em; } }

#mainnav .shoutout a {
  border-bottom: 3px solid currentColor; }

.contact-form #error-layer {
  font-family: 'Panama';
  font-size: 26px;
  line-height: 1.16;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 45px;
  line-height: 1.16;
  letter-spacing: -2px;
  z-index: 2;
  display: none;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background: #a3a3a3a8;
  transition: opacity .3s ease; }
  .contact-form #error-layer label.error {
    color: black;
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: -1px;
    display: block !important; }

@media screen and (max-width: 480px) {
  body {
    padding-top: 60px; } }

.schriftdefinitionen > div {
  margin-bottom: 3rem; }
  .schriftdefinitionen > div > span {
    display: inline-block;
    margin-bottom: -0.25em; }

.linkdefinitionen a {
  margin-right: 2rem; }

.row, .topnav-tp, .topnav {
  display: flex; }

.column, .Teaser-intro, .Row-section .Row-content .Row-headline, .news-item .Row-content .Row-headline, .msg .Row-content .Row-headline, .topnav-tp, body > #page section, body .overlay #page > section, .topnav, #filter-persons .filter-persons-content .filters-list .filter-persons-panel, #filter-persons .filter-persons-content .filters-list > li, #filter-persons .filter-persons-content .filters-list > div, #filter-persons .filter-persons-content .filter-content, #filter-persons.mobile .filter-persons-content .filter-content .filter-persons-panel, .fullwidth .video-container .video-info, .fullwidth_expand_two-cols .video-container .video-info, .Teaser-section .video-container .video-info, .news-overview .video-container .video-info, .fullwidth-list .video-container .video-info, .programmes-overview .video-container .video-info, .fullwidth .gallery-container .gallery-info, .fullwidth_expand_two-cols .gallery-container .gallery-info, .Teaser-section .gallery-container .gallery-info, .news-overview .gallery-container .gallery-info, .fullwidth-list .gallery-container .gallery-info, .programmes-overview .gallery-container .gallery-info, .fullwidth figure figcaption, .fullwidth_expand_two-cols figure figcaption, .Teaser-section figure figcaption, .news-overview figure figcaption, .fullwidth-list figure figcaption, .programmes-overview figure figcaption {
  padding-left: 3.66vw;
  padding-right: 3.66vw;
  /**/ }
  @media (max-width: 599px) {
    .column, .Teaser-intro, .Row-section .Row-content .Row-headline, .news-item .Row-content .Row-headline, .msg .Row-content .Row-headline, .topnav-tp, body > #page section, body .overlay #page > section, .topnav, #filter-persons .filter-persons-content .filters-list .filter-persons-panel, #filter-persons .filter-persons-content .filters-list > li, #filter-persons .filter-persons-content .filters-list > div, #filter-persons .filter-persons-content .filter-content, #filter-persons.mobile .filter-persons-content .filter-content .filter-persons-panel, .fullwidth .video-container .video-info, .fullwidth_expand_two-cols .video-container .video-info, .Teaser-section .video-container .video-info, .news-overview .video-container .video-info, .fullwidth-list .video-container .video-info, .programmes-overview .video-container .video-info, .fullwidth .gallery-container .gallery-info, .fullwidth_expand_two-cols .gallery-container .gallery-info, .Teaser-section .gallery-container .gallery-info, .news-overview .gallery-container .gallery-info, .fullwidth-list .gallery-container .gallery-info, .programmes-overview .gallery-container .gallery-info, .fullwidth figure figcaption, .fullwidth_expand_two-cols figure figcaption, .Teaser-section figure figcaption, .news-overview figure figcaption, .fullwidth-list figure figcaption, .programmes-overview figure figcaption {
      padding-left: 4vw;
      padding-right: 4vw; } }
  @media (min-width: 600px) and (max-width: 899px) {
    .column, .Teaser-intro, .Row-section .Row-content .Row-headline, .news-item .Row-content .Row-headline, .msg .Row-content .Row-headline, .topnav-tp, body > #page section, body .overlay #page > section, .topnav, #filter-persons .filter-persons-content .filters-list .filter-persons-panel, #filter-persons .filter-persons-content .filters-list > li, #filter-persons .filter-persons-content .filters-list > div, #filter-persons .filter-persons-content .filter-content, #filter-persons.mobile .filter-persons-content .filter-content .filter-persons-panel, .fullwidth .video-container .video-info, .fullwidth_expand_two-cols .video-container .video-info, .Teaser-section .video-container .video-info, .news-overview .video-container .video-info, .fullwidth-list .video-container .video-info, .programmes-overview .video-container .video-info, .fullwidth .gallery-container .gallery-info, .fullwidth_expand_two-cols .gallery-container .gallery-info, .Teaser-section .gallery-container .gallery-info, .news-overview .gallery-container .gallery-info, .fullwidth-list .gallery-container .gallery-info, .programmes-overview .gallery-container .gallery-info, .fullwidth figure figcaption, .fullwidth_expand_two-cols figure figcaption, .Teaser-section figure figcaption, .news-overview figure figcaption, .fullwidth-list figure figcaption, .programmes-overview figure figcaption {
      padding-left: 5.46875vw;
      padding-right: 5.46875vw; } }
  @media (min-width: 900px) and (max-width: 1199px) {
    .column, .Teaser-intro, .Row-section .Row-content .Row-headline, .news-item .Row-content .Row-headline, .msg .Row-content .Row-headline, .topnav-tp, body > #page section, body .overlay #page > section, .topnav, #filter-persons .filter-persons-content .filters-list .filter-persons-panel, #filter-persons .filter-persons-content .filters-list > li, #filter-persons .filter-persons-content .filters-list > div, #filter-persons .filter-persons-content .filter-content, #filter-persons.mobile .filter-persons-content .filter-content .filter-persons-panel, .fullwidth .video-container .video-info, .fullwidth_expand_two-cols .video-container .video-info, .Teaser-section .video-container .video-info, .news-overview .video-container .video-info, .fullwidth-list .video-container .video-info, .programmes-overview .video-container .video-info, .fullwidth .gallery-container .gallery-info, .fullwidth_expand_two-cols .gallery-container .gallery-info, .Teaser-section .gallery-container .gallery-info, .news-overview .gallery-container .gallery-info, .fullwidth-list .gallery-container .gallery-info, .programmes-overview .gallery-container .gallery-info, .fullwidth figure figcaption, .fullwidth_expand_two-cols figure figcaption, .Teaser-section figure figcaption, .news-overview figure figcaption, .fullwidth-list figure figcaption, .programmes-overview figure figcaption {
      padding-left: 5.46875vw;
      padding-right: 5.46875vw; } }
  @media (min-width: 1200px) and (max-width: 1799px) {
    .column, .Teaser-intro, .Row-section .Row-content .Row-headline, .news-item .Row-content .Row-headline, .msg .Row-content .Row-headline, .topnav-tp, body > #page section, body .overlay #page > section, .topnav, #filter-persons .filter-persons-content .filters-list .filter-persons-panel, #filter-persons .filter-persons-content .filters-list > li, #filter-persons .filter-persons-content .filters-list > div, #filter-persons .filter-persons-content .filter-content, #filter-persons.mobile .filter-persons-content .filter-content .filter-persons-panel, .fullwidth .video-container .video-info, .fullwidth_expand_two-cols .video-container .video-info, .Teaser-section .video-container .video-info, .news-overview .video-container .video-info, .fullwidth-list .video-container .video-info, .programmes-overview .video-container .video-info, .fullwidth .gallery-container .gallery-info, .fullwidth_expand_two-cols .gallery-container .gallery-info, .Teaser-section .gallery-container .gallery-info, .news-overview .gallery-container .gallery-info, .fullwidth-list .gallery-container .gallery-info, .programmes-overview .gallery-container .gallery-info, .fullwidth figure figcaption, .fullwidth_expand_two-cols figure figcaption, .Teaser-section figure figcaption, .news-overview figure figcaption, .fullwidth-list figure figcaption, .programmes-overview figure figcaption {
      padding-left: 3.66013vw;
      padding-right: 3.66013vw; } }
  @media (min-width: 1800px) {
    .column, .Teaser-intro, .Row-section .Row-content .Row-headline, .news-item .Row-content .Row-headline, .msg .Row-content .Row-headline, .topnav-tp, body > #page section, body .overlay #page > section, .topnav, #filter-persons .filter-persons-content .filters-list .filter-persons-panel, #filter-persons .filter-persons-content .filters-list > li, #filter-persons .filter-persons-content .filters-list > div, #filter-persons .filter-persons-content .filter-content, #filter-persons.mobile .filter-persons-content .filter-content .filter-persons-panel, .fullwidth .video-container .video-info, .fullwidth_expand_two-cols .video-container .video-info, .Teaser-section .video-container .video-info, .news-overview .video-container .video-info, .fullwidth-list .video-container .video-info, .programmes-overview .video-container .video-info, .fullwidth .gallery-container .gallery-info, .fullwidth_expand_two-cols .gallery-container .gallery-info, .Teaser-section .gallery-container .gallery-info, .news-overview .gallery-container .gallery-info, .fullwidth-list .gallery-container .gallery-info, .programmes-overview .gallery-container .gallery-info, .fullwidth figure figcaption, .fullwidth_expand_two-cols figure figcaption, .Teaser-section figure figcaption, .news-overview figure figcaption, .fullwidth-list figure figcaption, .programmes-overview figure figcaption {
      padding-left: 2.8646vw;
      padding-right: 2.8646vw; } }
  .column.has-border, .has-border.Teaser-intro, .Row-section .Row-content .has-border.Row-headline, .news-item .Row-content .has-border.Row-headline, .msg .Row-content .has-border.Row-headline, .has-border.topnav-tp, body > #page section.has-border, body .overlay #page > section.has-border, .has-border.topnav, #filter-persons .filter-persons-content .filters-list .has-border.filter-persons-panel, #filter-persons .filter-persons-content .filters-list > li.has-border, #filter-persons .filter-persons-content .filters-list > div.has-border, #filter-persons .filter-persons-content .has-border.filter-content, #filter-persons.mobile .filter-persons-content .filter-content .has-border.filter-persons-panel, .fullwidth .video-container .has-border.video-info, .fullwidth_expand_two-cols .video-container .has-border.video-info, .Teaser-section .video-container .has-border.video-info, .news-overview .video-container .has-border.video-info, .fullwidth-list .video-container .has-border.video-info, .programmes-overview .video-container .has-border.video-info, .fullwidth .gallery-container .has-border.gallery-info, .fullwidth_expand_two-cols .gallery-container .has-border.gallery-info, .Teaser-section .gallery-container .has-border.gallery-info, .news-overview .gallery-container .has-border.gallery-info, .fullwidth-list .gallery-container .has-border.gallery-info, .programmes-overview .gallery-container .has-border.gallery-info, .fullwidth figure figcaption.has-border, .fullwidth_expand_two-cols figure figcaption.has-border, .Teaser-section figure figcaption.has-border, .news-overview figure figcaption.has-border, .fullwidth-list figure figcaption.has-border, .programmes-overview figure figcaption.has-border {
    border-bottom: var(--border) solid #000; }

.text-shadow {
  text-shadow: -2px -2px white, -2px 2px white, 2px -2px white, 2px 2px white; }

.testschriftstil {
  font-family: "Panama";
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 3px; }
  .testschriftstil a {
    border-bottom-width: 3px; }

.show-hidden, .show-all {
  cursor: pointer; }

.display-block {
  display: block; }

.faded_out {
  opacity: 0 !important; }

.fade_out {
  animation: fade_out .45s linear; }

.fade_in, .filter-header #parameter-list > li, #filter-persons.mobile .filter-header .placeholder-section #parameter-list > div {
  animation: fade_in .45s linear; }

@keyframes fade_in {
  0% {
    transform: scale(1);
    opacity: 0; }
  50% {
    transform: scale(1.02); }
  100% {
    transform: scale(1);
    opacity: 1; } }

@-webkit-keyframes fade_in {
  0% {
    opacity: 0; }
  50% {
    opacity: .5; } }

@keyframes button-blink {
  from {
    background-color: #fff; }
  to {
    background-color: #dfdde1; } }

@-webkit-keyframes button-blink {
  from {
    background-color: #fff; }
  to {
    background-color: #dfdde1; } }

.button-blink {
  -webkit-animation-name: button-blink;
  animation-name: button-blink;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate; }

@keyframes text-blink {
  from {
    opacity: 1; }
  to {
    opacity: .6; } }

@-webkit-keyframes text-blink {
  from {
    opacity: 1; }
  to {
    opacity: .6; } }

.line-animation {
  -webkit-animation-name: line-animation;
  animation-name: line-animation;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-in; }

@keyframes line-animation {
  from {
    color: black; }
  to {
    color: red; } }

@-webkit-keyframes line-animation {
  from {
    color: black; }
  to {
    color: red; } }

.text-blink {
  text-decoration: blink;
  animation-name: text-blink;
  -webkit-animation-name: text-blink;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate; }

.opacity_fade03 {
  -webkit-transition: opacity 0.3s cubic-bezier(1, 0, 0.29, 1);
  -moz-transition: opacity 0.3s cubic-bezier(1, 0, 0.29, 1);
  -o-transition: opacity 0.3s cubic-bezier(1, 0, 0.29, 1);
  -ms-transition: opacity 0.3s cubic-bezier(1, 0, 0.29, 1);
  transition: opacity 0.3s cubic-bezier(1, 0, 0.29, 1); }

.opacity_fade06 {
  -webkit-transition: opacity 0.6s cubic-bezier(1, 0, 0.29, 1);
  -moz-transition: opacity 0.6s cubic-bezier(1, 0, 0.29, 1);
  -o-transition: opacity 0.6s cubic-bezier(1, 0, 0.29, 1);
  -ms-transition: opacity 0.6s cubic-bezier(1, 0, 0.29, 1);
  transition: opacity 0.6s cubic-bezier(1, 0, 0.29, 1); }

.opacity_fade_1 {
  -webkit-transition: opacity 1s cubic-bezier(1, 0, 0.29, 1);
  -moz-transition: opacity 1s cubic-bezier(1, 0, 0.29, 1);
  -o-transition: opacity 1s cubic-bezier(1, 0, 0.29, 1);
  -ms-transition: opacity 1s cubic-bezier(1, 0, 0.29, 1);
  transition: opacity 1s cubic-bezier(1, 0, 0.29, 1); }

.transform_all_03, .media-block .media-placeholder, .HeroVideo .HeroVideo-header, .news-ticker_section .news-ticker_item, .talentpress-grid .teaser-article, body:not(.talentpress) #mainnav .navsidebarcontent .featured-container, body:not(.talentpress) #mainnav ul {
  -webkit-transition: all 0.3s cubic-bezier(1, 0, 0.29, 1);
  -moz-transition: all 0.3s cubic-bezier(1, 0, 0.29, 1);
  -o-transition: all 0.3s cubic-bezier(1, 0, 0.29, 1);
  -ms-transition: all 0.3s cubic-bezier(1, 0, 0.29, 1);
  transition: all 0.3s cubic-bezier(1, 0, 0.29, 1); }

.transform_all_06, .hero2 h2 .inline-img, .hero2 .article-header .intro .inline-img, .article-header .hero2 .intro .inline-img, #match-counter {
  -webkit-transition: all 0.6s cubic-bezier(1, 0, 0.29, 1);
  -moz-transition: all 0.6s cubic-bezier(1, 0, 0.29, 1);
  -o-transition: all 0.6s cubic-bezier(1, 0, 0.29, 1);
  -ms-transition: all 0.6s cubic-bezier(1, 0, 0.29, 1);
  transition: all 0.6s cubic-bezier(1, 0, 0.29, 1); }

.transform_all_1 {
  -webkit-transition: all 1s cubic-bezier(1, 0, 0.29, 1);
  -moz-transition: all 1s cubic-bezier(1, 0, 0.29, 1);
  -o-transition: all 1s cubic-bezier(1, 0, 0.29, 1);
  -ms-transition: all 1s cubic-bezier(1, 0, 0.29, 1);
  transition: all 1s cubic-bezier(1, 0, 0.29, 1); }

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important; }

.svg-sprite {
  display: none; }

.grid-overlay {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  margin-top: 0 !important;
  margin-bottom: 0;
  z-index: 200;
  pointer-events: none;
  display: none !important; }
  @media (max-width: 599px) {
    .grid-overlay {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      grid-column-gap: 8vw;
      margin: 4vw;
      padding: 0; } }
  @media (min-width: 600px) and (max-width: 899px) {
    .grid-overlay {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      grid-column-gap: 10.9375vw;
      margin: 5.46875vw;
      padding: 0; } }
  @media (min-width: 900px) and (max-width: 1199px) {
    .grid-overlay {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      grid-column-gap: 10.9375vw;
      margin: 5.46875vw;
      padding: 0; } }
  @media (min-width: 1200px) and (max-width: 1799px) {
    .grid-overlay {
      display: grid;
      grid-template-columns: repeat(6, minmax(0, 1fr));
      grid-column-gap: 7.32026vw;
      margin: 3.66013vw;
      padding: 0; } }
  @media (min-width: 1800px) {
    .grid-overlay {
      display: grid;
      grid-template-columns: repeat(8, minmax(0, 1fr));
      grid-column-gap: 5.7292vw;
      margin: 2.8646vw;
      padding: 0; } }
  .grid-overlay > div {
    color: transparent;
    min-width: 0;
    grid-column-start: auto;
    grid-column-end: span 1;
    box-sizing: border-box;
    background-color: rgba(255, 0, 50, 0.2);
    min-height: 200vh; }
    .grid-overlay > div:before {
      display: block;
      content: " "; }
  .grid-overlay:before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: -0.5px;
    padding: 0.25em 0.5em;
    background-color: rgba(255, 255, 255, 0.5); }
    @media (max-width: 599px) {
      .grid-overlay:before {
        content: 'phone'; } }
    @media (min-width: 600px) and (max-width: 899px) {
      .grid-overlay:before {
        content: 'tablet-portrait'; } }
    @media (min-width: 900px) and (max-width: 1199px) {
      .grid-overlay:before {
        content: 'tablet-landscape'; } }
    @media (min-width: 1200px) and (max-width: 1799px) {
      .grid-overlay:before {
        content: 'desktop'; } }
    @media (min-width: 1800px) {
      .grid-overlay:before {
        content: 'big-desktop'; } }

body.show-dev-grid .grid-overlay {
  display: grid !important; }

body.loading * {
  cursor: wait !important; }

/**
 * @section Breakpoints
 * These values will not show up in content, but can be queried by JavaScript to know which breakpoint is active. 
*/
body:before {
  content: "";
  display: none;
  visibility: hidden; }
  @media (max-width: 599px) {
    body:before {
      content: 'phone'; } }
  @media (min-width: 600px) and (max-width: 899px) {
    body:before {
      content: 'tablet-portrait'; } }
  @media (min-width: 900px) and (max-width: 1199px) {
    body:before {
      content: 'tablet-landscape'; } }
  @media (min-width: 1200px) and (max-width: 1799px) {
    body:before {
      content: 'desktop'; } }
  @media (min-width: 1800px) {
    body:before {
      content: 'big-desktop'; } }

@media (max-width: 599px) {
  .gridcontainer {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 8vw;
    margin: 4vw;
    padding: 0; } }

@media (min-width: 600px) and (max-width: 899px) {
  .gridcontainer {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-column-gap: 10.9375vw;
    margin: 5.46875vw;
    padding: 0; } }

@media (min-width: 900px) and (max-width: 1199px) {
  .gridcontainer {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-column-gap: 10.9375vw;
    margin: 5.46875vw;
    padding: 0; } }

@media (min-width: 1200px) and (max-width: 1799px) {
  .gridcontainer {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-column-gap: 7.32026vw;
    margin: 3.66013vw;
    padding: 0; } }

@media (min-width: 1800px) {
  .gridcontainer {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    grid-column-gap: 5.7292vw;
    margin: 2.8646vw;
    padding: 0; } }

.gridcontainer > div {
  background-color: lightblue; }
  .gridcontainer > div > div {
    background-color: orange; }
    .gridcontainer > div > div > div {
      background-color: olive; }

.gridelement {
  box-sizing: border-box;
  border: 1px dotted gray;
  min-width: 0;
  grid-column-start: auto;
  grid-column-end: span 3;
  box-sizing: border-box;
  padding: 15px 0; }
  @media (max-width: 599px) {
    .gridelement {
      min-width: 0;
      grid-column-start: auto;
      grid-column-end: span 2;
      box-sizing: border-box; } }

#gridelement1 {
  min-width: 0;
  grid-column-start: auto;
  grid-column-end: span 4;
  box-sizing: border-box; }
  @media (max-width: 599px) {
    #gridelement1 {
      min-width: 0;
      grid-column-start: auto;
      grid-column-end: span 2;
      box-sizing: border-box; } }
  @media (min-width: 1800px) {
    #gridelement1 {
      min-width: 0;
      grid-column-start: auto;
      grid-column-end: span 6;
      box-sizing: border-box; } }

#gridelement2 {
  min-width: 0;
  grid-column-start: auto;
  grid-column-end: span 2;
  box-sizing: border-box; }
  @media (max-width: 599px) {
    #gridelement2 {
      min-width: 0;
      grid-column-start: auto;
      grid-column-end: span 2;
      box-sizing: border-box; } }
  @media (min-width: 1800px) {
    #gridelement2 {
      min-width: 0;
      grid-column-start: auto;
      grid-column-end: span 2;
      box-sizing: border-box; } }

#gridelement31 {
  min-width: 0;
  grid-column-start: 2;
  grid-column-end: span 2;
  box-sizing: border-box; }
  @media (max-width: 599px) {
    #gridelement31 {
      grid-column-start: 2; } }

#gridelement32 {
  min-width: 0;
  grid-column-start: auto;
  grid-column-end: span 2;
  box-sizing: border-box; }

#gridelement33 {
  min-width: 0;
  grid-column-start: auto;
  grid-column-end: span 1;
  box-sizing: border-box; }

#gridelement5 {
  box-sizing: border-box; }
  @media (max-width: 599px) {
    #gridelement5 {
      margin-left: -4vw;
      margin-right: -4vw;
      padding: 4vw; } }
  @media (min-width: 600px) and (max-width: 899px) {
    #gridelement5 {
      margin-left: -5.46875vw;
      margin-right: -5.46875vw;
      padding: 5.46875vw; } }
  @media (min-width: 900px) and (max-width: 1199px) {
    #gridelement5 {
      margin-left: -5.46875vw;
      margin-right: -5.46875vw;
      padding: 5.46875vw; } }
  @media (min-width: 1200px) and (max-width: 1799px) {
    #gridelement5 {
      margin-left: -3.66013vw;
      margin-right: -3.66013vw;
      padding: 3.66013vw; } }
  @media (min-width: 1800px) {
    #gridelement5 {
      margin-left: -2.8646vw;
      margin-right: -2.8646vw;
      padding: 2.8646vw; } }

#gridelement6 {
  box-sizing: border-box; }
  @media (max-width: 599px) {
    #gridelement6 {
      margin-left: -4vw;
      margin-right: -4vw;
      padding: 4vw; } }
  @media (min-width: 600px) and (max-width: 899px) {
    #gridelement6 {
      margin-left: -5.46875vw;
      margin-right: -5.46875vw;
      padding: 5.46875vw; } }
  @media (min-width: 900px) and (max-width: 1199px) {
    #gridelement6 {
      margin-left: -5.46875vw;
      margin-right: -5.46875vw;
      padding: 5.46875vw; } }
  @media (min-width: 1200px) and (max-width: 1799px) {
    #gridelement6 {
      margin-left: -3.66013vw;
      margin-right: -3.66013vw;
      padding: 3.66013vw; } }
  @media (min-width: 1800px) {
    #gridelement6 {
      margin-left: -2.8646vw;
      margin-right: -2.8646vw;
      padding: 2.8646vw; } }

@media (max-width: 599px) {
  .nested-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-column-gap: 8vw;
    margin: 0vw;
    padding: 0; } }

@media (min-width: 600px) and (max-width: 899px) {
  .nested-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-column-gap: 10.9375vw;
    margin: 0vw;
    padding: 0; } }

@media (min-width: 900px) and (max-width: 1199px) {
  .nested-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-column-gap: 10.9375vw;
    margin: 0vw;
    padding: 0; } }

@media (min-width: 1200px) and (max-width: 1799px) {
  .nested-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-column-gap: 7.32026vw;
    margin: 0vw;
    padding: 0; } }

@media (min-width: 1800px) {
  .nested-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-column-gap: 5.7292vw;
    margin: 0vw;
    padding: 0; } }

@media (max-width: 599px) and (max-width: 599px) {
  .nested-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 8vw;
    margin: 0vw;
    padding: 0; } }

@media (max-width: 599px) and (min-width: 600px) and (max-width: 899px) {
  .nested-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 10.9375vw;
    margin: 0vw;
    padding: 0; } }

@media (max-width: 599px) and (min-width: 900px) and (max-width: 1199px) {
  .nested-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 10.9375vw;
    margin: 0vw;
    padding: 0; } }

@media (max-width: 599px) and (min-width: 1200px) and (max-width: 1799px) {
  .nested-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 7.32026vw;
    margin: 0vw;
    padding: 0; } }

@media (max-width: 599px) and (min-width: 1800px) {
  .nested-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 5.7292vw;
    margin: 0vw;
    padding: 0; } }

.msg {
  background-color: #000;
  color: #fff; }

#font-test-button {
  display: inline-block;
  border: 2px solid  #000000;
  margin: 0 0.5em 0 0;
  padding: 0.25em 0.8em 0.25em 0.8em;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  -webkit-tap-highlight-color: transparent;
  font-family: 'Lars';
  font-size: 24px;
  line-height: 1.4;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 84px;
  line-height: 1.37;
  letter-spacing: -0.045238em;
  font-family: 'Lars-test';
  padding: 0.15em 0.45em 0.15em 0.35em;
  border-radius: 40px;
  border: solid 2px #000000;
  line-height: 1;
  margin: 1em 0 0 0; }
  #font-test-button:not(.dosearch) {
    min-width: 4em; }
  #font-test-button.color-white {
    border-color: #FFFFFF; }
  #font-test-button.bg-transparent {
    background-color: transparent; }
  #font-test-button:hover {
    color: #ee0085;
    border-color: #ee0085; }
  #font-test-button:focus {
    outline: 1px solid #fff;
    outline-offset: -4px; }
  #font-test-button:active {
    color: currentColor; }
  #font-test-button:hover:active {
    color: #ee0085; }

svg use {
  fill: black; }

svg:hover use {
  fill: #ee0085; }

body.talentpress svg use {
  fill: white;
  stroke: white; }

body.talentpress svg:hover use {
  fill: #ee0085; }

#BT_Logo_R_Black_sRGB-BoundingBox {
  fill: none; }

#drop-up-Path, #drop-down-Path {
  fill: none; }

[id~=BoundingBox] {
  fill: transparent; }
  [id~=BoundingBox] rect {
    fill: transparent; }

#img-fitting-tests {
  margin-bottom: 2em;
  margin-top: 2em; }
  #img-fitting-tests > div {
    min-width: 0;
    grid-column-start: auto;
    grid-column-end: span 2;
    box-sizing: border-box; }
  #img-fitting-tests .img-container {
    height: 300px; }

#img-fitting-with-aspect-ratio {
  width: 25%;
  margin: 0 1em 1em 0; }

.img-container {
  position: relative;
  overflow: hidden;
  z-index: 0;
  width: 600px;
  height: 300px;
  float: left;
  margin: 0 1em 1em 0;
  border: 1px solid black; }

.singleimage .img-wrapper {
  position: relative;
  width: 100%;
  height: 100%; }
  .singleimage .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: none; }

.img-contain {
  object-fit: contain !important;
  /*
  position: absolute;
  max-width: 10%;
  max-height: 10%;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) scale(10);
  // z-index: -1;
  z-index:20;
  */ }

.img-cover {
  object-fit: cover !important;
  /*
  position: absolute;
  min-width: 1000%;
  min-height: 1000%;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) scale(0.1);
  // z-index: -1;
  z-index:20;
  */ }

.img-contain-obfi {
  width: 100%;
  height: 100%;
  object-fit: contain; }

.img-cover-obfi {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.lds-grid {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px; }

.lds-grid div {
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation: lds-grid 1.2s linear infinite; }

.lds-grid div:nth-child(1) {
  top: 6px;
  left: -20px;
  animation-delay: 0s; }

.lds-grid div:nth-child(2) {
  top: 6px;
  left: 0px;
  animation-delay: -0.4s; }

.lds-grid div:nth-child(3) {
  top: 6px;
  left: 20px;
  animation-delay: -0.8s; }

.lds-grid div:nth-child(4) {
  top: 26px;
  left: -20px;
  animation-delay: -0.4s; }

.lds-grid div:nth-child(5) {
  top: 26px;
  left: 0px;
  animation-delay: -0.8s; }

.lds-grid div:nth-child(6) {
  top: 26px;
  left: 20px;
  animation-delay: -1.2s; }

.lds-grid div:nth-child(7) {
  top: 45px;
  left: -20px;
  animation-delay: -0.8s; }

.lds-grid div:nth-child(8) {
  top: 45px;
  left: 0px;
  animation-delay: -1.2s; }

.lds-grid div:nth-child(9) {
  top: 45px;
  left: 20px;
  animation-delay: -1.6s; }

@keyframes lds-grid {
  0%, 100% {
    opacity: 1; }
  50% {
    opacity: 0.5; } }

.vjs-talents .vjs-poster {
  background-size: cover; }

.vjs-talents .vjs-paused.vjs-has-started .vjs-big-play-button {
  display: block; }

.vjs-talents .vjs-big-play-button {
  transition: background 250ms ease !important;
  width: auto;
  height: auto;
  transform: translateX(-50%) translateY(-50%); }
  @media (max-width: 599px) {
    .vjs-talents .vjs-big-play-button {
      display: inline-block;
      border: 2px solid  #000000;
      margin: 0 0.5em 0 0;
      padding: 0.25em 0.8em 0.25em 0.8em;
      line-height: 1;
      text-decoration: none;
      cursor: pointer;
      text-align: center;
      -webkit-appearance: none;
      -moz-appearance: none;
      background-color: transparent;
      -webkit-tap-highlight-color: transparent;
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 24px;
      line-height: 1.33;
      letter-spacing: -1px;
      padding: 0.31em 0.875em 0.25em 0.875em;
      border-radius: 16px;
      border: solid 1px #000000;
      line-height: 1;
      border-color: white; }
      .vjs-talents .vjs-big-play-button:not(.dosearch) {
        min-width: 4em; }
      .vjs-talents .vjs-big-play-button.color-white {
        border-color: #FFFFFF; }
      .vjs-talents .vjs-big-play-button.bg-transparent {
        background-color: transparent; }
      .vjs-talents .vjs-big-play-button:hover {
        color: #ee0085;
        border-color: #ee0085; }
      .vjs-talents .vjs-big-play-button:focus {
        outline: 1px solid #fff;
        outline-offset: -4px; }
      .vjs-talents .vjs-big-play-button:active {
        color: currentColor; }
      .vjs-talents .vjs-big-play-button:hover:active {
        color: #ee0085; } }
  @media (min-width: 600px) {
    .vjs-talents .vjs-big-play-button {
      display: inline-block;
      border: 2px solid  #000000;
      margin: 0 0.5em 0 0;
      padding: 0.25em 0.8em 0.25em 0.8em;
      line-height: 1;
      text-decoration: none;
      cursor: pointer;
      text-align: center;
      -webkit-appearance: none;
      -moz-appearance: none;
      background-color: transparent;
      -webkit-tap-highlight-color: transparent;
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 30px;
      line-height: 1.33;
      letter-spacing: -1.2px;
      padding: 0.24em 0.46em 0.23em 0.46em;
      border-radius: 18px;
      border: solid 2px #000000;
      line-height: 1;
      border-color: white; }
      .vjs-talents .vjs-big-play-button:not(.dosearch) {
        min-width: 4em; }
      .vjs-talents .vjs-big-play-button.color-white {
        border-color: #FFFFFF; }
      .vjs-talents .vjs-big-play-button.bg-transparent {
        background-color: transparent; }
      .vjs-talents .vjs-big-play-button:hover {
        color: #ee0085;
        border-color: #ee0085; }
      .vjs-talents .vjs-big-play-button:focus {
        outline: 1px solid #fff;
        outline-offset: -4px; }
      .vjs-talents .vjs-big-play-button:active {
        color: currentColor; }
      .vjs-talents .vjs-big-play-button:hover:active {
        color: #ee0085; } }
  @media (min-width: 1200px) {
    .vjs-talents .vjs-big-play-button {
      display: inline-block;
      border: 2px solid  #000000;
      margin: 0 0.5em 0 0;
      padding: 0.25em 0.8em 0.25em 0.8em;
      line-height: 1;
      text-decoration: none;
      cursor: pointer;
      text-align: center;
      -webkit-appearance: none;
      -moz-appearance: none;
      background-color: transparent;
      -webkit-tap-highlight-color: transparent;
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 42px;
      line-height: 1.24;
      letter-spacing: -0.0642857em;
      padding: 0.26em 0.74em;
      border-radius: 25px;
      border: solid 2px #000000;
      line-height: 1;
      border-color: white; }
      .vjs-talents .vjs-big-play-button:not(.dosearch) {
        min-width: 4em; }
      .vjs-talents .vjs-big-play-button.color-white {
        border-color: #FFFFFF; }
      .vjs-talents .vjs-big-play-button.bg-transparent {
        background-color: transparent; }
      .vjs-talents .vjs-big-play-button:hover {
        color: #ee0085;
        border-color: #ee0085; }
      .vjs-talents .vjs-big-play-button:focus {
        outline: 1px solid #fff;
        outline-offset: -4px; }
      .vjs-talents .vjs-big-play-button:active {
        color: currentColor; }
      .vjs-talents .vjs-big-play-button:hover:active {
        color: #ee0085; } }
  .vjs-talents .vjs-big-play-button:before {
    content: 'Play';
    display: inline-block; }

.vjs-has-started .vjs-big-play-button {
  display: none !important; }

.Article-header h1.small-header, .Article-header .article-header .small-header.main, .article-header .Article-header .small-header.main {
  font-family: 'Lars';
  font-size: 24px;
  line-height: 1.4;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 42px;
  line-height: 1.24;
  letter-spacing: -0.0642857em; }
