@charset "UTF-8";
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/*-----------------------------------------------------------------------------------*/
/*      0.0 Reset
/*-----------------------------------------------------------------------------------*/
* {
  box-sizing: border-box;
}

/*
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/*
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

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

/*
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

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

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/*
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

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

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

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

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

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

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

/*
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/*
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/*
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

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

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

/*
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

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

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

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

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

/*
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

/*
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/*
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

/*-----------------------------------------------------------------------------------*/
/*      1.0 Icomoon
/*-----------------------------------------------------------------------------------*/
@font-face {
  font-family: 'icomoon';
  src: url("../icomoon/fonts/icomoon.eot?q6d8gy");
  src: url("../icomoon/fonts/icomoon.eot?q6d8gy#iefix") format("embedded-opentype"), url("../icomoon/fonts/icomoon.ttf?q6d8gy") format("truetype"), url("../icomoon/fonts/icomoon.woff?q6d8gy") format("woff"), url("../icomoon/fonts/icomoon.svg?q6d8gy#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"], .icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-clear:before {
  content: "\e909";
}

.icon-angle-left:before {
  content: "\e900";
}

.icon-angle-right:before {
  content: "\e901";
}

.icon-angle-thin-left:before {
  content: "\e902";
}

.icon-angle-thin-right:before {
  content: "\e903";
}

.icon-arrow-down:before {
  content: "\e904";
}

.icon-arrow-left:before {
  content: "\e905";
}

.icon-arrow-up:before {
  content: "\e906";
}

.icon-arrow-right:before {
  content: "\e907";
}

.icon-search:before {
  content: "\e908";
}

/*-----------------------------------------------------------------------------------*/
/*      2.0 Helper
/*-----------------------------------------------------------------------------------*/
/* 2.1 FLOATS */
.float--right {
  float: right !important;
}

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

/* 2.2 CONTENT/BG COVER */
.bg--image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.iframe-wrap iframe,
.iframe-wrap img,
.img-wrap-inner iframe,
.img-wrap-inner img, .person-image img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 2.3 VISIBILITY */
.hidden {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .hidden--mobile {
    display: none;
  }
}

@media only screen and (min-width: 1025px) {
  .hidden--desktop {
    display: none;
  }
}

.sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

/* 2.4 CLEARFIX */
.container::after, .grid::after, nav ul::after, .clearfix::after, .cf::after {
  content: "";
  display: table;
  clear: both;
}

/*-----------------------------------------------------------------------------------*/
/*      3.0 Media
/*-----------------------------------------------------------------------------------*/
img, media, iframe {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  display: block;
  margin: auto;
  border: 0;
}

.iframe-wrap,
.img-wrap-inner {
  position: relative;
  z-index: 0;
  padding-bottom: 56.25%;
}
.iframe-wrap iframe,
.iframe-wrap img,
.img-wrap-inner iframe,
.img-wrap-inner img {
  position: absolute;
}

/*-----------------------------------------------------------------------------------*/
/*  4.0 Grid System
/*-----------------------------------------------------------------------------------*/
/*  4.1 Width */
.one-whole {
  width: 100%;
}

.one-half {
  width: 50%;
}

.one-third {
  width: 33.333%;
}

.two-thirds {
  width: 66.666%;
}

.one-quarter {
  width: 25%;
}

.three-quarters {
  width: 75%;
}

.two-fifths {
  width: 40%;
}

@media only screen and (max-width: 1400px) {
  .xl-one-whole {
    width: 100%;
  }

  .xl-one-half {
    width: 50%;
  }

  .xl-one-third {
    width: 33.333%;
  }

  .xl-two-thirds {
    width: 66.666%;
  }

  .xl-one-quarter {
    width: 25%;
  }

  .xl-three-quarters {
    width: 75%;
  }

  .xl-two-fifths {
    width: 40%;
  }
}
@media only screen and (max-width: 1200px) {
  .content-one-whole {
    width: 100%;
  }

  .content-one-half {
    width: 50%;
  }

  .content-one-third {
    width: 33.333%;
  }

  .content-two-thirds {
    width: 66.666%;
  }

  .content-one-quarter {
    width: 25%;
  }

  .content-three-quarters {
    width: 75%;
  }

  .content-two-fifths {
    width: 40%;
  }
}
@media only screen and (max-width: 1020px) {
  .lg-one-whole {
    width: 100%;
  }

  .lg-one-half {
    width: 50%;
  }

  .lg-one-third {
    width: 33.333%;
  }

  .lg-two-thirds {
    width: 66.666%;
  }

  .lg-one-quarter {
    width: 25%;
  }

  .lg-three-quarters {
    width: 75%;
  }

  .lg-two-fifths {
    width: 40%;
  }
}
@media only screen and (max-width: 800px) {
  .md-one-whole {
    width: 100%;
  }

  .md-one-half {
    width: 50%;
  }

  .md-one-third {
    width: 33.333%;
  }

  .md-two-thirds {
    width: 66.666%;
  }

  .md-one-quarter {
    width: 25%;
  }

  .md-three-quarters {
    width: 75%;
  }

  .md-two-fifths {
    width: 40%;
  }
}
@media only screen and (max-width: 640px) {
  .sm-one-whole {
    width: 100%;
  }

  .sm-one-half {
    width: 50%;
  }

  .sm-one-third {
    width: 33.333%;
  }

  .sm-two-thirds {
    width: 66.666%;
  }

  .sm-one-quarter {
    width: 25%;
  }

  .sm-three-quarters {
    width: 75%;
  }

  .sm-two-fifths {
    width: 40%;
  }
}
@media only screen and (max-width: 520px) {
  .smaller-one-whole {
    width: 100%;
  }

  .smaller-one-half {
    width: 50%;
  }

  .smaller-one-third {
    width: 33.333%;
  }

  .smaller-two-thirds {
    width: 66.666%;
  }

  .smaller-one-quarter {
    width: 25%;
  }

  .smaller-three-quarters {
    width: 75%;
  }

  .smaller-two-fifths {
    width: 40%;
  }
}
@media only screen and (max-width: 480px) {
  .xs-one-whole {
    width: 100%;
  }

  .xs-one-half {
    width: 50%;
  }

  .xs-one-third {
    width: 33.333%;
  }

  .xs-two-thirds {
    width: 66.666%;
  }

  .xs-one-quarter {
    width: 25%;
  }

  .xs-three-quarters {
    width: 75%;
  }

  .xs-two-fifths {
    width: 40%;
  }
}
/*  4.2 Container */
.container {
  max-width: 48rem;
  box-sizing: content-box;
  margin: 0 auto;
  padding-left: 1.42857rem;
  padding-right: 1.42857rem;
}

.container--full {
  max-width: 100%;
}

.container--small {
  max-width: 35.5rem !important;
}

.container--tiny {
  max-width: 376px !important;
}

/*  4.3 Grid */
.grid {
  margin-left: -2.85714rem;
  list-style: none;
  margin-bottom: 0;
}

.grid__item {
  float: left;
  padding-left: 2.85714rem;
}

.grid--narrow {
  margin-left: -1.42857rem;
}
.grid--narrow > .grid__item {
  padding-left: 1.42857rem;
}

.grid--full {
  margin-left: 0;
}
.grid--full > .grid__item {
  padding-left: 0;
}

.grid--tight {
  margin-left: 0;
}
.grid--tight > .grid__item {
  padding-left: 0;
}

.grid--wide {
  margin-left: -4.28571rem;
}
.grid--wide > .grid__item {
  padding-left: 4.28571rem;
}

/*  4.4 Flexgrid */
.flexgrid, .flex {
  -webkit-display: flex;
  -ms-display: flex;
  display: flex;
}

.flexgrid--gutter {
  margin-left: -1.42857rem;
}
.flexgrid--gutter .flex__item {
  padding-left: 1.42857rem;
}

.flexgrid--narrow {
  margin-left: -0.71429rem;
}
.flexgrid--narrow .flex__item {
  padding-left: 0.71429rem;
}

.flexgrid--wide {
  margin-left: -2.85714rem;
}
.flexgrid--wide .flex__item {
  padding-left: 2.85714rem;
}

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

.flex--middle {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.flex--middle p:last-child {
  margin-bottom: 0;
}

.flex--column {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

.flex--bottom {
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}

.flex1 {
  -ms-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
}

.flex--wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/*-----------------------------------------------------------------------------------*/
/*  5.0 Typography
/*-----------------------------------------------------------------------------------*/
html {
  font-family: "noto-sans-semicondensed", "Arial", sans-serif;
  font-size: 35px;
  line-height: 1.34286;
  color: #2D3D49;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

*::selection {
  background: #000;
  color: white;
}

[data-target] {
  cursor: pointer;
}

/*  5.1 Links */
a {
  text-decoration: none;
  color: #2D3D49;
}
a:focus, a:active {
  outline: none;
}

a, i {
  -webkit-tap-highlight-color: transparent;
}

h1, .alpha,
h2, .beta,
h3, .gamma,
h4, .delta,
h5, .epsilon,
h6, .zeta {
  font-family: "noto-sans-semicondensed", "Arial", sans-serif;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0.71429rem;
  color: #2D3D49;
}

/*  5.2 Headlines */
h1 a, h1 a:visited, .alpha a, .alpha a:visited,
h2 a,
h2 a:visited, .beta a, .beta a:visited,
h3 a,
h3 a:visited, .gamma a, .gamma a:visited,
h4 a,
h4 a:visited, .delta a, .delta a:visited,
h5 a,
h5 a:visited, .epsilon a, .epsilon a:visited,
h6 a,
h6 a:visited, .zeta a, .zeta a:visited {
  text-decoration: none;
}

.h1 {
  margin-bottom: 1.28571rem;
}
.single-person .h1 {
  margin-bottom: 0;
}

h1, .alpha {
  font-size: 1.22857rem;
  line-height: 1.37209;
  margin-bottom: 1.28571rem;
  position: relative;
  display: inline-block;
  display: inline;
  background: linear-gradient(to bottom, transparent, transparent 1em, #FFFF00 1em, #FFFF00 1.15em, transparent 1.15em);
}
.single-person h1, .single-veranstaltung h1, .single-audio-video h1, .single-person .alpha, .single-veranstaltung .alpha, .single-audio-video .alpha {
  background: transparent;
  margin-bottom: 0;
}
.single-person h1::before, .single-veranstaltung h1::before, .single-audio-video h1::before, .single-person .alpha::before, .single-veranstaltung .alpha::before, .single-audio-video .alpha::before {
  display: none;
}
.single-person h1, .single-person .alpha {
  background: linear-gradient(to bottom, transparent, transparent 1em, #FFFF00 1em, #FFFF00 1.15em, transparent 1.15em);
}

h2, .beta {
  font-size: 1rem;
  line-height: 1.34286;
  display: block;
  background: transparent !important;
}
.home h2, .home .beta {
  display: inline;
  background: linear-gradient(to bottom, transparent, transparent 1em, #FFFF00 1em, #FFFF00 1.15em, transparent 1.15em) !important;
}
.single-person .h1 + h2, .single-person .h1 + .beta {
  font-size: 1.22857rem;
  line-height: 1.37209;
  font-weight: normal;
}

h3, .gamma {
  font-size: 0.85714rem;
  line-height: 1.13333;
  margin-bottom: 0.25em;
}

h4, .delta {
  font-size: 0.51429rem;
  line-height: 1.22222;
}
.h4-bg h4, .h4-bg .delta {
  display: inline;
  margin-bottom: 0;
  background: linear-gradient(to bottom, transparent, transparent 1em, #FFFF00 1em, #FFFF00 1.25em, transparent 1.25em);
}

h5, .epsilon {
  font-size: 1rem;
  line-height: 1.34286;
}

h6, .zeta {
  font-size: 0.4rem;
  line-height: 1.21429;
}

p, blockquote,
pre, dl {
  margin: 0 0 1.4em;
  letter-spacing: 0.5px;
}
p a, blockquote a,
pre a, dl a {
  text-decoration: underline;
}
p a:hover, blockquote a:hover,
pre a:hover, dl a:hover {
  text-decoration: none;
}

/*  5.3 Alignment */
.text--center {
  text-align: center;
}

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

.uppercase {
  text-transform: uppercase;
}

/*  5.4 Quotes */
blockquote {
  font-size: 1rem;
  line-height: 1.34286;
  padding: 0 1.5em;
  font-style: italic;
}
blockquote cite {
  margin: 0;
  font-style: italic;
}

hr {
  border: none;
  border-top: 1px solid #D6D6D6;
  margin: 2.85714rem 0;
}

q {
  font-style: italic;
}

pre {
  padding: 1.42857rem;
  border-radius: 5px;
  border: 1px solid #999999;
}

ul {
  padding-left: 1rem;
}

@font-face {
  font-family: 'source_sans_pro';
  src: url("../fonts/source-sans-pro-v9-latin-600.woff2") format("woff2"), url("../fonts/source-sans-pro-v9-latin-600.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'source_sans_pro';
  src: url("../fonts/source-sans-pro-v9-latin-600italic.woff2") format("woff2"), url("../fonts/source-sans-pro-v9-latin-600italic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'source_sans_pro';
  src: url("../fonts/sourcesanspro-italic-webfont.woff2") format("woff2"), url("../fonts/sourcesanspro-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'source_sans_pro';
  src: url("../fonts/sourcesanspro-regular-webfont.woff2") format("woff2"), url("../fonts/sourcesanspro-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*-----------------------------------------------------------------------------------*/
/*  6.0 Elements
/*-----------------------------------------------------------------------------------*/
/*  6.1 Buttons */
.btn {
  font-size: 0.57143rem;
  display: inline-block;
  vertical-align: middle;
  font-family: inherit;
  font-weight: normal;
  cursor: pointer;
  border: none;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.4;
  padding: 0.8rem 2rem 0.75rem;
  border-radius: 0;
  text-decoration: none !important;
  text-align: center;
  color: white;
  background-color: #FFFF00;
  -webkit-tap-highlight-color: transparent;
}
.btn:hover {
  color: white;
  background-color: #cccc00;
}
.btn:active, .btn:focus {
  outline: none;
}

a i {
  display: inline-block;
  margin-right: 0.25em;
  vertical-align: -0.1em;
}

.btn--toggle {
  padding: 0 0.5em;
  height: 42px;
  width: 46px;
  text-align: center;
  background: transparent;
  border-radius: 0%;
  border: 0;
  position: relative;
  z-index: 10001;
}
.btn--toggle .icon-bar {
  display: block;
  background: #2D3D49;
  position: relative;
  width: 28px;
  height: 2px;
  margin: 5px auto;
  transition: transform 0.25s ease-out;
}
.nav-mobile-active .btn--toggle {
  background: transparent;
}
.nav-mobile-active .btn--toggle .icon-bar:nth-of-type(2) {
  background: #2D3D49;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}
.nav-mobile-active .btn--toggle .icon-bar:nth-of-type(3) {
  opacity: 0;
}
.nav-mobile-active .btn--toggle .icon-bar:nth-of-type(4) {
  background: #2D3D49;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -7px;
}
.home .btn--toggle .icon-bar {
  background: #FFFF00;
}
.scrolled .btn--toggle .icon-bar {
  background: #2D3D49;
}

/*  6.3 Nav */
.header-nav {
  position: relative;
  z-index: 9;
  padding-left: 1.42857rem;
  padding-left: 1.42857rem;
}
.header-nav ul {
  display: flex;
  justify-content: space-between;
  line-height: 1;
}
.header-nav a {
  font-size: 0.68571rem;
  line-height: 1.25;
  color: #2D3D49;
  display: inline-block;
  position: relative;
  opacity: 0.8;
}
.header-nav a[href="/#contact"] {
  opacity: 0.8 !important;
}
.header-nav a[href="/#contact"]:hover {
  opacity: 1 !important;
}
.header-nav a:hover,
.header-nav .current-menu-item > a,
.header-nav .current-menu-parent > a {
  opacity: 1;
}
.header-nav a[href="/#contact"] {
  font-weight: normal !important;
}

.single-post li.news a::before {
  background: #FFFF00;
}

.single-person li.person a::before {
  background: #FFFF00;
}

.single-veranstaltung li.event a::before {
  background: #FFFF00;
}

.single-forschungsprojekt li.research a::before {
  background: #FFFF00;
}

.single-publikation li.book a::before {
  background: #FFFF00;
}

.single-audio-video li.media a::before {
  background: #FFFF00;
}

.header-nav ul > li {
  position: relative;
}
.header-nav ul > li:hover > ul, .header-nav ul > li:focus > ul, .header-nav ul > li:active > ul {
  opacity: 1;
  visibility: visible;
}
.header-nav ul > li > ul {
  transition: opacity 0.4s ease-out, visibility 0.4s ease-out;
  transition-delay: 100ms;
  opacity: 0;
  display: block;
  padding: 0.5rem 0;
  visibility: hidden;
  min-width: 10em;
  position: absolute;
  z-index: 5000;
  background: #FFF;
}
.home:not(.scrolled) .header-nav ul > li > ul {
  background: transparent;
}
.header-nav ul > li > ul::before {
  content: '';
  position: absolute;
  left: -100vw;
  width: 200vw;
  top: 0;
  height: 100%;
  background: #FFF;
}
.home:not(.scrolled) .header-nav ul > li > ul::before {
  background: transparent;
}
.header-nav ul > li li {
  display: block;
  position: relative;
  z-index: 9;
}
.header-nav ul > li a {
  color: #2D3D49 !important;
  display: block;
  white-space: nowrap;
  padding: 0.1rem 0;
  display: inline-block;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * ++++++++++++++++++++++
 * Add-to-Calendar Button
 * ++++++++++++++++++++++
 * 
 * Version: 1.4.1
 * Creator: Jens Kuerschner (https://jenskuerschner.de)
 * Project: https://github.com/jekuer/add-to-calendar-button
 * License: MIT with “Commons Clause” License Condition v1.0
 * 
 */
.atcb {
  display: none;
}

.atcb_button_wrapper {
  display: inline-block;
  position: relative;
}

.atcb_button {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin: 10px auto;
  max-width: 300px;
  min-width: 150px;
  padding: 10px 16px 11px 16px;
  position: relative;
  text-align: center;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  width: auto;
}

@media only screen and (max-width: 575px) {
  .atcb_button {
    font-size: 14px;
  }
}
.atcb_button.active {
  z-index: 90;
}

.atcb_icon {
  height: 16px;
  display: inline-flex;
  margin-bottom: 4px;
  margin-right: 10px;
  vertical-align: middle;
}

.atcb_icon svg {
  height: 100%;
  color: #333333;
  width: auto;
}

.atcb_list {
  box-sizing: border-box;
  color: #333333;
  display: block;
  margin: -10px auto 0 auto;
  max-width: 100%;
  position: absolute;
  padding: 0 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  z-index: 80;
  min-width: 170px;
}

.atcb_list_item {
  background: #fafafa;
  border: 1px solid #d2d2d2;
  border-top: 0;
  box-shadow: 1px 2px 8px 0px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  cursor: pointer;
  font-size: 16px;
  left: 50%;
  position: relative;
  padding: 12px 18px;
  text-align: left;
  transform: translate(-50%);
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.atcb_list_item:hover {
  background: white;
  box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.4);
  color: black;
}

@media only screen and (max-width: 575px) {
  .atcb_list_item {
    font-size: 14px;
  }
}
.atcb_list_item:last-child {
  border-radius: 0 0 6px 6px;
}

.atcb_list_item .atcb_icon {
  margin-right: 8px;
}

.atcb_bgoverlay {
  background: rgba(20, 20, 20, 0.2);
  backdrop-filter: blur(2px);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 70;
}

/*  6.4 Mobile Nav */
.nav-mobile {
  position: fixed;
  z-index: 4000;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.25s ease-out, transform 0.25s ease-out;
}

.nav-mobile__inner {
  background: #F2F2F2;
  min-height: 100%;
  display: inline-block;
  width: 100%;
  padding-top: 5.71429rem;
}
.nav-mobile-active--fixed .nav-mobile__inner {
  min-height: 120%;
}

.nav-mobile-active,
.nav-mobile-active body {
  overflow: hidden;
}

.nav-mobile-active--relative body {
  height: 100%;
}

.nav-mobile-transiting .nav-mobile, .nav-mobile-active .nav-mobile {
  height: 100%;
  -webkit-backface-visibility: hidden;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.nav-mobile .form--search {
  position: relative;
  padding-top: 1.78571rem;
  padding-bottom: 2.14286rem;
  background: transparent;
  opacity: 1;
  left: auto;
  top: auto;
  max-width: 17rem;
  margin: 0 auto;
  pointer-events: auto;
}
.nav-mobile .form--search input {
  border-color: #2D3D49 !important;
}
.nav-mobile .form--search .btn {
  color: #2D3D49;
}
.nav-mobile .form--search::before, .nav-mobile .form--search::after {
  display: none;
}

.nav-mobile-active .nav-mobile {
  opacity: 1;
}

.nav-mobile__inner ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 16rem;
}
.nav-mobile__inner ul li {
  display: block;
  padding-left: 1rem;
  padding-right: 1rem;
}
.nav-mobile__inner ul a {
  display: inline-block;
  padding: 0.5rem 0;
  position: relative;
  z-index: 9;
}
.nav-mobile__inner ul .current-menu-item > a,
.nav-mobile__inner ul .current-menu-parent > a {
  font-weight: bold;
}
.nav-mobile__inner ul a[href="/#contact"]::before {
  display: none;
}

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

.slick-disabled {
  opacity: 0.1;
  cursor: auto;
  pointer-events: none;
}

.slick-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0;
  padding: 0;
  margin-left: -24rem;
}
.slick-dots li {
  display: inline-block;
  margin: 0 12px 0 0 !important;
}
.slick-dots button {
  background: transparent  !important;
  width: 14px !important;
  height: 14px !important;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  text-indent: -9999px;
  border: 2px solid #FFFF00;
}
.slick-dots .slick-active button {
  background: #FFFF00 !important;
}
@media only screen and (min-width: 1401px) and (max-width: 1520px) {
  .slick-dots {
    margin-left: 0;
    left: 1.42857rem;
  }
}
@media only screen and (max-width: 1260px) {
  .slick-dots {
    margin-left: 0;
    left: 1.42857rem;
  }
  .slick-dots button {
    width: 10px !important;
    height: 10px !important;
    border: 1px solid #FFFF00;
  }
  .slick-dots li {
    margin-right: 8px !important;
  }
}
@media only screen and (max-width: 1020px) {
  .slick-dots {
    left: 1rem;
  }
}

.slick-next,
.slick-prev {
  position: absolute;
  z-index: 99;
  top: 50%;
  height: 1.4rem;
  width: 1.4rem;
  margin-top: -0.7rem;
  background: transparent;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  outline: none !important;
  margin-left: 0;
  font-size: 0;
  color: #FFF;
  padding: 0;
}
.slick-next::before,
.slick-prev::before {
  font-family: 'icomoon';
  font-size: 1.5rem;
  text-align: center;
}

.slick-prev {
  left: 1.71429rem;
}
.slick-prev::before {
  content: "\e902";
}

.slick-next {
  right: 1.71429rem;
}
.slick-next::before {
  content: "\e903";
}

/*-----------------------------------------------------------------------------------*/
/*  7.0 Header
/*-----------------------------------------------------------------------------------*/
body .site {
  overflow: hidden;
}

.site-header {
  position: fixed;
  z-index: 9999;
  padding-top: 0.85rem;
  padding-bottom: 0.5rem;
  background: #FFF;
  top: 0;
  width: 100%;
  left: 0;
  transition: all 0.25s ease-out;
  box-shadow: 0px 1px 50px rgba(0, 0, 0, 0.1);
}
.site-header a {
  opacity: 0.8;
}
.site-header a:hover {
  opacity: 1;
}
.home .site-header {
  background: transparent;
  padding-top: 1.5rem;
  box-shadow: none;
}
.home .site-header a, .home .site-header input, .home .site-header .btn {
  color: #FFFF00 !important;
}
.home .site-header a:before {
  display: none;
}
.scrolled .site-header {
  background: #FFF;
  padding-top: 0.85rem;
  box-shadow: 0px 1px 50px rgba(0, 0, 0, 0.1);
}
.scrolled .site-header a, .scrolled .site-header input, .scrolled .site-header .btn {
  color: #2D3D49 !important;
}
.nav-mobile-active .home .site-header {
  background: #FFF;
}
.nav-mobile-active .home .site-header .wpml a {
  color: #2D3D49 !important;
}
.nav-mobile-active .site-header {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
}
.site-header .right {
  font-size: 0.68571rem;
  line-height: 1.25;
  padding-bottom: 0.1rem;
}

.open-search {
  display: inline-block;
  width: 1rem;
  margin-right: 0.25rem;
  text-align: center;
}

.form--search {
  position: absolute;
  top: 100%;
  padding: 0.57143rem 1.42857rem 1.28571rem;
  background: #FFF;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease-out;
}
.js-search .form--search {
  opacity: 1;
  pointer-events: auto;
}
.form--search::before, .form--search::after {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  width: 70vw;
  height: 100%;
  background: #FFF;
}
.form--search::after {
  left: auto;
  right: 100%;
}
.form--search input {
  font-size: 0.68571rem;
  line-height: 1.25;
  border: 0;
  border-bottom: 1px solid #2D3D49;
  border-radius: 0;
  outline: none !important;
  box-shadow: none;
  width: 10rem;
  background: transparent;
}
.form--search .btn {
  background: transparent;
  padding: 0 0.25rem;
  border: 0;
  display: inline-block;
  font-size: 0.75rem;
}

.home .form--search {
  background: transparent;
}
.home .form--search input {
  border-color: #FFFF00;
}
.home .form--search::before, .home .form--search::after {
  display: none;
}
.home .form--search .btn {
  color: currentColor;
}
.home .form--search input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 1;
}
.home .form--search input::-moz-placeholder,
.home .form--search input::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
}
.home .form--search input:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 1;
}

.home.scrolled .form--search {
  background: #FFF;
}
.home.scrolled .form--search input {
  border-color: #2D3D49;
}
.home.scrolled .form--search::before, .home.scrolled .form--search::after {
  display: block;
}

.wmpl a {
  position: relative;
  display: inline-block;
}
.wmpl a::before {
  content: '';
  position: absolute;
  bottom: 0.2em;
  left: 0;
  height: 0.25em;
  right: 0;
  z-index: -1;
  transition: all 0.25s ease-out;
}
.wmpl a:hover::before {
  background: #FFFF00;
}

.site-branding {
  float: left;
  position: relative;
  width: 8.75rem;
  height: 2rem;
  z-index: 9;
  margin-right: 0.5rem;
}
.site-branding a {
  display: block !important;
  transform: translateY(-0.3rem);
  display: inline-block;
  opacity: 1 !important;
}

#logo-wrapper {
  top: 0;
  left: 0;
  width: 418px;
  height: 97px;
  overflow: hidden;
  position: absolute;
  background: transparent;
  transform-origin: top left;
  transform: scale(0.73);
}

@media only screen and (max-width: 1600px) {
  #logo-wrapper {
    transform: scale(0.63);
  }
}
@media only screen and (max-width: 1400px) {
  #logo-wrapper {
    transform: scale(0.52);
  }
}
@media only screen and (max-width: 1020px) {
  #logo-wrapper {
    transform: scale(0.45);
  }

  .site-branding a {
    transform: none;
  }
}
@media only screen and (max-width: 800px) {
  #logo-wrapper {
    transform: scale(0.42);
  }
}
@media only screen and (max-width: 640px) {
  #logo-wrapper {
    transform: scale(0.4);
  }
}
#logo-wrapper div {
  position: absolute;
}

body.home:not(.scrolled) #logo-wrapper svg * {
  fill: #FFFF00;
}

.nav-mobile-active #logo-wrapper svg * {
  fill: #000 !important;
}

.char-1 {
  left: 3px;
  top: 1px;
}

.char-2 {
  left: 40px;
  top: 1px;
}

.char-3 {
  left: 83px;
  top: 1px;
}

.char-4 {
  left: 131px;
  top: 0;
}

.char-5 {
  left: 208px;
  top: 1px;
}

.char-6 {
  left: 272px;
  top: 1px;
}

.char-7 {
  left: 321px;
  top: 1px;
}

.char-8 {
  left: 383px;
  top: 1px;
}

.char-9 {
  left: 0;
  top: 54px;
}

.char-10 {
  left: 70px;
  top: 54px;
}

.char-11 {
  left: 180px;
  top: 54px;
}

.char-12 {
  left: 300px;
  top: 54px;
}

.char-13 {
  left: 393px;
  top: 53px;
}

.site-header__toggle {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .site-header__toggle {
    display: inline-block;
  }
}

/*-----------------------------------------------------------------------------------*/
/*  8.0 Sections
/*-----------------------------------------------------------------------------------*/
/* 8.1 Section Spacing */
html {
  scroll-behavior: smooth;
}

.margin-bottom {
  margin-bottom: 1.42857rem;
}

.margin-top {
  margin-top: 1.42857rem;
}

.margin-bottom--small {
  margin-bottom: 0.71429rem;
}

.margin-bottom--med {
  margin-bottom: 1.78571rem;
}

.margin-bottom--big {
  margin-bottom: 2.85714rem;
}

.no-margin {
  margin: 0 !important;
}

.spacing {
  padding-top: 2.14286rem;
  padding-bottom: 2.14286rem;
}

.spacing--big {
  padding-top: 3.57143rem;
  padding-bottom: 3.57143rem;
}

.relative {
  position: relative;
}

.padding {
  padding: 1.42857rem;
}

.padding-top {
  padding-top: 1.42857rem;
}

.padding-top--small {
  padding-top: 0.71429rem;
}

.padding-bottom--small {
  padding-bottom: 0.71429rem;
}

.nobreak {
  white-space: nowrap;
  font-weight: normal;
}

figure {
  display: block;
}

figcaption {
  font-size: 0.57143rem;
  padding-top: 0.25rem;
}

.list ul {
  margin: 0 0 1.25rem;
}
.list ul li {
  margin-bottom: 1rem;
}

.single-veranstaltung,
.single-audio-video {
  background: #FFF;
}
.single-veranstaltung h1,
.single-audio-video h1 {
  margin-bottom: 1rem;
}
.single-veranstaltung .info,
.single-audio-video .info {
  font-size: 0.57143rem;
}
.single-veranstaltung .info p:last-child,
.single-audio-video .info p:last-child {
  margin-bottom: 0;
}
.single-veranstaltung .top,
.single-audio-video .top {
  font-size: 0.85714rem;
}
.single-veranstaltung .top p,
.single-audio-video .top p {
  margin-bottom: 1.42857rem;
}
.single-veranstaltung .top strong,
.single-audio-video .top strong {
  display: block;
}
.single-veranstaltung .top strong span,
.single-audio-video .top strong span {
  font-weight: normal;
}

.bg--yellow {
  background: #FFFF00;
}

.bg--dark {
  background: #2D3D49;
}
.bg--dark * {
  color: #FFF;
}

body:not(.home) {
  padding-top: 3.5rem;
}

.links {
  font-size: 0.57143rem;
  font-weight: bold;
  padding-top: 0.5rem;
  margin-bottom: 1.42857rem;
}
.links a {
  padding: 0.1rem 0;
  display: inline-block;
}
.links div {
  margin-bottom: 0.1rem;
}

.block {
  margin-top: 2.85714rem;
}
.block:first-child {
  margin-top: 0;
}
.container + .block {
  margin-top: 1.42857rem;
}

.first-con + .block {
  margin-top: 0;
}

.block--people a {
  display: block;
}
.block--people a:hover h4 {
  text-decoration: underline;
}
.block--people a:hover img {
  transform: scale(1) !important;
}

.block--people .flex__item,
.listing .flex__item {
  margin-bottom: 2.14286rem;
}
.block--people a,
.listing a {
  height: 100%;
}
.block--people a h4,
.listing a h4 {
  font-size: 0.85714rem;
  line-height: 1.2;
  margin-bottom: 0;
}
.block--people a p,
.listing a p {
  font-size: 0.57143rem;
  margin-bottom: 0;
}
.block--people a span,
.listing a span {
  font-size: 0.57143rem;
  margin-bottom: 0;
  font-weight: bold;
  display: block;
}
.block--people a .min, .block--people a .flex1,
.listing a .min,
.listing a .flex1 {
  padding-top: 0.75rem;
  min-height: 3.25rem;
}
.block--people a .flex1,
.listing a .flex1 {
  margin-bottom: 0.5rem;
  flex: 0 0 auto;
}
.block--people a .flex1 h4,
.listing a .flex1 h4 {
  margin-bottom: 0.6rem;
}
.block--people p + h4,
.listing p + h4 {
  margin-top: 0.5rem;
}
.block--people strong,
.listing strong {
  display: block;
}

.listing--several-links .flex__item {
  margin-bottom: 2.14286rem;
}
.listing--several-links h4 {
  font-size: 0.85714rem;
  line-height: 1.2;
  margin-bottom: 0.6rem;
  padding-top: 0.75rem;
}
.listing--several-links strong {
  display: block;
}
.listing--several-links p {
  font-size: 0.57143rem;
  margin-bottom: 0;
}
.listing--several-links .person-image {
  overflow: hidden;
}
.listing--several-links .links {
  margin-bottom: 0;
}
.listing--several-links a:hover img {
  transform: scale(1.02);
}

.person-image {
  position: relative;
  padding-bottom: 100%;
  background: #FFFF00;
  overflow: hidden;
}
a:hover .person-image img {
  transform: scale(1.02);
}
.person-image img {
  position: absolute;
  object-fit: cover;
  transition: all 0.25s ease-out;
}

.single-person .flex1 + div p {
  margin-bottom: 1.28571rem;
}
.single-person .flex1 + div p:last-child {
  margin-bottom: 0;
}
.single-person .one-half {
  font-size: 0.71429rem;
  line-height: 1.28;
}

.text--smaller p {
  font-size: 0.71429rem;
  line-height: 1.28;
}

.text--smaller li {
  font-size: 0.71429rem;
  line-height: 1.28;
}

.block--download,
.block--link-arrow {
  margin-top: 0 !important;
  margin-bottom: 0.71429rem;
}
.block--download .links,
.block--link-arrow .links {
  padding-top: 0;
}

.block--logo-text + .block--logo-text {
  margin-top: 1.42857rem;
}
.block--logo-text img {
  max-height: 5.5rem;
  margin-left: 0;
}
.block--logo-text .one-third {
  padding-right: 0.85714rem;
}

.schedule {
  margin-bottom: 1.07143rem;
}
.schedule .time,
.schedule h3 {
  font-size: 0.85714rem;
  line-height: 1.3;
  margin-bottom: 0.75rem;
  display: block;
}
.schedule > h3 {
  position: relative;
  padding-bottom: 0.5rem;
}
.schedule > h3::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: -1.4rem;
  right: -1.4rem;
  height: 3px;
  background: #2D3D49;
}
.schedule .time + * {
  margin-top: 1.42857rem;
}

.events {
  padding-top: 1.42857rem;
}
.events + .events {
  margin-bottom: 0;
  padding-top: 0;
}
.events h3 {
  font-size: 0.85714rem;
  line-height: 1.33333;
  margin-bottom: 0.75em;
  transition: all 0.25s ease-out;
}
.events a {
  display: block;
  position: relative;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.events a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: -1.4rem;
  right: -1.4rem;
  height: 3px;
  background: #2D3D49;
}
.events a:last-child::before {
  display: none;
}
.events a:hover h3 {
  text-decoration: underline;
}
.events p {
  font-size: 0.57143rem;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.events .date {
  font-size: 0.85714rem;
  line-height: 1.33333;
}
.events .date strong {
  display: block;
}
.events .link--fake {
  font-size: 0.57143rem;
  line-height: 1.4;
  display: inline-block;
  font-weight: bold;
}
.events .cat {
  font-size: 0.57143rem;
  line-height: 1.4;
  margin-bottom: 0;
}

.block--fellowships .item {
  display: block;
  position: relative;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.block--fellowships .item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #2D3D49;
}
.block--fellowships p.date {
  margin-bottom: 0;
}
.block--fellowships p {
  font-size: 0.57143rem;
  line-height: 1.4;
  max-width: 19rem;
  margin-bottom: 1em;
}
.block--fellowships .link--fake {
  font-size: 0.57143rem;
  line-height: 1.4;
  display: inline-block;
  font-weight: bold;
}
.block--fellowships .item:last-child::before {
  display: none;
}

.results a {
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}
.results a p {
  margin-bottom: 0;
}

.screen-reader-text {
  display: none;
}

.nav-links {
  padding-top: 1.42857rem;
}
.nav-links a {
  font-size: 0.71429rem;
  line-height: 1.4;
  font-weight: bold;
}

.nav-next {
  float: right;
}

.nav-previous {
  float: left;
}

.single-publikation .max {
  max-width: 12rem;
}
.single-publikation .max img {
  width: 100%;
}
.single-publikation .h1 + p {
  font-size: 0.85714rem;
}

.single-forschungsprojekt .person {
  font-size: 0.85714rem;
  line-height: 1.3;
  margin-bottom: 0;
}
.single-forschungsprojekt .person + a {
  font-size: 0.71429rem;
  line-height: 1.12;
  font-weight: bold;
}

.page-template-page-research .listing h4 {
  font-size: 0.71429rem;
  line-height: 1.12;
  margin-bottom: 0.75em;
}
.page-template-page-research .listing h4 + p {
  font-size: 0.57143rem;
  line-height: 1.4;
  margin-bottom: 0;
}
.page-template-page-research .listing .flex1 {
  margin-bottom: 0.25rem;
}

.home .max-width {
  max-width: 29rem;
  margin-left: 0;
}
.home .max-width .container {
  padding-left: 0;
  padding-right: 0;
}
.home .h1 {
  max-width: 25rem;
  margin-left: 0;
}
.home .contacts h3 {
  margin-bottom: 0;
}
.home .contacts p {
  font-size: 0.57143rem;
  line-height: 1.4;
}
.home .contacts .links {
  padding-top: 0;
  margin-bottom: 0;
}
.home .links--all {
  padding-top: 0;
  margin-bottom: 2.85714rem;
}
.home .block--people .flex__item, .home .listing .flex__item {
  margin-bottom: 2rem;
}
.home .events .cat {
  font-size: 0.71429rem;
}
.home .events a::before {
  left: 0;
  right: 0;
}
.home aside strong {
  display: inline;
  background: linear-gradient(to bottom, transparent, transparent 1em, #FFFF00 1em, #FFFF00 1.25em, transparent 1.25em);
}
.home aside .h4-bg {
  margin-bottom: 0.2rem;
  line-height: 0.75em;
}
.home aside h4 {
  font-size: 0.57143rem;
  line-height: 1.4;
  line-height: 1.4;
  margin-bottom: 0.1rem;
}
.home aside p {
  font-size: 0.57143rem;
  line-height: 1.4;
  margin-bottom: 0.4rem;
}
.home aside a:hover h4 {
  text-decoration: underline;
}
.home .js-fixed {
  position: fixed;
  bottom: 3.57143rem;
}
.home .js-absolute {
  position: absolute;
  bottom: 0;
}

.slick--text {
  position: relative;
}
.slick--text h3.alpha {
  display: block;
  background: none;
  margin-bottom: 1.78571rem;
}
.slick--text p {
  font-size: 0.71429rem;
  line-height: 1.36;
  margin-bottom: 0.5rem;
}
.slick--text .inner {
  padding-left: 5.5rem;
  padding-right: 5.5rem;
}
.slick--text .inner a, .slick--text .inner a i {
  font-size: 0.71429rem;
  line-height: 1.36;
  color: #FFFF00 !important;
}
.slick--text .inner a:hover, .slick--text .inner a:hover i {
  color: #FFF !important;
}

.pagination {
  text-align: center;
}
.pagination div, .pagination a {
  display: inline-block;
}
.pagination a {
  font-size: 0.68571rem;
  padding: 0.25rem;
}
.pagination .pagination--item--current {
  font-weight: bold;
}

.color-content header h2 {
  font-size: 1.22857rem;
  line-height: 1.37209;
}
.color-content header p {
  font-size: 0.85714rem;
  line-height: 1.36667;
}

time {
  font-size: 0.71429rem;
  line-height: 1.12;
  display: block;
  margin-bottom: 1rem;
  font-weight: bold;
}

/*-----------------------------------------------------------------------------------*/
/*  9.0 Footer
/*-----------------------------------------------------------------------------------*/
.site-footer .line {
  margin-bottom: 0.71429rem;
  border-top: 3px solid #2D3D49;
  padding-top: 2.57143rem;
}
.site-footer h3 {
  font-size: 0.85714rem;
  margin-bottom: 1.07143rem;
}
.site-footer .flex__item .logos div {
  height: 5.4rem;
  width: 8.5rem;
  margin-bottom: 1.42857rem;
}
.site-footer .flex__item img {
  max-height: 100%;
  width: 100%;
}
.site-footer .three-quarters .logos {
  justify-content: space-between;
}
.site-footer .one-quarter img {
  margin-left: 0;
  max-width: 86%;
}

.footer__bottom {
  background: #FFFF00;
  padding-top: 1.42857rem;
  padding-bottom: 0.42857rem;
  font-size: 0.68571rem;
}
.footer__bottom nav {
  float: right;
}
.footer__bottom li {
  float: left;
  margin-left: 1rem;
}
.footer__bottom a {
  text-decoration: underline;
}

.pixelmate-settings-btns .pixelmate-settings-save,
.pixelmate-settings-btns .pixelmate-settings-reset {
  font-size: 20px;
}

/*-----------------------------------------------------------------------------------*/
/*  10.0 Media Queries
/*-----------------------------------------------------------------------------------*/
@media only screen and (max-width: 1600px) {
  html {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1400px) {
  html {
    font-size: 25px;
  }
}
@media only screen and (max-width: 1024px) {
  .site-header .flex--bottom {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }

  .site-header .right {
    margin-right: 0.5rem;
  }
  .site-header .open-search {
    display: none;
  }
  .site-header .form--search {
    display: none;
  }
}
@media only screen and (max-width: 1020px) {
  html {
    font-size: 22px;
  }

  .text--smaller p {
    font-size: 0.75rem;
  }

  .single-veranstaltung .info {
    font-size: 0.6rem;
  }

  .schedule > h3::before {
    left: -0.5rem;
    right: -0.5rem;
  }

  .links {
    font-size: 0.65rem;
  }

  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .events a::before {
    left: 0;
    right: 0;
  }

  .all-news > div {
    display: flex;
    flex-wrap: wrap;
  }
  .all-news > div a {
    width: 25%;
    padding-right: 1.42857rem;
  }

  .home .max-width {
    max-width: 100%;
  }
  .home .max-width .container {
    margin-left: 0;
  }

  .home aside {
    padding-top: 1.42857rem;
  }
}
@media only screen and (max-width: 800px) {
  html {
    font-size: 20px;
  }

  .all-news div > a {
    width: 33.33%;
  }
}
@media only screen and (max-width: 640px) {
  html {
    font-size: 19px;
  }

  .listing--several-links p,
  .events p,
  .block--people a p,
  .listing a p,
  .home .contacts p,
  .block--fellowships p,
  .block--fellowships .link--fake,
  .events .cat,
  .page-template-page-research .listing h4 + p,
  .block--people a span, .listing a span {
    font-size: 0.6825rem;
  }

  .events .cat {
    margin-bottom: 0.2rem;
  }

  .schedule .time {
    margin-bottom: 0.5rem;
  }
  .schedule .time + * {
    margin-top: 0;
  }

  .atcb_initialized {
    display: none !important;
  }

  .site-footer .flex__item .logos div {
    height: 3.5rem;
  }

  .slick--text .inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .slick-next,
  .slick-prev {
    display: none;
  }

  .slick--text .slick-dots {
    left: 2rem;
    bottom: -1.75rem;
  }
  .slick--text .inner {
    padding-bottom: 0.75rem;
  }

  .all-news {
    overflow-x: auto;
  }
  .all-news > div {
    width: 1440px;
    flex-wrap: nowrap;
  }
  .all-news a {
    width: 180px !important;
  }
  .all-news a:nth-child(n+9) {
    display: none !important;
  }

  .block--fellowships p.date {
    margin-bottom: 0.6rem;
  }

  .block--fellowships p {
    max-width: 22rem;
  }
}
@media only screen and (max-width: 520px) {
  p {
    font-size: 0.9rem;
  }

  .single .person-image {
    margin-bottom: 1.5rem;
  }

  .spacing--big {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 480px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer__bottom {
    text-align: center;
  }
  .footer__bottom * {
    float: none !important;
  }
  .footer__bottom li {
    display: inline-block;
    margin-bottom: 1rem;
  }

  .page-template-page-research .listing h4 {
    font-size: 0.85714rem;
  }

  .slick--text h3.alpha {
    font-size: 1.1rem;
  }

  .all-news {
    margin-right: -1rem;
  }

  .home .bg--dark.spacing {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }

  .slick--text .inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .slick--text .slick-dots {
    left: 1.25rem;
  }

  .footer__bottom li {
    margin-right: 1rem;
    margin-left: 0;
  }

  .xs-margin-bottom {
    margin-bottom: 1.5rem;
  }

  .site-footer .flex__item img {
    width: auto;
    margin-left: 0;
  }

  .site-footer .flex__item .logos div {
    width: 100%;
  }

  .site-footer * {
    text-align: left !important;
  }
}
@media only screen and (max-width: 420px) {
  .site-footer .logos {
    flex-wrap: wrap;
  }

  .contacts h3 {
    -webkit-hyphens: auto;
    hyphens: auto;
  }

  .all-news > div {
    width: 1600px;
  }
  .all-news a {
    width: 200px !important;
  }

  .site-header {
    padding-top: 0.5rem;
    padding-bottom: 0.4rem;
  }

  .scrolled .site-header {
    padding-top: 0.5rem !important;
  }
}

.alignleft img {
	margin-left:0;
}
.alignright img {
	margin-right:0;
}

.has-text-align-left {
	text-align:left;
}
.has-text-align-right {
	text-align:right;
}
.has-text-align-center {
	text-align:center;
}

audio {
	width:100%;
}


