@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

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

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

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

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

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

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

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

.color-swatch.main::before {
  content: '';
  display: inline-block;
  width: 2em;
  height: 2em;
  background-color: #282C36;
  vertical-align: middle;
  box-shadow: 0 0 0.2em rgba(0, 0, 0, 0.1); }

.color-swatch.main::after {
  content: " #282C36";
  vertical-align: middle; }

.color-swatch.grey::before {
  content: '';
  display: inline-block;
  width: 2em;
  height: 2em;
  background-color: #7D818C;
  vertical-align: middle;
  box-shadow: 0 0 0.2em rgba(0, 0, 0, 0.1); }

.color-swatch.grey::after {
  content: " #7D818C";
  vertical-align: middle; }

.color-swatch.bggrey::before {
  content: '';
  display: inline-block;
  width: 2em;
  height: 2em;
  background-color: #ECECEE;
  vertical-align: middle;
  box-shadow: 0 0 0.2em rgba(0, 0, 0, 0.1); }

.color-swatch.bggrey::after {
  content: " #ECECEE";
  vertical-align: middle; }

.color-swatch.lightgrey::before {
  content: '';
  display: inline-block;
  width: 2em;
  height: 2em;
  background-color: #F1F1F2;
  vertical-align: middle;
  box-shadow: 0 0 0.2em rgba(0, 0, 0, 0.1); }

.color-swatch.lightgrey::after {
  content: " #F1F1F2";
  vertical-align: middle; }

.color-swatch.lightblue::before {
  content: '';
  display: inline-block;
  width: 2em;
  height: 2em;
  background-color: #DFF1FF;
  vertical-align: middle;
  box-shadow: 0 0 0.2em rgba(0, 0, 0, 0.1); }

.color-swatch.lightblue::after {
  content: " #DFF1FF";
  vertical-align: middle; }

.color-swatch.blue::before {
  content: '';
  display: inline-block;
  width: 2em;
  height: 2em;
  background-color: #0080c8;
  vertical-align: middle;
  box-shadow: 0 0 0.2em rgba(0, 0, 0, 0.1); }

.color-swatch.blue::after {
  content: " #0080c8";
  vertical-align: middle; }

.color-swatch.hoverblue::before {
  content: '';
  display: inline-block;
  width: 2em;
  height: 2em;
  background-color: #0B7DB8;
  vertical-align: middle;
  box-shadow: 0 0 0.2em rgba(0, 0, 0, 0.1); }

.color-swatch.hoverblue::after {
  content: " #0B7DB8";
  vertical-align: middle; }

.color-swatch.red::before {
  content: '';
  display: inline-block;
  width: 2em;
  height: 2em;
  background-color: #0080c8;
  vertical-align: middle;
  box-shadow: 0 0 0.2em rgba(0, 0, 0, 0.1); }

.color-swatch.red::after {
  content: " #0080c8";
  vertical-align: middle; }

.color-swatch.hoverred::before {
  content: '';
  display: inline-block;
  width: 2em;
  height: 2em;
  background-color: #740138;
  vertical-align: middle;
  box-shadow: 0 0 0.2em rgba(0, 0, 0, 0.1); }

.color-swatch.hoverred::after {
  content: " #740138";
  vertical-align: middle; }

html {
  background-color: #ECECEE;
  -webkit-tap-highlight-color: transparent; }

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  src: url("/themes/csu/static/res/fonts/opensans/opensans-300-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  src: url("/themes/csu/static/res/fonts/opensans/opensans-300-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url("/themes/csu/static/res/fonts/opensans/opensans-400-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url("/themes/csu/static/res/fonts/opensans/opensans-400-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  src: url("/themes/csu/static/res/fonts/opensans/opensans-600-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  src: url("/themes/csu/static/res/fonts/opensans/opensans-600-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  src: url("/themes/csu/static/res/fonts/opensans/opensans-700-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  src: url("/themes/csu/static/res/fonts/opensans/opensans-700-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  src: url("/themes/csu/static/res/fonts/opensans/opensans-800-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  src: url("/themes/csu/static/res/fonts/opensans/opensans-800-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face {
  font-family: 'Martel-Sans';
  src: url(../res/fonts/Martel_Sans/MartelSans-300.ttf);
  font-weight: 300; }

@font-face {
  font-family: 'Martel-Sans';
  src: url(../res/fonts/Martel_Sans/MartelSans-400.ttf);
  font-weight: 400; }

@font-face {
  font-family: 'Martel-Sans';
  src: url(../res/fonts/Martel_Sans/MartelSans-700.ttf);
  font-weight: 700; }

@font-face {
  font-family: 'Martel-Sans';
  src: url(../res/fonts/Martel_Sans/MartelSans-800.ttf);
  font-weight: 800; }

.weight-300 {
  font-weight: 300; }

.weight-400 {
  font-weight: 400; }

.weight-700 {
  font-weight: 700; }

.weight-800 {
  font-weight: 800; }

.sans {
  font-family: "Icons", "Martel-Sans", sans-serif; }

@font-face {
  font-family: 'Martel-Serif';
  src: url(../res/fonts/Martel_Serif/MartelSerif-600.ttf);
  font-weight: 600; }

@font-face {
  font-family: 'Martel-Serif';
  src: url(../res/fonts/Martel_Serif/MartelSerif-700.ttf);
  font-weight: 700; }

.weight-600 {
  font-weight: 600; }

.weight-700 {
  font-weight: 700; }

.serif {
  font-family: "Icons", "Open Sans", sans-serif; }

body {
  font-family: "Icons", "Martel-Sans", sans-serif, sans-serif;
  font-size: 16px;
  line-height: 1.425;
  font-weight: 300;
  color: #282C36; }

@font-face {
  font-family: 'Icons';
  src: url(../res/fonts/icons/icons.woff) format("woff");
  font-weight: bold; }

.big-body {
  font-size: 18px;
  line-height: 1.556; }
  .big-body > p {
    margin-top: 0; }

.no-schedule {
  margin: 3em;
  text-align: center;
  display: block;
  font-weight: bold; }

h1, h1 > a, .mood-headline, .teaser.widest > .headline {
  font-family: "Icons", "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 1.375;
  color: #282C36;
  font-size: 20px; }

.subscription h1 {
  margin-bottom: 50px; }

h2, h2 > a, .content-header .teaser-horizontal > .headline > a, .session-detail .title, .person-intro > .headline, .teaser-horizontal .headline,
.teaser-horizontal .headline > a,
.press-teaser .headline,
.press-teaser .headline > a, .poster > .headline {
  font-family: "Icons", "Open Sans", sans-serif;
  line-height: 1.375;
  font-weight: 700;
  color: #282C36;
  font-size: 20px; }

h3, h3 > a, .eyecatcher-wrapper .title, .publication .title, .teaser.wide > .headline > a, .teaser-horizontal .headline.small > a,
.teaser-horizontal .headline.small > span,
.press-teaser .headline.small > a,
.press-teaser .headline.small > span, .path-csu-newsletter #content header {
  font-family: "Icons", "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  color: #282C36;
  font-size: 18px; }

.subscription h3 {
  margin: 0 0 30px 0; }

h4, h4 > a, .votes-item .title > a, span.text > a, .person-item .title,
.person-item .title > a, .teaser.narrow > .headline > a, .teaser.medium > .headline > a {
  font-family: "Icons", "Open Sans", sans-serif;
  font-size: 17px;
  line-height: 1.471;
  font-weight: 600;
  color: #282C36; }

h5, h5 > a, .text-item > .content > p {
  font-family: "Icons", "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 1.467;
  font-weight: 600;
  color: #282C36; }

h6, h6 > a, .sidebar-item .title > a {
  font-family: "Icons", "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.333;
  font-weight: 600;
  color: #282C36; }

a.underlined, .links.underlined a {
  border-bottom: 2px solid #0080c8; }
  a.underlined:hover, .links.underlined a:hover {
    border-bottom-color: #0B7DB8; }

a.small, .links.small a {
  font-size: 13px; }

a {
  display: inline-block;
  font-weight: 700;
  color: #0080c8;
  text-decoration: none; }
  a:hover {
    color: #0B7DB8; }

.mailto > a {
  margin-top: 5px;
  margin-right: 0;
  margin-bottom: 15px;
  margin-left: 0; }

strong {
  font-weight: 700; }

dl {
  margin: 0; }
  dl > dd {
    margin: 0; }

img {
  max-width: 100%;
  vertical-align: bottom; }

.image-title {
  font-size: 13px;
  text-align: right;
  margin-top: 10px;
  margin-right: 15px;
  margin-bottom: 0;
  margin-left: 0; }

.media img {
  height: auto;
  width: 100%; }

.media-title {
  font-size: 12px;
  margin-top: 20px;
  color: #282C36;
  font-weight: normal; }

ul {
  margin: 0;
  padding: 0; }

.checkboxes-wrapper {
  margin-top: 30px;
  margin-right: 0;
  margin-bottom: 40px;
  margin-left: 0; }
  .checkboxes-wrapper > input {
    display: block; }

.form-checkbox,
.form-radio,
.js-form-type-radio,
.js-form-type-checkbox {
  position: relative;
  margin: 7px 0; }
  .form-checkbox > input,
  .form-radio > input,
  .js-form-type-radio > input,
  .js-form-type-checkbox > input {
    visibility: hidden; }
  .form-checkbox > input[type=checkbox]:checked + label,
  .form-checkbox > input[type=radio]:checked + label,
  .form-radio > input[type=checkbox]:checked + label,
  .form-radio > input[type=radio]:checked + label,
  .js-form-type-radio > input[type=checkbox]:checked + label,
  .js-form-type-radio > input[type=radio]:checked + label,
  .js-form-type-checkbox > input[type=checkbox]:checked + label,
  .js-form-type-checkbox > input[type=radio]:checked + label {
    background-color: #0080c8; }
    .form-checkbox > input[type=checkbox]:checked + label:after,
    .form-checkbox > input[type=radio]:checked + label:after,
    .form-radio > input[type=checkbox]:checked + label:after,
    .form-radio > input[type=radio]:checked + label:after,
    .js-form-type-radio > input[type=checkbox]:checked + label:after,
    .js-form-type-radio > input[type=radio]:checked + label:after,
    .js-form-type-checkbox > input[type=checkbox]:checked + label:after,
    .js-form-type-checkbox > input[type=radio]:checked + label:after {
      content: '✓'; }
  .form-checkbox > span,
  .form-radio > span,
  .js-form-type-radio > span,
  .js-form-type-checkbox > span {
    font-size: 13px;
    font-weight: 400;
    margin-left: 10px; }
  .form-checkbox > label,
  .form-radio > label,
  .js-form-type-radio > label,
  .js-form-type-checkbox > label {
    cursor: pointer;
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #F1F1F2;
    transition: background-color .3s ease-in-out;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }
    .form-checkbox > label:after,
    .form-radio > label:after,
    .js-form-type-radio > label:after,
    .js-form-type-checkbox > label:after {
      content: '';
      color: white;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      line-height: 15px;
      font-size: 13px; }

.form-required {
  color: #0080c8; }

.form-email,
.form-text,
.form-search,
.subscription .form-wrapper input {
  border: none;
  background-color: #F1F1F2;
  color: #282C36;
  line-height: 45px;
  height: 45px;
  font-weight: 600;
  font-size: 13px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 0;
  padding-top: 0;
  box-sizing: border-box; }

.forms-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .forms-wrapper > .form-wrapper {
    display: inline-block;
    width: 49%;
    margin: 7px 0; }
    .forms-wrapper > .form-wrapper input {
      width: 100%; }
  .forms-wrapper .fullwidth-col {
    width: 100%; }
    .forms-wrapper .fullwidth-col #edit-field-subscribe--wrapper {
      margin-bottom: 20px; }
    .forms-wrapper .fullwidth-col legend {
      display: none; }
    .forms-wrapper .fullwidth-col .form-text,
    .forms-wrapper .fullwidth-col .form-email {
      width: 100%; }

#block-csu-metasearchblock {
  position: absolute;
  right: 0;
  top: 100%;
  left: -95px; }
  #block-csu-metasearchblock label,
  #block-csu-metasearchblock .form-submit {
    display: none; }

#block-csu-metasearchblock {
  z-index: 100000;
  transition: opacity .5s;
  opacity: 0;
  margin: 0; }
  #block-csu-metasearchblock.opened {
    opacity: 1; }
  #block-csu-metasearchblock .form-text {
    font-family: "Icons", "Open Sans", sans-serif;
    height: 40px;
    border: 1px solid #ECECEE;
    background-color: white;
    width: 170px;
    box-sizing: initial; }
    #block-csu-metasearchblock .form-text:focus {
      outline: none; }

#block-metasearchblock {
  background-color: white;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 60px;
  -ms-input-placeholder-color: transparent; }
  #block-metasearchblock .form-item-search {
    display: inline-block;
    width: 100%;
    position: relative; }
    #block-metasearchblock .form-item-search:before {
      content: '🔍';
      display: inline-block;
      position: absolute;
      left: 0;
      line-height: 40px; }
    #block-metasearchblock .form-item-search .form-text {
      width: 100%;
      background: transparent;
      height: 40px;
      line-height: 40px;
      border-bottom: 1px solid #ECECEE;
      padding-left: 25px; }
      #block-metasearchblock .form-item-search .form-text:focus {
        outline: none; }
  #block-metasearchblock label,
  #block-metasearchblock .form-submit {
    display: none; }
  #block-metasearchblock ::-webkit-input-placeholder {
    color: transparent; }
  #block-metasearchblock ::-moz-placeholder {
    color: transparent; }
  #block-metasearchblock input:-moz-placeholder {
    color: transparent; }

.path-search .search-form .search-help-link,
.path-search .search-form .search-advanced,
.path-search .search-form .form-submit,
.path-search .search-form label {
  display: none; }

.path-search .search-form + h2 {
  display: none; }

.path-search .ds-search-extra {
  margin-top: 20px; }

.path-search .group-result h2 {
  margin-top: 50px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0; }

#kssref-html-elements-form-search-form .styleguide-modifier__example {
  text-align: center; }

.badge.framed > a, .tag-slider .slider .slider-items a, .tag-slider .title, .badge.hightlighted, .eyecatcher-wrapper .open-btn, .letter, .badge, .head > .headline, .votes-wrapper > .headline {
  font-size: 13px;
  text-transform: uppercase;
  color: #0080c8;
  font-weight: 800;
  vertical-align: middle;
  line-height: normal; }
  .badge.framed > a > a, .tag-slider .slider .slider-items a > a, .tag-slider .title > a, .badge.hightlighted > a, .eyecatcher-wrapper .open-btn > a, .letter > a, .badge > a, .head > .headline > a, .votes-wrapper > .headline > a {
    color: inherit;
    font-weight: inherit; }

.badge.framed > a, .tag-slider .slider .slider-items a, .tag-slider .title {
  color: white;
  border: 1px solid white;
  line-height: 20px;
  padding: 0 10px;
  font-size: 10px;
  border-radius: 5px;
  display: inline-block;
  letter-spacing: 0.7px;
  font-weight: 400; }

.badge.hightlighted, .eyecatcher-wrapper .open-btn, .letter {
  display: inline-block;
  background-color: #0080c8;
  padding: 0 20px;
  line-height: 35px;
  color: white; }
  .badge.hightlighted > a, .eyecatcher-wrapper .open-btn > a, .letter > a {
    color: inherit; }

.badge.mini {
  width: initial;
  text-transform: none;
  color: #282C36;
  vertical-align: middle; }
  .teaser .badge.mini {
    text-transform: uppercase; }
  .badge.mini > a {
    color: inherit; }

.badge.framed {
  display: inline-block; }
  .badge.framed > a {
    margin-left: 10px; }

.content-header {
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ECECEE;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.header-image {
  position: relative;
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 100%;
  max-height: 400px;
  overflow: hidden; }
  .header-image:hover .circled-button {
    background-color: #0080c8;
    color: white; }
  .header-image > .calendar {
    position: absolute;
    top: 30px;
    left: 30px; }
  .header-image > .circled-button {
    position: absolute;
    bottom: 20px;
    right: 20px; }
  .header-image > a, .header-image img {
    width: 100%; }
  .header-image > .image-source {
    position: absolute;
    bottom: 11px;
    right: 15px;
    font-size: 13px;
    font-weight: 600;
    color: #7D818C; }

.header-content {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  box-sizing: border-box;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 25px;
  padding-left: 25px; }
  .header-content .teaser-horizontal .headline:hover {
    color: initial; }

.agenda-item {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .agenda-item + .agenda-item {
    margin-top: 50px; }

.agenda-image {
  width: 100%; }
  .agenda-image img,
  .agenda-image > a {
    width: 100%; }

.agenda-content {
  width: 100%;
  padding-top: 20px; }

.divider {
  width: 2px;
  background-color: #0080c8;
  display: inline-block;
  height: 10px;
  position: relative;
  line-height: 13px;
  margin: 0 5px; }

.divider.main {
  background-color: #282C36;
  vertical-align: middle; }

.date,
.time,
.autor, .tweet > .bottom, .time-item, .time-item > .body-wrapper a, .teaser-box .number, .teaser-horizontal > .location,
.press-teaser > .location, .teaser-horizontal > .suffix,
.press-teaser > .suffix {
  font-size: 13px;
  font-weight: 800;
  color: #7D818C;
  vertical-align: middle;
  line-height: normal; }
  .date + .date, .time + .date, .autor + .date, .tweet > .bottom + .date, .time-item + .date, .time-item > .body-wrapper a + .date, .teaser-box .number + .date, .teaser-horizontal > .location + .date, .press-teaser > .location + .date, .teaser-horizontal > .suffix + .date, .press-teaser > .suffix + .date {
    padding-left: 15px; }

.head {
  position: relative; }
  .head > .headline {
    display: inline-block;
    line-height: 35px; }
  .head > .circled-button {
    position: absolute;
    right: 0; }

.links.underlined p {
  margin: 15px 0 0 0; }

.links.small a + a {
  margin-top: 15px; }

.links.extra > a {
  display: block;
  color: #282C36; }
  .links.extra > a:hover {
    color: #0080c8; }
  .links.extra > a + a {
    margin-top: 5px; }

.links.personal > a {
  line-height: 30px;
  font-size: 14px;
  display: block; }

.simple-bar {
  background-color: #595e6c;
  padding: 30px 40px 30px 50px;
  position: relative; }
  .simple-bar h2 {
    color: white;
    margin: 0; }
    .simple-bar h2 + div {
      font-weight: 400;
      color: white; }
  .simple-bar .image-title {
    position: absolute;
    color: white;
    right: 0;
    top: 0; }
    .simple-bar .image-title:before {
      content: '©';
      display: inline-block; }

.election-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  height: 50px;
  font-size: 13px; }
  .election-bar .slider-prev,
  .election-bar .slider-next {
    display: none; }

.letter-bar {
  width: 85.94%;
  background-color: #595e6c;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px; }
  .letter-bar .slick-list {
    overflow: hidden; }
  .letter-bar .slick-track > .slick-slide {
    list-style: none; }
  .letter-bar li {
    display: inline-block;
    list-style: none;
    line-height: 50px;
    color: #464c5b;
    font-weight: 600;
    max-width: 40px; }
    .letter-bar li > a {
      color: white;
      width: 40px;
      text-transform: uppercase;
      border-radius: 50px;
      text-align: center;
      line-height: 35px; }
      .letter-bar li > a.hover, .letter-bar li > a.active {
        width: 35px;
        background-color: #0080c8; }
      .letter-bar li > a.inactive {
        color: #464c5b; }
  .letter-bar .slick-next,
  .letter-bar .slick-prev {
    color: transparent;
    position: absolute;
    font-size: 0;
    line-height: 50px;
    top: 0; }
    .letter-bar .slick-next:focus,
    .letter-bar .slick-prev:focus {
      outline: none; }
    .letter-bar .slick-next:before,
    .letter-bar .slick-prev:before {
      width: auto !important;
      padding: 0 10px !important; }
  .letter-bar .slick-next {
    right: 0; }
    .letter-bar .slick-next:before {
      content: '→'; }
  .letter-bar .slick-prev {
    left: 0; }
    .letter-bar .slick-prev:before {
      content: '←'; }

.map-tab {
  width: 14.06%;
  color: white;
  background-color: #464c5b;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  font-weight: 700;
  display: none; }
  .map-tab:after {
    content: '↓';
    font-size: 6px;
    padding-left: 10px; }
  .map-tab.active {
    background-color: #0080c8; }
    .map-tab.active:after {
      content: '↑'; }

#eyecatcher {
  position: fixed;
  z-index: 9999999;
  bottom: 0;
  left: 0;
  right: 0;
  transition: height .3s ease-in-out; }
  #eyecatcher.closed {
    height: 0 !important; }

.eyecatcher-wrapper {
  max-width: 1180px;
  margin: 0 auto;
  background: linear-gradient(181deg, rgba(0, 0, 0, 0.8) 0%, rgba(236, 236, 238, 0.8) 100%);
  padding-bottom: 35px; }
  .eyecatcher-wrapper > .content-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: center;
        align-items: center;
    max-width: 1180px;
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 55px;
    box-sizing: border-box;
    flex-wrap: nowrap;
    font-size: 0;
    padding-right: 25px; }
  .eyecatcher-wrapper .title-content {
    width: 85.385%;
    padding-left: 20px;
    box-sizing: border-box;
    padding: 0;
    width: 100%; }
  .eyecatcher-wrapper .link-content {
    font-size: 13px;
    cursor: pointer;
    margin-top: 10px; }
  .eyecatcher-wrapper .title {
    font-weight: 600;
    width: 65%;
    margin: 0;
    font-size: 14px;
    width: 90%; }
  .eyecatcher-wrapper .close-btn {
    font-size: 15px;
    cursor: pointer;
    padding: 5px; }
  .eyecatcher-wrapper .media-image {
    width: 14.615%;
    display: none; }

.social-media {
  padding-top: 25px; }

.header-bar {
  display: -ms-flexbox;
  display: flex;
  color: white;
  position: relative;
  -ms-flex-align: center;
      align-items: center;
  background-color: #464c5b; }
  .header-bar .center {
    background-color: #595e6c;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 30px; }
  .header-bar .previous > a,
  .header-bar .next > a {
    font-size: 13px;
    color: white;
    line-height: 100px;
    position: relative;
    display: block; }
    .header-bar .previous > a:before, .header-bar .previous > a:after,
    .header-bar .next > a:before,
    .header-bar .next > a:after {
      color: white;
      display: block;
      line-height: 100px;
      font-size: 10px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
  .header-bar .previous,
  .header-bar .next {
    width: 50px; }
    .header-bar .previous > a,
    .header-bar .next > a {
      font-size: 0; }
  .header-bar .previous > a {
    padding-left: 30px; }
    .header-bar .previous > a:before {
      content: '←';
      left: 15px; }
  .header-bar .next > a {
    padding-right: 30px;
    text-align: right; }
    .header-bar .next > a:after {
      content: '→';
      right: 15px; }
  .header-bar .badge {
    color: white; }
  .header-bar .poster-headline {
    font-weight: 600;
    font-family: "Icons", "Open Sans", sans-serif;
    font-size: 16px; }

.calendar {
  text-align: center; }
  .calendar > .top {
    background-color: #F1F1F2; }
  .calendar > .bottom {
    background-color: #e4e4e4; }
  .calendar .day {
    font-weight: 700;
    border-bottom: 1px solid #e4e4e4; }
  .calendar.normal {
    width: 80px; }
    .calendar.normal > .top {
      padding-top: 10px;
      padding-right: 15px;
      padding-bottom: 15px;
      padding-left: 15px; }
    .calendar.normal > .bottom {
      line-height: 35px; }
    .calendar.normal .day {
      font-size: 26px; }
    .calendar.normal .date {
      line-height: 40px;
      font-size: 12px; }

.calendar.compact {
  max-width: 80px;
  width: auto !important; }
  .calendar.compact > .top {
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 0;
    padding-left: 15px; }
    .calendar.compact > .top > .date {
      line-height: 40px; }
  .calendar.compact > .bottom {
    line-height: 28px; }
  .calendar.compact .day {
    font-size: 26px;
    font-weight: 400; }
  .calendar.compact .date {
    font-size: 12px; }

.votes-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 30px;
  width: 100%; }
  .votes-item > .img {
    max-width: 90px;
    max-height: 100px;
    overflow: hidden; }
  .votes-item > .body-wrapper {
    width: 68%;
    padding-left: 30px;
    box-sizing: border-box; }
  .votes-item .title > a {
    margin-top: 5px; }
    .votes-item .title > a:hover {
      color: #0080c8; }

.votes-wrapper {
  margin: 20px 0; }
  .votes-wrapper > .headline {
    margin-bottom: 20px; }
  .votes-wrapper > .content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

#voting-card {
  display: none; }

.session {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
  .session + .session {
    margin-top: 50px; }
  .session li {
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #ECECEE;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10px 0; }

span.text {
  width: 100%; }
  span.text > a {
    font-size: 15px; }

span.time {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 100%;
  padding-top: 5px; }

.session-date {
  box-sizing: border-box;
  padding-right: 30px; }

.session-content {
  width: 84.75%;
  word-break: break-word; }
  .session-content > a {
    padding-top: 10px; }

.session-detail {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: center;
      align-items: center;
  padding-bottom: 40px;
  border-bottom: 1px solid #ECECEE; }
  .session-detail .session-date {
    padding-right: 25px; }
  .session-detail .title {
    padding-top: 10px; }

.publication {
  font-size: 0;
  margin-left: 1.25%;
  margin-right: 1.25%;
  padding-bottom: 40px;
  width: 100%; }
  .publication > .img {
    width: 39%;
    display: inline-block;
    position: relative;
    overflow: hidden;
    cursor: pointer; }
    .publication > .img img {
      transition: transform 0.5s;
      width: 100%; }
    .publication > .img:hover img {
      transform: scale(1.1); }
    .publication > .img:hover .circled-button {
      background-color: #0080c8;
      color: white; }
  .publication > .body {
    width: 60.2%;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    padding-top: 25px;
    padding-left: 40px;
    padding-top: 0;
    padding-left: 20px; }
  .publication .circled-button {
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-size: 16px; }
  .publication .title {
    font-weight: 600;
    padding-top: 15px;
    padding-bottom: 15px; }

#views-form-publications-default {
  margin: 0 -15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  #views-form-publications-default #edit-actions {
    display: none; }

.person {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border-bottom: 1px solid #ECECEE;
  padding: 20px 0;
  -ms-flex-align: start;
      align-items: flex-start; }
  .person > .media {
    overflow: hidden; }
  .person > .content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(100% - 115px);
    padding-left: 30px; }
    .person > .content > a {
      -ms-flex-order: 2;
          order: 2;
      margin: 15px 0; }
  .person h3 {
    width: 100%;
    margin: 0;
    -ms-flex-order: 1;
        order: 1; }
    .person h3 > a {
      font-weight: 600; }
  .person .social-media {
    padding-top: 0;
    width: 100%;
    -ms-flex-order: 3;
        order: 3; }
    .person .social-media > a {
      color: #0080c8; }
      .person .social-media > a + a {
        padding-left: 40px; }

.delegates-list {
  width: 100%; }

.delegates-list-group h3 {
  margin: 0; }

.letter {
  font-family: "Icons", "Martel-Sans", sans-serif;
  width: 40px;
  text-align: center;
  margin: 20px 0;
  padding: 0; }

.speaker-full .media img {
  width: auto;
  margin-bottom: 20px; }

.person-intro {
  position: relative; }
  .person-intro > .autor {
    position: absolute;
    top: -25px; }
  .person-intro > .headline {
    margin-bottom: 5px; }
    .person-intro > .headline + .suffix {
      margin-top: 25px; }
  .person-intro > ul {
    padding-left: 1em;
    margin-top: 15px;
    margin-bottom: 15px; }
    .person-intro > ul li {
      list-style: disc; }
      .person-intro > ul li + li {
        padding-top: 10px; }

.tool.bg-img, .sidebar-item.bg-img .body-wrapper {
  background-color: #F1F1F2;
  background-image: url(../res/img/contact_pattern.svg);
  background-repeat: no-repeat;
  background-position: top center; }

.tool {
  padding-top: 18px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  background-color: white;
  box-sizing: border-box;
  position: relative; }
  .tool.blue {
    background-color: #DFF1FF; }
  .tool.twitterbox {
    background: linear-gradient(#023a67 0%, #007fc7 100%);
    color: #fff; }
    .tool.twitterbox .head > .headline {
      font-size: 21px;
      color: #fff;
      font-weight: 500;
      line-height: 50px; }
    .tool.twitterbox .head > .circled-button {
      background: transparent;
      font-size: 41px;
      color: #fff;
      width: 60px;
      height: 50px;
      top: 5px;
      right: -10px; }
  .tool.not-framed {
    padding-right: 0;
    padding: 0; }
  .tool + .tool {
    margin-top: 20px; }
  .tool > .head > .circled-button {
    position: absolute;
    right: 0; }
  .tool > .body {
    margin-top: 10px; }
    .tool > .body > a {
      font-size: 12px; }
      .tool > .body > a + a {
        margin-top: 10px; }

#kssref-components-sidebar-tool .styleguide-modifier__example {
  width: 310px; }

.tweet {
  padding-top: 40px;
  overflow: hidden; }
  .tweet:first-child {
    padding-top: 10px; }
  .tweet > .head > img {
    width: 35px;
    height: 35px; }
  .tweet > .head > a {
    margin-left: 10px;
    margin-bottom: 9px;
    color: #89BCE7; }
    .tweet > .head > a.plain {
      border: none; }
  .tweet > .content {
    font-size: 13px;
    font-weight: 300;
    padding-top: 7px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0; }
    .tweet > .content > a {
      display: inline;
      word-wrap: break-word;
      color: #89BCE7; }
      .tweet > .content > a.tweet__link {
        display: block;
        margin-top: 8px; }
  .tweet > .bottom {
    font-size: 12px;
    color: #061746; }

.text-item > .content > p {
  margin: 0; }

.text-item > .content + .links {
  padding-top: 15px; }

.person-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
  .person-item + .person-item {
    padding-top: 20px; }
  .person-item > .img {
    width: 60px;
    max-height: 60px;
    overflow: hidden; }
  .person-item > .body {
    width: calc(100% - 60px);
    padding-left: 20px;
    box-sizing: border-box;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }
  .person-item .links {
    font-size: 12px; }
  .person-item .title + .links,
  .person-item .title > a + .links {
    padding-top: 5px; }

.sidebar-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: stretch;
      align-items: stretch; }
  .sidebar-item.bg-img .body-wrapper {
    box-sizing: initial;
    padding-right: 25px; }
  .sidebar-item + .sidebar-item {
    padding-top: 20px; }
  .sidebar-item > .img {
    position: relative;
    width: 80px;
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .sidebar-item > .body-wrapper {
    width: 65%;
    padding-left: 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    box-sizing: border-box; }
  .sidebar-item .body {
    width: 100%;
    word-break: break-word; }
  .sidebar-item .badge {
    font-size: 12px;
    color: #282C36;
    padding-bottom: 5px; }
  .sidebar-item .links {
    font-size: 12px; }
  .sidebar-item .circled-button {
    position: absolute;
    top: calc(50% - 17.5px);
    left: calc(50% - 17.5px); }
  .sidebar-item .title > a {
    height: 60px; }
  .sidebar-item .title + .links {
    padding-top: 10px; }

.time-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: center;
      align-items: center; }
  .time-item + .time-item {
    padding-top: 15px; }
  .time-item > .time-box {
    max-width: 80px;
    background-color: #F1F1F2;
    line-height: 35px;
    padding-left: 20px;
    padding-right: 20px; }
  .time-item > .body-wrapper {
    width: 68%;
    padding-left: 25px; }
    .time-item > .body-wrapper a {
      display: block; }
      .time-item > .body-wrapper a.edit {
        color: #0080c8;
        display: inline-block;
        font-size: 13px; }

.contact-item {
  font-size: 14px; }
  .contact-item .block:not(last-item) {
    margin-bottom: 15px; }

.circled-button {
  background-color: white;
  display: inline-block;
  color: #0080c8;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  cursor: pointer;
  transition: color .5s, background-color .5s; }
  .circled-button:hover, .circled-button.active {
    background-color: #0080c8;
    color: white; }
  .circled-button + .circled-button {
    margin-left: 20px; }

button,
.button {
  color: #0080c8;
  font-size: 13px;
  font-weight: 800;
  display: inline-block;
  border: none;
  background-color: transparent;
  padding: 0;
  cursor: pointer; }
  button:hover,
  .button:hover {
    color: #0B7DB8; }
  button > span, .button > span {
    font-size: 16px;
    padding-right: 10px; }

.rounded, .js-pager__items a, .print_html > a, .sm-container .share-button .i-share, #edit-actions {
  background-color: #F1F1F2;
  padding: 0 15px;
  line-height: 35px;
  border-radius: 20px;
  max-height: 35px;
  transition: color .5s, background-color .5s; }
  .rounded:hover, .js-pager__items a:hover, .print_html > a:hover, .sm-container .share-button .i-share:hover, #edit-actions:hover {
    color: #F1F1F2;
    background-color: #0080c8; }

.plain {
  border-bottom: 2px solid #0080c8;
  transition: color .5s, border-bottom-color .5s;
  font-size: 13px; }
  .plain:hover {
    border-bottom-color: #0B7DB8; }

button + .button,
.button + .button {
  margin-left: 15px; }

.form-action {
  display: inline-block;
  margin: 7px 0; }
  .form-action:before {
    content: '✉';
    font-size: 11px;
    color: #0080c8;
    margin-right: 10px;
    vertical-align: top;
    display: inline-block; }
  .form-action > input:focus {
    outline: none; }
  .form-action:hover:before,
  .form-action:hover > input,
  .form-action:hover > button {
    color: #F1F1F2; }

#kssref-components-buttons-buttons .button + button {
  margin-left: 15px; }

.js-pager__items {
  margin-top: 40px; }
  .js-pager__items li {
    list-style-type: none;
    text-align: center; }
  .js-pager__items a:hover:before {
    transform: rotate(360deg); }
  .js-pager__items a:before {
    transition: transform .5s ease-in-out;
    content: '↺';
    font-size: 22px;
    margin-right: 10px;
    vertical-align: top;
    display: inline-block; }

.print_html {
  display: inline-block;
  margin-top: 30px;
  margin-left: 0;
  margin-right: 10px; }
  .print_html > a {
    font-size: 13px;
    font-weight: 800; }
    .print_html > a:before {
      content: '🖶';
      font-size: 16px;
      margin-right: 15px; }

.sm-container {
  display: inline-block; }
  .sm-container .share-button {
    display: inline-block;
    cursor: pointer;
    margin-bottom: 15px; }
    .sm-container .share-button .i-share {
      display: inline-block;
      color: #0080c8;
      font-weight: 800;
      font-size: 13px; }
      .sm-container .share-button .i-share:before {
        content: '➦';
        font-size: 16px;
        margin-right: 15px; }
  .sm-container .share-list {
    display: inline-block;
    opacity: 0;
    transition: all .5s ease-in-out;
    margin-left: 10px; }
    .sm-container .share-list.show {
      opacity: 1;
      width: 200px; }
    .sm-container .share-list li {
      display: inline-block;
      padding: 0 3px; }

#edit-actions {
  font-size: 13px;
  font-weight: 800;
  display: inline-block; }
  #edit-actions:before {
    content: '✉';
    font-size: 11px;
    color: #0080c8;
    margin-right: 10px;
    vertical-align: top;
    display: inline-block; }
  #edit-actions:hover:before {
    color: #F1F1F2; }
  #edit-actions:hover input {
    color: #F1F1F2; }
  #edit-actions input:focus {
    outline: none; }

.pager .js-pager__items li {
  margin-bottom: 15px;
  display: inline-block; }

.pager .js-pager__items a:before {
  display: none; }

#main-nav {
  font-family: "Icons", "Open Sans", sans-serif;
  margin-top: 22px; }
  #main-nav > li {
    padding: 10px 16px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    margin: 0;
    overflow: hidden; }
    #main-nav > li:first-child {
      padding-left: 0; }
    #main-nav > li.expanded {
      position: relative; }
    #main-nav > li:hover {
      overflow: visible; }
      #main-nav > li:hover > a {
        color: #0080c8; }
      #main-nav > li:hover > .menu {
        opacity: 1; }
    #main-nav > li > a {
      color: #282C36;
      font-weight: 600; }
      #main-nav > li > a.is-active {
        font-weight: 700; }

#block-metanavigation-menu {
  display: none; }

#meta-nav > .menu {
  font-family: "Icons", "Open Sans", sans-serif;
  background-color: #F1F1F2;
  font-size: 13px;
  line-height: 30px;
  padding: 0 5px;
  max-width: 360px;
  margin-left: auto;
  box-sizing: border-box; }
  #meta-nav > .menu > li {
    padding: 0 15px;
    display: inline-block; }
    #meta-nav > .menu > li > a {
      color: #7D818C;
      font-weight: 600; }
      #meta-nav > .menu > li > a:hover {
        color: #0080c8; }

#main-nav > li > .menu {
  font-family: "Icons", "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 40px;
  border: 1px solid #ECECEE;
  display: inline-block;
  position: absolute;
  top: 100%;
  left: -20px;
  opacity: 0;
  z-index: 10;
  background-color: white;
  transition: opacity .3s ease-in-out; }
  #main-nav > li > .menu > li {
    padding: 0 15px;
    margin: 0;
    list-style: none; }
    #main-nav > li > .menu > li + li {
      border-top: 1px solid #ECECEE; }
    #main-nav > li > .menu > li > a {
      color: #282C36;
      white-space: nowrap; }
    #main-nav > li > .menu > li:hover {
      cursor: pointer; }
    #main-nav > li > .menu > li:hover > a, #main-nav > li > .menu > li.active > a {
      color: #0080c8; }

#kssref-components-navigations-sub-navi #main-nav .menu {
  position: initial;
  opacity: 1; }

#footer-first-navi {
  border-top: 1px solid #F1F1F2;
  font-size: 14px;
  padding: 0 25px; }
  #footer-first-navi > div {
    border-bottom: 1px solid #ECECEE; }
    #footer-first-navi > div > .header {
      font-family: "Icons", "Open Sans", sans-serif;
      line-height: 55px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      cursor: pointer;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      #footer-first-navi > div > .header:focus {
        outline: none; }
      #footer-first-navi > div > .header:after {
        content: '↓';
        font-size: 7px; }
    #footer-first-navi > div > .content {
      padding-top: 20px;
      padding-bottom: 20px;
      margin: 0; }
      #footer-first-navi > div > .content > div > a:not(.mail) {
        color: #7D818C;
        line-height: 1.85; }
        #footer-first-navi > div > .content > div > a:not(.mail) > span {
          display: inline-block;
          width: 37px; }
        #footer-first-navi > div > .content > div > a:not(.mail):hover {
          color: #0080c8; }
  #footer-first-navi .mail {
    margin-top: 10px; }

.ui-accordion-header-icon {
  display: none; }

#footer-second-navi {
  border-top: 1px solid #F1F1F2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0 25px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: none; }
  #footer-second-navi > #eyecatcher-opener {
    -ms-flex-order: 2;
        order: 2; }
  #footer-second-navi > .menu {
    font-family: "Icons", "Open Sans", sans-serif;
    text-align: right;
    font-size: 14px;
    margin-left: auto;
    width: 100%;
    text-align: initial;
    -ms-flex-order: 1;
        order: 1; }
    #footer-second-navi > .menu > li {
      padding: 0 13px;
      margin-top: 0;
      margin-right: 0;
      margin-bottom: 0;
      margin-left: .5em;
      line-height: 60px;
      display: inline-block;
      padding: 0 5px; }
      #footer-second-navi > .menu > li:first-child {
        margin-left: 0;
        padding-left: 0; }
      #footer-second-navi > .menu > li:last-child {
        padding-right: 0; }
      #footer-second-navi > .menu > li > a {
        color: #282C36;
        font-weight: 600; }
        #footer-second-navi > .menu > li > a:hover {
          color: #0080c8; }

#block-mobilemenu-menu,
#block-metanavigation-2-menu,
#block-metasearchblock h2 {
  display: none; }

#mobile-nav {
  width: 230px;
  font-size: 15px; }

#mobile-nav {
  position: fixed;
  top: 0;
  right: 0;
  font-family: "Icons", "Open Sans", sans-serif;
  transform: translateX(100%);
  transition: transform .5s, box-shadow .5s;
  z-index: 11000;
  overflow: auto;
  height: 100%;
  background-color: #F1F1F2; }
  #mobile-nav.open {
    transform: none;
    box-shadow: -20em 0 10em 15em rgba(0, 0, 0, 0.5);
    box-shadow: -2em 0 2em rgba(0, 0, 0, 0.5); }
    #mobile-nav.open .toggled {
      display: block; }
  #mobile-nav li {
    text-align: left;
    padding: 0;
    margin: 0;
    list-style: none; }
    #mobile-nav li:focus {
      outline: none; }
    #mobile-nav li a {
      font-weight: 600;
      color: #282C36; }
  #mobile-nav #block-mobilemenu > .menu {
    background-color: white;
    padding-top: 80px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px; }
    #mobile-nav #block-mobilemenu > .menu > li {
      padding: 7px 0; }
    #mobile-nav #block-mobilemenu > .menu > li.active > .up {
      background-color: #0080c8;
      color: white;
      transform: rotate(180deg); }
    #mobile-nav #block-mobilemenu > .menu > li > .menu {
      overflow: hidden;
      padding-top: 10px; }
      #mobile-nav #block-mobilemenu > .menu > li > .menu.close {
        height: 0;
        opacity: 0; }
      #mobile-nav #block-mobilemenu > .menu > li > .menu > li {
        padding: 3px 0; }
        #mobile-nav #block-mobilemenu > .menu > li > .menu > li > a {
          font-size: 13px; }
    #mobile-nav #block-mobilemenu > .menu > .search {
      border-bottom: 1px solid #ECECEE;
      padding-bottom: 5px;
      padding-top: 50px; }
  #mobile-nav #meta-nav > .menu {
    margin-left: 0;
    padding-top: 25px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px; }
    #mobile-nav #meta-nav > .menu > li {
      display: block;
      padding: 0;
      font-size: 15px; }
      #mobile-nav #meta-nav > .menu > li > a {
        color: #7D818C; }
      #mobile-nav #meta-nav > .menu > li + li {
        padding-top: 10px; }

.menu-arrow {
  background-color: #F1F1F2;
  border-radius: 50%;
  display: inline-block;
  transition: background-color .5s, color .5s;
  text-align: center;
  float: right;
  cursor: pointer;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 5px; }
  .menu-arrow #mobile-overlay {
    position: fixed;
    display: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
    :checked + .menu-arrow #mobile-overlay {
      display: block; }

.mobile-toggle {
  color: #0080c8;
  display: inline-block;
  cursor: pointer;
  font-size: 20px;
  z-index: 1; }
  .mobile-toggle.toggled {
    position: absolute;
    left: 35px;
    top: 35px;
    display: none; }

#mobile-nav .mobile-toggle {
  position: absolute;
  left: 35px;
  top: 35px; }

#breadcrumb {
  padding: 0 50px;
  font-size: 11px;
  background-color: white;
  border-top: 1px solid #ECECEE;
  border-bottom: 1px solid #ECECEE;
  display: none; }
  #breadcrumb > li {
    line-height: 35px;
    padding-top: 0;
    padding-right: 27px;
    padding-bottom: 0;
    padding-left: 10px;
    display: inline-block;
    font-weight: 800;
    color: #0080c8;
    background-image: url(../res/img/breadcrumb_divider.svg);
    background-position: right center;
    background-size: contain;
    background-repeat: no-repeat; }
    #breadcrumb > li:first-child {
      padding-left: 0; }
    #breadcrumb > li > a {
      font-weight: 800;
      color: #7D818C; }
      #breadcrumb > li > a:hover, #breadcrumb > li > a.active {
        color: #0080c8; }

#mood-slider {
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #ECECEE; }
  #mood-slider .image-wrapper {
    max-height: 340px; }

#mood-wrapper {
  z-index: 0;
  max-height: 340px;
  overflow: hidden;
  width: 100%; }

#mood-nav-wrapper {
  display: -ms-flexbox;
  display: flex;
  z-index: 0;
  width: 100%;
  background-color: white;
  padding: 15px 0;
  -ms-flex-pack: center;
      justify-content: center; }

.mood-image-wrapper {
  position: relative; }

.mood-image {
  position: relative;
  display: inline-block;
  max-height: 480px; }
  .mood-image a.has-video:before {
    content: "▶";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: 600;
    font-size: 38px; }

.mood-headline {
  width: 70%;
  color: white;
  position: absolute;
  bottom: 55px;
  left: 50px;
  width: 90%;
  bottom: 25px;
  left: 25px;
  font-size: 18px; }

.mood-teaser {
  width: 100%;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  position: relative;
  background-color: white;
  z-index: 10000;
  width: 13px;
  height: 13px;
  background-color: #F1F1F2;
  border-radius: 50%;
  padding: 0; }
  .mood-teaser + .mood-teaser {
    margin-left: 20px; }
  .mood-teaser:before {
    display: block;
    color: white;
    position: absolute;
    background-color: #0080c8;
    font-size: 12px;
    text-align: center; }
  .mood-teaser.active {
    background-color: #F1F1F2; }
  .mood-teaser:hover, .mood-teaser.active {
    background-color: #0080c8; }

.mood-teaser-image {
  display: none; }

.mood-teaser-content {
  display: none; }

.mood-teaser-head {
  display: none; }

.mood-tag {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  color: #0080c8; }
  .mood-tag.has-video {
    position: relative;
    padding-right: 30px; }
    .mood-tag.has-video:after {
      content: '📺';
      position: absolute;
      top: -4px;
      right: 0;
      font-size: 15px;
      color: #0080c8; }

.mood-title {
  font-family: "Icons", "Open Sans", sans-serif;
  font-size: 15px;
  padding-top: 5px; }

#mood-slider {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #ECECEE; }
  #mood-slider .image-wrapper {
    max-height: 340px; }

#mood-wrapper {
  max-height: 340px;
  overflow: hidden; }

#mood-nav-wrapper {
  background-color: white;
  width: 100%;
  padding: 15px 0;
  -ms-flex-pack: center;
      justify-content: center; }

.mood-teaser-image,
.mood-teaser-head,
.mood-teaser-content {
  display: none; }

.mood-teaser {
  width: 13px;
  height: 13px;
  background-color: #F1F1F2;
  border-radius: 50%;
  padding: 0; }
  .mood-teaser:hover, .mood-teaser.active {
    background-color: #0080c8; }
  .mood-teaser + .mood-teaser {
    margin-left: 20px; }

.tag-slider {
  background-color: #7d818c; }
  .tag-slider .slick-list {
    overflow: hidden; }
  .tag-slider .slider {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 45px;
    padding-right: 45px; }
    .tag-slider .slider .slider-prev,
    .tag-slider .slider .slider-next {
      color: white;
      position: absolute;
      top: calc(50% - 21px);
      bottom: calc(50% - 21px);
      padding: 0 5px;
      margin: 0;
      font-size: 10px; }
      .tag-slider .slider .slider-prev:focus,
      .tag-slider .slider .slider-next:focus {
        outline: none; }
    .tag-slider .slider .slider-prev {
      left: 15px; }
    .tag-slider .slider .slider-next {
      right: 15px; }
    .tag-slider .slider .slider-items {
      font-size: 0;
      display: inline-block;
      min-height: 0;
      min-width: 0;
      position: relative; }
      .tag-slider .slider .slider-items a {
        transition: all .3s ease-in-out;
        margin-left: 10px;
        cursor: pointer; }
        .tag-slider .slider .slider-items a:hover {
          color: #0B7DB8;
          border-color: #0B7DB8; }
  .tag-slider .title {
    border: none;
    padding: 0;
    margin-right: 5px;
    min-width: 110px; }

.letter-bar .slick-prev:before, .slider-wrapper .slider-prev, .letter-bar .slick-next:before, .slider-wrapper .slider-next {
  color: #464c5b;
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 0 5px;
  margin: 0;
  font-size: 10px;
  outline: none;
  width: 40px; }

.letter-bar .slick-prev:before, .slider-wrapper .slider-prev {
  left: 0; }

.letter-bar .slick-next:before, .slider-wrapper .slider-next {
  right: 0; }

.slider-wrapper {
  background-color: #F1F1F2;
  margin-top: 20px;
  margin-bottom: 20px; }
  .slider-wrapper.dark-bg {
    background-color: #7D818C; }
    .slider-wrapper.dark-bg .slider-prev,
    .slider-wrapper.dark-bg .slider-next,
    .slider-wrapper.dark-bg .headline,
    .slider-wrapper.dark-bg .headline > a {
      color: white; }
  .slider-wrapper.blue-bg {
    background-color: #DFF1FF; }
  .slider-wrapper.extended {
    margin-top: 0;
    margin-bottom: 50px;
    margin-right: 0;
    margin-left: 0; }
    .slider-wrapper.extended .slider {
      box-sizing: border-box;
      width: 100% !important; }
    .slider-wrapper.extended .slide-item-wrapper {
      margin: 0; }
  .slider-wrapper.widest {
    margin: 0; }
    .slider-wrapper.widest .slider-items {
      margin: 0 -12px; }
  .slider-wrapper + .slider-wrapper {
    margin-top: 30px; }
  .slider-wrapper .slick-slide {
    display: inline-block;
    font-size: initial; }
  .slider-wrapper .slider {
    position: relative;
    padding-top: 20px;
    padding-bottom: 25px;
    padding-right: 45px;
    padding-left: 45px; }
  .slider-wrapper .slider-items,
  .slider-wrapper .slide-item-wrapper,
  .slider-wrapper .media-slider-items {
    font-size: 0;
    margin: 0 -12px;
    padding-top: 15px; }
  .slider-wrapper .media-slider-items {
    margin-bottom: 15px; }

.slick-track > .slick-slide {
  vertical-align: top; }

.socialbar {
  position: fixed;
  top: 40%;
  transform: translate(-50%);
  right: -33px;
  background-color: #0E6ABA;
  z-index: 2;
  top: 30%;
  right: -20px; }
  .socialbar__icon {
    width: 65px;
    height: 50px;
    font-size: 22px;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 15px; }
    .socialbar__icon a {
      color: white; }

.teaser {
  margin-bottom: 30px; }
  .teaser > .full-link {
    width: 100%; }
  .teaser.narrower {
    width: 21.8%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
    margin-left: 12px;
    margin-right: 12px; }
    .teaser.narrower > .headline > a {
      font-size: 12px;
      color: #0080c8;
      line-height: 1.4;
      font-weight: 400;
      padding-top: 15px; }
      .teaser.narrower > .headline > a:hover {
        color: #0B7DB8; }
    .teaser.narrower > a,
    .teaser.narrower img {
      width: 100%; }
  .teaser.is-video {
    position: relative; }
    .teaser.is-video a:before {
      content: "▶";
      font-size: 42px;
      line-height: normal;
      color: #fff;
      position: absolute;
      top: 40%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .teaser .body-link {
    color: #282C36;
    font-weight: 300; }

.teaser.narrow {
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  width: 100%; }
  .teaser.narrow > .prefix {
    padding-top: 5px; }
  .teaser.narrow > .headline > a {
    padding-top: 10px; }
    .teaser.narrow > .headline > a:hover {
      color: #0080c8; }
  .teaser.narrow video {
    width: 100%;
    height: auto; }

.node-sidebar .teaser.narrow {
  width: 100%;
  padding-left: 0;
  padding-right: 0; }
  .node-sidebar .teaser.narrow > a {
    width: 100%; }

.teaser.medium {
  width: 18%;
  display: inline-block;
  vertical-align: top;
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom: 0; }
  .teaser.medium > .headline > a {
    padding-top: 15px; }

.teaser.wide {
  font-weight: 300;
  font-size: 15px;
  line-height: 1.4;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%; }
  .teaser.wide > .prefix {
    padding-top: 18px; }
  .teaser.wide > .headline > a {
    margin-top: 10px;
    margin-bottom: 15px; }
    .teaser.wide > .headline > a:hover {
      color: #0080c8; }
  .teaser.wide p {
    margin: 0; }

.teaser.widest {
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  margin-bottom: 0;
  padding-top: 25px;
  padding-left: 25px;
  padding-right: 25px; }
  .teaser.widest .prefix + .headline {
    padding-top: 15px; }
  .teaser.widest > .headline + a {
    margin-top: 25px; }
  .teaser.widest > a {
    display: block; }
  .teaser.widest .autor > span {
    display: block; }
    .teaser.widest .autor > span + span {
      padding-top: 10px; }
  .teaser.widest img {
    width: 100%; }
  .teaser.widest video {
    width: 100%;
    -o-object-fit: fill;
       object-fit: fill;
    height: auto; }

.teaser.newsletter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: block; }
  .teaser.newsletter + .newsletter {
    margin-top: 50px; }
  .teaser.newsletter h2 {
    margin-top: 0; }
  .teaser.newsletter .date {
    width: 100%;
    margin-bottom: 15px; }
  .teaser.newsletter .download-link {
    margin: 15px 0; }
    .teaser.newsletter .download-link > img,
    .teaser.newsletter .download-link > a,
    .teaser.newsletter .download-link > .file-size {
      vertical-align: middle; }
  .teaser.newsletter .group-right {
    padding: 20px 0; }

.teaser-box {
  max-width: 210px;
  box-sizing: border-box;
  padding: 30px;
  background-color: white; }
  .teaser-box > img {
    width: 100%;
    /*height: 100px*/ }
  .teaser-box > .content {
    margin-top: 20px; }
  .teaser-box .district {
    font-family: "Icons", "Open Sans", sans-serif;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 10px; }

.teaser-horizontal + .teaser-horizontal {
  margin-top: 35px; }

.teaser-horizontal .headline,
.press-teaser .headline {
  margin: 0; }
  .teaser-horizontal .headline.small > a,
  .teaser-horizontal .headline.small > span,
  .press-teaser .headline.small > a,
  .press-teaser .headline.small > span {
    font-weight: 600; }

.teaser-horizontal .headline,
.teaser-horizontal .headline > a,
.press-teaser .headline,
.press-teaser .headline > a {
  margin-top: 10px;
  font-weight: 600; }
  .teaser-horizontal .headline:hover,
  .teaser-horizontal .headline > a:hover,
  .press-teaser .headline:hover,
  .press-teaser .headline > a:hover {
    color: #0080c8; }

.teaser-horizontal > .headline + .text,
.press-teaser > .headline + .text {
  font-size: 16px;
  color: #282C36;
  font-weight: 300;
  margin-top: 15px; }

.teaser-horizontal > .location,
.press-teaser > .location {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 20px; }
  .teaser-horizontal > .location > div,
  .press-teaser > .location > div {
    display: inline-block;
    vertical-align: middle; }
    .teaser-horizontal > .location > div + div,
    .press-teaser > .location > div + div {
      padding-left: 15px; }
    .teaser-horizontal > .location > div > a,
    .press-teaser > .location > div > a {
      font-weight: 800; }
    .teaser-horizontal > .location > div p,
    .press-teaser > .location > div p {
      margin: 0; }

.teaser-horizontal > .suffix,
.press-teaser > .suffix {
  margin-top: 5px;
  margin-bottom: 10px; }
  .teaser-horizontal > .suffix a,
  .press-teaser > .suffix a {
    color: #7D818C;
    font-weight: 800; }

.teaser-horizontal > .links,
.press-teaser > .links {
  margin-top: 10px;
  display: inline-block; }
  .teaser-horizontal > .links > a,
  .press-teaser > .links > a {
    display: inline-block;
    margin-top: 10px;
    margin-left: 0; }
    .teaser-horizontal > .links > a + a,
    .press-teaser > .links > a + a {
      margin-left: 15px; }
  .teaser-horizontal > .links span > a,
  .press-teaser > .links span > a {
    font-size: 13px;
    border-bottom: 2px solid #0080c8; }
    .teaser-horizontal > .links span > a:hover,
    .press-teaser > .links span > a:hover {
      border-color: #0B7DB8; }
  .teaser-horizontal > .links span + span:before,
  .press-teaser > .links span + span:before {
    content: ',';
    display: inline-block;
    padding-right: 5px;
    color: #0080c8; }

.teaser-horizontal > .separated span + span:before,
.press-teaser > .separated span + span:before {
  content: ',';
  display: inline-block;
  padding-right: 4px; }

.teaser-horizontal .prefix > .divider,
.press-teaser .prefix > .divider {
  vertical-align: initial; }

.press-teaser > .links span {
  font-size: 13px;
  border-bottom: 2px solid #0080c8; }

.press-teaser:hover .headline.small {
  color: #0080c8; }

.teaser-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px; }

#mood-slider .image-wrapper:after, .poster > .image-wrapper:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.65) 100%); }

.poster {
  position: relative; }
  .poster .autor {
    position: absolute;
    right: 15px;
    bottom: 15px;
    font-weight: 600; }
  .poster > .headline {
    position: absolute;
    bottom: 40px;
    color: white;
    left: 25px; }
  .poster > .image-wrapper {
    max-height: 360px;
    overflow: hidden;
    position: relative; }
    .poster > .image-wrapper > img {
      width: 100%; }

#block-csu-local-tasks {
  margin: 20px 0; }
  #block-csu-local-tasks ul {
    border-bottom: 1px solid #bbb;
    font-size: 0; }
  #block-csu-local-tasks li {
    display: inline-block;
    font-size: initial;
    margin: 0 10px; }
  #block-csu-local-tasks a {
    display: inline-block;
    background-color: #ddd;
    border-color: #bbb;
    border-style: solid solid none solid;
    border-width: 1px;
    padding: 0 1em;
    text-decoration: none;
    line-height: 30px; }
    #block-csu-local-tasks a.is-active {
      background-color: #fff;
      border-bottom: none; }

div[role="contentinfo"] {
  margin-bottom: 20px; }

.fancybox-overlay {
  background-color: rgba(125, 129, 140, 0.85); }
  .fancybox-overlay .fancybox-title-float-wrap .child {
    background: none;
    font-size: 16px; }
  .fancybox-overlay .fancybox-wrap {
    margin: 30px; }
  .fancybox-overlay .fancybox-prev,
  .fancybox-overlay .fancybox-next {
    width: auto; }
    .fancybox-overlay .fancybox-prev:before,
    .fancybox-overlay .fancybox-next:before {
      font-size: 25px;
      position: absolute;
      top: calc(50% - 28px);
      color: white; }
  .fancybox-overlay .fancybox-prev::before {
    content: '←';
    left: -50px; }
  .fancybox-overlay .fancybox-next::before {
    content: '→';
    right: -50px; }
  .fancybox-overlay .fancybox-close {
    top: -45px;
    right: -12px; }
    .fancybox-overlay .fancybox-close:before {
      content: '✕';
      font-size: 22px;
      color: white; }

.lb-container {
  padding-top: 15px !important;
  padding-right: 15px !important;
  padding-bottom: 40px !important;
  padding-left: 15px !important; }

.ui-accordion-header > a {
  display: block;
  padding: 17px 0;
  border-bottom: 1px solid #ECECEE; }

.ui-accordion-header .field-content {
  display: block;
  color: #282C36;
  font-family: "Icons", "Open Sans", sans-serif;
  font-size: 17px;
  line-height: 1.471;
  font-weight: 600;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center; }
  .ui-accordion-header .field-content:after {
    content: '↓';
    font-size: 7px; }

.ui-accordion-header-active .field-content {
  color: #0080c8; }
  .ui-accordion-header-active .field-content:after {
    color: #0080c8;
    transform: rotate(180deg); }

.ui-accordion-content {
  margin: 20px 30px;
  margin-left: 0; }
  .ui-accordion-content img {
    width: 100%; }

.node-content {
  width: 100%; }

.node-content--page-full img {
  height: auto; }

header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

.path-csu-newsletter #content header {
  margin-top: 20px;
  margin-right: 0;
  margin-bottom: 25px;
  margin-left: 0;
  display: block; }

header {
  -ms-flex-pack: justify;
      justify-content: space-between; }

#header-bottom,
#header-top {
  display: none; }

#header-right {
  text-align: right;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding: 10px 35px; }

#header-left {
  width: 120px; }

#header-right {
  width: calc(100% - 120px);
  box-sizing: border-box; }

.path-search #content {
  display: inherit; }

#content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%; }
  #content .views-element-container,
  #content .subscription,
  #content .wrapper {
    width: 100%; }

main {
  padding: 25px; }

.path-frontpage main {
  padding-top: 0; }

.wrapper + .wrapper {
  margin-top: 45px; }

body {
  max-width: 1280px;
  margin: 0 auto;
  background-color: white; }

.node-sidebar {
  font-size: initial;
  width: 100%;
  margin-top: 30px; }

.front .node-sidebar {
  margin-top: 40px; }

body.toolbar-fixed.toolbar-horizontal .toolbar-oriented .toolbar-bar,
body.toolbar-fixed.toolbar-horizontal .toolbar .toolbar-tray-horizontal {
  position: absolute !important; }

.user-login-form > div + div {
  margin-top: 20px; }

.user-login-form label {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  color: #282C36;
  font-weight: 600; }

.user-login-form #edit-actions {
  max-width: none;
  width: auto;
  display: inline-block;
  margin-top: 20px; }

.user-login-form .description {
  font-size: 14px;
  padding-top: 5px; }

#sliding-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none; }
  #sliding-popup.eu-cookie-withdraw-wrapper:not(.eu-cookie-withdraw-wrapper-open) {
    display: none !important; }
    #sliding-popup.eu-cookie-withdraw-wrapper:not(.eu-cookie-withdraw-wrapper-open) .eu-cookie-withdraw-banner {
      display: none; }
    #sliding-popup.eu-cookie-withdraw-wrapper:not(.eu-cookie-withdraw-wrapper-open).sliding-popup-bottom {
      display: block !important;
      bottom: 0 !important; }
      #sliding-popup.eu-cookie-withdraw-wrapper:not(.eu-cookie-withdraw-wrapper-open).sliding-popup-bottom:before {
        display: none; }
  #sliding-popup .eu-cookie-withdraw-tab {
    bottom: 0;
    top: unset;
    pointer-events: all; }
  #sliding-popup .eu-cookie-withdraw-banner {
    position: relative;
    z-index: 100;
    top: 10%;
    pointer-events: all; }
  #sliding-popup:before {
    z-index: 1;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    opacity: 1;
    background-color: #ECECEE;
    position: fixed; }
  #sliding-popup .dropdown {
    text-align: center; }
    #sliding-popup .dropdown:before {
      content: "";
      display: block;
      height: 1px;
      width: calc(100% + 120px);
      background-color: #aebec9;
      margin: 0 -60px 20px; }

.eu-cookie-compliance-message,
#eu-cookie-compliance-categories {
  float: none;
  max-width: 100%;
  width: 100%; }

.eu-cookie-compliance-message > p {
  font-size: 18px;
  line-height: 1.5em;
  margin: 0; }

.eu-cookie-compliance-message a {
  color: #0E6ABA;
  transition: all .3s ease-in-out; }
  .eu-cookie-compliance-message a:hover {
    color: #01305b; }

#popup-text h2 {
  margin-bottom: 10px; }

#eu-cookie-compliance-categories label {
  font-size: 20px; }

#eu-cookie-compliance-categories tbody {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }

#eu-cookie-compliance-categories tr {
  display: block; }

#eu-cookie-compliance-categories th,
#eu-cookie-compliance-categories td {
  width: auto;
  display: block;
  margin: 1em 0; }

.eu-cookie-compliance-banner {
  position: absolute;
  z-index: 2;
  pointer-events: all;
  left: 42%;
  top: 50%;
  transform: translate(-50%, -50%); }

.eu-cookie-compliance-content {
  background-color: white;
  max-height: 80vh;
  overflow-y: auto;
  padding: 40px 40px 20px; }

.eu-cookie-compliance-more-button,
.eu-cookie-compliance-default-button {
  display: none; }

.eu-cookie-compliance-accept-all-button {
  border: none;
  font-size: 14px;
  line-height: 42px;
  padding: 0 25px;
  font-weight: 600;
  color: #fff;
  background: #0B7DB8;
  cursor: pointer;
  transition: all .3s ease-in-out;
  max-height: 100%; }
  .eu-cookie-compliance-accept-all-button:hover {
    color: #0B7DB8;
    background-color: #ECECEE; }

.eu-cookie-compliance-secondary-button,
.eu-cookie-withdraw-button,
.eu-cookie-withdraw-tab {
  color: #0B7DB8;
  background: #ECECEE;
  font-size: 14px;
  line-height: 42px;
  padding: 0 25px;
  border: none;
  font-weight: 600;
  transition: all .3s ease-in-out;
  margin-top: 20px; }

.eu-cookie-compliance-save-preferences-button:hover {
  color: #ECECEE;
  background-color: #0B7DB8; }

.cookie__list {
  margin: 20px 0 0 0;
  padding: 0;
  text-align: left; }

.cookie__item {
  display: block; }
  .cookie__item + .cookie__item {
    margin-top: 15px; }
  .cookie__item h4 {
    font-size: 18px;
    font-weight: 600; }
  .cookie__item .cookie__details {
    margin: 0 0 10px 0; }
  .cookie__item .cookie__details p {
    margin: 0; }
  .cookie__item .cookie__details ul {
    font-size: 16px; }
  .cookie__item .cookie__summary {
    font-weight: 600;
    color: #8e9aa1;
    font-size: 16px; }
    .cookie__item .cookie__summary:focus {
      outline: 0; }
    .cookie__item .cookie__summary:hover {
      cursor: pointer; }
    .cookie__item .cookie__summary::marker, .cookie__item .cookie__summary::-webkit-details-marker {
      content: ''; }
  .cookie__item .cookie__content p {
    margin: 0;
    font-size: 16px;
    line-height: 1.7em; }

.loom-cookie-iframe-wrapper {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%; }

.media-teaser__media .loom-cookie-iframe-wrapper {
  position: absolute; }

.loom-cookie-iframe-wrapper iframe {
  display: none; }

.loom-cookie-iframe-message,
.video--error,
.map_wrapper--error > .map_wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 40px;
  font-size: 20px;
  text-align: center;
  background-color: #dff3f7;
  box-sizing: border-box;
  height: 100%;
  padding: 10px;
  font-size: 16px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content; }

.loom-cookie-iframe-message {
  position: absolute; }

.wysiwyg .loom-cookie-iframe-message {
  position: relative; }

.loom-cookie-iframe-message h3,
.video--error h3,
.map_wrapper--error .map_wrapper h3 {
  font-size: 24px; }

.loom-cookie-iframe-message p,
.video--error p,
.map_wrapper--error .map_wrapper p {
  margin: 5px 0;
  margin: 0; }

.loom-cookie-iframe-message a,
.video--error a,
.map_wrapper--error .map_wrapper a {
  color: #0E6ABA; }
  .loom-cookie-iframe-message a:hover,
  .video--error a:hover,
  .map_wrapper--error .map_wrapper a:hover {
    color: #01305b; }

.loom-cookie-button {
  margin-top: 15px; }

.loom-cookie-button a.button {
  color: white;
  background-color: #d8449a;
  display: inline-block;
  font-weight: 600;
  padding: 10px 25px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  position: relative;
  transition: all .5s ease-in-out;
  font-family: "cdu-icons", "Milo", sans-serif; }
  .loom-cookie-button a.button:hover {
    color: white; }

.loom-cookie-iframe-message h3 {
  marigin: 0 0 5px; }

.loom-cookie-iframe-message .loom-cookie-button {
  margin-top: 5px; }

.dropdown {
  text-align: center;
  transition: all .5s ease-in-out;
  padding-top: 50px;
  padding-top: 20px; }
  .dropdown:before {
    content: "";
    display: block;
    height: 1px;
    width: calc(100% + 120px);
    background-color: #000;
    margin: 0 -60px 20px;
    opacity: 1;
    margin: 0 -60px 25px; }
  .dropdown--inner {
    max-height: 0;
    transition: all .5s ease-in-out;
    overflow: hidden;
    position: relative; }
    .dropdown--inner__title {
      padding-right: 10px; }
  .dropdown--trigger {
    border: 0px;
    background: none;
    line-height: 40px;
    font-size: 18px;
    letter-spacing: 0;
    cursor: pointer;
    font-weight: 600;
    line-height: 20px; }
    .dropdown--trigger:focus {
      outline: 0; }
    .dropdown--trigger > img {
      transform: rotate(90deg);
      position: relative;
      top: 5px; }
    .dropdown--trigger[data-toggle=collapse] img {
      transform: rotate(270deg); }
    .dropdown--trigger__open {
      display: inherit; }
    .dropdown--trigger__close {
      display: none; }
  .dropdown.open .dropdown--inner {
    max-height: unset;
    padding-top: 25px; }
  .dropdown.open .dropdown--trigger__open {
    display: none; }
  .dropdown.open .dropdown--trigger__close {
    display: inherit; }
