@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");
@charset "UTF-8";

/* mixins */

/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */

/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */

/* Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

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

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Addresses styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

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

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

input {
  line-height: normal;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

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

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  line-height: 2.2rem;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  background: url("../images/bg.png") no-repeat center top fixed #f2f2f2;
  background-size: 100%;
  -webkit-animation: bugfix infinite 1s;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

@-webkit-keyframes bugfix {
  from {
    padding: 0;
  }

  to {
    padding: 0;
  }
}

a {
  color: #00569d;
  text-decoration: none;
}

a:hover {
  color: #048dff;
  text-decoration: underline;
}

input {
  padding: 5px;
  padding: 0.5rem;
  border-radius: 3px;
  border: 1px solid #cecece;
}

button {
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  font-weight: 400;
}

button.primary,
input.primary[type=submit] {
  background-color: #00569d;
  border: solid 2px #00569d;
  color: #FFF;
}

button.secondary {
  background-color: #fff;
  border: solid 2px #00569d;
  color: #00569d;
}

.no-button,
button.close {
  border: solid 0px transparent;
  background: none;
  color: #00569d;
}

figure {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #00569d;
  margin: 0;
}

h1 {
  font-size: 30px;
  font-size: 3rem;
}

h2 {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
}

h3 {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}

h4 {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}

h5,
h6 {
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}

p {
  margin-top: 0;
}

.visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal;
}

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

[class^="icon-"],
[class*=" 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;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-android-book:before {
  content: "\e900";
}

.icon-android-stopwatch:before {
  content: "\e901";
}

.icon-ios7-albums:before {
  content: "\e902";
}

.icon-burger:before {
  content: "\e903";
}

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

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

.icon-bullhorn:before {
  content: "\e91a";
}

.icon-mic:before {
  content: "\e91e";
}

.icon-menu:before {
  content: "\e9bd";
}

.icon-info:before {
  content: "\ea0c";
}

.icon-cross:before {
  content: "\ea0f";
}

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

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

.icon-share:before {
  content: "\ea7d";
}

.icon-share2:before {
  content: "\ea82";
}

.icon-facebook:before {
  content: "\ea90";
}

.icon-twitter:before {
  content: "\ea96";
}

.icon-linkedin2:before {
  content: "\eaca";
}

.icon-xing2:before {
  content: "\ead4";
}

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

.teaser-medium__headline-group .kicker,
.teaser-small__headline-group .kicker,
.teaser-group__big-teaser .teaser__header .teaser__headline-group--big .kicker,
.teaser-group__list-teaser a .teaser__headline-group--list .kicker {
  text-transform: uppercase;
  margin: 0 0 10px 0;
  margin: 0 0 1rem 0;
}

.teaser-medium__headline-group .headline,
.teaser-small__headline-group .headline,
.teaser-group__big-teaser .teaser__header .teaser__headline-group--big .headline,
.teaser-group__list-teaser a .teaser__headline-group--list .headline {
  font-family: "Georgia", Times, serif;
  font-weight: 400;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 33px;
  line-height: 3.3rem;
  letter-spacing: -0.3px;
  color: black;
  margin: 0 0 10px 0;
  margin: 0 0 1rem 0;
}

@media (min-width: 750px) {
  .teaser-medium__headline-group .kicker,
  .teaser-small__headline-group .kicker,
  .teaser-group__big-teaser .teaser__header .teaser__headline-group--big .kicker,
  .teaser-group__list-teaser a .teaser__headline-group--list .kicker {
    margin: 0 0 .6rem 0;
  }
}

.teaser-medium__headline-group .kicker,
.teaser-small__headline-group .kicker {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 16px;
  line-height: 1.6rem;
  margin-bottom: 5px;
  margin-bottom: .5rem;
}

.teaser-medium__headline-group .headline,
.teaser-small__headline-group .headline {
  font-weight: 600;
  line-height: 26px;
  line-height: 2.6rem;
  font-size: 20px;
  font-size: 2rem;
}

.article .article-header__hgroup {
  margin: 20px;
  margin: 2rem;
}

.article .article-header__hgroup .kicker {
  display: inline-block;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  margin: 0 0 1rem 0;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 26px;
  line-height: 2.6rem;
  border-radius: 0.3rem;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  padding: 1px 5px;
  padding: 1px .5rem;
}

.article .article-header__hgroup .headline {
  font-family: "Georgia", Times, serif;
  font-weight: 400;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 26px;
  line-height: 2.6rem;
  letter-spacing: -0.3px;
  color: black;
}

@media (min-width: 750px) {
  .article .article-header__hgroup .kicker {
    text-transform: uppercase;
    margin: 0 0 .5rem 0;
    font-size: 2rem;
    line-height: 2.6rem;
  }

  .article .article-header__hgroup .headline {
    font-size: 5.6rem;
    line-height: 6rem;
  }
}

.ghost-label-blue {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: uppercase;
  font-weight: 600;
}

.ghost-label-blue a {
  border-radius: 0.3rem;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  padding: 5px 10px;
  padding: .5rem 1rem;
  border: 1px solid #00569d;
  background: white;
  display: block;
  line-height: 1;
}

.ghost-label-blue a:hover {
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  text-decoration: none;
  background: #00569d;
  color: white;
}

.component-author,
.block--add-audio,
.article,
.ressource__section,
.navigation__teaser-container,
.container__dictionary,
.teaser-group__container,
.author__section,
#user-login-form {
  width: 98.75%;
  float: left;
  margin-left: 0.625%;
  margin-right: 0.625%;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  overflow: hidden;
  background: white;
  margin: 10px 0 30px 0;
  margin: 1rem 0 3rem 0;
}

.component-author:after,
.block--add-audio:after,
.article:after,
.ressource__section:after,
.navigation__teaser-container:after,
.container__dictionary:after,
.teaser-group__container:after,
.author__section:after,
#user-login-form:after {
  content: "";
  display: table;
  clear: both;
}

.component-author {
  border: 1px solid #d9d9d9;
}

.topBanner {
  display: none;
}

@media (min-width: 750px) {
  .topBanner {
    display: block;
  }
}

.block-local-tasks-block {
  max-width: 1200px;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}

.block-local-tasks-block:after {
  content: " ";
  display: block;
  clear: both;
}

.block-local-tasks-block ul {
  margin: 0;
  padding: 0;
  float: right;
}

.block-local-tasks-block ul li {
  float: left;
  list-style: none;
  margin-left: 1px;
  margin-left: 0.1rem;
}

.block-local-tasks-block ul li:first-of-type {
  margin-left: 0;
}

.block-local-tasks-block ul li:first-of-type a {
  border-radius: 3px 0 0 3px;
}

.block-local-tasks-block ul li:last-of-type a {
  border-radius: 0 3px 3px 0;
}

.block-local-tasks-block ul li a {
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  color: white;
  padding: 5px 10px;
  padding: 0.5rem 1rem;
  background: #00569d;
  display: block;
}

.block-local-tasks-block ul li a:hover {
  background: white;
  color: #00569d;
}

.user-logged-in .block-local-tasks-block {
  margin-top: 200px;
  margin-top: 20rem;
}

.mejs-container {
  width: 100%;
  height: 30px;
  background: #fff;
}

.mejs-container .mejs-controls {
  background: #fff;
}

.mejs-container .mejs-controls div {
  font-family: "Roboto", sans-serif;
}

.mejs-container .mejs-controls .mejs-time {
  color: #00569d;
}

.mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #ccc;
}

.mejs-container .mejs-controls .mejs-time-rail .mejs-time-total {
  background: #f2f2f2;
}

.mejs-container .mejs-controls .mejs-time-rail .mejs-time-current {
  background: #00569d;
}

.mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  background: #ccc;
}

.mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: #00569d;
}

.mejs-container .mejs-time-slider {
  outline: none;
}

.block--add-audio {
  max-width: 1200px;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding: 20px 0;
  padding: 2rem 0;
}

.block--add-audio:after {
  content: " ";
  display: block;
  clear: both;
}

.block--add-audio .simple-block-headline {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}

.block--add-audio .simple-button-block .button {
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  color: white;
  padding: 5px 10px;
  padding: 0.5rem 1rem;
  background: #00569d;
}

.block--add-audio .simple-button-block .button:hover {
  background: white;
  color: #00569d;
}

.cc_container {
  background: rgba(0, 0, 0, 0.8);
  font-family: "Roboto", sans-serif;
  border: none;
}

.cc_container .cc_message {
  margin: 0;
  color: white;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cc_container .cc_btn {
  background: #f9d441;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.cc_container .cc_btn:hover {
  background: #fff;
  text-decoration: none;
  color: #00569d;
}

.cc_container a.cc_more_info {
  color: white;
  text-decoration: underline;
}

.cc_container a.cc_more_info:hover {
  color: white;
  text-decoration: none;
}

.cc_wrapper {
  max-width: 1200px;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cc_wrapper:after {
  content: " ";
  display: block;
  clear: both;
}

.page__header {
  background: white;
  display: block;
  position: fixed;
  z-index: 999;
  top: 0;
  width: 100%;
  padding-bottom: 0;
  margin-bottom: 0;
  border-top: 4px solid;
  border-bottom: 0;
  -o-border-image: url("../images/rainbow_bar.png") 100;
  border-image: url("../images/rainbow_bar.png") 100;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
}

.page__header:after {
  content: "";
  display: table;
  clear: both;
}

.page__header .page__header--inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page__header .page__header--inner .header__time {
  display: none;
}

#toolbar-administration + .page__header {
  top: 39px;
  top: 3.9rem;
}

@media (min-width: 750px) {
  .page__header {
    display: block;
    width: 100%;
    z-index: 999;
    top: 0;
    margin-bottom: 3rem;
    background: white;
  }

  .page__header .page__header--inner {
    max-width: 120rem;
    margin-left: auto;
    margin-right: auto;
    padding: 0 1rem;
  }

  .page__header .page__header--inner:after {
    content: " ";
    display: block;
    clear: both;
  }

  .page__header .page__header--inner .header__time {
    display: block;
  }
}

@media (min-width: 1200px) {
  .page__header .page__header--inner {
    padding: 0 0;
  }
}

.header-icons {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  line-height: 0;
  padding-right: 10px;
  padding-right: 1rem;
}

.header-icons [class^="icon-"],
.header-icons [class*=" icon-"] {
  cursor: pointer;
  padding: 4px;
  padding: .4rem;
  margin: 10px;
  margin: 1rem;
  color: #666;
  font-size: 20px;
  font-size: 2rem;
}

.header-icons .is-active {
  color: #00569d;
}

.header-icons .icon-audio-player {
  display: none;
}

@media (min-width: 750px) {
  .header-icons {
    padding-right: 0;
    width: 5%;
    float: right;
    margin-left: 0.625%;
    margin-right: 0.625%;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
  }

  .header-icons [class^="icon-"],
  .header-icons [class*=" icon-"] {
    margin: .2rem;
    font-size: 1.6rem;
    position: relative;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
  }

  .header-icons [class^="icon-"]:hover,
  .header-icons [class*=" icon-"]:hover {
    color: #00569d;
  }

  .header-icons #burger-icon {
    margin-left: 0.7rem;
  }

  .scrolled .header-icons {
    width: 5%;
    float: right;
    margin-left: 0.625%;
    margin-right: 0.625%;
  }

  .header-icons .header-icons_block {
    padding: 0 2rem;
  }

  .header-icons .header-icons_block:last-of-type {
    padding-right: 0;
  }

  .header-icons .icon-audio-player {
    display: inline;
  }
}

.header__company-logo {
  width: 17.5%;
  float: left;
  margin-left: 0.625%;
  margin-right: 0.625%;
}

.header__company-logo a {
  display: block;
  line-height: 0;
  padding: 10px 10px 9px;
  padding: 1rem 1rem .9rem;
}

.header__company-logo a img {
  width: 50px;
}

@media (min-width: 750px) {
  .header__company-logo {
    width: 11.25%;
    float: left;
    margin-left: 0.625%;
    margin-right: 0.625%;
    margin-bottom: 0.5rem;
    -ms-flex-item-align: center;
    align-self: center;
    display: block;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
  }

  .header__company-logo a {
    display: block;
    line-height: 0;
    padding: .8rem 0 .4rem;
  }

  .header__company-logo a img {
    width: 100%;
  }

  .scrolled .header__company-logo {
    width: 5%;
    float: left;
    margin-left: 0.625%;
    margin-right: 0.625%;
    margin-bottom: .5rem;
  }

  .scrolled .header__company-logo a {
    padding: .3rem 0 .1rem;
  }
}

/* Burger icon*/

#burger-icon {
  padding: 3px;
  padding: 0.3rem;
}

.icon-main-menu {
  width: 18px;
  height: 16px;
  position: relative;
  top: 5px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.icon-main-menu span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #666;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.icon-main-menu.is-active span {
  background: #00569d;
}

.icon-main-menu {
  z-index: 1000;
}

.icon-main-menu span:nth-child(1) {
  top: 0px;
}

.icon-main-menu span:nth-child(2),
.icon-main-menu span:nth-child(3) {
  top: 8px;
}

.icon-main-menu span:nth-child(4) {
  top: 16px;
}

.icon-main-menu.open span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}

.icon-main-menu.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.icon-main-menu.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.icon-main-menu.open span:nth-child(4) {
  top: 8px;
  width: 0%;
  left: 50%;
}

@media (min-width: 750px) {
  /* Burger icon*/

  #burger-icon {
    display: none;
  }

  .icon-main-menu {
    width: 16px;
    top: 5px;
  }

  .icon-main-menu span:nth-child(2),
  .icon-main-menu span:nth-child(3) {
    top: 6px;
  }

  .icon-main-menu span:nth-child(4) {
    top: 12px;
  }

  .icon-main-menu.open span:nth-child(1) {
    top: 6px;
  }

  .icon-main-menu.open span:nth-child(4) {
    top: 6px;
  }
}

.header__time {
  font-family: "Georgia", Times, serif;
  font-style: italic;
  color: #919191;
  font-weight: lighter;
}

@media (min-width: 750px) {
  .header__time {
    width: 48.75%;
    float: left;
    margin-left: 0.625%;
    margin-right: 0.625%;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    text-align: center;
  }

  .scrolled .header__time {
    width: 61.25%;
    float: left;
    margin-left: 0.625%;
    margin-right: 0.625%;
  }
}

.header__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__socials a {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.header__menus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 750px) {
  .header__menus {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .header__menus span:last-of-type {
    padding-right: 0;
    margin-right: 0;
  }
}

.page__navigation--desktop {
  background: white;
  display: block;
  width: 100%;
  padding-bottom: 0;
  margin-bottom: 0;
}

.page__navigation--desktop:after {
  content: "";
  display: table;
  clear: both;
}

.page__navigation--desktop .page__navigation--inner .menu_label {
  float: right;
  margin: 10px 20px;
  margin: 1rem 2rem;
  display: block;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  color: #919191;
}

.page__navigation--desktop .page__navigation--inner .header__navigation--inner .menu {
  display: block;
  background: white;
}

.page__navigation--desktop .page__navigation--inner .header__navigation--inner .menu ul {
  max-width: 1200px;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  margin: 5px auto;
  margin: 0.5rem auto;
}

.page__navigation--desktop .page__navigation--inner .header__navigation--inner .menu ul:after {
  content: " ";
  display: block;
  clear: both;
}

.page__navigation--desktop .page__navigation--inner .header__navigation--inner .menu ul li {
  list-style: none;
}

.page__navigation--desktop .page__navigation--inner .header__navigation--inner .menu ul li a {
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  color: #000;
  padding: 10px 11px;
  padding: 1rem 1.1rem;
  display: block;
  font-weight: lighter;
}

.page__navigation--desktop .page__navigation--inner .header__navigation--inner .menu ul li a:only-child {
  font-size: 15px;
  font-size: 1.5rem;
}

.page__navigation--desktop .page__navigation--inner .header__navigation--inner .menu ul li ul {
  display: block;
  padding-left: 20px;
  padding-left: 2rem;
}

.page__navigation--desktop .page__navigation--inner .header__navigation--inner .menu ul li ul li a {
  font-family: "Roboto", sans-serif;
  font-weight: lighter;
  font-size: 15px;
  font-size: 1.5rem;
}

.page__navigation--desktop .page__navigation--inner .header__navigation--inner .header__navigation_block {
  width: 0;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.page__navigation--desktop .page__navigation--inner .header__navigation--inner .header__navigation_block.show-nav {
  width: 100%;
}

@media (min-width: 750px) {
  .page__navigation--desktop {
    width: 86.25%;
    float: left;
    margin-left: 0.625%;
    margin-right: 0.625%;
  }

  .page__navigation--desktop .page__navigation--inner {
    width: 100%;
  }

  .page__navigation--desktop .page__navigation--inner .header__navigation--inner .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    white-space: nowrap;
  }

  .page__navigation--desktop .page__navigation--inner .header__navigation--inner .menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0;
    margin: 0 auto;
    z-index: 1;
  }

  .page__navigation--desktop .page__navigation--inner .header__navigation--inner .menu ul li {
    float: left;
    position: relative;
  }

  .page__navigation--desktop .page__navigation--inner .header__navigation--inner .menu ul li a {
    padding: 4.3rem 1.1rem;
    /*
                &.is-active {
                  //padding-top: 1rem;

                  & + ul {
                    margin-top: .2rem;

                    .scrolled & {
                      margin-top: 1.1rem;
                    }
                  }


                }
                */
  }

  .page__navigation--desktop .page__navigation--inner .header__navigation--inner .menu ul li a:only-child {
    font-family: "Roboto", sans-serif;
    font-size: inherit;
  }

  .scrolled .page__navigation--desktop .page__navigation--inner .header__navigation--inner .menu ul li a {
    padding: 2.15rem 1.1rem;
  }

  .page__navigation--desktop .page__navigation--inner .header__navigation--inner .menu ul li:hover {
    border-top: 0;
    border-bottom: 2px solid;
    border-left: 0;
    border-right: 0;
    border-color: #00569d;
    -o-border-image: url("../images/rainbow_bar.png") 0 0 2 0 round;
    border-image: url("../images/rainbow_bar.png") 0 0 2 0 round;
  }

  .page__navigation--desktop .page__navigation--inner .header__navigation--inner .menu ul li:hover > ul {
    display: block;
    background: rgba(253, 253, 253, 0.95);
    border: 1px solid #f2f2f2;
    z-index: 1;
    border-top: 0;
    -webkit-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.05);
  }

  .page__navigation--desktop .page__navigation--inner .header__navigation--inner .menu ul li:hover > ul li a {
    padding: 1rem;
  }

  .page__navigation--desktop .page__navigation--inner .header__navigation--inner .menu ul li:hover a {
    padding-bottom: 4.1rem;
  }

  .scrolled .page__navigation--desktop .page__navigation--inner .header__navigation--inner .menu ul li:hover a {
    padding-bottom: 1rem;
  }

  .page__navigation--desktop .page__navigation--inner .header__navigation--inner .menu ul li ul {
    display: none;
    position: absolute;
    right: 0;
    min-width: 100%;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    padding-left: 0rem;
    margin-top: .2rem;
  }

  .scrolled .page__navigation--desktop .page__navigation--inner .header__navigation--inner .menu ul li ul {
    margin-top: 1.1rem;
  }

  .page__navigation--desktop .page__navigation--inner .header__navigation--inner .menu ul li ul li {
    float: none;
    text-align: right;
    background: rgba(255, 255, 255, 0);
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
  }

  .page__navigation--desktop .page__navigation--inner .header__navigation--inner .menu ul li ul li:hover {
    border: none;
    background: white;
  }

  .page__navigation--desktop .page__navigation--inner .header__navigation--inner .menu ul li ul li a {
    /*
                    &.is-active {
                      border: none;
                      //padding-top: 1rem;
                      padding-left: 1rem;
                      background: white;
                    }
                    */
  }

  .page__navigation--desktop .page__navigation--inner .header__navigation--inner .menu ul li ul li a:first-child {
    padding-right: 2rem;
  }

  .scrolled .page__navigation--desktop .page__navigation--inner .header__navigation--inner .menu ul li ul li a {
    padding: 1rem;
  }

  .scrolled .page__navigation--desktop .page__navigation--inner .header__navigation--inner .menu {
    width: 100%;
  }

  .page__navigation--desktop .page__navigation--inner .header__navigation--inner .header__navigation_block.show-nav {
    overflow-y: visible;
  }

  .page__navigation--desktop .page__navigation--inner .header__navigation--inner .menu.show-nav {
    width: 100%;
  }
}

.block-views-exposed-filter-blocksearch-results-page-1 input[type="text"],
#views-exposed-form-search-results-page-1 input[type="text"] {
  font-family: sans-serif;
}

.block-views-exposed-filter-blocksearch-results-page-1 .form-item,
#views-exposed-form-search-results-page-1 .form-item {
  display: inline-block;
}

.block-views-exposed-filter-blocksearch-results-page-1 input.form-submit,
#views-exposed-form-search-results-page-1 input.form-submit {
  display: none;
}

.block-views-exposed-filter-blocksearch-results-page-1 .icon-search,
#views-exposed-form-search-results-page-1 .icon-search {
  display: inline-block;
}

.block-views-exposed-filter-blocksearch-results-page-1 .icon-search:after,
#views-exposed-form-search-results-page-1 .icon-search:after {
  cursor: pointer;
  position: relative;
  top: 1.5px;
  top: .15rem;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.block-views-exposed-filter-blocksearch-results-page-1 .icon-search:hover:after,
#views-exposed-form-search-results-page-1 .icon-search:hover:after {
  color: #00569d;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.header-icons .block-views-exposed-filter-blocksearch-results-page-1 {
  display: none;
}

.header-icons .form-item-search-api-fulltext,
.page__header .form-item-search-api-fulltext,
.off-canvas .form-item-search-api-fulltext {
  max-width: 90%;
}

.header-icons [id^="edit-search-api-fulltext"],
.page__header [id^="edit-search-api-fulltext"],
.off-canvas [id^="edit-search-api-fulltext"] {
  max-width: 90%;
  outline: none;
  border: none;
}

.header-icons .search-filters-wrapper,
.header-icons .sort-buttons-wrapper,
.header-icons .views-exposed-form__sort-label,
.header-icons .form-item-field-ressorts,
.header-icons .sort-selects-hidden,
.page__header .search-filters-wrapper,
.page__header .sort-buttons-wrapper,
.page__header .views-exposed-form__sort-label,
.page__header .form-item-field-ressorts,
.page__header .sort-selects-hidden,
.off-canvas .search-filters-wrapper,
.off-canvas .sort-buttons-wrapper,
.off-canvas .views-exposed-form__sort-label,
.off-canvas .form-item-field-ressorts,
.off-canvas .sort-selects-hidden {
  display: none !important;
}

.header-icons .search-input-wrapper,
.page__header .search-input-wrapper,
.off-canvas .search-input-wrapper {
  margin: 0;
}

.off-canvas .block-views-exposed-filter-blocksearch-results-page-1 {
  display: block;
}

.off-canvas #views-exposed-form-search-results-page-1 {
  width: 100%;
  padding: 10px 0px;
  padding: 1rem 0rem;
  border-bottom: 1px solid #f2f2f2;
}

.off-canvas #views-exposed-form-search-results-page-1 .search-input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.off-canvas #views-exposed-form-search-results-page-1 .form--inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% - 2rem);
  margin: 0 10px;
  margin: 0 1rem;
}

.off-canvas #views-exposed-form-search-results-page-1 .form--inline .form-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.off-canvas #views-exposed-form-search-results-page-1 .form--inline .icon-search {
  margin-left: auto;
  padding-right: 15px;
  padding-right: 1.5rem;
  padding-top: 7px;
}

.view-search-results {
  padding: 0 0 40px;
  padding: 0 0 4rem;
}

.view-search-results .pager {
  clear: both;
}

.view-search-results .pager ul {
  text-align: center;
}

.view-search-results .pager ul li {
  list-style-type: none;
  display: inline-block;
  margin: 10px 10px 0;
  margin: 1rem 1rem 0;
  font-size: 20px;
  font-size: 2rem;
}

.view-search-results .teaser-group__list-teaser {
  width: auto;
  padding: 11px 20px 29px 20px;
  padding: 1.1rem 2rem 2.9rem 2rem;
  border-color: #fff;
}

.view-search-results .pager ul {
  text-align: center;
}

.view-search-results .pager ul li {
  list-style-type: none;
  display: inline-block;
  margin: 10px 10px 0;
  margin: 1rem 1rem 0;
}

.view-search-results .pager ul li.is-active a {
  text-decoration: underline;
}

@media (min-width: 750px) {
  .header-icons .block-views-exposed-filter-blocksearch-results-page-1,
  .header-icons #views-exposed-form-search-results-page-1,
  .page__header .block-views-exposed-filter-blocksearch-results-page-1,
  .page__header #views-exposed-form-search-results-page-1 {
    position: absolute;
    left: 0;
    top: 0;
  }

  .header-icons .block-views-exposed-filter-blocksearch-results-page-1 .form-item .form-text,
  .header-icons #views-exposed-form-search-results-page-1 .form-item .form-text,
  .page__header .block-views-exposed-filter-blocksearch-results-page-1 .form-item .form-text,
  .page__header #views-exposed-form-search-results-page-1 .form-item .form-text {
    position: relative;
    right: 3rem;
    top: 0;
    width: 0rem;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    border-radius: 0;
  }

  .header-icons .block-views-exposed-filter-blocksearch-results-page-1 .form-item .form-text:focus,
  .header-icons #views-exposed-form-search-results-page-1 .form-item .form-text:focus,
  .page__header .block-views-exposed-filter-blocksearch-results-page-1 .form-item .form-text:focus,
  .page__header #views-exposed-form-search-results-page-1 .form-item .form-text:focus {
    border: 1px solid #00569d;
    width: 20rem;
  }

  .header-icons .block-views-exposed-filter-blocksearch-results-page-1 .icon-search,
  .header-icons #views-exposed-form-search-results-page-1 .icon-search,
  .page__header .block-views-exposed-filter-blocksearch-results-page-1 .icon-search,
  .page__header #views-exposed-form-search-results-page-1 .icon-search {
    position: absolute;
    right: 15px;
    top: 0;
  }

  .view-search-results .teaser-group__list-teaser {
    width: calc(100% - 4rem);
  }

  .header-icons .block-views-exposed-filter-blocksearch-results-page-1 {
    display: block;
  }

  .header-icons .block-views-exposed-filter-blocksearch-results-page-1 .form--inline {
    position: absolute;
    right: 0;
    top: 0;
  }

  .off-canvas .block-views-exposed-filter-blocksearch-results-page-1,
  .off-canvas #views-exposed-form-search-results-page-1 {
    display: none;
  }
}

@media (min-width: 1200px) {
  .header-icons .block-views-exposed-filter-blocksearch-results-page-1,
  .header-icons #views-exposed-form-search-results-page-1,
  .page__header .block-views-exposed-filter-blocksearch-results-page-1,
  .page__header #views-exposed-form-search-results-page-1 {
    left: 2rem;
  }

  .view-search-results .teaser-group__list-teaser {
    padding: 1.1rem 0 2.9rem;
    width: 100%;
  }
}

.main-content .block-views-exposed-filter-blocksearch-results-page-1 {
  display: block !important;
  position: static !important;
  margin: 20px 0.625% 0;
  margin: 2rem 0.625% 0;
}

@media (min-width: 750px) {
  .main-content .block-views-exposed-filter-blocksearch-results-page-1 {
    margin: 5rem 0.625% 0;
  }
}

body.toolbar-fixed .main-content .block-views-exposed-filter-blocksearch-results-page-1 {
  margin-top: 60px;
  margin-top: 6rem;
}

@media (min-width: 750px) {
  body.toolbar-fixed .main-content .block-views-exposed-filter-blocksearch-results-page-1 {
    margin-top: 22rem;
  }
}

.main-content .block-views-exposed-filter-blocksearch-results-page-1 .form--inline {
  position: static;
}

.main-content .views-exposed-form,
.view-search-results > .views-exposed-form {
  position: static !important;
  display: block !important;
}

.main-content .views-exposed-form .form--inline,
.view-search-results > .views-exposed-form .form--inline {
  display: block;
}

.main-content .views-exposed-form .search-input-wrapper,
.view-search-results > .views-exposed-form .search-input-wrapper {
  width: 100%;
  position: relative;
  margin: 0 0 15px;
  margin: 0 0 1.5rem;
  display: block;
  overflow: visible;
}

@media (min-width: 750px) {
  .main-content .views-exposed-form .search-input-wrapper,
  .view-search-results > .views-exposed-form .search-input-wrapper {
    margin: 0 0 2rem;
  }
}

.main-content .views-exposed-form .search-input-wrapper .form-item-search-api-fulltext,
.view-search-results > .views-exposed-form .search-input-wrapper .form-item-search-api-fulltext {
  width: 100%;
  max-width: 100% !important;
  margin: 0;
  display: block;
}

.main-content .views-exposed-form .search-input-wrapper .form-item-search-api-fulltext label,
.view-search-results > .views-exposed-form .search-input-wrapper .form-item-search-api-fulltext label {
  display: none;
}

.main-content .views-exposed-form .search-input-wrapper .form-item-search-api-fulltext input[type="text"],
.main-content .views-exposed-form .search-input-wrapper .form-item-search-api-fulltext input[type="search"],
.main-content .views-exposed-form .search-input-wrapper .form-item-search-api-fulltext input.form-text,
.view-search-results > .views-exposed-form .search-input-wrapper .form-item-search-api-fulltext input[type="text"],
.view-search-results > .views-exposed-form .search-input-wrapper .form-item-search-api-fulltext input[type="search"],
.view-search-results > .views-exposed-form .search-input-wrapper .form-item-search-api-fulltext input.form-text {
  width: 100% !important;
  max-width: 100% !important;
  height: 60px;
  font-size: 16px;
  font-weight: bold;
  padding: 6px 60px 6px 20px !important;
  border: none !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  background-color: #fff;
  display: block;
  position: static;
  right: auto;
  top: auto;
  border-radius: 0;
  caret-color: #00569d;
}

@media (min-width: 750px) {
  .main-content .views-exposed-form .search-input-wrapper .form-item-search-api-fulltext input[type="text"],
  .main-content .views-exposed-form .search-input-wrapper .form-item-search-api-fulltext input[type="search"],
  .main-content .views-exposed-form .search-input-wrapper .form-item-search-api-fulltext input.form-text,
  .view-search-results > .views-exposed-form .search-input-wrapper .form-item-search-api-fulltext input[type="text"],
  .view-search-results > .views-exposed-form .search-input-wrapper .form-item-search-api-fulltext input[type="search"],
  .view-search-results > .views-exposed-form .search-input-wrapper .form-item-search-api-fulltext input.form-text {
    font-size: 16px;
    height: 60px;
    padding: 6px 60px 6px 20px !important;
  }
}

.main-content .views-exposed-form .search-input-wrapper .form-item-search-api-fulltext input[type="text"]:focus,
.main-content .views-exposed-form .search-input-wrapper .form-item-search-api-fulltext input[type="search"]:focus,
.main-content .views-exposed-form .search-input-wrapper .form-item-search-api-fulltext input.form-text:focus,
.view-search-results > .views-exposed-form .search-input-wrapper .form-item-search-api-fulltext input[type="text"]:focus,
.view-search-results > .views-exposed-form .search-input-wrapper .form-item-search-api-fulltext input[type="search"]:focus,
.view-search-results > .views-exposed-form .search-input-wrapper .form-item-search-api-fulltext input.form-text:focus {
  border: 1px solid #00569d !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.main-content .views-exposed-form .search-input-wrapper .form-item-search-api-fulltext input[type="text"]::-webkit-input-placeholder,
.main-content .views-exposed-form .search-input-wrapper .form-item-search-api-fulltext input[type="search"]::-webkit-input-placeholder,
.main-content .views-exposed-form .search-input-wrapper .form-item-search-api-fulltext input.form-text::-webkit-input-placeholder,
.view-search-results > .views-exposed-form .search-input-wrapper .form-item-search-api-fulltext input[type="text"]::-webkit-input-placeholder,
.view-search-results > .views-exposed-form .search-input-wrapper .form-item-search-api-fulltext input[type="search"]::-webkit-input-placeholder,
.view-search-results > .views-exposed-form .search-input-wrapper .form-item-search-api-fulltext input.form-text::-webkit-input-placeholder {
  color: #0A0A0A;
  font-weight: normal;
  opacity: 0.5;
}

.main-content .views-exposed-form .search-input-wrapper .form-item-search-api-fulltext input[type="text"]::-moz-placeholder,
.main-content .views-exposed-form .search-input-wrapper .form-item-search-api-fulltext input[type="search"]::-moz-placeholder,
.main-content .views-exposed-form .search-input-wrapper .form-item-search-api-fulltext input.form-text::-moz-placeholder,
.view-search-results > .views-exposed-form .search-input-wrapper .form-item-search-api-fulltext input[type="text"]::-moz-placeholder,
.view-search-results > .views-exposed-form .search-input-wrapper .form-item-search-api-fulltext input[type="search"]::-moz-placeholder,
.view-search-results > .views-exposed-form .search-input-wrapper .form-item-search-api-fulltext input.form-text::-moz-placeholder {
  color: #0A0A0A;
  font-weight: normal;
  opacity: 0.5;
}

.main-content .views-exposed-form .search-input-wrapper .form-item-search-api-fulltext input[type="text"]::-ms-input-placeholder,
.main-content .views-exposed-form .search-input-wrapper .form-item-search-api-fulltext input[type="search"]::-ms-input-placeholder,
.main-content .views-exposed-form .search-input-wrapper .form-item-search-api-fulltext input.form-text::-ms-input-placeholder,
.view-search-results > .views-exposed-form .search-input-wrapper .form-item-search-api-fulltext input[type="text"]::-ms-input-placeholder,
.view-search-results > .views-exposed-form .search-input-wrapper .form-item-search-api-fulltext input[type="search"]::-ms-input-placeholder,
.view-search-results > .views-exposed-form .search-input-wrapper .form-item-search-api-fulltext input.form-text::-ms-input-placeholder {
  color: #0A0A0A;
  font-weight: normal;
  opacity: 0.5;
}

.main-content .views-exposed-form .search-input-wrapper .form-item-search-api-fulltext input[type="text"]::placeholder,
.main-content .views-exposed-form .search-input-wrapper .form-item-search-api-fulltext input[type="search"]::placeholder,
.main-content .views-exposed-form .search-input-wrapper .form-item-search-api-fulltext input.form-text::placeholder,
.view-search-results > .views-exposed-form .search-input-wrapper .form-item-search-api-fulltext input[type="text"]::placeholder,
.view-search-results > .views-exposed-form .search-input-wrapper .form-item-search-api-fulltext input[type="search"]::placeholder,
.view-search-results > .views-exposed-form .search-input-wrapper .form-item-search-api-fulltext input.form-text::placeholder {
  color: #0A0A0A;
  font-weight: normal;
  opacity: 0.5;
}

.main-content .views-exposed-form .search-input-wrapper .icon-search,
.view-search-results > .views-exposed-form .search-input-wrapper .icon-search {
  position: absolute;
  top: 50%;
  right: 18px;
  right: 1.8rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #919191;
  cursor: pointer;
}

@media (min-width: 750px) {
  .main-content .views-exposed-form .search-input-wrapper .icon-search,
  .view-search-results > .views-exposed-form .search-input-wrapper .icon-search {
    right: 1.5rem;
  }
}

.main-content .views-exposed-form .search-input-wrapper .icon-search:after,
.view-search-results > .views-exposed-form .search-input-wrapper .icon-search:after {
  font-size: 18px;
  font-size: 1.8rem;
}

@media (min-width: 750px) {
  .main-content .views-exposed-form .search-input-wrapper .icon-search:after,
  .view-search-results > .views-exposed-form .search-input-wrapper .icon-search:after {
    font-size: 2.4rem;
  }
}

.main-content .views-exposed-form .search-filters-wrapper,
.view-search-results > .views-exposed-form .search-filters-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  gap: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
}

@media (min-width: 750px) {
  .main-content .views-exposed-form .search-filters-wrapper,
  .view-search-results > .views-exposed-form .search-filters-wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.main-content .views-exposed-form .search-filters-wrapper > span.icon-search,
.view-search-results > .views-exposed-form .search-filters-wrapper > span.icon-search {
  display: none !important;
}

.main-content .views-exposed-form .search-filters-wrapper .views-exposed-form__sort-label,
.view-search-results > .views-exposed-form .search-filters-wrapper .views-exposed-form__sort-label {
  font-weight: bold;
  white-space: nowrap;
  width: 100%;
}

@media (min-width: 750px) {
  .main-content .views-exposed-form .search-filters-wrapper .views-exposed-form__sort-label,
  .view-search-results > .views-exposed-form .search-filters-wrapper .views-exposed-form__sort-label {
    width: auto;
    margin-right: 0.5rem;
  }
}

.main-content .views-exposed-form .search-filters-wrapper .form-item,
.view-search-results > .views-exposed-form .search-filters-wrapper .form-item {
  margin: 0;
}

.main-content .views-exposed-form .search-filters-wrapper .form-item label,
.view-search-results > .views-exposed-form .search-filters-wrapper .form-item label {
  display: none;
}

.main-content .views-exposed-form .search-filters-wrapper .sort-selects-hidden,
.view-search-results > .views-exposed-form .search-filters-wrapper .sort-selects-hidden {
  display: none;
}

.main-content .views-exposed-form .search-filters-wrapper .sort-buttons-wrapper,
.view-search-results > .views-exposed-form .search-filters-wrapper .sort-buttons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  gap: 1rem;
  width: 100%;
}

@media (min-width: 750px) {
  .main-content .views-exposed-form .search-filters-wrapper .sort-buttons-wrapper,
  .view-search-results > .views-exposed-form .search-filters-wrapper .sort-buttons-wrapper {
    width: auto;
  }
}

.main-content .views-exposed-form .search-filters-wrapper .sort-button,
.view-search-results > .views-exposed-form .search-filters-wrapper .sort-button {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  color: #00569d;
  border: 1px solid #00569d;
  border-radius: 5px;
  padding: 10px 12px;
  padding: 1rem 1.2rem;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

@media (min-width: 750px) {
  .main-content .views-exposed-form .search-filters-wrapper .sort-button,
  .view-search-results > .views-exposed-form .search-filters-wrapper .sort-button {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding: 13px 15px 14px 15px;
  }
}

.main-content .views-exposed-form .search-filters-wrapper .sort-button:hover,
.view-search-results > .views-exposed-form .search-filters-wrapper .sort-button:hover {
  background-color: #84c7ff;
}

.main-content .views-exposed-form .search-filters-wrapper .sort-button:focus,
.view-search-results > .views-exposed-form .search-filters-wrapper .sort-button:focus {
  outline: none;
}

.main-content .views-exposed-form .search-filters-wrapper .sort-button.is-active,
.view-search-results > .views-exposed-form .search-filters-wrapper .sort-button.is-active {
  background-color: #00569d;
  color: #fff;
}

.main-content .views-exposed-form .search-filters-wrapper .sort-button--date,
.view-search-results > .views-exposed-form .search-filters-wrapper .sort-button--date {
  position: relative;
  padding-right: 25px;
  padding-right: 2.5rem;
}

@media (min-width: 750px) {
  .main-content .views-exposed-form .search-filters-wrapper .sort-button--date,
  .view-search-results > .views-exposed-form .search-filters-wrapper .sort-button--date {
    padding-right: 3rem;
  }
}

.main-content .views-exposed-form .search-filters-wrapper .sort-button--date .sort-arrow,
.view-search-results > .views-exposed-form .search-filters-wrapper .sort-button--date .sort-arrow {
  position: absolute;
  right: 8px;
  right: 0.8rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 6px;
  width: 0.6rem;
  height: 10px;
  height: 1rem;
}

@media (min-width: 750px) {
  .main-content .views-exposed-form .search-filters-wrapper .sort-button--date .sort-arrow,
  .view-search-results > .views-exposed-form .search-filters-wrapper .sort-button--date .sort-arrow {
    right: 1rem;
  }
}

.main-content .views-exposed-form .search-filters-wrapper .sort-button--date .sort-arrow:before,
.main-content .views-exposed-form .search-filters-wrapper .sort-button--date .sort-arrow:after,
.view-search-results > .views-exposed-form .search-filters-wrapper .sort-button--date .sort-arrow:before,
.view-search-results > .views-exposed-form .search-filters-wrapper .sort-button--date .sort-arrow:after {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}

.main-content .views-exposed-form .search-filters-wrapper .sort-button--date .sort-arrow:before,
.view-search-results > .views-exposed-form .search-filters-wrapper .sort-button--date .sort-arrow:before {
  top: 0;
  border-bottom: 5px solid currentColor;
  opacity: 0.4;
}

.main-content .views-exposed-form .search-filters-wrapper .sort-button--date .sort-arrow:after,
.view-search-results > .views-exposed-form .search-filters-wrapper .sort-button--date .sort-arrow:after {
  bottom: 0;
  border-top: 5px solid currentColor;
  opacity: 0.4;
}

.main-content .views-exposed-form .search-filters-wrapper .sort-button--date.sort-desc .sort-arrow:after,
.main-content .views-exposed-form .search-filters-wrapper .sort-button--date.is-active:not(.sort-asc) .sort-arrow:after,
.view-search-results > .views-exposed-form .search-filters-wrapper .sort-button--date.sort-desc .sort-arrow:after,
.view-search-results > .views-exposed-form .search-filters-wrapper .sort-button--date.is-active:not(.sort-asc) .sort-arrow:after {
  opacity: 1;
}

.main-content .views-exposed-form .search-filters-wrapper .sort-button--date.sort-asc .sort-arrow:before,
.view-search-results > .views-exposed-form .search-filters-wrapper .sort-button--date.sort-asc .sort-arrow:before {
  opacity: 1;
}

.main-content .views-exposed-form .search-filters-wrapper .sort-button--date.sort-asc .sort-arrow:after,
.view-search-results > .views-exposed-form .search-filters-wrapper .sort-button--date.sort-asc .sort-arrow:after {
  opacity: 0.4;
}

.main-content .views-exposed-form .search-filters-wrapper .form-item-field-ressorts input.form-autocomplete,
.main-content .views-exposed-form .search-filters-wrapper .form-item-field-ressorts input.form-text,
.main-content .views-exposed-form .search-filters-wrapper .form-item-field-ressorts select,
.view-search-results > .views-exposed-form .search-filters-wrapper .form-item-field-ressorts input.form-autocomplete,
.view-search-results > .views-exposed-form .search-filters-wrapper .form-item-field-ressorts input.form-text,
.view-search-results > .views-exposed-form .search-filters-wrapper .form-item-field-ressorts select {
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #00569d;
  color: #fff;
  border: 1px solid #00569d;
  border-radius: 5px;
  padding: 15px 28px 15px 15px;
  font-weight: bold;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: none;
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-position: right 0.8rem center;
  min-width: 150px;
  font-size: 16px;
}

@media (min-width: 750px) {
  .main-content .views-exposed-form .search-filters-wrapper .form-item-field-ressorts input.form-autocomplete,
  .main-content .views-exposed-form .search-filters-wrapper .form-item-field-ressorts input.form-text,
  .main-content .views-exposed-form .search-filters-wrapper .form-item-field-ressorts select,
  .view-search-results > .views-exposed-form .search-filters-wrapper .form-item-field-ressorts input.form-autocomplete,
  .view-search-results > .views-exposed-form .search-filters-wrapper .form-item-field-ressorts input.form-text,
  .view-search-results > .views-exposed-form .search-filters-wrapper .form-item-field-ressorts select {
    max-width: 242px;
  }
}

.main-content .views-exposed-form .search-filters-wrapper .form-item-field-ressorts input.form-autocomplete::-webkit-input-placeholder,
.main-content .views-exposed-form .search-filters-wrapper .form-item-field-ressorts input.form-text::-webkit-input-placeholder,
.main-content .views-exposed-form .search-filters-wrapper .form-item-field-ressorts select::-webkit-input-placeholder,
.view-search-results > .views-exposed-form .search-filters-wrapper .form-item-field-ressorts input.form-autocomplete::-webkit-input-placeholder,
.view-search-results > .views-exposed-form .search-filters-wrapper .form-item-field-ressorts input.form-text::-webkit-input-placeholder,
.view-search-results > .views-exposed-form .search-filters-wrapper .form-item-field-ressorts select::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

.main-content .views-exposed-form .search-filters-wrapper .form-item-field-ressorts input.form-autocomplete::-moz-placeholder,
.main-content .views-exposed-form .search-filters-wrapper .form-item-field-ressorts input.form-text::-moz-placeholder,
.main-content .views-exposed-form .search-filters-wrapper .form-item-field-ressorts select::-moz-placeholder,
.view-search-results > .views-exposed-form .search-filters-wrapper .form-item-field-ressorts input.form-autocomplete::-moz-placeholder,
.view-search-results > .views-exposed-form .search-filters-wrapper .form-item-field-ressorts input.form-text::-moz-placeholder,
.view-search-results > .views-exposed-form .search-filters-wrapper .form-item-field-ressorts select::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.main-content .views-exposed-form .search-filters-wrapper .form-item-field-ressorts input.form-autocomplete::-ms-input-placeholder,
.main-content .views-exposed-form .search-filters-wrapper .form-item-field-ressorts input.form-text::-ms-input-placeholder,
.main-content .views-exposed-form .search-filters-wrapper .form-item-field-ressorts select::-ms-input-placeholder,
.view-search-results > .views-exposed-form .search-filters-wrapper .form-item-field-ressorts input.form-autocomplete::-ms-input-placeholder,
.view-search-results > .views-exposed-form .search-filters-wrapper .form-item-field-ressorts input.form-text::-ms-input-placeholder,
.view-search-results > .views-exposed-form .search-filters-wrapper .form-item-field-ressorts select::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.main-content .views-exposed-form .search-filters-wrapper .form-item-field-ressorts input.form-autocomplete::placeholder,
.main-content .views-exposed-form .search-filters-wrapper .form-item-field-ressorts input.form-text::placeholder,
.main-content .views-exposed-form .search-filters-wrapper .form-item-field-ressorts select::placeholder,
.view-search-results > .views-exposed-form .search-filters-wrapper .form-item-field-ressorts input.form-autocomplete::placeholder,
.view-search-results > .views-exposed-form .search-filters-wrapper .form-item-field-ressorts input.form-text::placeholder,
.view-search-results > .views-exposed-form .search-filters-wrapper .form-item-field-ressorts select::placeholder {
  color: #fff;
  opacity: 1;
}

.main-content .views-exposed-form .search-filters-wrapper .form-item-field-ressorts input.form-autocomplete:focus,
.main-content .views-exposed-form .search-filters-wrapper .form-item-field-ressorts input.form-text:focus,
.main-content .views-exposed-form .search-filters-wrapper .form-item-field-ressorts select:focus,
.view-search-results > .views-exposed-form .search-filters-wrapper .form-item-field-ressorts input.form-autocomplete:focus,
.view-search-results > .views-exposed-form .search-filters-wrapper .form-item-field-ressorts input.form-text:focus,
.view-search-results > .views-exposed-form .search-filters-wrapper .form-item-field-ressorts select:focus {
  outline: none;
}

.main-content .views-exposed-form .search-filters-wrapper .form-item-field-ressorts input.form-autocomplete option,
.main-content .views-exposed-form .search-filters-wrapper .form-item-field-ressorts input.form-text option,
.main-content .views-exposed-form .search-filters-wrapper .form-item-field-ressorts select option,
.view-search-results > .views-exposed-form .search-filters-wrapper .form-item-field-ressorts input.form-autocomplete option,
.view-search-results > .views-exposed-form .search-filters-wrapper .form-item-field-ressorts input.form-text option,
.view-search-results > .views-exposed-form .search-filters-wrapper .form-item-field-ressorts select option {
  background-color: #fff;
  color: #333;
}

.main-content .views-exposed-form .search-filters-wrapper .form-actions,
.view-search-results > .views-exposed-form .search-filters-wrapper .form-actions {
  display: none;
}

.main-content .search-input-wrapper .icon-search {
  display: block !important;
  position: absolute;
  top: 50%;
  right: 10px;
  right: 1rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  color: #e04130 !important;
}

.main-content .search-input-wrapper .icon-search:after {
  color: #e04130 !important;
  font-size: 24px;
}

@media (min-width: 750px) {
  .main-content .search-input-wrapper .icon-search {
    right: 1.5rem;
  }
}

.header-icons input.form-autocomplete,
.page__header input.form-autocomplete {
  background-image: none !important;
}

.main-content .views-exposed-form input.form-autocomplete,
.view-search-results > .views-exposed-form input.form-autocomplete {
  background-image: none !important;
}

ul.search-api-autocomplete-search,
.ui-autocomplete {
  background: #fff;
  border: 1px solid #00569d !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 99;
  max-height: 400px;
  overflow-y: auto;
  font-size: 16px;
  text-align: left;
  line-height: 24px;
  z-index: 9999;
}

@media (max-width: 749px) {
  ul.search-api-autocomplete-search,
  .ui-autocomplete {
    max-width: 98.64% !important;
    width: 100% !important;
  }
}

ul.search-api-autocomplete-search.autocomplete-offcanvas,
.ui-autocomplete.autocomplete-offcanvas {
  border-left: none !important;
  border-right: none !important;
  max-width: 100% !important;
  width: 100% !important;
  left: 0 !important;
  top: 102px !important;
}

ul.search-api-autocomplete-search::before,
.ui-autocomplete::before {
  content: "Suchvorschläge:";
  padding: 20px 20px 12px 20px;
  color: #919191;
  display: block;
  font-size: 14px;
}

ul.search-api-autocomplete-search .ui-menu-item,
.ui-autocomplete .ui-menu-item {
  margin: 0;
  padding: 4px 10px;
}

.path-search-results ul.search-api-autocomplete-search .ui-menu-item,
.path-search-results
    .ui-autocomplete .ui-menu-item {
  padding: 8.5px 20px;
}

ul.search-api-autocomplete-search .ui-menu-item:hover,
ul.search-api-autocomplete-search .ui-menu-item.ui-state-active,
ul.search-api-autocomplete-search .ui-menu-item.ui-state-focus,
.ui-autocomplete .ui-menu-item:hover,
.ui-autocomplete .ui-menu-item.ui-state-active,
.ui-autocomplete .ui-menu-item.ui-state-focus {
  background-color: #f5f5f5;
}

ul.search-api-autocomplete-search .ui-menu-item a,
.ui-autocomplete .ui-menu-item a {
  color: #00569d;
  padding: 0;
  text-decoration: none;
  display: block;
  background: none !important;
}

ul.search-api-autocomplete-search .ui-menu-item a:hover,
ul.search-api-autocomplete-search .ui-menu-item a.ui-state-active,
ul.search-api-autocomplete-search .ui-menu-item a.ui-state-focus,
.ui-autocomplete .ui-menu-item a:hover,
.ui-autocomplete .ui-menu-item a.ui-state-active,
.ui-autocomplete .ui-menu-item a.ui-state-focus {
  color: #00569d !important;
}

ul.search-api-autocomplete-search .ui-menu-item-wrapper,
.ui-autocomplete .ui-menu-item-wrapper {
  display: block;
  padding: 0;
  cursor: pointer;
  color: #00569d !important;
  font-size: 16px;
  line-height: 24px;
  background: none !important;
  border: none !important;
  margin: 0 !important;
}

ul.search-api-autocomplete-search .search-api-autocomplete-suggestion,
.ui-autocomplete .search-api-autocomplete-suggestion {
  display: block;
  background: none !important;
  color: #00569d !important;
}

ul.search-api-autocomplete-search .search-api-autocomplete-suggestion .autocomplete-suggestion-note,
.ui-autocomplete .search-api-autocomplete-suggestion .autocomplete-suggestion-note {
  display: none;
}

ul.search-api-autocomplete-search .search-api-autocomplete-suggestion .autocomplete-suggestion-label,
.ui-autocomplete .search-api-autocomplete-suggestion .autocomplete-suggestion-label {
  display: block;
  color: #00569d;
  background: none !important;
}

ul.search-api-autocomplete-search .search-api-autocomplete-suggestion .autocomplete-suggestion-user-input,
.ui-autocomplete .search-api-autocomplete-suggestion .autocomplete-suggestion-user-input {
  font-weight: normal;
  background: none !important;
}

ul.search-api-autocomplete-search .search-api-autocomplete-suggestion .autocomplete-suggestion-suggestion-suffix,
ul.search-api-autocomplete-search .search-api-autocomplete-suggestion .autocomplete-suggestion-suggestion-prefix,
.ui-autocomplete .search-api-autocomplete-suggestion .autocomplete-suggestion-suggestion-suffix,
.ui-autocomplete .search-api-autocomplete-suggestion .autocomplete-suggestion-suggestion-prefix {
  font-weight: bold;
}

ul.search-api-autocomplete-search .search-api-autocomplete-suggestion .autocomplete-suggestion-results-count,
.ui-autocomplete .search-api-autocomplete-suggestion .autocomplete-suggestion-results-count {
  display: none;
}

.search-page-title {
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 8px;
  padding-bottom: 0.8rem;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 0.625% 20px;
  margin: 0 0.625% 2rem;
}

@media (min-width: 750px) {
  .search-page-title {
    font-size: 2rem;
    margin-bottom: 3rem;
    padding-bottom: 1.2rem;
  }
}

.search-page-title span {
  border-bottom: 2px solid #919191;
  padding-bottom: 8px;
  padding-bottom: 0.8rem;
}

@media (min-width: 750px) {
  .search-page-title span {
    padding-bottom: 1.2rem;
  }
}

.off-canvas {
  width: 100%;
  height: 90%;
  height: calc(100vh - 48px);
  position: absolute;
  z-index: 998;
  top: 48px;
  left: -101%;
  padding-left: 2%;
  padding: 15px;
  padding-top: 20px;
  padding-top: 2rem;
  display: block;
  background: white;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.off-canvas.show-nav {
  display: block;
  left: -100%;
  padding: 0;
  overflow-y: auto;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-box-shadow: 2px 10px 10px 0px rgba(0, 0, 0, 0.05), 0px 18px 10px -16px rgba(0, 0, 0, 0.05) inset;
  box-shadow: 2px 10px 10px 0px rgba(0, 0, 0, 0.05), 0px 18px 10px -16px rgba(0, 0, 0, 0.05) inset;
}

.off-canvas .header__navigation_block {
  max-width: 100%;
  min-width: 100%;
}

.off-canvas .header__navigation_block ul li {
  border-bottom: 1px solid #919191;
}

.off-canvas .header__navigation_block ul li:before {
  display: inline;
}

.off-canvas .header__navigation_block ul li:first-of-type a {
  border-bottom: 1px solid #919191;
}

.off-canvas .header__navigation_block ul li a:hover {
  text-decoration: none;
}

.off-canvas .header__navigation_block ul li a:before {
  background: none;
  padding: 0;
  margin: 0;
  float: right;
}

@media (min-width: 750px) {
  .off-canvas,
  .off-canvas.show-nav {
    width: auto;
    height: auto;
    position: static;
    padding: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.page__navigation #audio_player {
  display: none;
}

@media (min-width: 750px) {
  .page__navigation #audio_player {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .page__navigation #audio_player .audio-player--headline {
    margin: 0;
    padding-right: 2rem;
  }

  .page__navigation #audio_player .view-empty p {
    margin: 0;
  }
}

.main-content {
  max-width: 1200px;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 41px;
  margin-top: 4.1rem;
  padding-top: 19px;
}

.main-content:after {
  content: " ";
  display: block;
  clear: both;
}

.article__main-content {
  max-width: 1200px;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.article__main-content:after {
  content: " ";
  display: block;
  clear: both;
}

@media (min-width: 750px) {
  .main-content {
    padding-top: 0;
  }

  .article__main-content {
    display: block;
  }
}

.static-page .article__header {
  margin-bottom: 10px;
  margin-bottom: 1rem;
}

.static-page .static-page-header__hgroup.article-header__hgroup {
  text-align: left;
}

@media (min-width: 750px) {
  .static-page .article__header {
    margin-bottom: 3rem;
  }

  .static-page .static-page-header__hgroup.article-header__hgroup {
    text-align: center;
  }
}

.article:after {
  content: "";
  display: table;
  clear: both;
}

.article .article__header {
  width: 100%;
  text-align: center;
}

.article .article__header:after {
  content: "";
  display: table;
  clear: both;
}

.article .article__header-tags {
  margin-bottom: 20px;
  margin-bottom: 2rem;
  display: none;
}

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

@media (min-width: 750px) {
  .article .article__header {
    width: 86.25%;
    float: left;
    margin-left: 0.625%;
    margin-right: 0.625%;
    margin-left: 6.875%;
    margin-top: 2rem;
  }

  .article .article__header-tags {
    display: block;
    margin-bottom: 2rem;
  }
}

.ressource__section {
  width: 98.75%;
  float: left;
  margin-left: 0.625%;
  margin-right: 0.625%;
  border: 1px solid #e1e1e1;
  padding: 0 0 10px;
  padding: 0 0 1rem;
  font-family: "Roboto", sans-serif;
  margin: 0;
}

.ressource__section h4 {
  padding: 2.5px 10px;
  padding: 0.25rem 1rem;
}

.ressource__section h4 {
  color: black;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px solid #e1e1e1;
  font-size: 14px;
  font-size: 1.4rem;
}

.ressource__section .component-file {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
}

.ressource__section .component-file a {
  padding: 2.5px 10px;
  padding: 0.25rem 1rem;
}

.ressource__section .component-file a:hover {
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  color: #00569d;
}

.navigation__teaser-container {
  max-width: 1200px;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.navigation__teaser-container:after {
  content: " ";
  display: block;
  clear: both;
}

.navigation__teaser-container ul {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  display: block;
}

.navigation__teaser-container ul li {
  list-style: none;
  display: block;
}

.navigation__teaser-container ul li a {
  height: 100%;
  display: block;
  font-weight: bold;
  padding: 15px 20px;
  padding: 1.5rem 2rem;
  border-bottom: 1px solid #f2f2f2;
}

.navigation__teaser-container ul li a:hover {
  text-decoration: none;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.navigation__teaser-container ul li a .time {
  font-size: 12px;
  font-size: 1.2rem;
  color: #999;
  font-weight: lighter;
  display: block;
}

.navigation__teaser-container .navigation__term-name {
  width: 100%;
  text-align: center;
  padding: 26px;
  padding: 2.6rem;
  float: right;
  background: #00569d;
  color: white;
  font-weight: bold;
  letter-spacing: 1.4px;
  letter-spacing: .14rem;
}

.navigation__teaser-container .navigation__term-name:hover {
  text-decoration: none;
}

@media (min-width: 750px) {
  .navigation__teaser-container ul {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .navigation__teaser-container ul li {
    display: inline-block;
  }

  .navigation__teaser-container ul li a {
    border-right: 0;
    border-right: 1px solid #f2f2f2;
  }

  .navigation__teaser-container .navigation__term-name {
    width: auto;
    display: block;
  }
}

.article__navigation--top {
  width: 98.75%;
  float: left;
  margin-left: 0.625%;
  margin-right: 0.625%;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}

.article__navigation--top:after {
  content: "";
  display: table;
  clear: both;
}

.article__navigation--top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}

.article__navigation--top ul li {
  list-style: none;
}

.article__navigation--top ul li:first-child {
  text-align: left;
  border: 0;
}

.article__navigation--top ul li:last-child {
  text-align: left;
  border: 0;
}

.article__navigation--top ul li:last-child a:hover i {
  margin: 0 15px 0 0;
  margin: 0 1.5rem 0 0;
}

.article__navigation--top ul li:last-child a i {
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  float: left;
  margin: 0 10px 0 0;
  margin: 0 1rem 0 0;
}

.article__navigation--top ul li a {
  color: #919191;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 20px;
  padding: 2rem;
  line-height: 19px;
  line-height: 1.9rem;
  display: block;
  font-size: 0px;
  font-size: 0rem;
}

.article__navigation--top ul li a:hover {
  text-decoration: none;
}

.article__navigation--top ul li a:hover i {
  margin: 0 0 0 15px;
  margin: 0 0 0 1.5rem;
}

.article__navigation--top ul li a i {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 18px;
  line-height: 1.8rem;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  margin: 0 10px 0 0;
  margin: 0 1rem 0 0;
}

.article__navigation--top ul .active {
  color: #00569d;
}

@media (min-width: 750px) {
  .article__navigation--top ul li:first-child {
    text-align: left;
  }

  .article__navigation--top ul li:last-child {
    text-align: right;
  }

  .article__navigation--top ul li a {
    font-size: 1.3rem;
  }
}

.article__navigation--bottom {
  width: 98.75%;
  float: left;
  margin-left: 0.625%;
  margin-right: 0.625%;
  border-top: 1px solid #f2f2f2;
  margin-top: 20px;
  margin-top: 2rem;
}

.article__navigation--bottom:after {
  content: "";
  display: table;
  clear: both;
}

.article__navigation--bottom ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.article__navigation--bottom ul li {
  list-style: none;
  float: left;
  width: 33.333%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.article__navigation--bottom ul li:first-child {
  text-align: left;
  border: 0;
}

.article__navigation--bottom ul li:last-child {
  text-align: left;
  border: 0;
}

.article__navigation--bottom ul li:last-child a {
  float: left;
}

.article__navigation--bottom ul li:last-child a:hover i {
  margin: 0px 0px 0 15px;
  margin: 0rem 0rem 0 1.5rem;
}

.article__navigation--bottom ul li:last-child a i {
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  float: right;
  margin: 0px 0px 0 10px;
  margin: 0rem 0rem 0 1rem;
}

.article__navigation--bottom ul li a {
  color: #919191;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 20px;
  padding: 2rem;
  display: block;
  font-size: 0px;
  font-size: 0rem;
}

.article__navigation--bottom ul li a:hover {
  text-decoration: none;
}

.article__navigation--bottom ul li a:hover i {
  margin: 0 15px 0 0;
  margin: 0 1.5rem 0 0;
}

.article__navigation--bottom ul li a i {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 18px;
  line-height: 1.8rem;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  margin: 0 10px 0 0;
  margin: 0 1rem 0 0;
}

.article__navigation--bottom ul .active {
  color: #00569d;
}

@media (min-width: 750px) {
  .article__navigation--bottom ul li:first-child {
    text-align: left;
  }

  .article__navigation--bottom ul li:last-child {
    text-align: right;
  }

  .article__navigation--bottom ul li a {
    font-size: 1.3rem;
  }
}

.publishing-informations {
  width: 98.75%;
  float: left;
  margin-left: 0.625%;
  margin-right: 0.625%;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  font-family: "Georgia", Times, serif;
  color: #919191;
  font-style: italic;
}

.publishing-informations:before {
  display: none;
}

.publishing-informations time {
  margin: 0 2.5px;
  margin: 0 .25rem;
}

.publishing-informations .component-author--small,
.publishing-informations .publishing-informations__time,
.publishing-informations .publishing-informations__share {
  margin: 10px 0;
  margin: 1rem 0;
}

.publishing-informations .component-author--small {
  width: 61.25%;
  float: left;
  margin-left: 0.625%;
  margin-right: 0.625%;
  margin-left: 19.375%;
}

.publishing-informations .publishing-informations__time {
  width: 98.75%;
  float: left;
  margin-left: 0.625%;
  margin-right: 0.625%;
}

.publishing-informations .publishing-informations__share {
  width: 98.75%;
  float: left;
  margin-left: 0.625%;
  margin-right: 0.625%;
}

@media (min-width: 750px) {
  .publishing-informations {
    width: 98.75%;
    float: left;
    margin-left: 0.625%;
    margin-right: 0.625%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 4rem auto;
    float: none;
    text-align: left;
  }

  .publishing-informations:after {
    content: "";
    display: table;
    clear: both;
  }

  .publishing-informations .component-author--small {
    width: 30%;
    float: left;
    margin-left: 0.625%;
    margin-right: 0.625%;
    margin-left: 0.625%;
  }

  .publishing-informations .publish-item {
    width: 17.5%;
    float: left;
    margin-left: 0.625%;
    margin-right: 0.625%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .publishing-informations .publish-item span {
    margin-right: 1rem;
  }

  .publishing-informations .publish-item span:before {
    font-size: 3rem;
    height: 5rem;
  }

  .publishing-informations .publish-item:last-child {
    margin-right: 0;
  }

  .publishing-informations .publishing-informations__time {
    width: 42.5%;
    float: left;
    margin-left: 0.625%;
    margin-right: 0.625%;
  }

  .publishing-informations .publishing-informations__time:before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    float: left;
    height: 5rem;
    font-size: 3rem;
    font-family: "Icomoon";
    color: #919191;
    margin-right: 1rem;
    font-style: normal;
    content: "\e905";
  }

  .publishing-informations .publishing-informations__share {
    width: 17.5%;
    float: right;
    margin-left: 0.625%;
    margin-right: 0.625%;
    position: relative;
  }
}

.container__dictionary {
  margin-top: 60px;
  margin-top: 6rem;
}

.container__dictionary .container__dictionary {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.container__dictionary .container__dictionary .view-header {
  width: 100%;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}

.container__dictionary .container__dictionary .views-summary {
  font-size: 10px;
  font-size: 1rem;
  margin: 0 0 0 10px;
  margin: 0 0 0 1rem;
}

.container__dictionary .container__dictionary .views-summary a {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}

.container__dictionary .attachment-before {
  max-width: 1200px;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  padding: 2rem;
}

.container__dictionary .attachment-before:after {
  content: " ";
  display: block;
  clear: both;
}

.container__dictionary .views-table {
  margin: 0 20px 20px;
  margin: 0 2rem 2rem;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.container__dictionary .views-table tbody {
  width: 100%;
}

.container__dictionary .views-table tbody tr {
  border-bottom: 1px solid #f2f2f2;
  padding: 10px 0;
  padding: 1rem 0;
  display: block;
}

.share-button {
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  border: 1px solid #f2f2f2;
  border-radius: 2rem;
  cursor: pointer;
  padding: 7px 0px;
  padding: 0.7rem 0rem;
  margin: 0 20px;
  margin: 0 2rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.share-button i {
  margin-right: 10px;
  margin-right: 1rem;
}

.share-button label {
  cursor: pointer;
}

.share-button.active {
  border-radius: 2rem 2rem 0rem 0rem;
}

.share-content {
  background: white;
  display: none;
  position: absolute;
  padding: 7px;
  padding: 0.7rem;
  border: 1px solid #f2f2f2;
  right: -2px;
  width: 100%;
}

.share-content.show {
  display: block;
}

@media (min-width: 750px) {
  .share-button {
    width: 100%;
    margin: 0;
  }
}

@media (min-width: 750px) {
  .comments {
    width: 48.75%;
    float: left;
    margin-left: 0.625%;
    margin-right: 0.625%;
    margin-left: 25.625%;
    padding: 0rem 0rem;
  }
}

.component-text {
  width: auto;
  padding: 0 20px;
  padding: 0 2rem;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.2px;
  line-height: 28px;
  line-height: 2.8rem;
}

.component-text h3 {
  font-size: 18px;
  font-size: 1.8rem;
}

.component-text--left,
.component-text--right {
  width: -moz-available;
  border-top: 1px solid #00569d;
  padding-left: 0;
  padding-top: 10px;
  padding-top: 1rem;
  margin: 20px;
  margin: 2rem;
  font-size: 18px;
  font-size: 1.8rem;
}

.component-text--left:after,
.component-text--right:after {
  content: "";
  display: table;
  clear: both;
}

.component-text--left p,
.component-text--right p {
  margin-bottom: 0;
}

.component-text--left li,
.component-text--right li {
  margin-bottom: 10px;
  margin-bottom: 1rem;
}

div[class^="component-text"] ul,
div[class^="component-text"] ol {
  padding-left: 1em;
}

@media (min-width: 750px) {
  .component-text {
    width: 48.75%;
    float: left;
    margin-left: 0.625%;
    margin-right: 0.625%;
    margin-left: 25.625%;
    padding: 0rem 0rem;
  }

  .component-text--left,
  .component-text--right {
    float: left;
    overflow-wrap: break-word;
    font-size: 1.4rem;
  }

  .component-text--right {
    width: 11.25%;
    float: right;
    margin-left: 0.625%;
    margin-right: 0.625%;
    border-left: 1px solid #00569d;
    border-top: none;
    margin: 0 6% 0 5%;
    padding: 0 0 0 1%;
    font-size: 1.4rem;
    float: left;
  }

  .component-text--right p {
    margin-bottom: 0;
  }

  .component-text--left {
    width: 11.25%;
    float: left;
    margin-left: 0.625%;
    margin-right: 0.625%;
    border-top: none;
    padding: 0 1% 0 0;
    margin: 0 6% 0 7%;
    border-right: 1px solid #00569d;
  }

  .component-text--left p,
  .component-text--left h2,
  .component-text--left h3,
  .component-text--left h4 {
    text-align: right;
  }

  .component-text__blockquote--left + .component-text,
  .component-text--left + .component-text,
  .teaser__aside--aside-left + .component-text,
  .article__aside + .component-text {
    margin-left: 0.625%;
    padding: 0rem 0;
  }
}

.component-text__interview {
  width: auto;
  padding: 0 20px;
  padding: 0 2rem;
}

.component-text__interview .component-headline {
  color: #000;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}

.component-text__interview h4 {
  color: #000;
  margin: 0;
}

.component-text__interview p {
  font-family: "Georgia", Times, serif;
}

@media (min-width: 750px) {
  .component-text__interview {
    width: 48.75%;
    float: left;
    margin-left: 0.625%;
    margin-right: 0.625%;
    margin-left: 25.625%;
    padding: 0;
  }
}

.component-text__blockquote,
.component-text__blockquote--right,
.component-text__blockquote--left {
  font-family: "Georgia", Times, serif;
  border-top: solid 1px #919191;
  border-bottom: solid 1px #919191;
  margin: 1em 0px;
  padding: 10px 20px;
  padding: 1rem 2rem;
  font-style: italic;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 34px;
  line-height: 3.4rem;
  min-height: 60px;
}

.component-text__blockquote:before,
.component-text__blockquote--right:before,
.component-text__blockquote--left:before {
  display: block;
  float: left;
  content: "\201C";
  font-size: 100px;
  font-size: 10rem;
  margin-right: 10px;
  margin-right: 1rem;
  width: 50px;
  width: 5rem;
  height: 50px;
  height: 5rem;
  line-height: 94px;
  line-height: 9.4rem;
  color: #f07d00;
}

.component-text__blockquote cite,
.component-text__blockquote--right cite,
.component-text__blockquote--left cite {
  position: relative;
  display: block;
  text-align: right;
  margin-top: 5px;
  margin-top: .5rem;
}

.component-text__blockquote cite ul,
.component-text__blockquote cite ol,
.component-text__blockquote--right cite ul,
.component-text__blockquote--right cite ol,
.component-text__blockquote--left cite ul,
.component-text__blockquote--left cite ol {
  list-style-position: inside;
  padding-left: 0;
}

.component-text__blockquote cite ul li,
.component-text__blockquote cite ol li,
.component-text__blockquote--right cite ul li,
.component-text__blockquote--right cite ol li,
.component-text__blockquote--left cite ul li,
.component-text__blockquote--left cite ol li {
  margin-bottom: 10px;
  margin-bottom: 1rem;
}

@media (min-width: 750px) {
  .component-text__blockquote,
  .component-text__blockquote--right,
  .component-text__blockquote--left {
    padding: 1rem 1rem;
  }

  .component-text__blockquote {
    width: 48.75%;
    float: left;
    margin-left: 0.625%;
    margin-right: 0.625%;
    margin-left: 25.625%;
  }

  .component-text__blockquote--right {
    width: 17.5%;
    float: left;
    margin-left: 0.625%;
    margin-right: 0.625%;
    float: right;
    margin: 0 2%;
    padding: 1rem 1rem;
  }

  .component-text__blockquote--left {
    width: 17.5%;
    float: left;
    margin-left: 0.625%;
    margin-right: 0.625%;
    padding: 1rem 1rem;
    margin: 0 3%;
  }

  .component-text__blockquote--left + .component-text__blockquote {
    margin-left: 0.625%;
  }
}

.component-image,
.component-text-image {
  width: 98.75%;
  float: left;
  margin-left: 0.625%;
  margin-right: 0.625%;
  margin: 0 0 40px 0;
  margin: 0 0 4rem 0;
}

.component-image img,
.component-text-image img {
  width: 100%;
  height: auto;
}

.component-image.paragraph--view-mode--full-width img,
.component-text-image.paragraph--view-mode--full-width img {
  width: 200%;
  margin-left: -50%;
}

.component-image figcaption,
.component-text-image figcaption {
  width: 86.25%;
  float: left;
  margin-left: 0.625%;
  margin-right: 0.625%;
  margin-left: 6.875%;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.6rem;
}

.component-image figcaption cite,
.component-text-image figcaption cite {
  width: 73.75%;
  float: left;
  margin-left: 0.625%;
  margin-right: 0.625%;
  font-family: "Roboto", sans-serif;
  font-style: normal;
}

.component-image figcaption .origin,
.component-text-image figcaption .origin {
  width: 23.75%;
  float: right;
  margin-left: 0.625%;
  margin-right: 0.625%;
  font-family: "Georgia", Times, serif;
  text-align: right;
}

@media (min-width: 750px) {
  .component-image.paragraph--view-mode--default,
  .component-text-image.paragraph--view-mode--default {
    width: 48.75%;
    float: left;
    margin-left: 0.625%;
    margin-right: 0.625%;
    margin-left: 25.625%;
    padding: 0rem 0rem;
  }

  .component-image img,
  .component-image.paragraph--view-mode--full-width img,
  .component-text-image img,
  .component-text-image.paragraph--view-mode--full-width img {
    width: 100%;
    margin-left: 0;
  }

  .component-image figcaption,
  .component-text-image figcaption {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}

.component-video {
  width: 98.75%;
  float: left;
  margin-left: 0.625%;
  margin-right: 0.625%;
  margin-bottom: 30px;
  margin-bottom: 3rem;
}

.component-video figcaption {
  width: 86.25%;
  float: left;
  margin-left: 0.625%;
  margin-right: 0.625%;
  margin-left: 6.875%;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.6rem;
  font-family: "Georgia", Times, serif;
}

.component-video .media_caption_title {
  margin: 0 0 2px 0;
  font-size: 16px;
  font-size: 1.6rem;
}

.component-video .media_caption_text {
  display: inline;
  padding-right: 10px;
  padding-right: 1rem;
}

.component-video .media_caption_text p {
  display: inline;
}

.component-video .origin:only-child {
  width: 48.75%;
  float: right;
  margin-left: 0.625%;
  margin-right: 0.625%;
  display: block;
  text-align: right;
  font-style: normal;
}

.component-video .jwplayer {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding-bottom: 56.25%;
  /* Dirty hack to get advertisement controls not to cover the whole video advertisement */
}

.component-video .jwplayer .jw-media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.component-video .jwplayer .jw-preview {
  background-size: cover;
}

.component-video .jwplayer .jw-plugin > div > img {
  width: 22px;
}

.component-video .jwplayer .jw-plugin > div > img:first-of-type {
  width: 20px;
}

@media (min-width: 750px) {
  .component-video {
    width: 48.75%;
    float: left;
    margin-left: 0.625%;
    margin-right: 0.625%;
    margin-left: 25.625%;
    padding: 0;
  }

  .component-video figcaption {
    padding: 0;
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}

.component-code-snippet {
  width: calc(100% - 4rem);
  float: left;
  padding: 10px 20px;
  padding: 1rem 2rem;
}

.component-code-snippet > div > div:not(.banner) iframe {
  width: 100%;
  height: calc(60rem / 2);
}

@media (min-width: 750px) {
  .component-code-snippet {
    width: 48.75%;
    float: left;
    margin-left: 0.625%;
    margin-right: 0.625%;
    margin-left: 25.625%;
    padding: 0;
  }

  .teaser-group__container + .component-code-snippet {
    max-width: 120rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-bottom: 3rem;
  }

  .teaser-group__container + .component-code-snippet:after {
    content: " ";
    display: block;
    clear: both;
  }
}

.component-table {
  margin-bottom: 40px;
  margin-bottom: 4rem;
  width: 100%;
  overflow-y: scroll;
}

.component-table:after {
  content: "";
  display: table;
  clear: both;
}

.component-table .mobile-indicator {
  display: block;
  text-align: right;
  border-top: 3px solid #00569d;
}

.component-table .origin {
  display: block;
  padding-top: 5px;
  padding-top: .5rem;
  text-align: right;
  font-family: "Georgia", Times, serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 2.2rem;
}

.component-table table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  border: solid 1px #000;
}

.component-table table th {
  font-weight: 600;
  padding: 7px 10px 5px;
  padding: .7rem 1rem .5rem;
  border: 1px solid #000;
  border-bottom-width: 2px;
  text-transform: uppercase;
  vertical-align: top;
}

.component-table table td {
  padding: 5px 10px;
  padding: .5rem 1rem;
  border: 1px solid #000;
}

.component-table table td p {
  margin: 0;
}

.component-table table td ol {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}

@media (min-width: 750px) {
  .component-table {
    width: 48.75%;
    float: left;
    margin-left: 0.625%;
    margin-right: 0.625%;
    margin-left: 25.625%;
    padding: 0;
    overflow-y: auto;
  }

  .component-table .mobile-indicator {
    display: none;
  }
}

.component-file {
  width: auto;
  padding: 0 20px;
  padding: 0 2rem;
  margin-top: 5px;
  margin-top: .5rem;
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
}

@media (min-width: 750px) {
  .component-file {
    width: 48.75%;
    float: left;
    margin-left: 0.625%;
    margin-right: 0.625%;
    margin-left: 25.625%;
    padding: 0;
  }
}

.component-text-image {
  width: auto;
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 30px 0 15px 0 !important;
  padding: 3rem 0 1.5rem 0 !important;
  margin: 20px 0;
  margin: 2rem 0;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}

.component-text-image figcaption {
  display: none;
}

.component-text-image figcaption .origin {
  font-size: 12px;
  font-size: 1.2rem;
  width: 100%;
}

.component-text-image_text {
  padding: 0 20px;
  padding: 0 2rem;
}

.component-text-image_figure {
  margin: 0;
}

@media (min-width: 750px) {
  .component-text-image {
    width: 48.75%;
    float: left;
    margin-left: 0.625%;
    margin-right: 0.625%;
    margin-left: 25.625%;
  }

  .component-text__blockquote--left + .component-text-image,
  .component-text--left + .component-text-image,
  .teaser__aside--aside-left + .component-text-image,
  .article__aside + .component-text-image {
    margin-left: 0.625%;
  }

  .component-text-image_text {
    padding: 0;
  }
}

@media (min-width: 1000px) {
  .component-text-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .component-text-image figcaption .origin {
    font-size: 1rem;
    width: 100%;
  }

  .component-text-image_figure {
    width: calc(33.33% - 1.5rem);
  }

  .paragraph--view-mode--default .component-text-image_figure {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .component-text-image_text {
    width: calc(66.66% - 1.5rem);
  }

  .paragraph--view-mode--default .component-text-image_text {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

.teaser-group__container {
  background: #F2F2F2;
}

.teaser-group__headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  clear: left;
}

.teaser-group__headline:before,
.teaser-group__headline:after {
  content: '';
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid #000;
}

.teaser-group__headline span {
  background: #f2f2f2;
  padding: 0 15px;
  padding: 0 1.5rem;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 1px;
  letter-spacing: .1rem;
}

@media (min-width: 750px) {
  .small-teaser__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
  }
}

.teaser-group__big-teaser {
  width: 98.75%;
  float: left;
  margin-left: 0.625%;
  margin-right: 0.625%;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  position: relative;
}

.teaser-group__big-teaser:not(:last-of-type) {
  margin-bottom: 40px;
  margin-bottom: 4rem;
  background-color: #f2f2f2;
}

.teaser-group__big-teaser a {
  color: #000;
  float: left;
  width: 100%;
}

.teaser-group__big-teaser .teaser__image--big {
  position: relative;
  overflow: hidden;
}

.teaser-group__big-teaser .teaser__image--big:after {
  background: transparent;
}

.teaser-group__big-teaser .teaser__image--big img {
  width: 100%;
  height: auto;
}

.teaser-group__big-teaser .teaser__header {
  margin: 15px 20px;
  margin: 1.5rem 2rem;
  position: relative;
}

.teaser-group__big-teaser .teaser__header .teaser__headline-group--big {
  margin: 0 0 10px 0;
  margin: 0 0 1rem 0;
}

.teaser-group__big-teaser .teaser__header .teaser__headline-group--big .headline {
  font-weight: 600;
  letter-spacing: -1.2px;
}

.teaser-group__big-teaser .teaser__header .teaser__headline-group--big .kicker {
  border-radius: 0.3rem;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background: #00569d;
  color: white;
  padding: 1px 5px;
  padding: 1px .5rem;
  display: inline-block;
}

.teaser-group__big-teaser .teaser__header .teaser__text {
  width: 98.75%;
  float: left;
  margin-left: 0.625%;
  margin-right: 0.625%;
  font-family: "Roboto", sans-serif;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  position: relative;
  top: 0;
}

.teaser-group__big-teaser .teaser__header .teaser__location {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
}

@media (min-width: 750px) {
  .teaser-group__big-teaser .teaser__image--big {
    position: relative;
    overflow: hidden;
  }

  .teaser-group__big-teaser .teaser__image--big:after {
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20rem;
    padding: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), black);
  }

  .teaser-group__big-teaser .teaser__image--big img {
    width: 100%;
    height: auto;
  }

  .teaser-group__big-teaser .teaser__header {
    width: 98.75%;
    float: left;
    margin-left: 0.625%;
    margin-right: 0.625%;
    width: calc(100% - 4rem);
    margin: 2rem;
    position: absolute;
    bottom: 2rem;
    left: 0rem;
  }

  .teaser-group__big-teaser .teaser__header .teaser__headline-group--big .headline {
    color: white;
  }

  .teaser-group__big-teaser .teaser__header .teaser__text {
    width: 73.75%;
    float: left;
    margin-left: 0.625%;
    margin-right: 0.625%;
    font-family: "Roboto", sans-serif;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    font-size: 1.6rem;
    line-height: 2rem;
    color: white;
    position: relative;
    bottom: 0;
    top: auto;
    margin: 0;
  }

  .teaser-group__big-teaser .teaser__header .teaser__location {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.5rem;
    color: white;
  }
}

.teaser-group__big-teaser--breaking-news {
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background: white;
  overflow: hidden;
  margin: 20px 0;
  margin: 2rem 0;
}

.teaser-group__big-teaser--breaking-news a {
  width: 100%;
}

.teaser-group__big-teaser--breaking-news .kicker__span--breaking {
  border-radius: 0.3rem;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background: #f9d441;
  display: table;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 800;
  color: #000;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  margin: 0 0 1rem 0;
  line-height: 22px;
  line-height: 2.2rem;
  padding: 1px 5px;
  padding: 1px .5rem;
}

.teaser-group__big-teaser--breaking-news .teaser__header.noImage {
  position: static;
}

.teaser-group__big-teaser--breaking-news .teaser__header.noImage .teaser__headline-group--big .headline,
.teaser-group__big-teaser--breaking-news .teaser__header.noImage .teaser__text,
.teaser-group__big-teaser--breaking-news .teaser__header.noImage .teaser__location {
  color: #000;
}

.teaser-medium {
  width: 98.75%;
  float: left;
  margin-left: 0.625%;
  margin-right: 0.625%;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  margin-bottom: 12px;
  background: white;
  height: auto;
}

.teaser-medium > a {
  line-height: 0;
  color: black;
  float: left;
  width: 100%;
}

.teaser-medium__image picture {
  height: 170px;
  height: 17rem;
  width: 100%;
  display: block;
}

.teaser-medium__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.teaser-medium__main-content .teaser-medium__main-content--inner {
  padding: 20px 10px 0;
  padding: 2rem 1rem 0;
  float: left;
}

.teaser__text {
  line-height: 22px;
  line-height: 2.2rem;
  overflow: hidden;
}

@media (min-width: 750px) {
  .teaser-medium {
    width: 48.75%;
    float: left;
    margin-left: 0.625%;
    margin-right: 0.625%;
    height: calc(560px + 12px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .teaser-medium.teaser-without-image > a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .teaser-medium picture {
    height: 28rem;
  }

  .teaser-medium > a {
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
  }

  .teaser-medium > a:hover {
    opacity: .85;
  }

  .teaser-medium__headline-group .headline {
    letter-spacing: -0.12rem;
    font-size: 2.6rem;
    line-height: 3.1rem;
  }
}

@media (min-width: 1000px) {
  .teaser-medium {
    height: 280px;
  }

  .teaser-medium > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .teaser-medium__image {
    width: 40%;
  }

  .teaser-medium__image picture {
    height: 28rem;
  }

  .teaser-medium__main-content {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 100 auto;
    flex: 1 100 auto;
  }
}

.teaser-small {
  width: 48.75%;
  float: left;
  margin-left: 0.625%;
  margin-right: 0.625%;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  margin-bottom: 12px;
  height: 280px;
  height: 28rem;
  background: white;
}

.teaser-small > a {
  float: left;
  line-height: 0;
  width: 100%;
}

.teaser-small > a:hover {
  text-decoration: none;
}

.teaser-small__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 130px;
  height: 13rem;
}

.teaser-small__image .media--blazy {
  display: initial;
  width: 100%;
}

.teaser-small__image picture {
  width: 100%;
  height: 100%;
  display: block;
}

.teaser-small__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.teaser-small__main-content .teaser-small__main-content--inner {
  padding: 20px 10px 0;
  padding: 2rem 1rem 0;
  float: left;
}

.teaser-small__headline-group {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-break: break-word;
}

.teaser-small__headline-group .headline {
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 105px;
  max-height: 10.5rem;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
}

@media (min-width: 750px) {
  .teaser-small {
    width: 48.75%;
    float: left;
    margin-left: 0.625%;
    margin-right: 0.625%;
    height: 280px;
  }

  .teaser-small .media--blazy {
    width: 100%;
    height: 100%;
  }

  .teaser-small > a {
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    width: 100%;
    height: 100%;
  }

  .teaser-small > a:hover {
    opacity: .85;
  }
}

@media (min-width: 1000px) {
  .teaser-small {
    width: 23.75%;
    float: left;
    margin-left: 0.625%;
    margin-right: 0.625%;
  }
}

.teaser-group__list-teaser {
  width: 98.75%;
  float: left;
  margin-left: 0.625%;
  margin-right: 0.625%;
  width: auto;
  border-bottom: 1px solid #f2f2f2;
  margin: 10px 0;
  margin: 1rem 0;
  padding: 0px 20px;
  padding: 0rem 2rem;
}

.teaser-group__list-teaser:last-child {
  border: none;
}

.teaser-group__list-teaser a {
  float: left;
  width: 100%;
  opacity: 1;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.teaser-group__list-teaser a:hover {
  text-decoration: none;
  opacity: .85;
}

.teaser-group__list-teaser a .teaser__image--list {
  width: 98.75%;
  float: left;
  margin-left: 0.625%;
  margin-right: 0.625%;
  padding: 0 0 0 0px;
  padding: 0 0 0 0rem;
}

.teaser-group__list-teaser a .teaser__image--list img {
  width: 100%;
}

.teaser-group__list-teaser a .teaser__text {
  color: #000;
}

.teaser-group__list-teaser a .teaser__location {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
  font-size: 1.5rem;
}

@media (min-width: 750px) {
  .teaser-group__list-teaser {
    width: 73.75%;
    float: left;
    margin-left: 0.625%;
    margin-right: 0.625%;
    padding: 2rem 0rem 2rem 2rem;
  }

  .teaser-group__list-teaser a .teaser__image--list {
    width: 31.66667%;
    float: right;
    margin-left: 0.83333%;
    margin-right: 0.83333%;
    float: right;
    padding: 0 0 0 0rem;
    margin-left: 2rem;
  }
}

.article__aside,
.teaser__aside {
  width: 98.75%;
  float: left;
  margin-left: 0.625%;
  margin-right: 0.625%;
  padding: 20px 0;
  padding: 2rem 0;
  font-family: "Georgia", Times, serif;
  -webkit-box-ordinal-group: 100;
  -ms-flex-order: 99;
  order: 99;
}

.article__aside:after,
.teaser__aside:after {
  content: "";
  display: table;
  clear: both;
}

.article__aside .teaser__image img,
.teaser__aside .teaser__image img {
  width: 100%;
  height: auto;
}

.article__aside h2,
.article__aside p,
.article__aside a,
.teaser__aside h2,
.teaser__aside p,
.teaser__aside a {
  padding: 0 20px;
  padding: 0 2rem;
}

.article__aside ul,
.teaser__aside ul {
  padding-left: 30px;
  padding-left: 3rem;
}

.article__aside p,
.article__aside ul li,
.teaser__aside p,
.teaser__aside ul li {
  font-size: 14px;
  font-size: 1.4rem;
}

.article__aside a,
.teaser__aside a {
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  color: #919191;
  font-style: italic;
}

.article__aside a:hover,
.teaser__aside a:hover {
  text-decoration: none;
}

.article__aside a:before,
.teaser__aside a:before {
  font-family: 'icomoon';
  content: "\ea3c";
  margin-right: 5px;
  margin-right: .5rem;
  font-size: 13px;
  font-size: 1.3rem;
  font-style: normal;
}

.article__aside section,
.teaser__aside section {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}

.teaser__aside--type-header-wrapper {
  position: relative;
}

.teaser__aside--type-header-wrapper:before {
  content: '';
  position: absolute;
  right: 0;
  top: -40%;
  width: 60px;
  width: 6rem;
  height: 60px;
  height: 6rem;
  background-size: contain;
  background-repeat: no-repeat;
}

.teaser__aside--type-header-wrapper .teaser__aside--type-header {
  margin-bottom: 20px;
  margin-bottom: 2rem;
  padding: 4.5px 10px;
  padding: .45rem 1rem;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  color: white;
  text-transform: uppercase;
  width: calc(100% - 2.8rem - 20px);
}

.info-type-facts .teaser__aside--type-header-wrapper .teaser__aside--type-header {
  background-color: #63a340;
}

.info-type-facts .teaser__aside--type-header-wrapper:before {
  background-image: url("../images/facts.png");
}

.info-type-info .teaser__aside--type-header-wrapper .teaser__aside--type-header {
  background-color: #005ca7;
}

.info-type-info .teaser__aside--type-header-wrapper:before {
  background-image: url("../images/info.png");
}

.info-type-statistics .teaser__aside--type-header-wrapper .teaser__aside--type-header {
  background-color: #e54796;
}

.info-type-statistics .teaser__aside--type-header-wrapper:before {
  background-image: url("../images/statistics.png");
}

.info-type-vocabulary .teaser__aside--type-header-wrapper .teaser__aside--type-header {
  background-color: #ffba30;
}

.info-type-vocabulary .teaser__aside--type-header-wrapper:before {
  background-image: url("../images/vocabulary.png");
}

.info-type-listening .teaser__aside--type-header-wrapper .teaser__aside--type-header {
  background-color: #ffc000;
}

.info-type-listening .teaser__aside--type-header-wrapper:before {
  background-image: url("../images/horen.png");
}

.info-type-tasks .teaser__aside--type-header-wrapper .teaser__aside--type-header {
  background-color: #92017b;
}

.info-type-tasks .teaser__aside--type-header-wrapper:before {
  background-image: url("../images/aufgaben.png");
}

.info-type-generic .teaser__aside--type-header-wrapper {
  display: none;
}

@media (min-width: 750px) {
  .article__aside,
  .teaser__aside {
    padding: 0;
  }

  .article__aside h2,
  .article__aside p,
  .article__aside a,
  .teaser__aside h2,
  .teaser__aside p,
  .teaser__aside a {
    padding: 0;
  }

  .article__aside ul,
  .teaser__aside ul {
    padding-left: 1.8rem;
  }

  .article__aside ol,
  .teaser__aside ol {
    padding-left: 2rem;
  }

  .article__aside,
  .teaser__aside--aside-left,
  .teaser__aside--aside-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .article__aside .article__aside--inner,
  .article__aside .teaser__aside--inner,
  .teaser__aside--aside-left .article__aside--inner,
  .teaser__aside--aside-left .teaser__aside--inner,
  .teaser__aside--aside-right .article__aside--inner,
  .teaser__aside--aside-right .teaser__aside--inner {
    width: calc(100% - 9rem);
  }

  .article__aside,
  .teaser__aside--aside-left {
    width: 23.75%;
    float: left;
    margin-left: 0.625%;
    margin-right: 0.625%;
  }

  .article__aside .article__aside--inner,
  .article__aside .teaser__aside--inner,
  .teaser__aside--aside-left .article__aside--inner,
  .teaser__aside--aside-left .teaser__aside--inner {
    float: left;
  }

  .teaser__aside--aside-right {
    width: 23.75%;
    float: right;
    margin-left: 0.625%;
    margin-right: 0.625%;
  }

  .teaser__aside--aside-right .teaser__aside--inner {
    float: left;
  }

  .teaser__aside--default {
    width: 48.75%;
    float: left;
    margin-left: 0.625%;
    margin-right: 0.625%;
    margin-left: 25.625%;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 0 0 2rem;
    border-bottom: 1px solid #e1e1e1;
  }

  .teaser__aside--type-header-wrapper:before {
    width: 5rem;
    height: 5rem;
    top: -32%;
    right: -6px;
  }

  .teaser__aside--type-header-wrapper .teaser__aside--type-header {
    visibility: hidden;
  }
}

@media (min-width: 1000px) {
  .teaser__aside--type-header-wrapper .teaser__aside--type-header {
    visibility: visible;
    padding: .3rem .6rem;
    font-size: 1.4rem;
  }

  .teaser__aside--default .teaser__aside--type-header-wrapper .teaser__aside--type-header {
    padding: .85rem 1.4rem;
    font-size: 2rem;
  }

  .teaser__aside--default .teaser__aside--type-header-wrapper:before {
    right: -8px;
    top: -40%;
    width: 7.5rem;
    height: 7.5rem;
  }
}

.teaser-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.component-author {
  width: 17.5%;
  float: left;
  margin-left: 0.625%;
  margin-right: 0.625%;
  margin: 0 40px;
  margin: 0 4rem;
  padding: 20px 0;
  padding: 2rem 0;
  text-align: center;
}

.component-author .author__image {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}

.component-author .author__image img {
  display: block;
  overflow: hidden;
  border-radius: 100%;
}

.component-author .author__name {
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #000;
}

.component-author .author__position {
  font-family: "Georgia", Times, serif;
  font-style: italic;
  color: #919191;
}

.component-author--small .author__image {
  width: 17.5%;
  float: left;
  margin-left: 0.625%;
  margin-right: 0.625%;
  float: left;
  margin-right: 10px;
  margin-right: 1rem;
}

.component-author--small .author__image img {
  overflow: hidden;
  border-radius: 50%;
  width: 100%;
  height: auto;
}

.component-author--small .author__name,
.component-author--small .author__position {
  display: block;
}

.component-author--small .author__name {
  font-family: "Roboto", sans-serif;
  color: #000;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
}

.author__section {
  border: 1px solid #e1e1e1;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0;
  margin: 0;
}

.author__section .author-informations {
  padding: 20px;
  padding: 2rem;
  float: left;
  width: calc(100% - 4rem);
}

.author__section .author-informations .author__image {
  float: left;
  margin-right: 10px;
  margin-right: 1rem;
}

.author__section .author-informations .author__image img {
  overflow: hidden;
  border-radius: 50%;
  width: 100%;
  height: auto;
}

.author__section .author-informations .author__name,
.author__section .author-informations .author__position {
  display: block;
  line-height: 14px;
  line-height: 1.4rem;
}

.author__section .author-informations time {
  display: inline-block;
  margin-top: 5px;
  margin-top: 0.5rem;
}

.author__section .author-informations .author__name {
  margin-bottom: 5px;
  margin-bottom: .5rem;
  font-family: "Roboto", sans-serif;
  color: #000;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
}

.author__section .article-source {
  border-top: 1px solid #e1e1e1;
  float: left;
  margin: 0;
  padding: 20px;
  padding: 2rem;
  width: auto;
  overflow-wrap: break-word;
  width: calc(100% - 4rem);
}

.author__section .article-source label {
  display: block;
}

@media (min-width: 750px) {
  .author__section {
    padding: 0;
  }

  .author__section .author-informations {
    padding: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .author__section .author-informations .author__image {
    margin-right: 0;
    margin-bottom: 1rem;
    float: none;
    width: 50%;
  }
}

.page__footer {
  background: white;
}

.page__footer .page__footer--inner {
  max-width: 1200px;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 10px;
  padding: 2rem 1rem;
}

.page__footer .page__footer--inner:after {
  content: " ";
  display: block;
  clear: both;
}

.page__footer .page__footer--inner .footer__container--left {
  width: 98.75%;
  float: left;
  margin-left: 0.625%;
  margin-right: 0.625%;
}

.page__footer .page__footer--inner .footer__container--right {
  display: none;
}

@media (min-width: 750px) {
  .page__footer--inner {
    display: block;
  }

  .footer__container--right {
    width: 73.75%;
    float: right;
    margin-left: 0.625%;
    margin-right: 0.625%;
  }
}

.footer__nav ul {
  max-width: 1200px;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  margin: 5px auto;
  margin: 0.5rem auto;
}

.footer__nav ul:after {
  content: " ";
  display: block;
  clear: both;
}

.footer__nav ul li {
  list-style: none;
}

.footer__nav ul li a {
  font-family: "Roboto", sans-serif;
  color: #000;
  padding: 5px 10px;
  padding: .5rem 1rem;
  display: block;
}

.footer__nav ul li ul {
  display: block;
}

.footer__nav ul li ul li a {
  font-family: "Roboto", sans-serif;
  font-weight: lighter;
  font-size: 15px;
  font-size: 1.5rem;
}

@media (min-width: 750px) {
  .footer__nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer__nav > ul > li {
    width: 17.5%;
    float: left;
    margin-left: 0.625%;
    margin-right: 0.625%;
    min-width: 18rem;
    margin-bottom: 2rem;
  }

  .footer__nav > ul > li a {
    font-size: 2rem;
    padding: 0 4rem 0 0;
  }

  .footer__nav > ul > li ul li {
    float: none;
  }

  .footer__nav > ul > li ul li a {
    padding: 0rem 0;
  }
}

.cp-footer-link {
  width: 100%;
  background: white;
  border-top: 1px solid #f2f2f2;
}

.cp-footer-link--inner {
  max-width: 1200px;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 10px 0;
  padding: 1rem 0;
}

.cp-footer-link--inner:after {
  content: " ";
  display: block;
  clear: both;
}

.cp-footer-link--inner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 30px;
  height: 3rem;
}

.cp-footer-link--inner img {
  width: 165px;
  height: 32px;
}

.e-paper {
  background: white;
  margin: 10px 0 -10px 0;
  margin: 1rem 0 -1rem 0;
  padding: 20px;
  padding: 2rem;
  background-color: #dedede;
}

.e-paper a.button {
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  color: white;
  padding: 5px 10px;
  padding: 0.5rem 1rem;
  background: #00569d;
}

.e-paper a.button:hover {
  background: white;
  color: #00569d;
}

@media (min-width: 750px) {
  .e-paper {
    text-align: center;
  }
}

.webform-submission-form label {
  display: block;
  font-weight: 800;
}

.webform-submission-form .webform-element--title-inline label,
.webform-submission-form .container-inline {
  display: inline;
}

.webform-submission-form .form-item {
  margin: 20px;
  margin: 2rem;
}

.paragraph--type--component-webform .webform-submission-form .form-item {
  margin: 20px 0;
  margin: 2rem 0;
}

.webform-submission-form input,
.webform-submission-form textarea {
  width: 97%;
  position: relative;
  left: 2px;
  border: 1px solid #cecece;
  border-radius: 3px;
}

.webform-submission-form textarea {
  width: 98%;
}

.webform-submission-form legend {
  margin: 0 0 10px;
  margin: 0 0 1rem;
}

.webform-submission-form input[type="radio"] {
  width: auto;
  margin: 0 5px 0 1px;
  margin: 0 .5rem 0 1px;
}

.webform-submission-form input[type="radio"] + label {
  display: inline;
}

.webform-submission-form .form-item .form-item {
  margin: 0 0 10px;
  margin: 0 0 1rem;
}

.webform-submission-form #edit-submit,
.webform-submission-form .form-submit {
  width: auto;
  display: block;
  margin: 30px 0 20px;
  margin: 3rem 0 2rem;
  background: #F07D00;
  border: 0px;
  padding: 10px 15px;
  padding: 1rem 1.5rem;
  color: white;
}

.webform-submission-form .form-actions {
  margin: 20px;
  margin: 2rem;
}

.paragraph--type--component-webform .webform-submission-form .form-actions {
  margin: 0;
}

.paragraph--type--component-webform {
  width: auto;
  padding: 0 20px;
  padding: 0 2rem;
}

@media (min-width: 750px) {
  .paragraph--type--component-webform {
    width: 48.75%;
    float: left;
    margin-left: 0.625%;
    margin-right: 0.625%;
    margin-left: 25.625%;
    padding: 0rem 0rem;
  }
}

@media (min-width: 750px) {
  .webform-options-display-two-columns {
    display: inline-block;
  }
}

#user-login-form label {
  display: block;
  font-weight: 800;
}

#user-login-form .form-item {
  margin: 20px;
  margin: 2rem;
}

#user-login-form #edit-submit {
  margin: 0px 0 20px 20px;
  margin: 0rem 0 2rem 2rem;
}