@charset "UTF-8";
/* default scheme */
/*
$gutter: 24px;

$grid:        149;
$grid-margin:  24;

$teaser-width: calc(33.3333% - 24px);
$teaser-s-width: calc(16.6665% - 24px);
$teaser-xl-width: calc(66.6666% - 24px);

$teaser-width:    33.3333%;
$teaser-s-width:  16.6665%;
$teaser-xl-width: 66.6666%;

$font-weight-regular: 400;
$font-weight-semibold: 600;
$font-weight-bold: 700;

$font: normal normal $font-weight-bold 28px/1.2 "Titillium Web", sans-serif;

$indexes-width: 127px;
$main-width: 1062px;
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.vh {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

.vv {
  position: relative !important;
  height: auto;
  width: auto;
  overflow: show;
  clip: auto; }

#skip-to-content,
#skip-to-search {
  padding: 1em;
  position: absolute;
  top: -40px;
  left: 1em;
  z-index: 9000;
  color: white; }

#skip-to-content:focus,
#skip-to-search:focus {
  position: absolute;
  top: 0;
  background: #222; }

html {
  background: #f8f8f8;
  box-sizing: border-box; }

body {
  font: normal normal 400 16px/1.3 "Titillium Web", sans-serif; }

h1, h2, h3,
p, ul, ol, dl,
form,
table {
  margin-top: 15px;
  margin-bottom: 18px; }

#site {
  background: #fff; }

h1, .h1 {
  font-weight: 700;
  font-size: 40px; }

h2, .h2 {
  font-weight: 700;
  font-size: 24px; }

h3, .h3 {
  font-weight: 700;
  font-size: 24px; }

.nav ol, .nav ul, .nav dl {
  list-style: none; }

#main ol {
  list-style: decimal outside none; }

#main ul {
  list-style: disc outside none; }

a {
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

small {
  font: normal normal normal  12px/13px "Titillium Web", sans-serif; }

b,
strong {
  font-weight: 700; }

em,
i {
  font-style: italic; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

.bg,
.background {
  background-color: #f8f8f8; }

.Article ol {
  list-style: decimal outside none;
  padding-left: 24px; }

.Article ul {
  list-style: circle outside none;
  padding-left: 24px; }

.Article li {
  margin-bottom: 4px; }

.Article dt {
  font-weight: 600; }

.Article dd {
  margin-bottom: 9px;
  padding-left: 24px; }

.Article-body {
  /*
  p > img.bildlinks:after,
  p > img.bildrechts:after {
    content: '';
    display: block;
    clear: both;
  }
  */ }
  .Article-body img {
    clear: both;
    border: 1px solid #777;
    max-width: 100%; }
  .Article-body p > img.bildlinks {
    float: left;
    max-width: 24%;
    margin: 0 18px 18px 0; }
  .Article-body p > img.bildrechts {
    float: right;
    max-width: 24%;
    margin: 0 0 18px 18px; }

/* LAYOUTS */
#site {
  max-width: 1268px;
  margin: 0 auto; }

#content {
  margin: 0 24px 0;
  padding-top: 24px;
  border-bottom: 24px solid #fff; }

#main {
  display: flex;
  flex-direction: column; }

@media only screen and (min-width: 1268px) {
  #content {
    margin: 59px 127px 0;
    padding-top: 0;
    border-bottom: 59px solid #fff; }
  .LayoutArticle #main {
    flex-direction: row; }
  .LayoutListSearch .AsideSearch {
    order: -1; } }

.List {
  margin-bottom: 36px; }

.LayoutList .Article > .List .Teaser {
  border-top: 2px solid #000;
  padding-top: 32px; }

.LayoutList .Article > .List:nth-of-type(1) .Teaser {
  border: 0;
  padding-top: 0; }

.List > .Teaser-more.Buttons {
  flex: 1 0 100%; }

.List > .Teaser-more.Buttons .button {
  border-color: #000;
  font-size: 19px; }

.List > .Teaser-more.Buttons .button:after {
  display: inline-block;
  position: relative;
  top: -.1em;
  content: ">";
  margin-left: .1em; }

.LayoutList .List .List-hd.vh {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

.LayoutSearch #main .Search-list {
  display: block;
  list-style: none none outside;
  padding-left: 0; }
  .LayoutSearch #main .Search-list > .Search-list-item {
    margin-bottom: 0; }
  .LayoutSearch #main .Search-list > .Search-list-item:nth-of-type(1) {
    order: 1; }
  .LayoutSearch #main .Search-list > .Search-list-item:nth-of-type(2) {
    order: 2; }
  .LayoutSearch #main .Search-list > .Search-list-item:nth-of-type(3) {
    order: 4; }
  .LayoutSearch #main .Search-list > .Search-list-item:nth-of-type(4) {
    order: 5; }
  .LayoutSearch #main .Search-list > .Search-list-item:nth-of-type(5) {
    order: 6; }
  .LayoutSearch #main .Search-list > .Search-list-item:nth-of-type(6) {
    order: 7; }
  .LayoutSearch #main .Search-list > .Search-list-item:nth-of-type(7) {
    order: 9; }
  .LayoutSearch #main .Search-list > .Search-list-item:nth-of-type(8) {
    order: 10; }
  .LayoutSearch #main .Search-list > .Search-list-item:nth-of-type(9) {
    order: 11; }
  .LayoutSearch #main .Search-list > .Search-list-item:nth-of-type(10) {
    order: 12; }
  .LayoutSearch #main .Search-list > .Search-list-itemTeaserAdXL {
    order: 3;
    flex: 0 0 100%;
    margin-bottom: 24px;
    max-width: none; }
  .LayoutSearch #main .Search-list > .Search-list-itemTeaserAdL {
    order: 8; }

.Search-string {
  font: inherit;
  font-style: italic; }

.Search-string:before,
.Search-string:after {
  display: inline;
  content: "'"; }

@media only screen and (min-width: 1268px) {
  .LayoutSearch .Search {
    position: relative;
    padding-top: 384px; }
  .LayoutSearch .Search-list {
    display: block; }
  .LayoutSearch .Search-list > .Search-list-item {
    order: 0; }
  .LayoutSearch .Search-list > .Search-list-itemTeaserAdXL,
  .LayoutSearch .Search-list > .Search-list-itemTeaserAdL {
    order: 0;
    position: absolute;
    top: 0; }
  .LayoutSearch .Search-list > .Search-list-itemTeaserAdXL .Teaser {
    flex: 0 0 100%;
    max-width: none; }
  .LayoutSearch .Search-list > .Search-list-itemTeaserAdL {
    right: 0; } }

.LayoutArticle .Article-header > * {
  order: 5; }

.LayoutArticle .Article-header {
  display: flex;
  flex-direction: column; }
  .LayoutArticle .Article-header .Article-feature {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px); }
  .LayoutArticle .Article-header .Article-figure {
    order: 1; }
  .LayoutArticle .Article-header .Article-meta {
    order: 2; }
  .LayoutArticle .Article-header .Article-name {
    order: 3; }
  .LayoutArticle .Article-header .Article-figure {
    margin-bottom: 24px; }
  .LayoutArticle .Article-header .Article-meta {
    display: flex;
    flex-wrap: wrap;
    font-weight: 600;
    font-size: 11px; }
  .LayoutArticle .Article-header .Article-meta dl {
    display: flex;
    flex-wrap: wrap;
    margin: 0; }
  .LayoutArticle .Article-header .Article-meta dt {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px); }
  .LayoutArticle .Article-header .Article-meta dd {
    margin-right: .3em; }
  .LayoutArticle .Article-header .Article-meta dd.topic {
    text-transform: uppercase;
    color: #e30613;
    font-weight: 400;
    order: -1; }
  .LayoutArticle .Article-header .Article-name,
  .LayoutArticle .Article-header .Article-description {
    margin-left: 24px;
    margin-right: 24px; }
  .LayoutArticle .Article-header .Article-description {
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 1.3; }
  .LayoutArticle .Article-header .Article-description p {
    margin: 0;
    padding: 0; }

@media only screen and (min-width: 1268px) {
  .LayoutArticle #main {
    flex-direction: row;
    justify-content: space-between; }
  .LayoutArticle .Article {
    flex: 0 1 668px; }
  .LayoutArticle .Aside {
    flex: 0 1 322px;
    overflow: hidden; }
  .LayoutArticle .Article-header .Article-name,
  .LayoutArticle .Article-header .Article-description {
    margin-left: 48px;
    margin-right: 48px; }
  .LayoutArticle .Article-body {
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 24px; } }

.LayoutArticle.LayoutArticleForm .Article-header {
  position: relative;
  display: block;
  float: left;
  width: 100%; }
  .LayoutArticle.LayoutArticleForm .Article-header .Article-description p {
    width: 100%;
    margin-bottom: 18px; }
  .LayoutArticle.LayoutArticleForm .Article-header .Article-description p:nth-of-type(1) {
    max-width: 80%; }

.LayoutArticle.LayoutArticleForm .Article-name,
.LayoutArticle.LayoutArticleForm .Article-description > * {
  float: left;
  clear: both;
  display: inline-block;
  background: rgba(255, 255, 255, 0.3); }

.LayoutArticle.LayoutArticleForm .Article-header:after,
.LayoutArticle.LayoutArticleForm .Article-name:after,
.LayoutArticle.LayoutArticleForm .Article-description > *:after {
  content: "";
  display: table;
  clear: both; }

.LayoutArticle.LayoutArticleForm .Article-figure {
  position: absolute;
  right: 0;
  top: -30%;
  width: 25%;
  z-index: -1; }

@media only screen and (min-width: 760px) {
  .LayoutArticle.LayoutArticleForm #main {
    flex-direction: column;
    justify-content: flex-start; }
  .LayoutArticle.LayoutArticleForm .Article {
    flex: 1; }
  .LayoutArticle.LayoutArticleForm .Aside {
    flex: 1; }
  .LayoutArticle.LayoutArticleForm .Article-header .Article-name,
  .LayoutArticle.LayoutArticleForm .Article-header .Article-description {
    margin-left: 48px;
    margin-right: 48px; }
  .LayoutArticle.LayoutArticleForm .Article-body {
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 24px; } }

/* CSS for JS */
.no_Index #js_Indexlinks.Indexlinks {
  display: none; }

.Indexlinks-list-item a {
  display: inline-block;
  border-top: 0;
  font-size: 11px;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 50ms; }

.Indexlinks-list-item a:hover {
  text-decoration: none; }

.js_Indexlinks-list-item.active a {
  border-top: 3px solid #e30613;
  font-weight: 700;
  color: #e30613; }

#IndexlinkTop a,
.IndexlinkTop a {
  border-bottom: 3px solid #000; }

#js_Indexlinks {
  list-style: none;
  margin: 0;
  hyphens: auto; }
  #js_Indexlinks .Indexlinks-list {
    display: flex;
    justify-content: space-between;
    list-style: none none outside;
    margin-top: 0; }
  #js_Indexlinks .Indexlinks-list-item {
    margin: 0 9px 0 0; }

.List .List-hd.js_has_IndexLinkTop {
  flex: 0 1 80%; }

#main .IndexlinkTop {
  flex: 0 0 20%;
  align-self: end; }
  #main .IndexlinkTop .Indexlinks-list {
    list-style: none none outside;
    padding: 0;
    margin: 0; }
    #main .IndexlinkTop .Indexlinks-list .Indexlinks-list-item {
      margin-bottom: 24px;
      text-align: right; }

/*
@media only screen and ( max-width: $bp-lg ) {
  #js_Indexlinks + .Article {
    margin-top: 56px;
  }

  .no_Index #js_Indexlinks + .Article {
    margin-top: 0;
  }

  #js_Indexlinks .Indexlinks-list {
    display: block;
    position: absolute;
    height: 17px;
    min-width: 20%;
    padding-bottom: 1px;
    overflow: hidden;
    background: $color-bg;


    &:before {
      display: inline-block;
      content: 'Auf dieser Seite...';
      margin: 0;
      padding: 0;
      text-transform: uppercase;
      font-size: 11px;
      font-weight: 700;
      color: $color-bling;


    }

    li {
      padding: 0 0 4px 4px;
      transition: all 100ms ease-in-out;
    }

    &:hover {
        height: auto;
        opacity: 1;
        overflow: auto;

      > li {
        position: relative;
        top: -24px;
        background: $color-bg;
        transition: all 100ms ease-in-out;
      }
    }

    &:before:hover {
      border-top: 0 !important;
    }
  }
}

*/
@media only screen and (min-width: 960px) {
  #js_Indexlinks .Indexlinks-list {
    justify-content: flex-start; }
    #js_Indexlinks .Indexlinks-list .Indexlinks-list-item {
      margin: 0 48px 0 0; } }

@media only screen and (min-width: 1268px) {
  .Indexlinks-list {
    border-left: 24px solid rgba(255, 255, 255, 0); }
  #js_Indexlinks.Indexlinks {
    display: block; }
    #js_Indexlinks.Indexlinks .Indexlinks-list {
      display: block; }
      #js_Indexlinks.Indexlinks .Indexlinks-list .Indexlinks-list-item {
        margin: 0 0 1rem; }
  #IndexlinkTop.Indexlinks {
    display: block; }
  #js_Indexlinks {
    position: fixed;
    width: 103px;
    top: 160px; }
  #IndexlinkTop {
    position: relative;
    left: -127px; } }

/*
Copyright © 2013 Adobe Systems Incorporated.
Licensed under the Apache License, Version 2.0 (the “License”);
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an “AS IS” BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
.megamenu {
  position: relative; }

.accessible-megamenu {
  position: relative;
  display: block;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 3.077em;
  color: #454545;
  background-color: #dfe2e2;
  border-color: #b3b3b3;
  border-color: rgba(0, 0, 0, 0.3);
  border-style: solid;
  border-width: 0 1px 1px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px; }

.accessible-megamenu h2,
.accessible-megamenu h3,
.accessible-megamenu h4 {
  font-size: 1em;
  display: inline;
  margin: 0;
  padding: 0;
  line-height: inherit;
  border-bottom: 0; }

.accessible-megamenu > .accessible-megamenu-top-nav-item {
  position: relative;
  display: block;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 3.077em;
  float: left;
  color: #454545 !important;
  text-shadow: 0 1px 0 #fff;
  -moz-text-shadow: 0 1px 0 #fff;
  border-right: 1px solid #b3b3b3;
  border-right-color: rgba(0, 0, 0, 0.3); }

.accessible-megamenu :focus {
  outline: 2px solid rgba(34, 95, 215, 0.3);
  -moz-outline-radius: 3px; }

.accessible-megamenu > .accessible-megamenu-top-nav-item a[aria-expanded] {
  position: relative;
  display: block;
  line-height: 3em;
  height: 3em;
  padding-left: 0.769em;
  padding-right: 0.769em;
  color: #454545 !important;
  text-decoration: none;
  box-shadow: inset 1px 1px 0 #fff;
  z-index: inherit; }

.accessible-megamenu > .accessible-megamenu-top-nav-item a[aria-expanded]:hover,
.accessible-megamenu > .accessible-megamenu-top-nav-item a[aria-expanded]:focus {
  color: #333 !important;
  outline-offset: -1px; }

.accessible-megamenu > .accessible-megamenu-top-nav-item a[aria-expanded]:hover,
.accessible-megamenu > .accessible-megamenu-top-nav-item a[aria-expanded]:focus,
.accessible-megamenu > .accessible-megamenu-top-nav-item a[aria-expanded].open {
  margin-left: 0;
  background: #f5f8fa none;
  background: -webkit-gradient(linear, left top, left bottom, from(#f5f8fa), to(#e3e5e5));
  background: -moz-linear-gradient(top, #f5f8fa, #e3e5e5);
  background: -ms-linear-gradient(top, #f5f8fa, #e3e5e5);
  background: -o-linear-gradient(top, #f5f8fa, #e3e5e5);
  z-index: 1002; }

.accessible-megamenu > .accessible-megamenu-top-nav-item a[aria-expanded].open {
  background: #f5f8fa none;
  padding-bottom: 2px; }

.accessible-megamenu > .accessible-megamenu-top-nav-item:first-child a[aria-expanded] {
  border-bottom-left-radius: 3px; }

.accessible-megamenu > .accessible-megamenu-top-nav-item:first-child a[aria-expanded].open {
  border-bottom-left-radius: 0px;
  border-left: 1px solid #b3b3b3;
  border-left-color: rgba(0, 0, 0, 0.3);
  left: -1px;
  margin-right: -1px; }

.accessible-megamenu .accessible-megamenu-panel {
  position: absolute;
  display: block;
  left: -1px;
  color: #454545;
  margin: 0;
  padding: 0 0.769em 0.769em;
  line-height: normal;
  background-color: #f5f8fa;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f8fa), to(#e3e5e5));
  background-image: -moz-linear-gradient(top, #f5f8fa, #e3e5e5);
  background-image: -ms-linear-gradient(top, #f5f8fa, #e3e5e5);
  background-image: -o-linear-gradient(top, #f5f8fa, #e3e5e5);
  cursor: default;
  -webkit-box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.5), inset 1px 1px 0 #fff;
  -moz-box-shadow: 0 4px 6px -2px -moz-rgba(0, 0, 0, 0.5), inset 1px 1px 0 #fff;
  box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.5), inset 1px 1px 0 #fff;
  visibility: hidden;
  top: -9999em;
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 250ms ease 250ms, max-height 500ms ease, visibility 0s linear 500ms, top 0s linear 500ms;
  -moz-transition: opacity 250ms ease 250ms, max-height 500ms ease, visibility 0s linear 500ms, top 0s linear 500ms;
  -ms-transition: opacity 250ms ease 250ms, max-height 500ms ease, visibility 0s linear 500ms, top 0s linear 500ms;
  -o-transition: opacity 250ms ease 250ms, max-height 500ms ease, visibility 0s linear 500ms, top 0s linear 500ms;
  transition: opacity 250ms ease 250ms, max-height 500ms ease, visibility 0s linear 500ms, top 0s linear 500ms;
  border: 1px solid #b3b3b3;
  border-color: rgba(0, 0, 0, 0.3);
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.accessible-megamenu .accessible-megamenu-panel.open {
  visibility: visible;
  top: 3em;
  max-height: 600px;
  opacity: 1;
  z-index: 1001;
  -webkit-transition: opacity 250ms ease, max-height 500ms ease, visibility 0s linear 0s, top 0s linear 0s;
  -moz-transition: opacity 250ms ease, max-height 500ms ease, visibility 0s linear 0s, top 0s linear 0s;
  -ms-transition: opacity 250ms ease, max-height 500ms ease, visibility 0s linear 0s, top 0s linear 0s;
  -o-transition: opacity 250ms ease, max-height 500ms ease, visibility 0s linear 0s, top 0s linear 0s;
  transition: opacity 250ms ease, max-height 500ms ease, visibility 0s linear 0s, top 0s linear 0s; }

.accessible-megamenu .accessible-megamenu-panel a {
  display: inline-block;
  font-size: .92em;
  line-height: 1.2em;
  text-decoration: none;
  color: #225FD7;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 0.5em; }

.accessible-megamenu .accessible-megamenu-panel.cols-4 {
  width: 878px; }

.accessible-megamenu .accessible-megamenu-panel.cols-4 > ol > li {
  width: 22%; }

.accessible-megamenu .accessible-megamenu-panel.cols-4b {
  width: 878px;
  left: -6.462em;
  border-top-left-radius: 3px; }

.accessible-megamenu .accessible-megamenu-panel.cols-4b > ol > li {
  width: 22%; }

.accessible-megamenu .accessible-megamenu-panel.cols-3 {
  width: 724px; }

.accessible-megamenu .accessible-megamenu-panel.cols-3 > ol > li {
  width: 30%; }

.accessible-megamenu .accessible-megamenu-panel.cols-1 {
  width: 615px; }

.accessible-megamenu .accessible-megamenu-panel.cols-1 > ol > li {
  width: auto; }

.accessible-megamenu .accessible-megamenu-panel ol {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0; }

.accessible-megamenu .accessible-megamenu-panel ol > li {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0; }

.accessible-megamenu .accessible-megamenu-panel > ol > li {
  float: left;
  display: block;
  margin-right: 1em;
  margin-bottom: 1em;
  padding-left: 1em;
  border-left: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: inset 1px 0 0 #fff; }

.accessible-megamenu .accessible-megamenu-panel > ol > li:first-of-type {
  padding-left: 0;
  border-left: none;
  box-shadow: none; }

.accessible-megamenu .accessible-megamenu-panel > p {
  color: #454545;
  font-size: 1.2em;
  line-height: 1.1em; }

.accessible-megamenu .accessible-megamenu-panel > ol > li > h3 > a {
  font-weight: bold;
  color: #454545;
  font-size: 1.2em;
  margin-bottom: 6px;
  padding-top: .4em;
  padding-bottom: 0;
  line-height: 1.1em; }

.accessible-megamenu .accessible-megamenu-panel ol ol > li > a {
  width: auto;
  text-indent: -2.333em;
  padding-left: 2.333em; }

.accessible-megamenu .accessible-megamenu-panel a:hover,
.accessible-megamenu .accessible-megamenu-panel a:focus {
  color: #225FD7;
  text-decoration: underline; }

.accessible-megamenu .accessible-megamenu-panel > h2 > a {
  font-weight: bold;
  color: #454545;
  font-size: 1.5em;
  margin-bottom: 0;
  margin-top: .8em;
  padding-bottom: 0;
  line-height: 1.4em; }

.accessible-megamenu .accessible-megamenu-panel > h2 > a:hover,
.accessible-megamenu .accessible-megamenu-panel > h2 > a:focus,
.accessible-megamenu .accessible-megamenu-panel > ol > li > h3 > a:hover,
.accessible-megamenu .accessible-megamenu-panel > ol > li > h3 > a:focus {
  color: #333; }

.accessible-megamenu .accessible-megamenu-panel hr {
  border-width: 1px 0px;
  border-style: solid;
  border-top-color: rgba(0, 0, 0, 0.3);
  border-bottom-color: #fff; }

/* hides redundant header links in panel when megamenu is not initialized */
.accessible-megamenu:not(.js-accessible-megamenu) .accessible-megamenu-panel > h2 {
  display: none; }

.accessible-megamenu-toggle {
  display: none;
  background: none;
  border: 0;
  padding: 0;
  position: absolute;
  z-index: 1;
  top: 3px;
  right: 1em;
  width: 33px;
  height: 33px; }

.accessible-megamenu-toggle > span:not(.sr-only) {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #000;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 0 0;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), margin 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease; }

.accessible-megamenu-toggle > span {
  margin-top: 5px; }

.accessible-megamenu-toggle > span:nth-last-child(1) {
  transform-origin: 0% 100%; }

/*
 * Transform all the slices of hamburger
 * into a crossmark.
 */
.accessible-megamenu-toggle[aria-expanded=true] > span {
  margin-top: 0;
  opacity: 1;
  transform: rotate(45deg) translate(4px, -3px);
  background: #000;
  border-radius: 0; }

/*
 * But, hide the middle one.
 */
.accessible-megamenu-toggle[aria-expanded=true] > span:nth-last-child(2) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2); }

/*
 * the last one should go the other direction.
 */
.accessible-megamenu-toggle[aria-expanded=true] > span:nth-last-child(1) {
  transform: rotate(-45deg) translate(0px, 7px); }

@media (max-width: 920px) {
  .accessible-megamenu > .accessible-megamenu-top-nav-item {
    position: static; }
  .accessible-megamenu .accessible-megamenu-panel.cols-4,
  .accessible-megamenu .accessible-megamenu-panel.cols-4b,
  .accessible-megamenu .accessible-megamenu-panel.cols-3,
  .accessible-megamenu .accessible-megamenu-panel.cols-1 {
    width: auto;
    left: 0;
    right: 0; }
  .accessible-megamenu .accessible-megamenu-panel.open {
    max-height: inherit; }
  .accessible-megamenu .accessible-megamenu-panel.cols-4 > ol > li,
  .accessible-megamenu .accessible-megamenu-panel.cols-4b > ol > li,
  .accessible-megamenu .accessible-megamenu-panel.cols-3 > ol > li {
    width: 44%; }
  .accessible-megamenu .accessible-megamenu-panel.cols-1 > ol > li {
    width: 100%; }
  .accessible-megamenu .accessible-megamenu-panel.cols-3 > ol > li {
    min-height: 256px; }
  .accessible-megamenu .accessible-megamenu-panel > ol > li {
    float: left;
    display: block;
    margin-right: 1em;
    margin-bottom: 1em; }
  .accessible-megamenu .accessible-megamenu-panel.cols-4 > ol > li:nth-of-type(3),
  .accessible-megamenu .accessible-megamenu-panel.cols-4b > ol > li:nth-of-type(3),
  .accessible-megamenu .accessible-megamenu-panel.cols-3 > ol > li:nth-of-type(3) {
    padding-left: 0;
    border-left: none;
    box-shadow: none; } }

@media (max-width: 434px) {
  .accessible-megamenu-toggle {
    display: block;
    z-index: 3; }
  .accessible-megamenu-toggle ~ .accessible-megamenu > .accessible-megamenu-top-nav-item {
    height: 0;
    overflow: hidden;
    visibility: collapse; }
  .accessible-megamenu-toggle[aria-expanded=true] ~ .accessible-megamenu > .accessible-megamenu-top-nav-item {
    height: auto;
    overflow: visible;
    visibility: visible; }
  .accessible-megamenu {
    height: auto;
    padding-top: 3.077em;
    z-index: 2; }
  .accessible-megamenu > .accessible-megamenu-top-nav-item {
    border-right: 0;
    float: none;
    width: 100%;
    height: auto; }
  .accessible-megamenu > .accessible-megamenu-top-nav-item a[aria-expanded] {
    box-shadow: none; }
  .accessible-megamenu .accessible-megamenu-panel,
  .accessible-megamenu .accessible-megamenu-panel.open {
    position: relative;
    top: 0;
    border: 0;
    box-shadow: none;
    padding-bottom: 0; }
  .accessible-megamenu .accessible-megamenu-panel.open {
    padding-bottom: 0.769em;
    max-height: 350px;
    overflow: auto; } }

@media (max-width: 414px) {
  .accessible-megamenu .accessible-megamenu-panel.cols-4 > ol > li,
  .accessible-megamenu .accessible-megamenu-panel.cols-4b > ol > li,
  .accessible-megamenu .accessible-megamenu-panel.cols-3 > ol > li,
  .accessible-megamenu .accessible-megamenu-panel.cols-1 > ol > li {
    width: 100%; }
  .accessible-megamenu .accessible-megamenu-panel.cols-4 > ol > li,
  .accessible-megamenu .accessible-megamenu-panel.cols-4b > ol > li,
  .accessible-megamenu .accessible-megamenu-panel.cols-3 > ol > li {
    padding-left: 0;
    border-left: none;
    box-shadow: none; } }

/*
TOGGLE BLOCK
*/
.jscomp-toggle-block {
  position: relative; }

.jscomp-toggle-block:hover {
  cursor: pointer; }

.jscomp-toggle-block span:after {
  position: absolute;
  display: block;
  content: "+";
  width: .7em;
  height: 1em;
  top: 0;
  left: -1em;
  font-size: 120%;
  line-height: 1;
  font-weight: 100;
  text-align: center; }

.jscomp-toggle-block-is-open span:after {
  content: "–"; }

.jscomp-toggle-block-content {
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out; }

.jscomp-toggle-block-visible-setup {
  opacity: 0;
  max-height: 0;
  overflow: hidden; }

.jscomp-toggle-block-visible {
  opacity: 1;
  max-height: 20000px;
  overflow: auto; }

.jscomp-toggle-block-hidden-setup {
  opacity: 1;
  max-height: 20000px;
  overflow: auto; }

.jscomp-toggle-block-hidden {
  opacity: 0;
  max-height: 0;
  overflow: hidden; }

/*
TOGGLE LIST
*/
ol.jscomp-toggle-list > li,
ul.jscomp-toggle-list > li {
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out; }

li.jscomp-toggle-list-visible-setup {
  opacity: 0;
  max-height: 0;
  overflow: hidden; }

li.jscomp-toggle-list-visible {
  opacity: 1;
  max-height: 50px; }

li.jscomp-toggle-list-hidden-setup {
  opacity: 1;
  max-height: 50px; }

li.jscomp-toggle-list-hidden {
  opacity: 0;
  max-height: 0;
  overflow: hidden; }

/*
FILTERED LIST
*/
.jscomp-filtered-list > li {
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; }

.jscomp-filtered-list > li.jscomp-filtered-list-enter-active {
  -webkit-transition: all .8s ease-out;
  -moz-transition: all .8s ease-out;
  -ms-transition: all .8s ease-out;
  -o-transition: all .8s ease-out;
  transition: all .8s ease-out; }

li.jscomp-filtered-list-enter {
  max-height: 0;
  overflow: hidden; }

li.jscomp-filtered-list-enter-active {
  max-height: 50px; }

li.jscomp-filtered-list-leave {
  max-height: 50px; }

li.jscomp-filtered-list-leave-active {
  max-height: 0;
  overflow: hidden;
  border-bottom: 0 solid #fff;
  opacity: 0.8; }

/* Modules */
#Channels {
  margin-bottom: 24px; }
  #Channels > .js_navtopsearch {
    position: absolute;
    top: 24px;
    right: 24px;
    flex: 0 0 31px;
    z-index: 1234;
    x-text-align: right;
    padding-top: 16px;
    background: transparent; }
    #Channels > .js_navtopsearch #navtop-search-inputs {
      position: absolute;
      right: 0;
      display: flex;
      flex-direction: row;
      margin-top: 5px; }
      #Channels > .js_navtopsearch #navtop-search-inputs .navtop-search-submit {
        margin: 0;
        background: #fff;
        flex: 0 0 .5rem; }
      #Channels > .js_navtopsearch #navtop-search-inputs .navtop-search-input {
        background: #fff;
        border: 1px solid #e30613;
        border-right: 0; }

#Channels .accessible-megamenu {
  position: relative;
  display: flex;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 77px;
  color: inherit;
  background-color: inherit;
  border: none; }

#Channels .accessible-megamenu > .accessible-megamenu-top-nav-item.Channels-logo {
  width: 248px;
  margin-right: 18px; }

#Channels .Channels-logo a,
#Channels .Channels-logo img {
  position: relative;
  display: block;
  max-width: 100%;
  z-index: 1003; }

#Channels .accessible-megamenu > .accessible-megamenu-top-nav-item {
  position: static;
  display: block;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  height: auto;
  width: auto;
  float: none;
  color: inherit;
  text-shadow: none;
  -moz-text-shadow: none;
  border: none; }

#Channels nav > .nav-menu > .nav-item > a,
#Channels .accessible-megamenu > .accessible-megamenu-top-nav-item a[aria-expanded] {
  height: auto;
  position: relative;
  display: block;
  font-weight: 700;
  font-size: 28px;
  line-height: 2.75;
  padding: 0;
  color: inherit;
  text-decoration: none;
  box-shadow: none;
  z-index: 1003; }

#Channels .Channel-name {
  color: #000; }

#Channels nav > .nav-menu > .nav-item > a > .Channel-name,
#Channels .accessible-megamenu > .accessible-megamenu-top-nav-item a[aria-expanded] .Channel-name {
  position: relative;
  top: -5px;
  display: inline-block;
  line-height: 1.2;
  margin: 0 18px 10px;
  border-bottom: 1px solid #000;
  transition: border-bottom 200ms ease; }

#Channels nav > .nav-menu > .nav-item > a:focus > .Channel-name,
#Channels nav > .nav-menu > .nav-item > a:hover > .Channel-name,
#Channels .accessible-megamenu > .accessible-megamenu-top-nav-item a[aria-expanded].open,
#Channels .accessible-megamenu > .accessible-megamenu-top-nav-item a[aria-expanded]:focus,
#Channels .accessible-megamenu > .accessible-megamenu-top-nav-item a[aria-expanded]:hover {
  background: transparent; }

#Channels nav > .nav-menu > .nav-item > a:hover > .Channel-name,
#Channels .accessible-megamenu > .accessible-megamenu-top-nav-item a[aria-expanded]:hover .Channel-name {
  color: #4d4d4d;
  border-bottom: 11px solid #666666; }

#Channels .accessible-megamenu > .accessible-megamenu-top-nav-item a.focus.open .Channel-name {
  margin-bottom: 0px;
  border-bottom: 11px solid #646464;
  color: #646464; }

#Channels .accessible-megamenu > .accessible-megamenu-top-nav-item a.active .Channel-name {
  margin-bottom: 0px;
  border-bottom: 11px solid #000;
  color: #000; }

#Channels .accessible-megamenu .accessible-megamenu-panel.open {
  top: 0; }

#Channels .accessible-megamenu :focus {
  outline: 0;
  -moz-outline-radius: 0; }

#Channels .accessible-megamenu .accessible-megamenu-panel {
  display: flex;
  justify-content: space-between;
  left: 0;
  color: inherit;
  margin: 0;
  padding: 24px 0 0 24px;
  line-height: 1;
  background-color: #f0f0f0;
  min-height: 422px;
  max-height: 200vh;
  width: calc( 100% - 24px);
  border: none;
  border-radius: 0;
  box-shadow: none; }

#Channels .accessible-megamenu .accessible-megamenu-panel > .sub-nav-group {
  flex: 0 1 50%;
  margin-left: 24px;
  padding-top: 77px;
  overflow: hidden; }

#Channels .accessible-megamenu .accessible-megamenu-panel > .sub-nav-group:first-child {
  margin-left: 0;
  flex: 0 1 45%; }

#Channels .accessible-megamenu .accessible-megamenu-panel > .sub-nav-group > ul {
  margin: 0; }

#Channels .accessible-megamenu .accessible-megamenu-panel li.Channels-item {
  padding-bottom: 12px; }

#Channels .accessible-megamenu .accessible-megamenu-panel .sub-nav-group > ul a {
  margin-top: 3px;
  display: inline-block;
  font: normal normal 700 19px/1.5 "Titillium Web", sans-serif;
  color: inherit;
  text-decoration: none;
  text-transform: uppercase; }

#Channels .accessible-megamenu .accessible-megamenu-panel .sub-nav-group > ul a.active,
#Channels .accessible-megamenu .accessible-megamenu-panel .sub-nav-group > ul a.active:hover,
#Channels .accessible-megamenu .accessible-megamenu-panel .sub-nav-group > ul a.active:focus {
  margin-top: 0;
  border-top: 3px solid #e30613;
  color: #e30613;
  cursor: default; }

#Channels .accessible-megamenu .accessible-megamenu-panel .sub-nav-group > ul a:hover,
#Channels .accessible-megamenu .accessible-megamenu-panel .sub-nav-group > ul a:focus {
  margin-top: 0;
  border-top: 3px solid #646464;
  color: #646464; }

@media (max-width: 810px) {
  #Channels {
    left: -24px;
    width: calc( 100%); }
    #Channels .accessible-megamenu {
      flex-wrap: wrap; }
    #Channels nav > .nav-menu > .nav-item > a,
    #Channels .accessible-megamenu > .accessible-megamenu-top-nav-item a[aria-expanded] {
      font-size: 14px;
      white-space: nowrap; }
    #Channels .accessible-megamenu > .accessible-megamenu-top-nav-item a.active .Channel-name {
      margin-bottom: 0;
      border-bottom: 8px solid #000; }
    #Channels nav > .nav-menu > .nav-item > a > .Channel-name,
    #Channels .accessible-megamenu > .accessible-megamenu-top-nav-item a[aria-expanded] .Channel-name {
      top: 0;
      margin-right: 8px;
      margin-left: 8px; }
    #Channels nav > .nav-menu > .nav-item > a:hover > .Channel-name,
    #Channels .accessible-megamenu > .accessible-megamenu-top-nav-item a[aria-expanded]:hover .Channel-name {
      color: #4d4d4d;
      border-bottom: 1px solid #000; }
    #Channels .accessible-megamenu > .accessible-megamenu-top-nav-item a.focus.open .Channel-name {
      border-bottom: 8px solid #646464; }
    #Channels .accessible-megamenu > .accessible-megamenu-top-nav-item a.active .Channel-name {
      border-bottom: 8px solid #000; }
    #Channels .accessible-megamenu > .accessible-megamenu-top-nav-item.Channels-logo {
      position: relative;
      left: -24px;
      width: auto;
      flex: 0 0 100%;
      margin-right: 0; }
      #Channels .accessible-megamenu > .accessible-megamenu-top-nav-item.Channels-logo a {
        width: 150px; }
    #Channels .js_navtopsearch {
      padding-top: 0; }
    #Channels #suche {
      margin-top: 9px; }
    #Channels .accessible-megamenu .accessible-megamenu-panel, #Channels .accessible-megamenu .accessible-megamenu-panel.open {
      position: absolute; }
    #Channels .accessible-megamenu .accessible-megamenu-panel > .sub-nav-group:nth-of-type(2) {
      padding-top: 24px;
      padding-top: 48px; } }

@media (max-width: 810px) {
  #Channels .accessible-megamenu {
    SSS-justify-content: space-between; }
  #Channels nav > .nav-menu > .nav-item > a,
  #Channels .accessible-megamenu > .accessible-megamenu-top-nav-item a[aria-expanded] {
    font-size: 14px;
    white-space: nowrap; }
  #Channels .accessible-megamenu > .accessible-megamenu-top-nav-item a.active .Channel-name {
    margin-bottom: 0;
    border-bottom: 6px solid #000; }
  #Channels nav > .nav-menu > .nav-item > a > .Channel-name,
  #Channels .accessible-megamenu > .accessible-megamenu-top-nav-item a[aria-expanded] .Channel-name {
    top: 0;
    margin-right: 6px;
    margin-left: 8px;
    margin-right: 24px;
    margin-left: 0; }
  #Channels nav > .nav-menu > .nav-item > a:hover > .Channel-name,
  #Channels .accessible-megamenu > .accessible-megamenu-top-nav-item a[aria-expanded]:hover .Channel-name {
    color: #4d4d4d;
    border-bottom: 1px solid #000; }
  #Channels .accessible-megamenu > .accessible-megamenu-top-nav-item a.focus.open .Channel-name {
    border-bottom: 6px solid #646464; }
  #Channels .accessible-megamenu > .accessible-megamenu-top-nav-item a.active .Channel-name {
    border-bottom: 6px solid #000; }
  #Channels .accessible-megamenu > .accessible-megamenu-top-nav-item.Channels-logo img {
    position: relative;
    SSS-left: -24px; }
  #Channels .accessible-megamenu > .accessible-megamenu-top-nav-item {
    width: auto; }
  #Channels .accessible-megamenu .accessible-megamenu-panel {
    display: block; } }

@media (max-width: 1268px) {
  #Channels .accessible-megamenu .accessible-megamenu-panel {
    padding: 24px 12px; } }

.PartnerSitesLogos {
  clear: both;
  display: flex;
  justify-content: flex-start;
  margin: 0;
  flex-wrap: wrap; }

.PartnerSitesLogos > * {
  margin-right: 24px;
  flex: 0 0 149px; }

.PartnerSitesLogos.PartnerSitesLogosAll > * {
  margin-bottom: 12px; }

.PartnerSitesLogos > *:last-child {
  margin-right: 0; }

.PartnerSitesLogos a,
.PartnerSitesLogos img {
  display: block;
  max-width: 100%;
  margin: 0; }

#footer {
  background: #e6e6e6;
  padding: 24px; }

#footer-container {
  max-width: 1014px;
  margin: 0 auto; }

@media only screen and (min-width: 1268px) {
  padding: 24px 0; }

#ChannelsFooter {
  margin-top: 24px; }
  #ChannelsFooter .nav-menu {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap; }
  #ChannelsFooter ol,
  #ChannelsFooter ul {
    margin: 0; }
  #ChannelsFooter .nav-menu > .nav-item {
    flex: 0 0 149px;
    margin-right: 24px; }
  #ChannelsFooter .nav-item {
    margin-bottom: 24px; }
  #ChannelsFooter .nav-item.nav-item-NoChannel {
    margin-top: 68px; }
  #ChannelsFooter a {
    display: inline-block;
    margin-bottom: 34px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    color: #000; }
  #ChannelsFooter a:hover {
    text-decoration: none;
    color: #646464;
    border-color: #646464; }
  #ChannelsFooter a .Channel-name {
    margin-bottom: 7px;
    border-bottom: 1px solid #000;
    white-space: nowrap; }
  #ChannelsFooter a.active .Channel-name {
    margin-bottom: 0px;
    border-bottom: 8px solid #000; }
  #ChannelsFooter .Channels-level-2 a {
    margin-bottom: 12px;
    font-weight: 700;
    line-height: 2;
    font-size: 12px; }
  #ChannelsFooter .Channels-level-2 a.active {
    margin-bottom: 0; }
  #ChannelsFooter .Channels-level-2 li {
    margin-bottom: 0px; }
  #ChannelsFooter .Channels-level-3 {
    margin-bottom: 12px; }
  #ChannelsFooter .Channels-level-3 a {
    margin-bottom: 0px;
    font-weight: 400; }
  #ChannelsFooter .button {
    width: calc( 100% - 2px);
    padding-left: 0;
    padding-right: 0;
    font-weight: 400;
    color: #e30613; }
  @media only screen and (min-width: 760px) {
    #ChannelsFooter {
      /*
    a {
      font-size: 24px;
    }

    a .Channel-name {
      margin-bottom: 10px;
    }

    a.active .Channel-name {
      border-bottom: 11px solid #000;
    }
    */ } }
  @media only screen and (min-width: 1268px) {
    #ChannelsFooter .nav-menu > .nav-item {
      flex: 0 1 149px; } }

.navtop {
  padding: 24px; }
  .navtop .navtop-container {
    position: relative;
    max-width: 1014px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end; }
  .navtop .navtop-itemlist {
    display: flex;
    flex-direction: row;
    line-height: 24px;
    z-index: +1; }
    .navtop .navtop-itemlist .navtop-item {
      margin: 0 0 0 24px; }
    .navtop .navtop-itemlist .navtop-item.navtop-item-f {
      height: 24px;
      width: 24px;
      overflow: hidden; }
    .navtop .navtop-itemlist .navtop-item.navtop-item-f img {
      display: block;
      height: 100%;
      width: 100%; }
    .navtop .navtop-itemlist .navtop-item a {
      font-size: 14px;
      color: inherit; }
  .navtop .navtop-search {
    position: absolute;
    right: 0;
    text-align: right; }
  .navtop #navtop-search-inputs {
    display: flex;
    flex-direction: row;
    margin-top: 5px; }
  .navtop .navtop-search .navtop-search-submit {
    margin: 0;
    background: #fff; }
  .navtop .navtop-search .navtop-search-input {
    background: #fff;
    border: 1px solid #e30613;
    border-right: 0; }
  @media only screen and (min-width: 1268px) {
    .navtop {
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -634px;
      height: 59px;
      background: #fff;
      padding: 0;
      width: 1268px; }
      .navtop .navtop-container {
        width: 1014px;
        margin: 0 auto; }
      .navtop .navtop-itemlist {
        margin-right: 55px; } }

.Figure {
  display: block;
  font: normal normal normal  12px/13px "Titillium Web", sans-serif; }

.Figure a,
.Figure img {
  display: block;
  width: 100%;
  border: none;
  background: #f0f0f0; }

.Buttons {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  color: #e30613; }

.Button,
.Button a,
.Buttons a,
.button {
  display: inline-block;
  border: 1px solid #e30613;
  margin-right: 12px;
  padding: 0 12px;
  color: #e30613;
  font-size: 13px;
  line-height: 1.5;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center; }

.article-intro {
  font: normal normal normal 20px/1.3 "Titillium Web", sans-serif;
  max-width: 668px;
  margin-left: 48pxpx; }

.article-meta {
  font: normal normal normal 11px/1.3 "Titillium Web", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #000; }

.article-meta .date {
  color: #e30613;
  font-weight: bold; }

.article-meta dt {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

.article-meta dd {
  display: inline-block;
  margin-right: .3rem; }

.Form .Form-fieldset {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 24px 0; }

.Form .has_Form-divider:after {
  content: '';
  display: block;
  width: 7%;
  height: 6px;
  margin: 24px calc( 100% - 7% - 24px) 24px 24px;
  border: 0;
  background: #000; }

.Form legend, .Form .legend {
  color: #e30613;
  text-transform: uppercase; }

.Form legend small, .Form .legend small {
  color: #000;
  text-transform: none; }

.Form .Form-field {
  position: relative;
  font: normal normal normal  10px/11px "Titillium Web", sans-serif; }

.Form .input {
  display: block;
  width: calc( 100% - 10px);
  border: 1px solid #000;
  padding: 10px 4px;
  background: #fff; }

.Form .Form-field .label {
  display: none; }

.Form .Form-fieldCheckbox {
  position: relative;
  overflow: hidden;
  height: 36px; }
  .Form .Form-fieldCheckbox .label {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid #000; }
    .Form .Form-fieldCheckbox .label:hover {
      cursor: pointer; }
  .Form .Form-fieldCheckbox .label .input {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px); }
  .Form .Form-fieldCheckbox .label span {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 4px;
    line-height: 36px;
    background-color: #fff;
    color: #000; }
  .Form .Form-fieldCheckbox .input:checked + span {
    background-color: #e30613;
    color: #fff; }

.Form .Form-fieldset.Form-fieldset-gifts {
  vertical-align: stretch; }
  .Form .Form-fieldset.Form-fieldset-gifts .Form-fieldCheckbox {
    position: relative;
    overflow: visible;
    height: auto;
    font: inherit;
    display: flex; }
    .Form .Form-fieldset.Form-fieldset-gifts .Form-fieldCheckbox .label {
      display: flex;
      vertical-align: stretch;
      flex-direction: column;
      position: relative;
      border: 0; }
      .Form .Form-fieldset.Form-fieldset-gifts .Form-fieldCheckbox .label span {
        position: relative;
        display: block;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        height: 36px;
        border: 1px solid #000;
        text-align: center;
        font: normal normal normal  12px/13px "Titillium Web", sans-serif;
        line-height: 36px; }
    .Form .Form-fieldset.Form-fieldset-gifts .Form-fieldCheckbox .input:checked + span + .Teaser {
      background: #feeaeb; }

.Form .Button, .Form .Button a, .Form .Buttons a, .Form .button {
  font-size: inherit;
  line-height: inherit;
  text-transform: none; }
  .Form .Button:hover, .Form .Button a:hover, .Form .Buttons a:hover, .Form .button:hover {
    cursor: pointer; }

.Form .Button {
  height: 36px;
  line-height: 36px;
  padding-top: 0;
  padding-bottom: 0;
  border: 0;
  color: #fff;
  background: #e30613; }

.Form .ButtonReset,
.Form .ButtonQuiet {
  color: #e30613;
  background: #fff;
  border: 2px solid #e30613;
  line-height: 32px;
  padding-right: 18px;
  padding-left: 18px; }

.Form .col-small .Button {
  width: auto; }

.Columns .col-1, .Columns .col-2, .Columns .col-3, .Columns .col-4, .Columns .col-5, .Columns .col-6 {
  margin: 0 18px 18px 0;
  x-overflow: hidden; }

.Columns .col-1, .Columns .col-2, .Columns .col-3 {
  flex-basis: calc( 3 * 16.6666% - 18px); }

.Columns .col-4, .Columns .col-5, .Columns .col-6 {
  flex-basis: calc( 6 * 16.6666% - 18px); }

.Columns .col-last {
  page-break-after: always;
  break-after: always; }

.Columns .col-small {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start; }

.Columns .col-small > *:last-child {
  margin-right: 0; }

@media only screen and (min-width: 760px) {
  .Columns .col-1 {
    flex-basis: calc( 1 * 16.6666% - 18px); }
  .Columns .col-2 {
    flex-basis: calc( 2 * 16.6666% - 18px); }
  .Columns .col-3 {
    flex-basis: calc( 3 * 16.6666% - 18px); }
  .Columns .col-4 {
    flex-basis: calc( 4 * 16.6666% - 18px); }
  .Columns .col-5 {
    flex-basis: calc( 5 * 16.6666% - 18px); }
  .Columns .col-6 {
    flex-basis: calc( 6 * 16.6666% - 18px); } }

.Teaser.TeaserXL.TeaserSlider {
  max-width: 100%;
  overflow: hidden; }
  .Teaser.TeaserXL.TeaserSlider .TeaserIssue.TeaserIssueS {
    margin-right: 0; }

.List.Slider {
  position: relative;
  background: #ccc; }
  .List.Slider .List-hd {
    flex: 0 1 100%;
    margin-right: 24px;
    margin-left: 24px; }
  .List.Slider .Slider-container {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    width: 100%;
    overflow: hidden;
    background: inherit; }
  .List.Slider .Slider-arrow {
    position: absolute;
    top: 72px;
    left: 0;
    width: 24px;
    height: 20px;
    overflow: hidden; }
  .List.Slider .Slider-arrow b {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px); }
  .List.Slider .Slider-arrow.Slider-arrow-left {
    background: transparent url("/images/icon-arrow-left.png") no-repeat;
    left: 24px; }
  .List.Slider .Slider-arrow.Slider-arrow-right {
    background: transparent url("/images/icon-arrow-right.png") no-repeat;
    left: 54px; }
  .List.Slider .Slider-container .Teaser {
    flex: 0 1 auto;
    align-content: flex-start;
    margin: 24px 24px 0; }
    .List.Slider .Slider-container .Teaser .Teaser-feature,
    .List.Slider .Slider-container .Teaser .Teaser-meta {
      position: absolute !important;
      height: 1px;
      width: 1px;
      overflow: hidden;
      clip: rect(1px 1px 1px 1px);
      /* IE6, IE7 */
      clip: rect(1px, 1px, 1px, 1px); }
    .List.Slider .Slider-container .Teaser .Teaser-figure {
      order: 1; }
    .List.Slider .Slider-container .Teaser .Teaser-name {
      order: 2; }
    .List.Slider .Slider-container .Teaser .Teaser-description {
      order: 4; }
    .List.Slider .Slider-container .Teaser .Teaser-more {
      order: 4; }
    .List.Slider .Slider-container .Teaser .Teaser-name {
      font-size: 20px;
      line-height: 19px;
      margin: 0; }
    .List.Slider .Slider-container .Teaser .Teaser-figure {
      width: auto;
      height: 176px;
      margin: 0 0 12px; }
    .List.Slider .Slider-container .Teaser .Teaser-figure .Figure-media a {
      display: inline-block;
      margin: 0;
      padding: 0; }
    .List.Slider .Slider-container .Teaser .Teaser-figure .Figure-media img {
      display: block;
      margin: 0;
      padding: 0;
      height: 176px;
      width: auto; }
    .List.Slider .Slider-container .Teaser .Teaser-description {
      font-size: inherit;
      line-height: inherit;
      margin: 0; }
    .List.Slider .Slider-container .Teaser .Figure-caption {
      display: none; }
    .List.Slider .Slider-container .Teaser .Teaser-more.Buttons,
    .List.Slider .Slider-container .Teaser .Teaser-more {
      display: block;
      margin: 6px 0 0; }
    .List.Slider .Slider-container .Teaser .Teaser-more.Buttons > *,
    .List.Slider .Slider-container .Teaser .Teaser-more > * {
      margin: 0; }
    .List.Slider .Slider-container .Teaser .Teaser-more.Buttons a,
    .List.Slider .Slider-container .Teaser .Teaser-more a {
      display: inline-block;
      border: 1px solid #e30613;
      margin-right: 6px;
      padding: 0 12px;
      color: #e30613;
      font-size: 13px;
      line-height: 1.5;
      text-transform: uppercase;
      text-decoration: none;
      text-align: center;
      white-space: pre; }
    .List.Slider .Slider-container .Teaser .Teaser-more a:after {
      display: inline-block;
      padding-left: .3rem;
      content: '>';
      position: relative;
      top: -.03rem; }

.Social-likes {
  margin-bottom: 48px !important;
  padding-left: 3.5rem;
  background: #fff url("/images/icon-share.png") no-repeat 0.5rem; }

.Social-likes .social-likes__icon {
  width: 2rem;
  height: 2rem;
  margin-right: 1rem; }

.List {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch; }

.List .List-hd {
  flex: 0 0 100%; }

#main .List.ListIssues,
.List.ListIssues {
  justify-content: flex-start;
  list-style: none none outside;
  padding-left: 0; }

/*
.Teaser-feature
.Teaser-name
.Teaser-meta
.Teaser-figure
.Teaser-description
.Teaser-more
.Teaser-more.Buttons
*/
.Teaser {
  display: flex;
  flex-direction: column;
  flex: 0 0 100%;
  margin-bottom: 24px;
  max-width: none; }

.Aside .Teaser {
  max-width: none; }

.Teaser:hover {
  opacity: .9; }

.Teaser > * {
  order: 5; }

.Teaser .Teaser-feature {
  order: 1; }

.Teaser .Teaser-meta {
  order: 2; }

.Teaser .Teaser-name {
  order: 3; }

.Teaser-feature {
  margin-bottom: 19px;
  padding: 6px;
  border: 1px solid #000;
  color: #e30613;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: .6px;
  text-transform: uppercase;
  text-align: center; }

.Teaser-meta {
  display: flex;
  flex-wrap: wrap;
  font-weight: 600;
  font-size: 11px; }

.Teaser-meta dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0; }

.Teaser-meta dt {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

.Teaser-meta dd {
  margin-right: .3em; }

.Teaser-meta dd.topic {
  text-transform: uppercase;
  color: #e30613;
  font-weight: 400;
  order: -1; }

.Teaser-name {
  margin-left: 24px;
  margin-right: 24px; }

.Teaser-name a {
  color: inherit; }

.Teaser-description {
  margin: 0 24px; }

.Teaser-description p {
  margin: 0;
  padding: 0; }

.Teaser-figure .Figure-media {
  margin-bottom: 6px; }

.Teaser-figure .Figure-caption {
  padding: 0 24px 12px;
  font-weight: 600;
  font-size: 11px; }

.Teaser-more {
  margin-left: 24px;
  margin-right: 24px;
  font-weight: 600;
  font-size: 11px;
  list-style: none !important;
  text-transform: uppercase; }
  .Teaser-more ul, .Teaser-more ol, .Teaser-more dl {
    list-style: none !important; }
  .Teaser-more a {
    color: inherit; }

@media only screen and (min-width: 1268px) {
  .Teaser {
    flex: 0 1 33.3333%;
    max-width: 322px; } }

.Teaser.TeaserL .Teaser-feature {
  order: 1; }

.Teaser.TeaserL .Teaser-figure {
  order: 2; }

.Teaser.TeaserL .Teaser-meta {
  order: 3; }

.Teaser.TeaserL .Teaser-name {
  order: 4; }

.Teaser.TeaserL .Teaser-feature {
  margin-left: 24px;
  margin-right: 24px; }

.Teaser.TeaserL .Teaser-figure .Figure-caption {
  padding-left: 0; }

.Teaser.TeaserL .Teaser-figure {
  margin-bottom: 24px; }

.Teaser.TeaserL .Teaser-meta {
  margin-right: 24px; }

.Teaser.TeaserL .Teaser-name {
  x-margin-top: 0;
  margin-bottom: 24px; }

.Teaser.TeaserXL {
  flex: 0 0 100%;
  margin-bottom: 24px;
  max-width: none; }
  .Teaser.TeaserXL .Teaser-feature {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px); }
  .Teaser.TeaserXL .Teaser-figure {
    order: 1; }
  .Teaser.TeaserXL .Teaser-meta {
    order: 2; }
  .Teaser.TeaserXL .Teaser-name {
    order: 3; }
  .Teaser.TeaserXL .Teaser-figure {
    margin-bottom: 24px; }
  .Teaser.TeaserXL .Teaser-meta {
    margin-right: 24px; }
  .Teaser.TeaserXL .Teaser-figure .Figure-caption {
    padding-left: 0; }
  .Teaser.TeaserXL .Teaser-name {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 24px;
    line-height: 1.2; }
  .Teaser.TeaserXL .Teaser-description {
    font-size: 20px;
    line-height: 1.3; }

@media only screen and (min-width: 1268px) {
  .Teaser.TeaserXL {
    flex: 0 1 66.6666%;
    max-width: 668px; }
    .Teaser.TeaserXL .Teaser-name {
      font-size: 40px; }
    .Teaser.TeaserXL .Teaser-name,
    .Teaser.TeaserXL .Teaser-description,
    .Teaser.TeaserXL .Teaser-more {
      margin-left: 48px;
      margin-right: 48px; }
    .Teaser.TeaserXL .Figure-media,
    .Teaser.TeaserXL .Figure-media a {
      max-height: 360px;
      overflow: hidden;
      display: flex;
      align-items: center; } }

.Teaser.TeaserXXL {
  flex: 0 0 100%;
  margin-bottom: 24px;
  max-width: none; }
  .Teaser.TeaserXXL .Teaser-figure {
    order: 1; }
  .Teaser.TeaserXXL .Teaser-meta {
    order: 2; }
  .Teaser.TeaserXXL .Teaser-feature {
    order: 3; }
  .Teaser.TeaserXXL .Teaser-name {
    order: 4; }
  .Teaser.TeaserXXL .Teaser-figure {
    margin-bottom: 24px; }
  .Teaser.TeaserXXL .Teaser-meta {
    margin-right: 24px; }
  .Teaser.TeaserXXL .Teaser-figure .Figure-caption {
    padding-left: 0; }
  .Teaser.TeaserXXL .Teaser-feature {
    margin-right: 24px;
    margin-bottom: 0;
    margin-left: 24px;
    padding: 0;
    border: 0;
    color: #e30613;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: normal;
    text-transform: none;
    text-align: left; }
  .Teaser.TeaserXXL .Teaser-name {
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 24px; }
  .Teaser.TeaserXXL .Teaser-description {
    font-size: 20px;
    line-height: 1.3; }

@media only screen and (min-width: 1268px) {
  .Teaser.TeaserXXL {
    max-width: none; }
    .Teaser.TeaserXXL .Teaser-feature,
    .Teaser.TeaserXXL .Teaser-name,
    .Teaser.TeaserXXL .Teaser-description,
    .Teaser.TeaserXXL .Teaser-more {
      margin-left: 48px;
      margin-right: 48px; }
    .Teaser.TeaserXXL .Figure-media,
    .Teaser.TeaserXXL .Figure-media a {
      max-height: 360px;
      overflow: hidden;
      display: flex;
      align-items: center; } }

.Teaser.TeaserPublisherAbo .Teaser-figure {
  position: relative; }
  .Teaser.TeaserPublisherAbo .Teaser-figure .Figure-caption {
    padding: 0; }

.Teaser.TeaserPublisherAbo .price {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.45); }
  .Teaser.TeaserPublisherAbo .price .price-content {
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    width: 100%;
    color: #000;
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
    text-align: center;
    text-shadow: 0 0 2px white; }

.Teaser.TeaserPublisherAbo .Teaser-description ul {
  margin-left: 0;
  padding-left: 0; }

.Teaser.TeaserPublisherAbo .Teaser-description ul {
  list-style-type: none !important; }

.Teaser.TeaserPublisherAbo .Teaser-description ul > li:before {
  content: "– ";
  display: inline; }

.Teaser.TeaserPublisherAbo .Teaser-more.Buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .Teaser.TeaserPublisherAbo .Teaser-more.Buttons > li {
    flex: 0 1 57%;
    margin-bottom: 4px; }
  .Teaser.TeaserPublisherAbo .Teaser-more.Buttons > li:nth-of-type(odd) {
    flex: 0 1 40%;
    margin-right: 3%; }
  .Teaser.TeaserPublisherAbo .Teaser-more.Buttons > li a {
    display: block;
    margin: 0;
    padding: 0; }

@media only screen and (min-width: 1268px) {
  .Teaser.TeaserPublisherAbo .price {
    opacity: 0;
    transition: all ease-in-out 150ms; }
  .Teaser.TeaserPublisherAbo:hover .price {
    opacity: 1; } }

.Teaser.TeaserAd {
  background: #f8f8f8; }
  .Teaser.TeaserAd .Teaser-feature {
    order: 1; }
  .Teaser.TeaserAd .Teaser-figure {
    order: 2; }
  .Teaser.TeaserAd .Teaser-meta {
    order: 3; }
  .Teaser.TeaserAd .Teaser-name {
    order: 4; }
  .Teaser.TeaserAd .Teaser-name h6 {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px); }
  .Teaser.TeaserAd .Teaser-feature {
    margin-left: 24px;
    margin-right: 24px; }
  .Teaser.TeaserAd .Teaser-figure .Figure-caption {
    padding-left: 0; }
  .Teaser.TeaserAd .Teaser-figure {
    margin-bottom: 24px; }
    .Teaser.TeaserAd .Teaser-figure img {
      background: #fff; }
  .Teaser.TeaserAd .Teaser-meta {
    margin-left: 24px;
    margin-right: 24px; }
  .Teaser.TeaserAd .Teaser-name {
    x-margin-top: 0;
    margin-bottom: 24px; }

.Teaser.TeaserAdBanner .Teaser-name,
.Teaser.TeaserAdL .Teaser-name,
.Teaser.TeaserAdS .Teaser-name,
.Teaser.TeaserAdXL .Teaser-name,
.Teaser.TeaserAdXS .Teaser-name {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

.Teaser.TeaserAdBanner .Figure-caption,
.Teaser.TeaserAdL .Figure-caption,
.Teaser.TeaserAdS .Figure-caption,
.Teaser.TeaserAdXL .Figure-caption,
.Teaser.TeaserAdXS .Figure-caption {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

.Teaser.TeaserAdBanner .TeaserAd-name,
.Teaser.TeaserAdL .TeaserAd-name,
.Teaser.TeaserAdS .TeaserAd-name,
.Teaser.TeaserAdXL .TeaserAd-name,
.Teaser.TeaserAdXS .TeaserAd-name {
  text-align: center; }

.Teaser.TeaserAdBanner .Figure,
.Teaser.TeaserAdBanner .Figure a,
.Teaser.TeaserAdBanner .Figure img,
.Teaser.TeaserAdL .Figure,
.Teaser.TeaserAdL .Figure a,
.Teaser.TeaserAdL .Figure img,
.Teaser.TeaserAdS .Figure,
.Teaser.TeaserAdS .Figure a,
.Teaser.TeaserAdS .Figure img,
.Teaser.TeaserAdXL .Figure,
.Teaser.TeaserAdXL .Figure a,
.Teaser.TeaserAdXL .Figure img,
.Teaser.TeaserAdXS .Figure,
.Teaser.TeaserAdXS .Figure a,
.Teaser.TeaserAdXS .Figure img {
  margin: 0 auto; }

@media only screen and (min-width: 1268px) {
  .TeaserAd .TeaserAd-name {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px); } }

.Teaser.TeaserAdBanner {
  flex: 0 0 100%; }

.Teaser.TeaserAdBanner .Teaser-figure {
  margin-bottom: 0; }

.Article-body .TeaserAdBanner {
  max-width: 668px;
  margin: 0 auto; }

@media only screen and (min-width: 1268px) {
  .Article-body .TeaserAdBanner {
    position: relative;
    left: -12px;
    width: calc( 100% + 2 * 12px); }
  .Teaser.TeaserAd {
    background: #fff; }
    .Teaser.TeaserAd.TeaserAdBannerL {
      flex: 0 0 33.3333%;
      max-width: 33.3333%; }
    .Teaser.TeaserAd.TeaserAdBannerL {
      flex: 0 0 66.6666%;
      max-width: 66.6666%; }
    .Teaser.TeaserAd.TeaserAdBannerXL {
      flex: 0 0 100%;
      max-width: 100%; } }

.Teaser.TeaserBanner {
  justify-content: center;
  flex: 0 0 100%;
  max-width: none;
  text-align: center;
  margin-bottom: 24px; }
  .Teaser.TeaserBanner .Teaser-meta,
  .Teaser.TeaserBanner .Teaser-figure {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px); }
  .Teaser.TeaserBanner .Teaser-feature {
    color: #e30613;
    border: none;
    margin-bottom: 6px;
    padding: 0;
    letter-spacing: .06em; }
  .Teaser.TeaserBanner .Teaser-feature + .Teaser-name {
    margin-top: 0; }
  .Teaser.TeaserBanner .Teaser-name {
    margin-bottom: 0; }
  .Teaser.TeaserBanner .Teaser-description {
    margin: 0 24px; }
  .Teaser.TeaserBanner .Teaser-description > * {
    margin: 0;
    font-size: 20px;
    line-height: 1.3; }
  .Teaser.TeaserBanner .Teaser-more {
    justify-content: space-around;
    margin-top: 24px;
    margin-bottom: 0; }
  .Teaser.TeaserBanner .Teaser-more .Button-item a {
    padding: 6px 24px; }
  .Teaser.TeaserBanner .Teaser-figure {
    /* START HERE */
    display: block; }

.Teaser.TeaserBanner,
.LayoutList .Article > .List .Teaser.TeaserBanner {
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  padding: 24px 0; }

@media only screen and (min-width: 1268px) {
  .Teaser.TeaserBanner {
    flex: 0 1 66.6666%;
    max-width: 668px; }
  .Teaser.TeaserBannerL,
  .Teaser.TeaserBannerXL {
    flex: 0 0 100%;
    max-width: none; } }

.Teaser.TeaserBanner.TeaserBannerS {
  background: #f8fae8;
  padding: 12px 0; }
  @media only screen and (min-width: 1268px) {
    .Teaser.TeaserBanner.TeaserBannerS {
      flex: 0 1 33.3333%;
      max-width: none; } }

.Teaser.TeaserBanner.TeaserBannerS + .Teaser.TeaserBanner.TeaserBannerS,
.Teaser.TeaserBanner.TeaserBannerS + .Teaser + .Teaser.TeaserBanner.TeaserBannerS {
  background: #dceff2; }

@media only screen and (min-width: 1268px) {
  .Teaser.TeaserBannerL {
    flex: 0 0 100%;
    max-width: none; } }

@media only screen and (min-width: 1268px) {
  .Teaser.TeaserBannerXL {
    flex: 0 0 100%;
    max-width: none; } }

.Teaser.TeaserIssueS {
  flex: 0 1 15%;
  margin-right: 1.59%; }
  .Teaser.TeaserIssueS .Teaser > * {
    order: 4; }
  .Teaser.TeaserIssueS .Teaser-feature,
  .Teaser.TeaserIssueS .Teaser-meta,
  .Teaser.TeaserIssueS .Teaser-figure .Figure-caption {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px); }
  .Teaser.TeaserIssueS .Teaser-figure {
    order: 1; }
  .Teaser.TeaserIssueS .Teaser-name {
    order: 2;
    margin: 0;
    font: inherit;
    font-weight: 700; }
  .Teaser.TeaserIssueS .Teaser-description,
  .Teaser.TeaserIssueS .Teaser-more {
    order: 3;
    margin: 0;
    padding: 0; }
  .Teaser.TeaserIssueS .Teaser-more {
    order: 4;
    margin-top: 12px; }
    .Teaser.TeaserIssueS .Teaser-more .Buttons-item {
      display: inline-block;
      margin: 0 6px 6px 0; }
    .Teaser.TeaserIssueS .Teaser-more a {
      margin: 0; }

/*
.Teaser-feature { @include vh; }
.Teaser-name
.Teaser-meta
.Teaser-figure
.Teaser-description
.Teaser-more
.Teaser-more.Buttons
*/
.Teaser.TeaserIssueL {
  display: block;
  float: left;
  width: 100%;
  max-width: none; }

.Teaser.TeaserIssueL .Teaser-feature,
.Teaser.TeaserIssueL .Teaser-name,
.Teaser.TeaserIssueL .Teaser-description {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

.Teaser.TeaserIssueL .Teaser-figure {
  float: left;
  width: 149px;
  margin-right: 24px; }

.Teaser.TeaserIssueL .Teaser-figure .Figure-caption {
  visibility: hidden; }

.Teaser.TeaserIssueL .Teaser-meta {
  float: right;
  width: calc( 100% - 173px);
  line-height: 1.5; }

.Teaser.TeaserIssueL .Teaser-meta dl {
  display: block;
  width: 100%;
  margin-bottom: 74px;
  line-height: 1.5; }

.Teaser.TeaserIssueL .Teaser-meta dd.issue,
.Teaser.TeaserIssueL .Teaser-meta dd.date,
.Teaser.TeaserIssueL .Teaser-meta dd.publisher,
.Teaser.TeaserIssueL .Teaser-meta dd.url {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

.Teaser.TeaserIssueL .Teaser-meta dd.topic {
  margin-bottom: 0;
  text-transform: none;
  font-weight: 300;
  font-size: 19px;
  font-style: italic;
  color: #000; }

.Teaser.TeaserIssueL .Teaser-meta dd.topic:before {
  display: block;
  content: 'Schwerpunkt';
  font-weight: 700;
  font-size: 19px;
  font-style: normal;
  color: #000; }

.Teaser.TeaserIssueL .Teaser-more.Buttons {
  float: left;
  display: flex;
  justify-content: space-between;
  align-content: stretch;
  width: 149px;
  margin-left: 0;
  margin-right: 0;
  margin: 0; }

.Teaser.TeaserIssueL .Teaser-more .Buttons-item {
  flex: 0 1 100%;
  display: flex;
  align-content: stretch; }

.Teaser.TeaserIssueL .Teaser-more .button {
  width: 100%;
  text-align: center;
  line-height: 1.5;
  color: #000 !important; }

.Teaser.TeaserIssueL .Teaser-more .TeaserIssue-ButtonRead,
.Teaser.TeaserIssueL .Teaser-more .TeaserIssue-ButtonBuy {
  flex: 0 1 46%; }

.Teaser.TeaserIssueL .Teaser-more .button {
  font-weight: 400;
  font-size: 11px;
  margin-right: 0;
  border-color: #646464;
  color: #646464; }

.Search-list-item .Teaser {
  display: grid;
  grid-template-columns: 24% 18px 1fr;
  max-width: none;
  width: 100%; }
  .Search-list-item .Teaser .Teaser-feature {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px); }
  .Search-list-item .Teaser .Teaser-meta {
    display: block;
    grid-column: 3;
    grid-row: 1;
    margin: 0; }
    .Search-list-item .Teaser .Teaser-meta dd {
      margin: 0;
      margin-right: .5em;
      padding-left: 0; }
  .Search-list-item .Teaser .Teaser-name {
    grid-column: 3;
    grid-row: 2;
    margin: 0; }
  .Search-list-item .Teaser .Teaser-figure {
    grid-row: 1 / span 5; }
    .Search-list-item .Teaser .Teaser-figure .Figure-caption {
      position: absolute !important;
      height: 1px;
      width: 1px;
      overflow: hidden;
      clip: rect(1px 1px 1px 1px);
      /* IE6, IE7 */
      clip: rect(1px, 1px, 1px, 1px); }
  .Search-list-item .Teaser .Teaser-description {
    grid-column: 3;
    grid-row: 3;
    margin: 0; }
    .Search-list-item .Teaser .Teaser-description h1, .Search-list-item .Teaser .Teaser-description h2, .Search-list-item .Teaser .Teaser-description h3,
    .Search-list-item .Teaser .Teaser-description p, .Search-list-item .Teaser .Teaser-description ul, .Search-list-item .Teaser .Teaser-description ol, .Search-list-item .Teaser .Teaser-description dl,
    .Search-list-item .Teaser .Teaser-description form,
    .Search-list-item .Teaser .Teaser-description table {
      margin: 0; }
  .Search-list-item .Teaser .Teaser-more {
    grid-column: 3;
    grid-row: 4;
    margin: 0;
    padding: 9px 0 0; }
    .Search-list-item .Teaser .Teaser-more h1, .Search-list-item .Teaser .Teaser-more h2, .Search-list-item .Teaser .Teaser-more h3,
    .Search-list-item .Teaser .Teaser-more p, .Search-list-item .Teaser .Teaser-more ul, .Search-list-item .Teaser .Teaser-more ol, .Search-list-item .Teaser .Teaser-more dl,
    .Search-list-item .Teaser .Teaser-more form,
    .Search-list-item .Teaser .Teaser-more table {
      margin: 0; }

.Search-list-item .TeaserAd {
  display: block; }
  .Search-list-item .TeaserAd .Teaser-figure {
    position: relative;
    top: auto;
    left: auto;
    width: 100%; }

@media only screen and (min-width: 1268px) {
  .Search-list-item .Teaser.TeaserAd.TeaserAdL {
    flex: 0 1 33.3333%;
    max-width: 322px; } }

.Teaser.Teaser-hasTopic .Teaser-feature,
.Teaser.Teaser-hasEvent .Teaser-feature {
  order: 1; }

.Teaser.Teaser-hasTopic .Teaser-figure,
.Teaser.Teaser-hasEvent .Teaser-figure {
  order: 2; }

.Teaser.Teaser-hasTopic .Teaser-meta,
.Teaser.Teaser-hasEvent .Teaser-meta {
  order: 3; }

.Teaser.Teaser-hasTopic .Teaser-name,
.Teaser.Teaser-hasEvent .Teaser-name {
  order: 4; }

.Teaser.Teaser-hasTopic .Teaser-feature,
.Teaser.Teaser-hasEvent .Teaser-feature {
  margin-bottom: 5px;
  padding: 14px 0 0;
  border: none;
  text-align: left; }

.Teaser.Teaser-hasTopic .Teaser-figure .Figure-caption,
.Teaser.Teaser-hasEvent .Teaser-figure .Figure-caption {
  padding-left: 0; }

.Teaser.Teaser-hasTopic .Teaser-figure,
.Teaser.Teaser-hasEvent .Teaser-figure {
  margin-bottom: 24px; }

.Teaser.Teaser-hasTopic .Teaser-meta,
.Teaser.Teaser-hasEvent .Teaser-meta {
  margin-left: 24px;
  margin-right: 24px; }

.Teaser.Teaser-hasTopic .Teaser-name,
.Teaser.Teaser-hasEvent .Teaser-name {
  x-margin-top: 0;
  margin-bottom: 24px; }

.Teaser.Teaser-hasTopic .Teaser-more.Buttons,
.Teaser.Teaser-hasEvent .Teaser-more.Buttons {
  color: #000; }

.Teaser.Teaser-hasTopic .Teaser-more.Buttons a,
.Teaser.Teaser-hasEvent .Teaser-more.Buttons a {
  border-color: #000; }

@media only screen and (min-width: 1268px) {
  .Teaser.Teaser-hasFeature .Figure-media,
  .Teaser.Teaser-hasFeature .Figure-media a {
    max-height: 302px;
    overflow: hidden;
    display: flex;
    align-items: center; } }

.ListSearch {
  display: block; }

.ListSearch-string {
  font: inherit; }

.ListSearch-string:before,
.ListSearch-string:after {
  display: inline;
  content: "'"; }

/* social-likes*/
.social-likes, .social-likes__button, .social-likes__widget {
  animation: none 0s ease 0s 1 normal none running;
  backface-visibility: visible;
  background: transparent none repeat 0 0/auto auto padding-box border-box scroll;
  border: medium none currentColor;
  border-collapse: separate;
  border-image: none;
  border-radius: 0;
  border-spacing: 0;
  bottom: auto;
  box-shadow: none;
  box-sizing: content-box;
  caption-side: top;
  clear: none;
  clip: auto;
  color: #000;
  columns: auto;
  column-count: auto;
  column-fill: balance;
  column-gap: normal;
  column-rule: medium none currentColor;
  column-span: 1;
  column-width: auto;
  content: normal;
  counter-increment: none;
  counter-reset: none;
  cursor: auto;
  direction: ltr;
  display: inline;
  empty-cells: show;
  float: none;
  font-family: serif;
  font-size: medium;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-stretch: normal;
  line-height: normal;
  height: auto;
  hyphens: none;
  left: auto;
  letter-spacing: normal;
  list-style: disc outside none;
  margin: 0;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  opacity: 1;
  orphans: 2;
  outline: medium none invert;
  overflow: visible;
  overflow-x: visible;
  overflow-y: visible;
  padding: 0;
  page-break-after: auto;
  page-break-before: auto;
  page-break-inside: auto;
  perspective: none;
  perspective-origin: 50% 50%;
  position: static;
  right: auto;
  tab-size: 8;
  table-layout: auto;
  text-align: left;
  text-align-last: auto;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  top: auto;
  transform: none;
  transform-origin: 50% 50% 0;
  transform-style: flat;
  transition: none 0s ease 0s;
  unicode-bidi: normal;
  vertical-align: baseline;
  visibility: visible;
  white-space: normal;
  widows: 2;
  width: auto;
  word-spacing: normal;
  z-index: auto;
  all: initial;
  box-sizing: border-box; }

.social-likes:after, .social-likes:before, .social-likes__button:after, .social-likes__button:before, .social-likes__widget:after, .social-likes__widget:before {
  display: none; }

.social-likes {
  opacity: 0; }

.social-likes_visible {
  opacity: 1;
  transition: opacity .25s ease-in; }

.social-likes > * {
  display: block;
  visibility: hidden; }

.social-likes_visible > * {
  visibility: inherit; }

.social-likes {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 16px; }

.social-likes__widget {
  position: relative;
  white-space: nowrap;
  font-size: inherit; }

.social-likes__button, .social-likes__widget {
  display: block;
  cursor: pointer;
  line-height: inherit; }

.social-likes__button {
  text-rendering: optimizeLegibility;
  font-family: Helvetica Neue,Arial,sans-serif;
  color: inherit;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.social-likes__invisible-button {
  display: block;
  width: 100%;
  height: 100%; }

.social-likes__icon {
  position: absolute;
  fill: currentColor;
  width: 1em;
  height: 1em; }

.social-likes__widget_notext .social-likes__icon {
  position: static;
  display: block;
  margin: .3125em; }

.social-likes_vertical {
  -webkit-flex-direction: column;
  flex-direction: column; }

.social-likes {
  min-height: 36px;
  margin: -.45em;
  line-height: 1.45; }

.social-likes__widget {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: .45em;
  line-height: inherit;
  border: 0;
  text-align: left;
  color: #fff; }

.social-likes__widget:active, .social-likes__widget:focus, .social-likes__widget:hover {
  opacity: .9;
  -webkit-filter: saturate(0.8) brightness(1.15);
  filter: saturate(0.8) brightness(1.15); }

.social-likes__button {
  padding: .18em .7em .15em 1.75em;
  vertical-align: middle;
  font-size: .95em; }

.social-likes__icon {
  top: .3em;
  left: .4em; }

.social-likes_vertical .social-likes__widget {
  width: 11em; }

.social-likes__widget_facebook {
  background: #3b5998; }

.social-likes__widget_twitter {
  background: #55acee; }

.social-likes__widget_plusone {
  background: #dc4e41; }

.social-likes__widget_vkontakte {
  background: #45668e; }

.social-likes__widget_odnoklassniki {
  background: #ed812b; }

.social-likes__widget_pinterest {
  background: #bd081c; }

.social-likes__widget_telegram {
  background: #08c; }

.social-likes__widget_linkedin {
  background: #0077b5; }

/* select2 */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

.select2-container--default .select2-selection--single {
  border: 1px solid #000;
  border-radius: 0; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: inherit;
  color: inherit;
  padding: 11px 4px; }

.select2-container .select2-selection--single {
  height: 100%;
  width: calc( 100% - 4px); }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  top: 47%;
  left: 44%; }

.select2-container {
  width: calc( 100% + 4px) !important; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%; }

/* slick slider*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("/fonts/slick.eot");
  src: url("/fonts/slick.eot?#iefix") format("embedded-opentype"), url("/fonts/slick.woff") format("woff"), url("/fonts/slick.ttf") format("truetype"), url("/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 0.75rem;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }
