@charset "UTF-8";
/*--------------------------FAKE PALETTE-----------------------------*/
/*@
*/
/*@
*/
/*@
*/
/****************************************/
/* Breakpoints                          */
/****************************************/
/****************************************/
/* Vertical Rythm                       */
/****************************************/
/****************************************/
/* Font Sizes                           */
/****************************************/
/*@

## Schriftgrößen

html = 100% (16px angenommen)
px  em/rem
12  .75
14  .875
16  1
19  1.1875
21  1.3125
25  1.5625
28  1.75
34  2.125

3.2     .2
4       .25
8       .5
9       .5625
10      .6250
11      .6875
12.8    .8
64      4.
120     7.5
147.2   9.2


html = 100/16 * 10 = 62.5%
px  em/rem
12  1.2
16  1.6
21  2.1
..  ...


*/
/*@
*/
/*@
*/
/*@
*/
/*@
*/
/*@
*/
/*@
*/
/*@
*/
/*@
<div class="sgeFontSize--xs">Text Größe xs</div>
<div class="sgeFontSize--s">Text Größe s</div>
<div class="sgeFontSize">Text Größe Base</div>
<div class="sgeFontSize--m">Text Größe m</div>
<div class="sgeFontSize--l">Text Größe l</div>
<div class="sgeFontSize--xl">Text Größe xl</div>
<div class="sgeFontSize--xxl">Text Größe xxl</div>
<div class="sgeFontSize--xxxl">Text Größe xxxl</div>
*/
/****************************************/
/* Border                               */
/****************************************/
/****************************************/
/* SVG                                  */
/****************************************/
/* To enable SVG gradient support in Opera and IE9, lower the SVG shim threshold */
/****************************************/
/* Styleguide                           */
/****************************************/
/*
Steuert ob styles die nur im Styleguide verwendet werden, erzeugt werden.
*/
/****************************************/
/* BreakPoints                          */
/****************************************/
/* Navigation breakpoints */
/*
Teaser spezifische Breakpoints

Für die optimale Darstellung der Teaser in allen Viewports wurden die folgenden zusätzlichen
Breakpoints eingeführt.
*/
/****************************************/
/* Layouts                              */
/****************************************/
/*
Layouts definieren die Spaltenanzahl bei einem bestimmten Breakpoint.

Die Definitionen können für das Singularity Mixin `@extend layout-at($layout)`
verwendet werden. Das Mixin kombiniert `@extend breakpoint($breakpoint)` und
`@extend layout($columnCount)`.

Sytax der Variablennamen:

- Prefix lo für layout

- Modifier für den Layout Namen
- Modifier für den Breakpoint

$lo<--layoutName><--breakpointName>

$lo--def--xl = Layout Default bei Breakpoint xl

*/
/* Default Layout wird global gesetzt */
/* Layout innerhalb des region--narrow Containers */
/* helper function to get column count from layout */
/* helper function to get breakpoint from layout */
/* helper function to get add-grid definition from layout */
/****************************************/
/* Grids (Singularity)                  */
/****************************************/
/**********************************************/
/* Deprecated Breakpoint and Grid Definitions */
/**********************************************/
/* Breite für das Ausbrechen von Inhalten */
/*
We calculate a viewport $desktopWidth--oversized that allows us to implement a viewport switch
when the browser window touches an oversized ("herausgestellt") container.
 */
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
.configScope {
  /* FARBPALETTE --------------------------------------------------------------------------*/
  /* FARB KONSTANTEN --------------------------------------------------------------------------*/
  /* MODULE -------------------------------------------------------------------------------*/
}

/* 
	 Wird mit `grunt sass_globbing:importPartials` erzeugt oder 
	`grunt scssUpdateImports` 
*/
.ar__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ar--16x9 {
  position: relative;
  overflow: hidden;
  transform-style: preserve-3d;
}

.ar--16x9:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}

.ar--9x16 {
  position: relative;
  overflow: hidden;
  transform-style: preserve-3d;
}

.ar--9x16:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 177.777777778%;
}

.ar--16x7 {
  position: relative;
  overflow: hidden;
  transform-style: preserve-3d;
}

.ar--16x7:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 43.75%;
}

.ar--7x16 {
  position: relative;
  overflow: hidden;
  transform-style: preserve-3d;
}

.ar--7x16:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 228.571428571%;
}

.ar--100x27 {
  position: relative;
  overflow: hidden;
  transform-style: preserve-3d;
}

.ar--100x27:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 27.25%;
}

.ar--4x3 {
  position: relative;
  overflow: hidden;
  transform-style: preserve-3d;
}

.ar--4x3:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}

.ar--100 {
  position: relative;
  overflow: hidden;
  transform-style: preserve-3d;
}

.ar--100:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

.ar--100x141 {
  position: relative;
  overflow: hidden;
  transform-style: preserve-3d;
}

.ar--100x141:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 141%;
}

.ar--16xX {
  position: relative;
  overflow: hidden;
  transform-style: preserve-3d;
}

.ar--16xX:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 6.25%;
}

.ar--auto {
  position: relative;
  overflow: hidden;
  transform-style: preserve-3d;
  height: auto;
  min-height: 385px;
}

.ar--auto:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

@media (min-width: 56.25em) {
  .ar--appendix16x7Height {
    position: relative;
    overflow: hidden;
    transform-style: preserve-3d;
  }
  .ar--appendix16x7Height:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 131.19266055%;
  }
}

@media (min-width: 56.25em) {
  .ar--appendix16x9Height {
    position: relative;
    overflow: hidden;
    transform-style: preserve-3d;
  }
  .ar--appendix16x9Height:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 168.636363636%;
  }
}

.centerHorizontal {
  position: relative;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.centerHorizontal--absolute {
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.centerVertical {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.centerVertical--absolute {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.centerCenter {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hide {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.hide:focus {
  position: relative;
  left: 0;
  width: auto;
  height: auto;
  overflow: initial;
}

.hideCompletely {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.h-hideCompletely {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

.paddingLeader {
  padding-top: 0.875em;
}

.paddingLeader--s {
  padding-top: 0.4375em;
}

.marginLeader--xs, .contentNav {
  margin-top: 0.21875em;
}

.marginLeader--m {
  margin-top: 1.3125em;
}

.marginLeader--l {
  margin-top: 1.75em;
}

.paddingTrailer {
  padding-bottom: 0.875em;
}

.marginTrailer {
  margin-bottom: 0.875em;
}

.marginTrailer--no {
  margin-bottom: 0;
}

.marginTrailer--s {
  margin-bottom: 0.4375em;
}

.marginTrailer--m {
  margin-bottom: 1.3125em;
}

.marginTrailer--l {
  margin-bottom: 1.75em;
}

.unbreakable {
  white-space: nowrap;
}

.rsff:after {
  display: block;
  content: attr(data-rsff);
  font-weight: bold;
  height: 1px;
  color: transparent;
  overflow: hidden;
  visibility: hidden;
  margin-bottom: -1px;
}

.u-gutter {
  padding-right: 4px;
  padding-left: 4px;
}

@media (min-width: 22.5em) {
  .u-gutter {
    padding-right: 4px;
    padding-left: 4px;
  }
}

@media (min-width: 25em) {
  .u-gutter {
    padding-right: 6px;
    padding-left: 6px;
  }
}

@media (min-width: 33.75em) {
  .u-gutter {
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (min-width: 42.5em) {
  .u-gutter {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 51.25em) {
  .u-gutter {
    padding-right: 12px;
    padding-left: 12px;
  }
}

@media (min-width: 60em) {
  .u-gutter {
    padding-right: 14px;
    padding-left: 14px;
  }
}

.u-gutter.-noLeft {
  padding-left: 0;
}

.u-gutter.-noRight {
  padding-right: 0;
}

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* http://necolas.github.io/normalize.css/2.1.3/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct webkit-default
 */
p {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}

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

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

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

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

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

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

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

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

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

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

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

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #fff;
  margin: 0 2px;
  padding: .35em .625em .75em 0;
}

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

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

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

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

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

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

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

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

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

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

input[type="text"]::-ms-clear {
  display: none;
}

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

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

/*Webkit Normalizen */
ul, menu, dir,
figure,
p {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
}

h1, h2, h3, h4, h5, h6 {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  margin: 0;
}

ul, ol, dl {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* IE9 adds a margin to <p> */
p {
  margin: 0;
}

/****************************************/
/* Border Box                               */
/****************************************/
*, *:before, *:after {
  box-sizing: border-box;
}

/*
 * Links
 */
a {
  text-decoration: none;
}

/*
 * Images
 *
 * 1. Remove border when inside `a` element in IE 8/9.
 * 2. Avoid automatically added margin to images
 */
img {
  border: 0;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* Disable bounding box rendering for links on iOS */
*:hover, *:active, *:focus {
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

/* Reset border, padding, margin for fieldsets */
fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

/* Reset margin in firefox */
dd {
  -moz-margin-start: 0;
}

b {
  font-weight: 700;
}

/* Reset font style */
i {
  font-style: normal;
}

/* No internal button paddings */
button {
  padding: 0;
}

/* 
	 Wird mit `grunt sass_globbing:importPartials` erzeugt oder 
	`grunt scssUpdateImports` 
*/
@font-face {
  font-family: "DIN";
  src: url("font/DINWebPro.woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "DIN";
  src: url("font/DINWebPro-Bold.woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "RobotoCond";
  src: url("font/robotocondensed-regular-webfont.woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: condensed;
}

@font-face {
  font-family: "RobotoCond";
  src: url("font/robotocondensed-bold-webfont.woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: condensed;
}

@font-face {
  font-family: "Merriweather";
  src: url("font/Merriweather400.woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Merriweather";
  src: url("font/Merriweather400italic.woff");
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}

/*----------------------------------------------------------------------------*/
/*@

# Color Themes

*/
/*@

Erzeugt einen Theme Kontext.

```scss
@include theme(primary) {

}
```

```scss
@include theme(primary, secondary, (link: #f00)) {
    p {
        color: color(text);
    }

    a {
        color: color(link);
    }
}
```

*/
/*@

Liest eine Farbe aus dem Kontext.

```scss
color: color(link);
```

*/
/* Hilfsfunktion, setzt das Theme für den Kontext */
/*@

```scss
$themes: (
    <name>: (
        text: <color>
        ,bg: <color>
        ,bd: <color>
        ,link-text: <color>
        ,link-bg: <color>
        ,hover-text: <color>
        ,hover-bg: <color>
        ,accent: <color>
        ,note: <color>
    ),
    ...
)
```

*/
/* Styleguide-----------------------------------------------------------------*/
/* 
	 Wird mit `grunt sass_globbing:importPartials` erzeugt oder 
	`grunt scssUpdateImports` 
*/
.separatorTest {
  border: 1px solid #797979;
}

/*@
Erzeugt ein generisch gestaltetes html hr Trennlinie
*/
.separator {
  border: 1px solid #797979;
}

.separator--dotted {
  border: 1px dotted #797979;
}

/*@
Erzeugt einen horizontalen Rahmen ober- und unterhalb eines Containers
*/
.border--topBottom {
  border-top: 1px solid #797979;
  border-bottom: 1px solid #797979;
}

/*@
Erzeugt einen vertikalen Rahmen links und rechts eines Containers
*/
.border--leftRight {
  border-top: 1px solid #797979;
  border-bottom: 1px solid #797979;
}

.separator--bottom {
  border-bottom: 1px solid #797979;
}

.separator--top {
  border-top: 1px solid #797979;
}

.separatorDotted--bottom {
  border-bottom: 1px dotted #797979;
}

.separatorDotted--top {
  border-top: 1px dotted #797979;
}

.pipe {
  margin-left: 6px;
  margin-left: 0.375rem;
  margin-right: 6px;
  margin-right: 0.375rem;
}

/*@
Textgrößen
*/
/*
    Helper Functions/Mixins
*/
.headline.-xs {
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
}

.headline.-s {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 24px;
  line-height: 1.5rem;
}

.headline.-m {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 29px;
  line-height: 1.8125rem;
}

.headline.-l {
  font-size: 29px;
  font-size: 1.8125rem;
  line-height: 34px;
  line-height: 2.125rem;
}

.headline.-xl {
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 39px;
  line-height: 2.4375rem;
}

.headline.-xxl {
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 49px;
  line-height: 3.0625rem;
}

.topline.-s {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 17px;
  line-height: 1.0625rem;
}

.topline.-m {
  font-size: 16px;
  font-size: 1rem;
  line-height: 19px;
  line-height: 1.1875rem;
}

.topline.-l {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
}

.topline.-xl {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 26px;
  line-height: 1.625rem;
}

.text.-s {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
}

.text.-m {
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
}

.text.-l {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 28px;
  line-height: 1.75rem;
}

.text.-xl {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 29px;
  line-height: 1.8125rem;
}

.byline.-m, .-m.byline--dark, .-m.cite__author {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
}

.byline.-l, .-l.byline--dark, .-l.cite__author {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 19px;
  line-height: 1.1875rem;
}

.label.-s {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
}

.label.-m {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  line-height: 1.375rem;
}

.label.-l {
  font-size: 16px;
  font-size: 1rem;
  line-height: 23px;
  line-height: 1.4375rem;
}

.label.-xl {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 26px;
  line-height: 1.625rem;
}

.tags.-m {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 19px;
  line-height: 1.1875rem;
}

.navigation.-s {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 19px;
  line-height: 1.1875rem;
}

.navigation.-m {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 21px;
  line-height: 1.3125rem;
}

.navigation.-l {
  font-size: 16px;
  font-size: 1rem;
  line-height: 19px;
  line-height: 1.1875rem;
}

.headline.-debug {
  /*
        &.-xs:before {
          display: block;
          margin-top: $m * -1;
          width: 100%;
          background: #AAA;
          content:'font-size:16px line-height:1.25';
          font-size: 10px;
        }
        &.-xs:after {
          display:block;
          content:"";
        }

*/
  /*
        &.-s:before {
          display: block;
          margin-top: $m * -1;
          width: 100%;
          background: #AAA;
          content:'font-size:21px line-height:1.1428571429';
          font-size: 10px;
        }
        &.-s:after {
          display:block;
          content:"";
        }

*/
  /*
        &.-m:before {
          display: block;
          margin-top: $m * -1;
          width: 100%;
          background: #AAA;
          content:'font-size:24px line-height:1.2083333333';
          font-size: 10px;
        }
        &.-m:after {
          display:block;
          content:"";
        }

*/
  /*
        &.-l:before {
          display: block;
          margin-top: $m * -1;
          width: 100%;
          background: #AAA;
          content:'font-size:29px line-height:1.1724137931';
          font-size: 10px;
        }
        &.-l:after {
          display:block;
          content:"";
        }

*/
  /*
        &.-xl:before {
          display: block;
          margin-top: $m * -1;
          width: 100%;
          background: #AAA;
          content:'font-size:34px line-height:1.1470588235';
          font-size: 10px;
        }
        &.-xl:after {
          display:block;
          content:"";
        }

*/
  /*
        &.-xxl:before {
          display: block;
          margin-top: $m * -1;
          width: 100%;
          background: #AAA;
          content:'font-size:44px line-height:1.1136363636';
          font-size: 10px;
        }
        &.-xxl:after {
          display:block;
          content:"";
        }

*/
}

.headline.-debug.-xs {
  margin-top: -4px;
  margin-bottom: -4px;
}

.headline.-debug.-s {
  margin-top: -6px;
  margin-bottom: -4px;
}

.headline.-debug.-m {
  margin-top: -7px;
  margin-bottom: -5px;
}

.headline.-debug.-l {
  margin-top: -8px;
  margin-bottom: -5px;
}

.headline.-debug.-xl {
  margin-top: -9px;
  margin-bottom: -7px;
}

.headline.-debug.-xxl {
  margin-top: -11px;
  margin-bottom: -7px;
}

.topline.-debug {
  /*
        &.-s:before {
          display: block;
          margin-top: $m * -1;
          width: 100%;
          background: #AAA;
          content:'font-size:14px line-height:1.2142857143';
          font-size: 10px;
        }
        &.-s:after {
          display:block;
          content:"";
        }

*/
  /*
        &.-m:before {
          display: block;
          margin-top: $m * -1;
          width: 100%;
          background: #AAA;
          content:'font-size:16px line-height:1.1875';
          font-size: 10px;
        }
        &.-m:after {
          display:block;
          content:"";
        }

*/
  /*
        &.-l:before {
          display: block;
          margin-top: $m * -1;
          width: 100%;
          background: #AAA;
          content:'font-size:18px line-height:1.2222222222';
          font-size: 10px;
        }
        &.-l:after {
          display:block;
          content:"";
        }

*/
  /*
        &.-xl:before {
          display: block;
          margin-top: $m * -1;
          width: 100%;
          background: #AAA;
          content:'font-size:21px line-height:1.2380952381';
          font-size: 10px;
        }
        &.-xl:after {
          display:block;
          content:"";
        }

*/
}

.topline.-debug.-s {
  margin-top: -4px;
  margin-bottom: -3px;
}

.topline.-debug.-m {
  margin-top: -4px;
  margin-bottom: -3px;
}

.topline.-debug.-l {
  margin-top: -5px;
  margin-bottom: -4px;
}

.topline.-debug.-xl {
  margin-top: -6px;
  margin-bottom: -5px;
}

.text.-debug {
  /*
        &.-s:before {
          display: block;
          margin-top: $m * -1;
          width: 100%;
          background: #AAA;
          content:'font-size:14px line-height:1.4285714286';
          font-size: 10px;
        }
        &.-s:after {
          display:block;
          content:"";
        }

*/
  /*
        &.-m:before {
          display: block;
          margin-top: $m * -1;
          width: 100%;
          background: #AAA;
          content:'font-size:16px line-height:1.375';
          font-size: 10px;
        }
        &.-m:after {
          display:block;
          content:"";
        }

*/
  /*
        &.-l:before {
          display: block;
          margin-top: $m * -1;
          width: 100%;
          background: #AAA;
          content:'font-size:19px line-height:1.4736842105';
          font-size: 10px;
        }
        &.-l:after {
          display:block;
          content:"";
        }

*/
  /*
        &.-xl:before {
          display: block;
          margin-top: $m * -1;
          width: 100%;
          background: #AAA;
          content:'font-size:24px line-height:1.2083333333';
          font-size: 10px;
        }
        &.-xl:after {
          display:block;
          content:"";
        }

*/
}

.text.-debug.-s {
  margin-top: -4px;
  margin-bottom: -4px;
}

.text.-debug.-m {
  margin-top: -5px;
  margin-bottom: -7px;
}

.text.-debug.-l {
  margin-top: -6px;
  margin-bottom: -9px;
}

.text.-debug.-xl {
  margin-top: -5px;
  margin-bottom: -9px;
}

.byline.-debug, .-debug.byline--dark, .-debug.cite__author {
  /*
        &.-m:before {
          display: block;
          margin-top: $m * -1;
          width: 100%;
          background: #AAA;
          content:'font-size:12px line-height:1.5';
          font-size: 10px;
        }
        &.-m:after {
          display:block;
          content:"";
        }

*/
  /*
        &.-l:before {
          display: block;
          margin-top: $m * -1;
          width: 100%;
          background: #AAA;
          content:'font-size:14px line-height:1.3571428571';
          font-size: 10px;
        }
        &.-l:after {
          display:block;
          content:"";
        }

*/
}

.byline.-debug.-m, .-debug.-m.byline--dark, .-debug.-m.cite__author {
  margin-top: -4px;
  margin-bottom: -5px;
}

.byline.-debug.-l, .-debug.-l.byline--dark, .-debug.-l.cite__author {
  margin-top: -4px;
  margin-bottom: -5px;
}

.label.-debug {
  /*
        &.-s:before {
          display: block;
          margin-top: $m * -1;
          width: 100%;
          background: #AAA;
          content:'font-size:12px line-height:1.5';
          font-size: 10px;
        }
        &.-s:after {
          display:block;
          content:"";
        }

*/
  /*
        &.-m:before {
          display: block;
          margin-top: $m * -1;
          width: 100%;
          background: #AAA;
          content:'font-size:14px line-height:1.5714285714';
          font-size: 10px;
        }
        &.-m:after {
          display:block;
          content:"";
        }

*/
  /*
        &.-l:before {
          display: block;
          margin-top: $m * -1;
          width: 100%;
          background: #AAA;
          content:'font-size:16px line-height:1.4375';
          font-size: 10px;
        }
        &.-l:after {
          display:block;
          content:"";
        }

*/
  /*
        &.-xl:before {
          display: block;
          margin-top: $m * -1;
          width: 100%;
          background: #AAA;
          content:'font-size:18px line-height:1.4444444444';
          font-size: 10px;
        }
        &.-xl:after {
          display:block;
          content:"";
        }

*/
}

.label.-debug.-s {
  margin-top: -0px;
  margin-bottom: -0px;
}

.label.-debug.-m {
  margin-top: -0px;
  margin-bottom: -0px;
}

.label.-debug.-l {
  margin-top: -0px;
  margin-bottom: -0px;
}

.label.-debug.-xl {
  margin-top: -0px;
  margin-bottom: -0px;
}

.tags.-debug {
  /*
        &.-m:before {
          display: block;
          margin-top: $m * -1;
          width: 100%;
          background: #AAA;
          content:'font-size:14px line-height:1.3571428571';
          font-size: 10px;
        }
        &.-m:after {
          display:block;
          content:"";
        }

*/
}

.tags.-debug.-m {
  margin-top: -5px;
  margin-bottom: -6px;
}

.navigation.-debug {
  /*
        &.-s:before {
          display: block;
          margin-top: $m * -1;
          width: 100%;
          background: #AAA;
          content:'font-size:12px line-height:1.5833333333';
          font-size: 10px;
        }
        &.-s:after {
          display:block;
          content:"";
        }

*/
  /*
        &.-m:before {
          display: block;
          margin-top: $m * -1;
          width: 100%;
          background: #AAA;
          content:'font-size:15px line-height:1.4';
          font-size: 10px;
        }
        &.-m:after {
          display:block;
          content:"";
        }

*/
  /*
        &.-l:before {
          display: block;
          margin-top: $m * -1;
          width: 100%;
          background: #AAA;
          content:'font-size:16px line-height:1.1875';
          font-size: 10px;
        }
        &.-l:after {
          display:block;
          content:"";
        }

*/
}

.navigation.-debug.-s {
  margin-top: -5px;
  margin-bottom: -6px;
}

.navigation.-debug.-m {
  margin-top: -5px;
  margin-bottom: -6px;
}

.navigation.-debug.-l {
  margin-top: -5px;
  margin-bottom: -6px;
}

.topline.-debug {
  font-family: RobotoCond, sans-serif;
}

.-debug .byline, .-debug .byline--dark, .-debug .cite__author {
  display: block !important;
}

.hr.-debug {
  border: none;
  margin: 30px 0 0;
}

.box.-debug {
  border: 1px solid black;
}

/*
Formatierung ohne Textgrößen
*/
.text__headline {
  display: block;
  font-family: RobotoCond, sans-serif;
  font-weight: 700;
  color: #000;
}

.text__topline {
  display: block;
  font-family: RobotoCond, sans-serif;
  font-weight: 400;
  color: #006dc1;
}

.text__subline {
  display: block;
  font-family: RobotoCond, sans-serif;
  color: #606060;
}

.text__byline {
  display: inline-block;
  font-family: Merriweather, serif;
  font-style: italic;
  color: #606060;
}

.text__copytext {
  font-family: DIN, sans-serif;
  font-weight: 400;
}

.text__label {
  display: inline-block;
  font-family: RobotoCond, sans-serif;
  font-weight: 400;
  padding: 0 10px;
  color: #fff;
}

.text__label.-media {
  background-color: #006dc1;
}

.text__label.-breakingnews {
  background-color: #cc1a14;
}

.text__label.-comment {
  background-color: #019b72;
}

.text__label.-liveticker, .text__label.-ticker, .text__label.-livestream, .text__label.-live, .text__label.-livechat, .text__label.-buliticker {
  background-color: #f07800;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  line-height: 1;
  font-weight: 400;
}

/*@
# Überschriften

Das Mixin erzeugt die Klassen, die den Abstand von Labeln zu den darüber und darunter stehenden Elementen festlegen und legt zudem
die Schriftgröße des Labels fest.

Der Parameter $label legt die Schriftgröße des Labels, der Parameter $byline die Schriftgröße der Byline rechts neben dem Label fest.
Die erlaubten Werte sind den Maps in __size.scss zu entnehmen.
Mit dem Parameter $marginTop wird der Abstand zum Element oberhalb des Labels festgelegt (Wert in Pixeln).
$headline definiert die Größe der Überschrift unterhalb des Labels (auch hier sind die erlaubten Werte der entsprechenden Map in __size.scss zu entnehmen) und
$headlineMarginTop erlaubt es einen vom Standard abweichenden Abstand zwischen Überschrift und Label anzugeben.
Mit $class-type wird festgelegt in welchem Kontext das Label verwendet wird. Standardmäßig ist hier teaser gesetzt.
*/
/*@
*/
.headline--separator {
  position: relative;
  display: block;
  text-align: left;
  border-bottom: 1px solid #000;
  text-transform: uppercase;
}

@media (min-width: 27em) {
  .headline--separator {
    border-bottom: none;
    text-align: center;
  }
}

.headline--separator:before {
  display: none;
}

@media (min-width: 27em) {
  .headline--separator:before {
    position: absolute;
    top: 60%;
    display: block;
    border-top: 1px solid #000;
    width: 100%;
    height: 1px;
    content: "";
    z-index: 1;
  }
}

.headline--separator__text {
  position: relative;
  display: inline-block;
  background-color: #fff;
  z-index: 1;
}

@media (min-width: 0em) and (max-width: 26.9375em) {
  .headline--separator__text.teaser__gutter {
    padding-left: 0;
    padding-right: 0;
  }
}

.headline {
  display: block;
  font-family: RobotoCond, sans-serif;
  font-weight: 700;
}

.headline__topline {
  display: block;
  font-weight: 400;
  text-overflow: ellipsis;
  overflow: hidden;
}

.headline__title {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}

.headline--normal {
  display: block;
  font-family: RobotoCond, sans-serif;
}

/*@
Basisklasse zur optischen Auszeichnung einer Überschrift.
Sie wird in der Regel in Kombination mit einer spezialisierteren Klasse verwendet.
*/
/* base - (16px - 16px) -                       - tablet(25)                            - 21+3+4   = 28/7 = 4 */
/* m    - (19px - 16px) -                                                               - 23+2+3   = 28/7 = 4 */
/* l    - (21px - 19px) - mobile(66,50,33,25])  - tablet(33)        - desktop(25)       - 25+7+3   = 35/7 = 5 */
/* xl   - (25px - 19px) - mobile(100)           - tablet(50,66)     - desktop(33)       - 29+6+7   = 42/7 = 6 */
/* xxl  - (28px - 21px) -                       - tablet(100)       - desktop(50,66)    - 35+7+7   = 49/7 = 7 */
/* xxxl - (34px - 21px) -                                           - desktop(100)      - 42+7+7   = 56/7 = 8 */
/*@
## Mixins
*/
/*@
```scss
@mixin generateHeadlineSizes($classType: '%', $breakpointIdentifier:"", $leader: true)
```
Dieses Mixin generiert Klassen oder Placeholder für Überschriften.
Mit dem Parameter $classType wird gesteuert, ob Klassen oder Placeholder erzeugt werden sollen.

Der Parameter $leader steuert, ob die Überschrift oberhalb ein Padding erhält oder nicht.

Sollen z.B. Placeolder für Überschriften mit einem Padding oberhalb erzeugt werden, muss das Mixin
folgendermaßen inkludiert werden:

```scss
@include generateHeadlines;
```
*/
/*@
```scss
@mixin generateHeadlineSizesWithBreakpoints($classType: '%', $leader: true)
```
Dieses Mixin wird verwendet, um Klassen oder Placeholder Klassen für Überschriften zu erzeugen,
die bereits die Deklarationen für bestimmte Breakpoints enthalten.
Mit dem Parameter $classType wird gesteuert, ob Klassen oder Placeholder erzeugt werden sollen.
Der Parameter $leader steuert weiterhin, ob die Überschrift oberhalb ein Padding erhält oder nicht.

Sollen z.B. Placeholder für Überschriften mit einem Padding oberhalb erzeugt werden, muss das Mixin
folgendermaßen inkludiert werden:

```scss
@include generateHeadlinesWithBreakpoints;
```
*/
/* Überschriften*/
.headline--xs, .headline--s {
  /* headline leader */
  padding-top: 0.2857142857em;
  /* title font-size and line-height */
  font-size: 0.875em;
  line-height: 1.5em;
  /* headline trailer */
  margin-bottom: 0.2142857143em;
  letter-spacing: 0.015rem;
  /* topline font-size and line-height */
}

.headline--xs > .headline__topline, .headline--s > .headline__topline {
  font-size: 0.875em;
  line-height: 1.5em;
}

.headline--base, .headline--relatedContent {
  /* headline leader */
  padding-top: 0.25em;
  /* title font-size and line-height */
  font-size: 1em;
  line-height: 1.3125em;
  /* headline trailer */
  margin-bottom: 0.1875em;
  letter-spacing: 0.015rem;
  /* topline font-size and line-height */
}

.headline--base > .headline__topline, .headline--relatedContent > .headline__topline {
  font-size: 0.875em;
  line-height: 1.5em;
}

.headline--m {
  /* headline leader */
  padding-top: 0.1578947368em;
  /* title font-size and line-height */
  font-size: 1.1875em;
  line-height: 1.2105263158em;
  /* headline trailer */
  margin-bottom: 0.1052631579em;
  letter-spacing: 0;
  /* topline font-size and line-height */
}

.headline--m > .headline__topline {
  font-size: 1em;
  line-height: 1.3125em;
}

.headline--l {
  /* headline leader */
  padding-top: 0.3333333333em;
  /* title font-size and line-height */
  font-size: 1.3125em;
  line-height: 1.1904761905em;
  /* headline trailer */
  margin-bottom: 0.1428571429em;
  letter-spacing: 0;
  /* topline font-size and line-height */
}

.headline--l > .headline__topline {
  font-size: 1.1875em;
  line-height: 1.2105263158em;
}

.headline--xl {
  /* headline leader */
  padding-top: 0.28em;
  /* title font-size and line-height */
  font-size: 1.5625em;
  line-height: 1.16em;
  /* headline trailer */
  margin-bottom: 0.24em;
  letter-spacing: 0;
  /* topline font-size and line-height */
}

.headline--xl > .headline__topline {
  font-size: 1.1875em;
  line-height: 1.2105263158em;
}

/* Überschriften inklusive Breakpoints*/
@media (min-width: 43.75em) {
  .headline--xs {
    /* headline leader */
    padding-top: 0.25em;
    /* title font-size and line-height */
    font-size: 1em;
    line-height: 1.3125em;
    /* headline trailer */
    margin-bottom: 0.1875em;
    letter-spacing: 0.015rem;
    /* topline font-size and line-height */
  }
  .headline--xs > .headline__topline {
    font-size: 0.875em;
    line-height: 1.5em;
  }
  .headline--s {
    /* headline leader */
    padding-top: 0.1578947368em;
    /* title font-size and line-height */
    font-size: 1.1875em;
    line-height: 1.2105263158em;
    /* headline trailer */
    margin-bottom: 0.1052631579em;
    letter-spacing: 0;
    /* topline font-size and line-height */
  }
  .headline--s > .headline__topline {
    font-size: 1em;
    line-height: 1.3125em;
  }
  .headline--base {
    /* headline leader */
    padding-top: 0.3333333333em;
    /* title font-size and line-height */
    font-size: 1.3125em;
    line-height: 1.1904761905em;
    /* headline trailer */
    margin-bottom: 0.1428571429em;
    letter-spacing: 0;
    /* topline font-size and line-height */
  }
  .headline--base > .headline__topline {
    font-size: 1.1875em;
    line-height: 1.2105263158em;
  }
  .headline--m {
    /* headline leader */
    padding-top: 0.28em;
    /* title font-size and line-height */
    font-size: 1.5625em;
    line-height: 1.16em;
    /* headline trailer */
    margin-bottom: 0.24em;
    letter-spacing: 0;
    /* topline font-size and line-height */
  }
  .headline--m > .headline__topline {
    font-size: 1.1875em;
    line-height: 1.2105263158em;
  }
  .headline--l {
    /* headline leader */
    padding-top: 0.25em;
    /* title font-size and line-height */
    font-size: 1.75em;
    line-height: 1.25em;
    /* headline trailer */
    margin-bottom: 0.25em;
    letter-spacing: 0;
    /* topline font-size and line-height */
  }
  .headline--l > .headline__topline {
    font-size: 1.3125em;
    line-height: 1.1904761905em;
  }
  .headline--xl {
    /* headline leader */
    padding-top: 0.2058823529em;
    /* title font-size and line-height */
    font-size: 2.125em;
    line-height: 1.2352941176em;
    /* headline trailer */
    margin-bottom: 0.2058823529em;
    letter-spacing: 0;
    /* topline font-size and line-height */
  }
  .headline--xl > .headline__topline {
    font-size: 1.3125em;
    line-height: 1.1904761905em;
  }
}

@media (min-width: 27em) and (max-width: 43.6875em) {
  .headline--xs {
    /* headline leader */
    padding-top: 0.2857142857em;
    /* title font-size and line-height */
    font-size: 0.875em;
    line-height: 1.5em;
    /* headline trailer */
    margin-bottom: 0.2142857143em;
    letter-spacing: 0.015rem;
    /* topline font-size and line-height */
  }
  .headline--xs > .headline__topline {
    font-size: 0.875em;
    line-height: 1.5em;
  }
  .headline--s {
    /* headline leader */
    padding-top: 0.25em;
    /* title font-size and line-height */
    font-size: 1em;
    line-height: 1.3125em;
    /* headline trailer */
    margin-bottom: 0.1875em;
    letter-spacing: 0.015rem;
    /* topline font-size and line-height */
  }
  .headline--s > .headline__topline {
    font-size: 0.875em;
    line-height: 1.5em;
  }
  .headline--base {
    /* headline leader */
    padding-top: 0.1578947368em;
    /* title font-size and line-height */
    font-size: 1.1875em;
    line-height: 1.2105263158em;
    /* headline trailer */
    margin-bottom: 0.1052631579em;
    letter-spacing: 0;
    /* topline font-size and line-height */
  }
  .headline--base > .headline__topline {
    font-size: 1em;
    line-height: 1.3125em;
  }
  .headline--m {
    /* headline leader */
    padding-top: 0.3333333333em;
    /* title font-size and line-height */
    font-size: 1.3125em;
    line-height: 1.1904761905em;
    /* headline trailer */
    margin-bottom: 0.1428571429em;
    letter-spacing: 0;
    /* topline font-size and line-height */
  }
  .headline--m > .headline__topline {
    font-size: 1.1875em;
    line-height: 1.2105263158em;
  }
  .headline--l {
    /* headline leader */
    padding-top: 0.28em;
    /* title font-size and line-height */
    font-size: 1.5625em;
    line-height: 1.16em;
    /* headline trailer */
    margin-bottom: 0.24em;
    letter-spacing: 0;
    /* topline font-size and line-height */
  }
  .headline--l > .headline__topline {
    font-size: 1.1875em;
    line-height: 1.2105263158em;
  }
  .headline--xl {
    /* headline leader */
    padding-top: 0.25em;
    /* title font-size and line-height */
    font-size: 1.75em;
    line-height: 1.25em;
    /* headline trailer */
    margin-bottom: 0.25em;
    letter-spacing: 0;
    /* topline font-size and line-height */
  }
  .headline--xl > .headline__topline {
    font-size: 1.3125em;
    line-height: 1.1904761905em;
  }
}

/* Klassen und Placeholder */
/*@
##Klassen und Placeholder

Zur Auszeichnung von konkreten Überschriften können spezialisierte Klassen oder Placeholder genutzt werden. Derzeit werden lediglich Placeholder generiert und sollten, wenn
nicht zwingend anders erforderlich der Nutzung von Klassen vorgezogen werden.
Eine Überschrift kann mit oder ohne Kopfzeile dargestellt werden.
Standardmäßig ist das Markup einer Überschrift wie folgt aufgebaut:

```html
<hX class="headline headline--[modifier-size]" itemprop="headline">
    <span class="headline__topline">Dachzeile</span>
    <span class="headline__title">Überschrift</span>
</hX>
```

Zur Festlegung der Größe einer Überschrift können Klassen oder Placeholder mit oder ohne impliziertem Breakpoint genutzt werden.

###Placeholder ohne Breakpoints

```scss
%headlineSize--xs
```

<h1 class="headline headlineSize--xs" itemprop="headline">
    <span class="headline__topline">Dachzeile Größe xs (Schriftgröße: 14px)</span>
    <span class="headline__title">Überschrift Größe xs (Schriftgröße: 12px)</span>
</h1>

```scss
%headlineSize--s
```

<h1 class="headline headlineSize--s" itemprop="headline">
    <span class="headline__topline">Dachzeile Größe s (Schriftgröße: 14px)</span>
    <span class="headline__title">Überschrift Größe s (Schriftgröße: 14px)</span>
</h1>

```scss
%headlineSize--base
```

<h1 class="headline headlineSize--base" itemprop="headline">
    <span class="headline__topline">Dachzeile Größe base (Schriftgröße: 14px)</span>
    <span class="headline__title">Überschrift Größe base (Schriftgröße: 16px)</span>
</h1>


```scss
%headlineSize--m
```

<h1 class="headline headlineSize--m" itemprop="headline">
    <span class="headline__topline">Dachzeile Größe m (Schriftgröße: 16px)</span>
    <span class="headline__title">Überschrift Größe m (Schriftgröße: 19px)</span>
</h1>

```scss
%headlineSize--l
```

<h1 class="headline headlineSize--l" itemprop="headline">
    <span class="headline__topline">Dachzeile Größe l (Schriftgröße: 19px)</span>
    <span class="headline__title">Überschrift Größe l (Schriftgröße: 21px)</span>
</h1>

```scss
%headlineSize--xl
```

<h1 class="headline headlineSize--xl" itemprop="headline">
    <span class="headline__topline">Dachzeile Größe xl (Schriftgröße: 19px)</span>
    <span class="headline__title">Überschrift Größe xl (Schriftgröße: 25px)</span>
</h1>

```scss
%headlineSize--xxl
```

<h1 class="headline headlineSize--xxl" itemprop="headline">
    <span class="headline__topline">Dachzeile Größe xxl (Schriftgröße: 21px)</span>
    <span class="headline__title">Überschrift Größe xxl (Schriftgröße: 28px)</span>
</h1>

```scss
%headlineSize--xxxl
```

<h1 class="headline headlineSize--xxxl" itemprop="headline">
    <span class="headline__topline">Dachzeile Größe xxxl (Schriftgröße: 21px)</span>
    <span class="headline__title">Überschrift Größe xxxl (Schriftgröße: 34px)</span>
</h1>

Durch anfügen eines Parameters --noLeader an den Namen des Placeholders kann bei allen Placeholdern
konfiguriert werden, dass sie kein Padding oberhalb bekommen. Z.B.

```scss
%headlineSize--xs--noLeader
```

###Placeholder mit impliziter Deklaration eines Breakpoints


Placeholder Klassen sind nach folgendem Schema aufgebaut:

```scss
%headlineSize--[GRÖßE]--[VIEWPORT]
```

Als Viewport können die folgenden Werte genutzt werden:

<table class="styleguideTable">
<tr class="styleguideTable__header">
    <th>Bezeichner</th>
    <th>Wertebereich</th>
</tr>
<tr class="styleguideTable__row">
    <td>mobileOnly</td>
    <td>zwischen 0 und 431px</td>
</tr>
<tr class="styleguideTable__row">
    <td>tablet</td>
    <td>ab 432px</td>
</tr>
<tr class="styleguideTable__row">
    <td>tabletOnly</td>
    <td>zwischen 432px und 699px</td>
</tr>
<tr class="styleguideTable__row">
    <td>desk</td>
    <td>ab 700px</td>
</tr>
</table>

Als Größen stehen die Werte xs, s, m, base, l, xl, xxl und xxxl zur Verfügung.

Ein beispielhafter Name eines Placeholders würde so

```scss
%headlineSize--xs--desk
```

lauten.


Ist es nicht notwendig getrennt für die einzelnen Viewports bestimmte Verhalten zu definieren,
können auch Klassen genutzt werden, die bereits das entsprechende Verhalten für alle Viewports beinhalten.
Folgende Klassen sind vorhanden:

*/
/*@
*/
.headline--xs {
  letter-spacing: 0.05em;
}

/*@
*/
/*@
*/
/*@
*/
/*@
*/
/*@
*/
/*@
# subheadline single page
*/
.headline--sub {
  /* headline leader */
  padding-top: 0em;
  /* title font-size and line-height */
  font-size: 1.1875em;
  line-height: 1.2105263158em;
  /* headline trailer */
  margin-bottom: 0.5263157895em;
  letter-spacing: 0;
  /* topline font-size and line-height */
}

.headline--sub > .headline__topline {
  font-size: 1em;
  line-height: 1.3125em;
}

@media (min-width: 40.625em) {
  .headline--sub {
    /* headline leader */
    padding-top: 0em;
    /* title font-size and line-height */
    font-size: 1.3125em;
    line-height: 1.1904761905em;
    /* headline trailer */
    margin-bottom: 0.4761904762em;
    letter-spacing: 0;
    /* topline font-size and line-height */
  }
  .headline--sub > .headline__topline {
    font-size: 1.1875em;
    line-height: 1.2105263158em;
  }
}

/*@

```html
<div class="headline headline--sub" itemprop="headline">
    <span class="headline__title">Unterüberschrift</span>
</div>
```
<div class="headline headline--sub" itemprop="headline">
    <span class="headline__title">Unterüberschrift</span>
</div>

*/
/*@
# headline infobox
*/
.headline--infobox {
  /* headline leader */
  padding-top: 0em;
  /* title font-size and line-height */
  font-size: 1em;
  line-height: 1.3125em;
  /* headline trailer */
  margin-bottom: 0.625em;
  letter-spacing: 0.015rem;
  /* topline font-size and line-height */
  text-transform: uppercase;
}

.headline--infobox > .headline__topline {
  font-size: 0.875em;
  line-height: 1.5em;
}

@media (min-width: 60em) {
  .headline--infobox {
    /* headline leader */
    padding-top: 0em;
    /* title font-size and line-height */
    font-size: 1.3125em;
    line-height: 1.1904761905em;
    /* headline trailer */
    margin-bottom: 0.6666666667em;
    letter-spacing: 0;
    /* topline font-size and line-height */
  }
  .headline--infobox > .headline__topline {
    font-size: 1.1875em;
    line-height: 1.2105263158em;
  }
}

/*@

```html
<div class="headline headline--infobox" itemprop="headline">
    Überschrift
</div>
```

<div class="headline headline--infobox" itemprop="headline">
    Überschrift
</div>

*/
/*@
# headline uppercased
*/
.headline--uppercased {
  text-transform: uppercase;
}

/*@

<h1 class="headline headline--uppercased" itemprop="headline">Überschrift uppercased</h1>

*/
/*@
# headline relatedContent
*/
@media (min-width: 60em) {
  .headline--relatedContent {
    /* headline leader */
    padding-top: 0em;
    /* title font-size and line-height */
    font-size: 1.3125em;
    line-height: 1.1904761905em;
    /* headline trailer */
    margin-bottom: 0.3333333333em;
    letter-spacing: 0;
    /* topline font-size and line-height */
  }
  .headline--relatedContent > .headline__topline {
    font-size: 1.1875em;
    line-height: 1.2105263158em;
  }
}

/*@

<h3 class="headline headline--relatedContent" itemprop="headline">Überschrift Related Content</h3>

*/
/*@
Größe, Zeilenhöhe und Schriftart ist auf die Basis Werte eingestellt.
*/
html {
  font-family: DIN, sans-serif;
  font-weight: 400;
  line-height: 1.3125em;
  font-size: 100%;
  font-style: normal;
  font-stretch: normal;
  font-variant: normal;
}

/*@
Dieses Mixin beschreibt den Default für Meta-Auszeichnungen.
*/
/*@

## Byline

Die .byline Klassen werden verwendet, um Texte, wie Meta-Angaben oder z.B. den Autor einen Zitats, speziell auszuzeichnen.
Folgende Klassen stehen dafür zur Verfügung:

*/
.byline, .byline--dark, .cite__author {
  font-size: 0.75em;
  line-height: 1.75em;
  font-family: Merriweather, serif;
  font-style: italic;
  color: #606060;
}

@media (min-width: 40.625em) {
  .byline, .byline--dark, .cite__author {
    font-size: 0.875em;
    line-height: 1.25em;
  }
}

/*@

```html
<p class="byline marginTrailer">Beispieltext für eine Byline in Standard Größe.</p>
```

<p class="byline marginTrailer">Beispieltext für eine Byline in Standard Größe.</p>

*/
.byline--s {
  font-size: 0.75em;
  line-height: 1.75em;
  font-family: Merriweather, serif;
  font-style: italic;
  color: #606060;
}

.byline--s .link--extern .icon {
  width: 1.3em;
  height: 1.3em;
}

.byline--dark {
  color: #000;
}

.byline--l {
  font-size: 0.875em;
  line-height: 1.5em;
  font-family: Merriweather, serif;
  font-style: italic;
}

@media (min-width: 27em) {
  .byline--l {
    font-size: 1em;
    line-height: 1.3125em;
  }
}

/*@
```html
<p class="byline--l marginTrailer">Beispieltext für eine Byline in Größe l.</p>
```

<p class="byline--l marginTrailer">Beispieltext für eine Byline in Größe l.</p>

*/
.byline--important {
  font-size: 0.875em;
  line-height: 1.5em;
  font-family: Merriweather, serif;
  font-style: italic;
  font-weight: 700;
}

/*@

## Text

Mit Hilfe der .text Klassen wird die Größe eines Textes festgelegt.
Folgende Klassen stehen dafür zur Verfügung:

*/
.text {
  margin-top: 25px;
  margin-top: 1.5625rem;
  margin-bottom: -7px;
  margin-bottom: -0.4375rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
}

@media (min-width: 30em) {
  .text {
    margin-top: 24px;
    margin-top: 1.5rem;
    margin-bottom: -9px;
    margin-bottom: -0.5625rem;
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
}

/*@
```html
<p class="text">Beispieltext für einen Absatz</p>
```

<p class="text">Beispieltext für einen Absatz</p>

*/
.text--s {
  font-weight: 400;
  font-size: 1em;
  line-height: 1.3125em;
}

/*@
```html
<p class="text--s">Beispieltext für einen Absatz in Schriftgröße s</p>
```

<p class="text--s">Beispieltext für einen Absatz in Schriftgröße s</p>
*/
/*@

## Zitat

*/
.cite__text {
  font-family: Merriweather, serif;
  font-style: italic;
  font-weight: 700;
}

.cite__author {
  display: block;
}

/*@

```html
<blockquote itemprop="citation" class="cite">
    <cite class="cite__text">"Ein beispielhaftes Zitat"</cite>
    <span class="cite__author">Peter Mustermann</span>
</blockquote>
```

<blockquote itemprop="citation" class="cite">
    <cite class="cite__text">"Ein beispielhaftes Zitat"</cite>
    <span class="cite__author">Peter Mustermann</span>
</blockquote>

*/
/*@
##Label

*/
.label--media, .label--breakingnews {
  display: inline-block;
  padding: 1px 9px;
  padding: 0.0625rem 0.5625rem;
  font-family: RobotoCond, sans-serif;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.25em;
  /*letter-spacing: 0.05em;*/
  color: #fff;
}

@media (min-width: 27em) {
  .label--media, .label--breakingnews {
    font-size: 1em;
    line-height: 1.3125em;
  }
}

/*@
Alle Label basieren auf der Placeholderklasse Label.
Sie erhalten hierüber die Schriftgröße, den Schriftschnitt,
die Schriftfarbe sowie den Innenabstand der Box.

Zur Auszeichnung eines Labels stehen die folgenden konkreten Klassen zur Verfügung:

*/
/*@
*/
.label--media {
  margin-right: 10px;
  margin-right: 0.625rem;
  background-color: #006dc1;
}

.label--breakingnews {
  margin-right: 10px;
  margin-right: 0.625rem;
  background-color: #cc1a14;
}

/*@
```html
<span class="label--media">
    Bildergalerie
</span>
```

<span class="label--media">
    Bildergalerie
</span>
*/
/*@
```html
<span class="label--breakingnews">
    +++Eilmeldung+++
</span>
```

<span class="label--breakingnews">
    +++Eilmeldung+++
</span>
*/
.abbr.-noDecoration {
  border-bottom: 0px;
}

/*@

## Error Hint

Die .errorHint Klassen werden verwendet, um Hinweistexte hervorgehobener darzustellen.
Beispiel hierfür sind Ausfall der Verkehrskameras oder fehlende Wetterdaten etc.

*/
.errorHint {
  border-top: 1px dotted #797979;
  border-bottom: 1px dotted #797979;
  padding-top: 1.3125em;
  padding-bottom: 1.3125em;
  margin-bottom: 1.3125em;
}

.errorHint--hidden {
  display: none;
}

/*@

```html
<p class="text errorHint"><strong>Hinweis:</strong> Aus technischen Gründen kann derzeit keine Wettervorhersage angezeigt werden. Wir bitten um etwas Geduld, bis der Fehler behoben ist.</p>
```

<p class="text errorHint"><strong>Hinweis:</strong> Aus technischen Gründen kann derzeit keine Wettervorhersage angezeigt werden. Wir bitten um etwas Geduld, bis der Fehler behoben ist.</p>

*/
/*@
*/
/*@
Mixin sorgt dafür, dass Text komplett in Großbuchstaben angezeigt wird.
*/
.uppercase {
  text-transform: uppercase;
}

/*@
```html
<p class="text uppercase">Beispieltext in Großbuchstaben</p>
```

<p class="text uppercase">Beispieltext in Großbuchstaben</p>
*/
.autoSuggest__item--isHidden {
  display: none !important;
}

.autoSuggest__item--isVisible {
  display: block !important;
}

.autoSuggest__highlight {
  color: #f07800;
}

.button-pri, .button-sec, .button-invert, .button-invert-sec, .errorService__entry .serviceButton, .searchFilter__submit {
  border-radius: 3px;
  display: inline-block;
  border: 2px solid;
  cursor: pointer;
  width: auto;
  font-size: 1.1875em;
  line-height: 1;
  padding: 0.25em 0.4375em 0.25em;
}

.button-pri > .button__icon, .button-sec > .button__icon, .button-invert > .button__icon, .button-invert-sec > .button__icon, .errorService__entry .serviceButton > .button__icon, .searchFilter__submit > .button__icon {
  font-size: 1em;
}

.button-pri .button__text, .button-sec .button__text, .button-invert .button__text, .button-invert-sec .button__text, .errorService__entry .serviceButton .button__text, .searchFilter__submit .button__text {
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
  font-size: 0.7368em;
  line-height: 1.1429em;
}

input.button-pri, input.button-sec, input.button-invert, input.button-invert-sec, .errorService__entry input.serviceButton, input.searchFilter__submit {
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.0714em;
  padding: 0.5714em 0.4286em 0.4286em;
  vertical-align: top;
}

/*@

Erzeugt eine Button Variation.

*/
/*@
Der Parameter $color legt die Schriftfarbe, der Parameter $bgcolor die Hintergrundfarbe und $bcolor die Rahmenfarbe des Buttons fest.
Soll, z.B. bei den Media Buttons kein Rahmen angezeigt werden, kann der Parameter $bcolor auf false gesetzt werden. Dies hat zur
Folge, dass um den Button gar kein Rahmen angezeigt wird.
*/
/*@

Versteckt den Button Text. Kann für einen Braekpoint verwendet werden.

*/
/*@

Zeigt den Button Text. Kann für einen Braekpoint verwendet werden.

*/
/*@

## Icon Styles

* pri
* sec
* invert
* invert-sec

Ohne Icon
```xml
<div class="button-{style}">
    <span class="button__text">Button</span>
</div>
```

Icon vorne
```xml
<div class="button-{style}">
    <i title="Video" class="icon-audio button__icon"></i>
    <span class="button__text">Button</span>
</div>
```

Icon hinten
```xml
<div class="button-{style}">
    <span class="button__text">Button</span>
    <i title="Video" class="icon-audio button__icon"></i>
</div>
```

Input, Icon nicht möglich
```xml
<input class="button-{style}" type="submit" value="Button" />
```

*/
/*@

<div style="padding: 8px;">
<div class="button-pri">
    <span class="button__text">Primary DIV</span>
</div>
<div class="button-pri">
    <i title="Video" class="icon-audio button__icon"></i>
    <span class="button__text">Primary DIV</span>
</div>
<div class="button-pri">
    <i title="Video" class="icon-audio button__icon"></i>
</div>
<button class="button-pri" type="submit">
    <span class="button__text">Primary BUTTON</span>
</button>
<button class="button-pri" type="submit">
    <i title="Video" class="icon-audio button__icon"></i>
    <span class="button__text">Primary BUTTON</span>
</button>
<a class="button-pri" href="#">
    <span class="button__text">Primary LINK</span>
</a>
<a class="button-pri" href="#">
    <i title="Video" class="icon-audio button__icon"></i>
    <span class="button__text">Primary LINK</span>
</a>
<input class="button-pri" type="submit" value="Primary INPUT" />
</div>

<hr>

*/
.button-pri {
  color: #000;
  background-color: #d8e9f6;
  border-color: #d8e9f6;
}

.button-pri:hover, .button-pri:active, .button-pri:focus, .button-pri:visited {
  color: #000;
  outline: none;
}

/*@

<div style="padding: 8px;">
<div class="button-sec">
    <span class="button__text">Secondary DIV</span>
</div>
<div class="button-sec">
    <i title="Video" class="icon-audio button__icon"></i>
    <span class="button__text">Secondary DIV</span>
</div>
<button class="button-sec" type="submit">
    <span class="button__text">Secondary BUTTON</span>
</button>
<button class="button-sec" type="submit">
    <i title="Video" class="icon-audio button__icon"></i>
    <span class="button__text">Secondary BUTTON</span>
</button>
<a class="button-sec" href="#">
    <span class="button__text">Secondary LINK</span>
</a>
<a class="button-sec" href="#">
    <i title="Video" class="icon-audio button__icon"></i>
    <span class="button__text">Secondary LINK</span>
</a>
<input class="button-sec" type="submit" value="Secondary INPUT" />
</div>
<hr>

*/
.button-sec {
  color: #fff;
  background-color: #606060;
  border-color: #606060;
}

.button-sec:hover, .button-sec:active, .button-sec:focus, .button-sec:visited {
  color: #fff;
  outline: none;
}

/*@

<div style="background-color: #dadada; padding: 8px;">
<div class="button-invert">
    <span class="button__text">Invert DIV</span>
</div>
<div class="button-invert">
    <i title="Video" class="icon-audio button__icon"></i>
    <span class="button__text">Invert DIV</span>
</div>
<button class="button-invert" type="submit">
    <span class="button__text">Invert BUTTON</span>
</button>
<button class="button-invert" type="submit">
    <i title="Video" class="icon-audio button__icon"></i>
    <span class="button__text">Invert BUTTON</span>
</button>
<a class="button-invert" href="#">
    <span class="button__text">Invert LINK</span>
</a>
<a class="button-invert" href="#">
    <i title="Video" class="icon-audio button__icon"></i>
    <span class="button__text">Invert LINK</span>
</a>
<input class="button-invert" type="submit" value="Invert INPUT" />
</div>

*/
.button-invert {
  color: #006dc1;
  background-color: rgba(255, 255, 255, 0.8);
  border: 0;
}

.button-invert:hover, .button-invert:active, .button-invert:focus, .button-invert:visited {
  color: #006dc1;
  outline: none;
}

.button-invert .button__text {
  vertical-align: middle;
  font-family: Merriweather, serif;
  font-style: italic;
}

.link.button-invert:hover {
  color: #fff;
  background-color: rgba(0, 109, 193, 0.8);
}

.link.button-invert:hover .icon--primary {
  fill: #fff;
}

/*@

<div style="background-color: #dadada; padding: 8px;">
<div class="button-invert-sec">
    <span class="button__text">Invert-Sec DIV</span>
</div>
<div class="button-invert-sec">
    <i title="Video" class="icon-audio button__icon"></i>
    <span class="button__text">Invert-Sec DIV</span>
</div>
<button class="button-invert-sec" type="submit">
    <span class="button__text">Invert-Sec BUTTON</span>
</button>
<button class="button-invert-sec" type="submit">
    <i title="Video" class="icon-audio button__icon"></i>
    <span class="button__text">Invert-Sec BUTTON</span>
</button>
<a class="button-invert-sec" href="#">
    <span class="button__text">Invert-Sec LINK</span>
</a>
<a class="button-invert-sec" href="#">
    <i title="Video" class="icon-audio button__icon"></i>
    <span class="button__text">Invert-Sec LINK</span>
</a>
<input class="button-invert-sec" type="submit" value="Invert INPUT" />
</div>

*/
.button-invert-sec {
  color: #606060;
  background-color: #fff;
  border-color: #fff;
  opacity: .8;
}

.button-invert-sec:hover, .button-invert-sec:active, .button-invert-sec:focus, .button-invert-sec:visited {
  color: #606060;
  outline: none;
}

.button-invert-sec .button__text {
  text-transform: none;
  margin-left: 0.4375em;
}

/*@

Standard Buttons in einer Liste

*/
/** CSS Refactor Part **/
.c-button {
  display: inline-block;
  min-width: 44px;
  min-height: 44px;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}

.icon {
  /* icon size */
  width: 1em;
  height: 1em;
  vertical-align: middle;
}

.icon.size--0_7 {
  width: 0.7em;
  height: 0.7em;
}

.icon.size--0_8 {
  width: 0.8em;
  height: 0.8em;
}

.icon.size--0_9 {
  width: 0.9em;
  height: 0.9em;
}

.icon.size--1_1 {
  width: 1.1em;
  height: 1.1em;
}

.icon.size--1_2 {
  width: 1.2em;
  height: 1.2em;
}

.icon.size--1_3 {
  width: 1.3em;
  height: 1.3em;
}

.icon.size--1_4 {
  width: 1.4em;
  height: 1.4em;
}

.icon.size--1_5 {
  width: 1.5em;
  height: 1.5em;
}

.icon.size--1_6 {
  width: 1.6em;
  height: 1.6em;
}

.icon.size--1_7 {
  width: 1.7em;
  height: 1.7em;
}

.icon.size--1_8 {
  width: 1.8em;
  height: 1.8em;
}

.icon.size--2 {
  width: 2em;
  height: 2em;
}

.icon.size--2_25 {
  width: 2.25em;
  height: 2.25em;
}

.icon.size--2_40 {
  width: 2.4em;
  height: 2.4em;
}

.icon.size--2_75 {
  width: 2.75em;
  height: 2.75em;
}

@media (min-width: 27em) {
  .icon {
    width: 19px;
    height: 19px;
  }
}

.icon--primary {
  fill: #006dc1;
}

.icon--invert {
  fill: #fff;
}

.icon--black {
  fill: #000;
}

.icon--secondary {
  fill: #606060;
}

.icon--noFill {
  fill: transparent;
}

.icon--inactive {
  fill: #999;
}

.icon--facebook {
  fill: #3b5999;
}

.icon--twitter {
  fill: #55acee;
}

.icon--whatsapp {
  fill: #4dc247;
}

.icon--mailto {
  fill: #006dc1;
}

.link:hover .icon--primary {
  fill: #5a99c9;
}

.link:hover .icon--invert {
  fill: #fff;
}

.link:hover .icon--secondary {
  fill: #6db3e9;
}

.iconInline:after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 0.9em;
  width: 0.9em;
}

.icon--ignoreTouch {
  pointer-events: none;
}

.icon--textRight {
  margin-left: 5px;
}

.c-epgNav__icon {
  display: inline-block;
}

.c-subNav__icon {
  margin-right: 8px;
  margin-right: 0.5rem;
}

.c-program__tableLink .icon {
  fill: #006dc1;
}

.teaser__textLink .icon,
.teaser__cluster__item .icon {
  width: 19px;
  height: 19px;
  margin-bottom: 2px;
}

.image {
  width: 100%;
}

.image--portrait {
  width: auto;
  height: 100%;
}

.image.-logo {
  height: 100%;
}

.imageSimple {
  display: block;
}

.picture {
  display: block;
  width: 100%;
}

.c-col--100 {
  width: 100%;
}

.c-col--75 {
  width: 75%;
}

.c-col--66 {
  width: 66.6666%;
}

.c-col--50 {
  width: 50%;
}

.c-col--33 {
  width: 33.3333%;
}

.c-col--25 {
  width: 25%;
}

@media (min-width: 22.5em) {
  .c-col--xxs100 {
    width: 100%;
  }
  .c-col--xxs75 {
    width: 75%;
  }
  .c-col--xxs66 {
    width: 66.6666%;
  }
  .c-col--xxs50 {
    width: 50%;
  }
  .c-col--xxs33 {
    width: 33.3333%;
  }
  .c-col--xxs25 {
    width: 25%;
  }
}

@media (min-width: 25em) {
  .c-col--xs100 {
    width: 100%;
  }
  .c-col--xs75 {
    width: 75%;
  }
  .c-col--xs66 {
    width: 66.6666%;
  }
  .c-col--xs50 {
    width: 50%;
  }
  .c-col--xs33 {
    width: 33.3333%;
  }
  .c-col--xs25 {
    width: 25%;
  }
}

@media (min-width: 33.75em) {
  .c-col--s100 {
    width: 100%;
  }
  .c-col--s75 {
    width: 75%;
  }
  .c-col--s66 {
    width: 66.6666%;
  }
  .c-col--s50 {
    width: 50%;
  }
  .c-col--s33 {
    width: 33.3333%;
  }
  .c-col--s25 {
    width: 25%;
  }
}

@media (min-width: 42.5em) {
  .c-col--m100 {
    width: 100%;
  }
  .c-col--m75 {
    width: 75%;
  }
  .c-col--m66 {
    width: 66.6666%;
  }
  .c-col--m50 {
    width: 50%;
  }
  .c-col--m33 {
    width: 33.3333%;
  }
  .c-col--m25 {
    width: 25%;
  }
}

@media (min-width: 51.25em) {
  .c-col--l100 {
    width: 100%;
  }
  .c-col--l75 {
    width: 75%;
  }
  .c-col--l66 {
    width: 66.6666%;
  }
  .c-col--l50 {
    width: 50%;
  }
  .c-col--l33 {
    width: 33.3333%;
  }
  .c-col--l25 {
    width: 25%;
  }
}

@media (min-width: 60em) {
  .c-col--xl100 {
    width: 100%;
  }
  .c-col--xl75 {
    width: 75%;
  }
  .c-col--xl66 {
    width: 66.6666%;
  }
  .c-col--xl50 {
    width: 50%;
  }
  .c-col--xl33 {
    width: 33.3333%;
  }
  .c-col--xl25 {
    width: 25%;
  }
}

/*

Simple infinitely nestable Grid without gutters in percent.

*/
@media (min-width: 100px) {
  .grid__gutter, .gallery__image, .teaser__gutter, .forecastCity__region--text, .forecastCity__region--editor {
    padding-left: 2.08333px;
    padding-right: 2.08333px;
  }
  .teaser__gutter--margin {
    margin-left: 2.08333px;
    margin-right: 2.08333px;
  }
}

@media (min-width: 121px) {
  .grid__gutter, .gallery__image, .teaser__gutter, .forecastCity__region--text, .forecastCity__region--editor {
    padding-left: 2.52083px;
    padding-right: 2.52083px;
  }
  .teaser__gutter--margin {
    margin-left: 2.52083px;
    margin-right: 2.52083px;
  }
}

@media (min-width: 169px) {
  .grid__gutter, .gallery__image, .teaser__gutter, .forecastCity__region--text, .forecastCity__region--editor {
    padding-left: 3.52083px;
    padding-right: 3.52083px;
  }
  .teaser__gutter--margin {
    margin-left: 3.52083px;
    margin-right: 3.52083px;
  }
}

@media (min-width: 216px) {
  .grid__gutter, .gallery__image, .teaser__gutter, .forecastCity__region--text, .forecastCity__region--editor {
    padding-left: 4.5px;
    padding-right: 4.5px;
  }
  .teaser__gutter--margin {
    margin-left: 4.5px;
    margin-right: 4.5px;
  }
}

@media (min-width: 265px) {
  .grid__gutter, .gallery__image, .teaser__gutter, .forecastCity__region--text, .forecastCity__region--editor {
    padding-left: 5.52083px;
    padding-right: 5.52083px;
  }
  .teaser__gutter--margin {
    margin-left: 5.52083px;
    margin-right: 5.52083px;
  }
}

@media (min-width: 313px) {
  .grid__gutter, .gallery__image, .teaser__gutter, .forecastCity__region--text, .forecastCity__region--editor {
    padding-left: 6.52083px;
    padding-right: 6.52083px;
  }
  .teaser__gutter--margin {
    margin-left: 6.52083px;
    margin-right: 6.52083px;
  }
}

@media (min-width: 361px) {
  .grid__gutter, .gallery__image, .teaser__gutter, .forecastCity__region--text, .forecastCity__region--editor {
    padding-left: 7.52083px;
    padding-right: 7.52083px;
  }
  .teaser__gutter--margin {
    margin-left: 7.52083px;
    margin-right: 7.52083px;
  }
}

@media (min-width: 409px) {
  .grid__gutter, .gallery__image, .teaser__gutter, .forecastCity__region--text, .forecastCity__region--editor {
    padding-left: 8.52083px;
    padding-right: 8.52083px;
  }
  .teaser__gutter--margin {
    margin-left: 8.52083px;
    margin-right: 8.52083px;
  }
}

@media (min-width: 433px) {
  .grid__gutter, .gallery__image, .teaser__gutter, .forecastCity__region--text, .forecastCity__region--editor {
    padding-left: 4.51042px;
    padding-right: 4.51042px;
  }
  .teaser__gutter--margin {
    margin-left: 4.51042px;
    margin-right: 4.51042px;
  }
}

@media (min-width: 529px) {
  .grid__gutter, .gallery__image, .teaser__gutter, .forecastCity__region--text, .forecastCity__region--editor {
    padding-left: 5.51042px;
    padding-right: 5.51042px;
  }
  .teaser__gutter--margin {
    margin-left: 5.51042px;
    margin-right: 5.51042px;
  }
}

@media (min-width: 625px) {
  .grid__gutter, .gallery__image, .teaser__gutter, .forecastCity__region--text, .forecastCity__region--editor {
    padding-left: 6.51042px;
    padding-right: 6.51042px;
  }
  .teaser__gutter--margin {
    margin-left: 6.51042px;
    margin-right: 6.51042px;
  }
}

@media (min-width: 721px) {
  .grid__gutter, .gallery__image, .teaser__gutter, .forecastCity__region--text, .forecastCity__region--editor {
    padding-left: 7.51042px;
    padding-right: 7.51042px;
  }
  .teaser__gutter--margin {
    margin-left: 7.51042px;
    margin-right: 7.51042px;
  }
}

@media (min-width: 817px) {
  .grid__gutter, .gallery__image, .teaser__gutter, .forecastCity__region--text, .forecastCity__region--editor {
    padding-left: 8.51042px;
    padding-right: 8.51042px;
  }
  .teaser__gutter--margin {
    margin-left: 8.51042px;
    margin-right: 8.51042px;
  }
}

@media (min-width: 913px) {
  .grid__gutter, .gallery__image, .teaser__gutter, .forecastCity__region--text, .forecastCity__region--editor {
    padding-left: 9.51042px;
    padding-right: 9.51042px;
  }
  .teaser__gutter--margin {
    margin-left: 9.51042px;
    margin-right: 9.51042px;
  }
}

/* -------------------------------------------------------------------------- */
/*@
*/
/*@
*/
/*@
*/
/*@
*/
.group--100,
.teaser--100,
.group--75,
.teaser--75,
.group--66,
.teaser--66,
.group--50,
.teaser--50,
.group--33,
.teaser--33,
.group--25,
.teaser--25, .teaser__cluster__list, .teaser__cluster__orderedlist, .teaser__cluster__headline, .teaser__cluster__headline--logo, .teaser__cluster__firstEntry,
.teaser__cluster__firstEntry .image,
.teaser__cluster__firstEntry .link, .forecastCity__dayPhases, .forecastCity__region--text, .forecastCity__region--editor, .forecastCity__dayIcons, .forecastCity__dayTemp, .forecastOverview__mapAndLegend, .forecastOverview__description, .measurandExplanation__list, .measurandExplanation__list--single, .weatherWarning__list, .weatherWarning__regioMapAndLegend, .weatherWarning__regioMapList {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.group--100 .teaser__alternative.teaser--25 .teaser__lead,
.group--50 .teaser__alternative.teaser--50 .group--25 .teaser__alternative.teaser--100 .teaser__lead, .teaser__cluster__list, .teaser__cluster__orderedlist, .teaser__cluster__headline, .teaser__cluster__headline--logo, .teaser__cluster__firstEntry {
  width: 100%;
}

.teaser__alternative .teaser__lead {
  width: 33.3333333333%;
}

.teaser__alternative .teaser__headlineLink, .teaser__alternative .teaser__byline, .teaser__alternative .teaser__text {
  margin-left: 33.3333333333%;
}

.group--100 .teaser__alternative.teaser--25 .teaser__headlineLink,
.group--50 .teaser__alternative.teaser--50 .group--25 .teaser__alternative.teaser--100 .teaser__headlineLink, .group--100 .teaser__alternative.teaser--25 .teaser__byline,
.group--50 .teaser__alternative.teaser--50 .group--25 .teaser__alternative.teaser--100 .teaser__byline, .group--100 .teaser__alternative.teaser--25 .teaser__text,
.group--50 .teaser__alternative.teaser--50 .group--25 .teaser__alternative.teaser--100 .teaser__text {
  margin-left: 0;
}

.teaser__alternative .teaser__lead {
  float: left;
}

.group--100 .teaser__alternative.teaser--25 .teaser__lead,
.group--50 .teaser__alternative.teaser--50 .group--25 .teaser__alternative.teaser--100 .teaser__lead {
  float: none;
}

@media (min-width: 43.75em) {
  .group--75,
  .teaser--75 {
    width: 75%;
  }
  .forecastCity__region--text, .forecastCity__region--editor, .forecastOverview__mapAndLegend, .forecastOverview__description, .measurandExplanation__list, .measurandExplanation__list--single, .weatherWarning__list, .weatherWarning__regioMapAndLegend, .weatherWarning__regioMapList {
    width: 50%;
  }
}

/*
 Examples:

.teaser100{
    @extend %grid__item;
}

.group50,
.teaser50 {
    @extend %grid__item;
    @extend %grid__item--desk50;
}
*/
/*@
Prozent-Wert für den extra Abstand der `region--bounding` zum Bildschirmrand. Wird für `region--bounding` und `region--oversized` verwendet.
*/
/*gutter size at $desktopOversizedWidth in em */
/*@
Prozent-Wert für das Ausbrechen aus region--bounding. Es wird um eine Spalte plus halben Gutter ausgebrochen. Wird für ´region--oversized` verwendet.
*/
/* em value of additional margin at desktop width */
/* poor fix for scrollbar/breakpoint issue http://www.456bereastreet.com/archive/201301/media_query_width_and_vertical_scrollbars/ */
/*@

Die Region beschränkt den Inhalt auf die maximale Breite (`$desktopWidth`) und sorgt für eine mittige Zentrierung. Diese Region dient als Container für alle weiteren Inhalte.

*/
.region--bounding {
  /* additional margin on smaller screens */
  margin: 0 2.0833333333%;
  /* auto margin on large screens */
  *zoom: 1;
}

@media (min-width: 63.25em) {
  .region--bounding {
    max-width: 960px;
    margin: 0 auto;
  }
}

.region--bounding.-debug {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Crect%20x%3D%220%25%22%20fill%3D%22%23dd8f56%22%20width%3D%222%2E0833333333%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%222%2E0833333333%25%22%20fill%3D%22chocolate%22%20width%3D%2212%2E5%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2214%2E5833333333%25%22%20fill%3D%22%23dd8f56%22%20width%3D%224%2E1666666667%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2218%2E75%25%22%20fill%3D%22chocolate%22%20width%3D%2212%2E5%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2231%2E25%25%22%20fill%3D%22%23dd8f56%22%20width%3D%224%2E1666666667%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2235%2E4166666667%25%22%20fill%3D%22chocolate%22%20width%3D%2212%2E5%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2247%2E9166666667%25%22%20fill%3D%22%23dd8f56%22%20width%3D%224%2E1666666667%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2252%2E0833333333%25%22%20fill%3D%22chocolate%22%20width%3D%2212%2E5%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2264%2E5833333333%25%22%20fill%3D%22%23dd8f56%22%20width%3D%224%2E1666666667%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2268%2E75%25%22%20fill%3D%22chocolate%22%20width%3D%2212%2E5%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2281%2E25%25%22%20fill%3D%22%23dd8f56%22%20width%3D%224%2E1666666667%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2285%2E4166666667%25%22%20fill%3D%22chocolate%22%20width%3D%2212%2E5%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2297%2E9166666667%25%22%20fill%3D%22%23dd8f56%22%20width%3D%222%2E0833333333%25%22%20height%3D%22100%25%22%2F%3E%3C%2Fsvg%3E");
}

@media (min-width: 27em) {
  .region--bounding.-debug {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Crect%20x%3D%220%25%22%20fill%3D%22%23dd8f56%22%20width%3D%221%2E0416666667%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%221%2E0416666667%25%22%20fill%3D%22chocolate%22%20width%3D%226%2E25%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%227%2E2916666667%25%22%20fill%3D%22%23dd8f56%22%20width%3D%222%2E0833333333%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%229%2E375%25%22%20fill%3D%22chocolate%22%20width%3D%226%2E25%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2215%2E625%25%22%20fill%3D%22%23dd8f56%22%20width%3D%222%2E0833333333%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2217%2E7083333333%25%22%20fill%3D%22chocolate%22%20width%3D%226%2E25%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2223%2E9583333333%25%22%20fill%3D%22%23dd8f56%22%20width%3D%222%2E0833333333%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2226%2E0416666667%25%22%20fill%3D%22chocolate%22%20width%3D%226%2E25%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2232%2E2916666667%25%22%20fill%3D%22%23dd8f56%22%20width%3D%222%2E0833333333%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2234%2E375%25%22%20fill%3D%22chocolate%22%20width%3D%226%2E25%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2240%2E625%25%22%20fill%3D%22%23dd8f56%22%20width%3D%222%2E0833333333%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2242%2E7083333333%25%22%20fill%3D%22chocolate%22%20width%3D%226%2E25%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2248%2E9583333333%25%22%20fill%3D%22%23dd8f56%22%20width%3D%222%2E0833333333%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2251%2E0416666667%25%22%20fill%3D%22chocolate%22%20width%3D%226%2E25%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2257%2E2916666667%25%22%20fill%3D%22%23dd8f56%22%20width%3D%222%2E0833333333%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2259%2E375%25%22%20fill%3D%22chocolate%22%20width%3D%226%2E25%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2265%2E625%25%22%20fill%3D%22%23dd8f56%22%20width%3D%222%2E0833333333%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2267%2E7083333333%25%22%20fill%3D%22chocolate%22%20width%3D%226%2E25%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2273%2E9583333333%25%22%20fill%3D%22%23dd8f56%22%20width%3D%222%2E0833333333%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2276%2E0416666667%25%22%20fill%3D%22chocolate%22%20width%3D%226%2E25%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2282%2E2916666667%25%22%20fill%3D%22%23dd8f56%22%20width%3D%222%2E0833333333%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2284%2E375%25%22%20fill%3D%22chocolate%22%20width%3D%226%2E25%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2290%2E625%25%22%20fill%3D%22%23dd8f56%22%20width%3D%222%2E0833333333%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2292%2E7083333333%25%22%20fill%3D%22chocolate%22%20width%3D%226%2E25%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2298%2E9583333333%25%22%20fill%3D%22%23dd8f56%22%20width%3D%221%2E0416666667%25%22%20height%3D%22100%25%22%2F%3E%3C%2Fsvg%3E");
  }
}

@media (min-width: 60em) {
  .region--bounding.-debug {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Crect%20x%3D%220%25%22%20fill%3D%22%23dd8f56%22%20width%3D%221%2E0416666667%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%221%2E0416666667%25%22%20fill%3D%22chocolate%22%20width%3D%226%2E25%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%227%2E2916666667%25%22%20fill%3D%22%23dd8f56%22%20width%3D%222%2E0833333333%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%229%2E375%25%22%20fill%3D%22chocolate%22%20width%3D%226%2E25%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2215%2E625%25%22%20fill%3D%22%23dd8f56%22%20width%3D%222%2E0833333333%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2217%2E7083333333%25%22%20fill%3D%22chocolate%22%20width%3D%226%2E25%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2223%2E9583333333%25%22%20fill%3D%22%23dd8f56%22%20width%3D%222%2E0833333333%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2226%2E0416666667%25%22%20fill%3D%22chocolate%22%20width%3D%226%2E25%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2232%2E2916666667%25%22%20fill%3D%22%23dd8f56%22%20width%3D%222%2E0833333333%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2234%2E375%25%22%20fill%3D%22chocolate%22%20width%3D%226%2E25%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2240%2E625%25%22%20fill%3D%22%23dd8f56%22%20width%3D%222%2E0833333333%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2242%2E7083333333%25%22%20fill%3D%22chocolate%22%20width%3D%226%2E25%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2248%2E9583333333%25%22%20fill%3D%22%23dd8f56%22%20width%3D%222%2E0833333333%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2251%2E0416666667%25%22%20fill%3D%22chocolate%22%20width%3D%226%2E25%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2257%2E2916666667%25%22%20fill%3D%22%23dd8f56%22%20width%3D%222%2E0833333333%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2259%2E375%25%22%20fill%3D%22chocolate%22%20width%3D%226%2E25%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2265%2E625%25%22%20fill%3D%22%23dd8f56%22%20width%3D%222%2E0833333333%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2267%2E7083333333%25%22%20fill%3D%22chocolate%22%20width%3D%226%2E25%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2273%2E9583333333%25%22%20fill%3D%22%23dd8f56%22%20width%3D%222%2E0833333333%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2276%2E0416666667%25%22%20fill%3D%22chocolate%22%20width%3D%226%2E25%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2282%2E2916666667%25%22%20fill%3D%22%23dd8f56%22%20width%3D%222%2E0833333333%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2284%2E375%25%22%20fill%3D%22chocolate%22%20width%3D%226%2E25%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2290%2E625%25%22%20fill%3D%22%23dd8f56%22%20width%3D%222%2E0833333333%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2292%2E7083333333%25%22%20fill%3D%22chocolate%22%20width%3D%226%2E25%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2298%2E9583333333%25%22%20fill%3D%22%23dd8f56%22%20width%3D%221%2E0416666667%25%22%20height%3D%22100%25%22%2F%3E%3C%2Fsvg%3E");
  }
}

.region--bounding:after {
  content: '';
  display: table;
  clear: both;
}

/*@

Breakpoints für die Generierung von region--oversized Placeholdern

*/
/*@

Die Region ermöglicht das Ausbrechen aus `region--bounding`.


Es werden für jeden, in `$regionOversizedBreakpoints` definierten, Breakpoint zwei Placeholder generiert, um in den verschiedenen Views das Ausbrechen an- bzw. auszuschalten.


`%region--oversized--<$bpName>` setzt Breakpoint abhängig, ein negatives margin um auszubrechen.

`%region--oversized--<$bpName>--padding` setzt Breakpoint abhängig, ein padding um den Inhalt auf die Grenzen von `region--bounding` einzugrenzen.

*/
/* Mixin zur Generierung der region--full Placehoalder */
/* Eigentliche Generierung der Placehoalder für `%region--oversized--` */
@media (min-width: 0) and (max-width: 26.9375em) {
  .gallery__container {
    margin-left: -2.0833333333%;
    margin-right: -2.0833333333%;
    display: block;
    width: auto;
  }
  .teaser__cluster__content {
    padding-left: 2.0833333333%;
    padding-right: 2.0833333333%;
  }
}

@media (min-width: 27em) and (max-width: 43.6875em) {
  .gallery__container {
    margin-left: -2.0833333333%;
    margin-right: -2.0833333333%;
    display: block;
    width: auto;
  }
  .teaser__cluster__content {
    padding-left: 2.0833333333%;
    padding-right: 2.0833333333%;
  }
}

@media (min-width: 43.75em) and (max-width: 60em) {
  .gallery__container {
    margin-left: -2.0833333333%;
    margin-right: -2.0833333333%;
    display: block;
    width: auto;
  }
  .group--100 .teaser--100.teaser__cluster .teaser__cluster__content {
    padding-left: 2.0833333333%;
    padding-right: 2.0833333333%;
  }
}

@media (min-width: 70em) {
  .gallery__container, .group--100 .teaser--100.teaser__cluster {
    display: block;
    width: auto;
    margin-left: -70px;
    margin-right: -70px;
  }
  .gallery__container {
    padding-left: 70px;
    padding-right: 70px;
  }
  .group--100 .teaser--100.teaser__cluster .teaser__cluster__content {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.region--wide {
  width: 95.8333333333%;
  float: right;
  margin-left: 0;
  margin-right: 2.0833333333%;
  clear: both;
}

@media (min-width: 27em) {
  .region--wide {
    width: 97.9166666667%;
    float: right;
    margin-left: 0;
    margin-right: 1.0416666667%;
    clear: both;
  }
}

.region--narrow {
  width: 95.8333333333%;
  float: right;
  margin-left: 0;
  margin-right: 2.0833333333%;
  clear: both;
}

@media (min-width: 27em) {
  .region--narrow {
    width: 97.9166666667%;
    float: right;
    margin-left: 0;
    margin-right: 1.0416666667%;
    clear: both;
  }
}

@media (min-width: 40.625em) {
  .region--narrow {
    width: 81.25%;
    float: left;
    margin-right: -100%;
    margin-left: 9.375%;
    clear: both;
  }
}

@media (min-width: 56.25em) {
  .region--narrow {
    width: 68.75%;
    float: left;
    margin-right: -100%;
    margin-left: 1.0416666667%;
    clear: both;
    /* im html nach region--appendix*/
  }
  .region--narrow--asSecond {
    clear: none;
  }
}

.region--appendix {
  width: 95.8333333333%;
  float: right;
  margin-left: 0;
  margin-right: 2.0833333333%;
  clear: both;
  /*@include breakpoint($view--mn) {*/
  /*@include breakpoint($desktopWidth) {*/
}

@media (min-width: 27em) {
  .region--appendix {
    width: 97.9166666667%;
    float: right;
    margin-left: 0;
    margin-right: 1.0416666667%;
    clear: both;
  }
}

@media (min-width: 40.625em) {
  .region--appendix {
    width: 81.25%;
    float: left;
    margin-right: -100%;
    margin-left: 9.375%;
    clear: both;
  }
}

@media (min-width: 56.25em) {
  .region--appendix {
    width: 22.9166666667%;
    float: right;
    margin-left: 0;
    margin-right: 1.0416666667%;
    clear: none;
    /* im html vor region--narrow*/
  }
  .region--appendix--asFirst {
    clear: both;
  }
}

/* !Positioned at the end so it is more important than the definitions above! */
@media (min-width: 0) and (max-width: 27em) {
  .breakoutRegion--mobileOnly {
    width: 104.166666667%;
    margin-left: -2.0833333333%;
    margin-right: -2.0833333333%;
  }
}

.legend {
  margin-top: 14px;
}

.legend__item {
  position: relative;
  font-size: 0.875em;
  line-height: 1.25em;
  margin-right: 16px;
}

.legend__item:last-child {
  margin-right: 0;
}

.legend__icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 4px;
  margin-right: 6px;
  vertical-align: top;
}

.legend.list .legend__item {
  display: inline-block;
}

/*@
Generische Link-Klasse, die einen Default für alle Text-Links darstellt.
*/
.link {
  color: #006dc1;
}

.link:hover, .link:focus, .link:active,
.link:hover .link__decorated,
.link:focus .link__decorated,
.link:active .link__decorated {
  text-decoration: underline;
}

.link.-plain:hover, .link.-plain:focus, .link.-plain:active {
  text-decoration: none;
}

.link--sec {
  color: #606060;
}

.link--sec:hover, .link--sec:focus, .link--sec:active {
  color: #5a99c9;
}

.link--backlink {
  color: #006dc1;
  font-family: Merriweather, serif;
  font-style: italic;
}

.link--backlink:hover, .link--backlink:focus, .link--backlink:active,
.link--backlink:hover .link--backlink__decorated,
.link--backlink:focus .link--backlink__decorated,
.link--backlink:active .link--backlink__decorated {
  text-decoration: underline;
}

.link--backlink.-plain:hover, .link--backlink.-plain:focus, .link--backlink.-plain:active {
  text-decoration: none;
}

.link--backlink .icon {
  margin-right: 4px;
  margin-right: 0.25rem;
}

.link--commentAnchor {
  color: #006dc1;
  font-family: Merriweather, serif;
  font-style: italic;
  white-space: nowrap;
}

.link--commentAnchor:hover, .link--commentAnchor:focus, .link--commentAnchor:active,
.link--commentAnchor:hover .link--commentAnchor__decorated,
.link--commentAnchor:focus .link--commentAnchor__decorated,
.link--commentAnchor:active .link--commentAnchor__decorated {
  text-decoration: underline;
}

.link--commentAnchor.-plain:hover, .link--commentAnchor.-plain:focus, .link--commentAnchor.-plain:active {
  text-decoration: none;
}

.link--commentAnchor > .icon {
  margin-right: 4px;
  margin-right: 0.25rem;
  width: 19px;
  width: 1.1875rem;
  height: 19px;
  height: 1.1875rem;
}

/*@
Spezielle Link-Auszeichnung für den Teaser.
Dachzeile wird blau. Titel bleibt schwarz. Bei Hover wird beides eingefärbt.
*/
.link--teaser {
  color: #000;
}

.link--teaser:hover, .link--teaser:focus, .link--teaser:active {
  color: #006dc1;
}

.link--teaser .headline__topline,
.link--teaser .headline__topline:visited {
  color: #006dc1;
}

/*@
Links innerhalb von Texten werden unterstrichen.
*/
.text .link,
.text .link--sec,
.text .link--extern {
  text-decoration: underline;
}

/*@
Links innerhalb vobn Überschriften haben beim Hover keine Unterstreichung
*/
.headline .link:hover {
  text-decoration: none;
}

.toplink {
  position: absolute;
  right: 4.1666666667%;
  bottom: -35px;
  bottom: -2.1875rem;
  display: inline-block;
  overflow: hidden;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  opacity: 1;
  visibility: visible;
  padding: 8px 10px 10px 10px;
  padding: 0.5rem 0.625rem 0.625rem 0.625rem;
  background: rgba(0, 109, 193, 0.6);
  background-image: none;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  z-index: 1000;
}

@media (min-width: 27em) {
  .toplink {
    right: 3.125%;
  }
}

@media (min-width: 63.25em) {
  .toplink {
    right: calc((100vw - 960px) / 2);
  }
}

@media (min-width: 70em) {
  .toplink {
    right: calc((100vw - 960px) / 2 - 70px);
  }
}

.toplink:hover {
  background: #006dc1;
}

.toplink.-visible {
  position: fixed;
  bottom: 15px;
  transition: all .3s ease;
}

.toplink.-hidden {
  visibility: hidden;
  opacity: 0;
}

.toplink.-stopAtFooter {
  position: absolute;
}

.toplink.-noTransition {
  transition: none;
}

.toplink > .icon {
  width: 19px;
  height: 19px;
  fill: #fff;
}

/*@
##Touch Fläche

Die Klasse .touchArea fügt Links touch Funktionalität hinzu.
Insbesondere in mobile Viewports sorgt sie für eine große
Fläche zum touchen.
*/
.touchArea {
  display: inline-block;
  padding-top: 0.875em;
  padding-bottom: 0.875em;
}

@media (min-width: 56.25em) {
  .touchArea {
    display: block;
    padding-top: 0.21875em;
    padding-bottom: 0.21875em;
  }
}

.touchArea--rightSideLarger {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  padding-right: 1.5em;
}

@media (min-width: 27em) {
  .touchArea--rightSideLarger {
    padding-top: 2em;
    padding-bottom: 2em;
    padding-right: 2em;
  }
}

@media (min-width: 40.625em) {
  .touchArea--rightSideLarger {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
    padding-right: 2.5em;
  }
}

.touchArea--leftSideLarger {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  padding-left: 1.5em;
}

@media (min-width: 27em) {
  .touchArea--leftSideLarger {
    padding-top: 2em;
    padding-bottom: 2em;
    padding-left: 2em;
  }
}

@media (min-width: 40.625em) {
  .touchArea--leftSideLarger {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
    padding-left: 2.5em;
  }
}

.appendix .link--backlink {
  display: inline-block;
  margin-top: 22px;
  margin-top: 1.375rem;
  margin-bottom: -5px;
  margin-bottom: -0.3125rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
}

.appendix .link--backlink .icon {
  width: 17px;
  height: 17px;
  margin-right: 6px;
  margin-right: 0.375rem;
}

/*@

# Listen

Listen aus dem copytext werden fertig gerendert vom CMS ausgespielt. Da hier nicht die Möglichkeit besteht für einen
Listeneintrag eigene Klassen zu setzen, wird an dieser Stelle mit der Kaskade gearbeitet. Unsortierte und Sortierte Listen
unterscheiden sich an dieser Stelle optisch lediglich durch die Art des Aufzählungszeichens.

*/
/*@

## Vertikale Liste (unsortiert)

Mit linksbündigem Text und ohne Aufzählungszeichen

*/
.list {
  list-style-position: inside;
  list-style-type: none;
}

/*@

<ul class="list">
    <li>Listenpunkt 1</li>
    <li>Listenpunkt 2</li>
    <li>Listenpunkt 3</li>
</ul>

*/
/*@

## Vertikale Liste (unsortiert)
Mit linksbündigem Text und Aufzählungszeichen (gefüllter Kreis) links außerhalb

*/
.list--unordered {
  list-style-type: disc;
}

/*@

<ul class="list list--unordered">
    <li>Listenpunkt 1</li>
    <li>Listenpunkt 2</li>
    <li>Listenpunkt 3</li>
</ul>

*/
/*@

## Vertikale Liste (sortiert)
Mit linksbündigem Text und Aufzählungszeichen (nummeriert) links außerhalb

*/
.list--ordered {
  list-style-type: decimal;
}

/*@

<ul class="list list--ordered">
    <li>Listenpunkt 1</li>
    <li>Listenpunkt 2</li>
    <li>Listenpunkt 3</li>
</ul>

*/
.list__item--vertical {
  display: inline-block;
}

/*@

## Liste - Variante Appendx


*/
/*@

<ul class="list -appendix">
    <li class="list__item">Listenpunkt A</li>
    <li class="list__item"><svg class="icon icon--primary list__icon" role="presentation" aria-hidden="true"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/hrcms/hessenschau/assets/base/image/svg/icons/svgmap.min.svg#ortsmarke"></use>
</svg>Listenpunkt B mit Icon</li>
    <li class="list__item">Listenpunkt C</li>
</ul>

*/
.list.-appendix .list__item {
  display: inline-block;
  margin-right: 2.0833333333%;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 0.875em;
  line-height: 1.5em;
}

@media (min-width: 56.25em) {
  .list.-appendix .list__item {
    display: block;
    margin-left: 0;
    margin-right: 0;
    padding-left: 23px;
    padding-left: 1.4375rem;
    text-indent: -23px;
    text-indent: -1.4375rem;
  }
}

.list.-appendix .list__item.-twoColumn {
  margin-top: 15px;
  margin-top: 0.9375rem;
  display: inline-block;
  width: calc(50% - 15px);
  vertical-align: top;
}

@media (min-width: 40.625em) {
  .list.-appendix .list__item.-twoColumn {
    display: inline-block;
    width: 120px;
    vertical-align: top;
  }
}

@media (min-width: 56.25em) {
  .list.-appendix .list__item.-twoColumn {
    display: inline-block;
    width: 45%;
    vertical-align: top;
  }
}

.list.-appendix .list__item.-twoColumn:nth-child(odd) {
  margin-right: 15px;
  margin-right: 0.9375rem;
}

.list.-appendix .list__item.-margin-top {
  margin-top: 5px;
  margin-top: 0.3125rem;
  vertical-align: top;
  display: block;
}

@media (min-width: 27em) {
  .list.-appendix .list__item.-margin-top {
    margin-top: 8px;
    margin-top: 0.5rem;
    vertical-align: top;
    display: inline-block;
  }
}

@media (min-width: 56.25em) {
  .list.-appendix .list__item.-margin-top {
    margin-top: 8px;
    margin-top: 0.5rem;
    vertical-align: top;
    display: block;
  }
}

@media (min-width: 0em) and (max-width: 29.9375em) {
  .list.-appendix .list__item.-margin-top:first-child {
    margin-top: 10px;
    margin-top: 0.625rem;
  }
}

@media (min-width: 56.25em) {
  .list.-appendix .list__item.-margin-top:first-child {
    margin-top: 15px;
    margin-top: 0.9375rem;
  }
}

.list.-appendix .list__item.-margin-top:last-child {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}

.list.-appendix .list__icon {
  margin-right: 9px;
  margin-right: 0.5625rem;
}

.list.-noPadding .list__item {
  padding-left: 0;
}

/*@
Das mixin 'dropdownToList' läßt das normale dropdown in Listendarstellung erscheinen.
Der wechsel wurde als 'mixin' ausgelagert um 'media query' unabhängig das wechseln zu ermöglichen.
Siehe '_contentNav.scss' dort wird in der desktopView der switch verursacht.
```xml
& .dropdown {
    @include dropdownToList;
}
```
Wie man das dropdown <-> listen am besten implementiert sieht man anhand der content nav.
Die hier gestzten styles erfüllen nur den zweck layout änderungen hervorzurufen.
Das Layout an sich muss in den jeweiligen Modulen gesetzt werden.

Das Markup, funktioniert wie bei der page, mit includes und partials.
Beispiel contentNav:
```xml
<div class="teaser--{{teasersize}}">
    {{#partial "dropdown__title"}}{{this.selectedItem.title}}{{/partial}}
    {{#partial "dropdown__content"}}
        {{~#each this.contentNavEntries~}}
            <a class="buttonList__button dropdown__item{{#if this.isSelected}} dropdown__item--current{{/if}} link" href="{{this.url}}">{{include "base/image/icon" _icon="arrow-right" _addClass="contentNav__icon"}} {{this.title}}</a>
        {{~/each~}}
    {{/partial}}
    {{include "base/menu/dropdown" _addClass="contentNav teaser__gutter" _addClassLabel="teaser__gutter"}}
</div>
```
*/
/*@


Das 'mixin' welches den Switch auslöst
*/
.dropdown {
  position: relative;
}

.dropdown__toggle, .dropdown__label {
  display: block;
  cursor: pointer;
}

.dropdown__toggle {
  position: absolute;
  opacity: 0;
}

.dropdown__label .icon {
  margin-left: 7px;
  margin-left: 0.4375rem;
  vertical-align: text-bottom;
  width: 16px;
}

.dropdown__labelicon {
  display: inline;
  pointer-events: none;
}

.dropdown__content {
  position: absolute;
  left: -10000px;
  top: auto;
  overflow: hidden;
  height: 0;
}

.dropdown__item {
  display: block;
}

.dropdown .arrow--down {
  position: relative;
  left: 0;
}

.dropdown .arrow--up {
  position: absolute;
  left: -10000px;
  top: auto;
}

.dropdown__toggle:checked ~ .dropdown__content {
  position: relative;
  left: 0;
  height: auto;
}

.dropdown.-isActive rootClassName__content {
  position: relative;
  left: 0;
  height: auto;
}

.dropdown.-isActive .arrow--down {
  position: absolute;
  left: -10000px;
  top: auto;
}

.dropdown.-isActive .arrow--up {
  position: relative;
  left: 0;
  width: 16px;
}

.table--flipToScroll {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  display: block;
  position: relative;
}

.table--flipToScroll > thead {
  display: block;
  float: left;
}

.table--flipToScroll > thead > tr {
  display: block;
}

.table--flipToScroll > thead > tr > th {
  display: block;
  text-align: left;
}

.table--flipToScroll > tbody {
  display: block;
  width: auto;
  position: relative;
  overflow-x: auto;
  white-space: nowrap;
}

.table--flipToScroll > tbody tr {
  display: inline-block;
  vertical-align: top;
}

.table--flipToScroll > tbody th,
.table--flipToScroll > tbody td {
  text-align: center;
  display: block;
}

.errorService {
  text-align: center;
  margin-top: 4.375em;
  margin-bottom: 1.75em;
}

@media (min-width: 0em) and (max-width: 26.9375em) {
  .errorService {
    margin-top: 2.625em;
    margin-bottom: 0.875em;
  }
}

@media (min-width: 18.75em) {
  .errorService .stayTogether {
    white-space: nowrap;
  }
}

.errorService__entry {
  text-align: center;
  display: inline-block;
  margin-left: 25px;
  margin-left: 1.5625rem;
  margin-right: 25px;
  margin-right: 1.5625rem;
  margin-bottom: 2.625em;
}

@media (min-width: 0em) and (max-width: 26.9375em) {
  .errorService__entry {
    margin-left: 16px;
    margin-left: 1rem;
    margin-right: 16px;
    margin-right: 1rem;
  }
}

.errorService__entry .serviceIcon {
  display: block;
  width: 128px;
  height: 128px;
  margin: 0 auto;
}

@media (min-width: 0em) and (max-width: 56.1875em) {
  .errorService__entry .serviceIcon {
    width: 96px;
    height: 96px;
  }
}

.errorService__entry .serviceButton {
  color: #fff;
  background-color: #005293;
  border-color: #005293;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.errorService__entry .serviceButton:hover, .errorService__entry .serviceButton:active, .errorService__entry .serviceButton:focus, .errorService__entry .serviceButton:visited {
  color: #fff;
  outline: none;
}

.c-description__text {
  margin-top: -5px;
  margin-top: -0.3125rem;
  margin-bottom: -7px;
  margin-bottom: -0.4375rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
}

* + .c-description__text {
  margin-top: 11px;
  margin-top: 0.6875rem;
}

.c-description__meta {
  font-family: Merriweather, serif;
  font-style: italic;
  margin-top: -4px;
  margin-top: -0.25rem;
  margin-bottom: -5px;
  margin-bottom: -0.3125rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
  color: #606060;
}

* + .c-description__meta {
  margin-top: 12px;
  margin-top: 0.75rem;
}

.c-errormessage {
  border-top: 1px dotted #797979;
  border-bottom: 1px dotted #797979;
  padding-top: 1.3125em;
  padding-bottom: 1.3125em;
  margin-bottom: 1.3125em;
  margin-top: -6px;
  margin-top: -0.375rem;
  margin-bottom: -9px;
  margin-bottom: -0.5625rem;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 28px;
  line-height: 1.75rem;
}

.u-marginXL {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.u-marginL {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.u-marginM {
  margin-top: 16px;
  margin-top: 1rem;
}

.appendix {
  margin-top: 50px;
  margin-top: 3.125rem;
}

@media (min-width: 56.25em) {
  .appendix.-compact {
    margin-top: 0;
  }
}

@media (min-width: 56.25em) {
  .appendix.-wide .list,
  .appendix.-wide .appendix__headline {
    display: inline-block;
    vertical-align: top;
    margin-top: 25px;
    margin-top: 1.5625rem;
  }
}

.appendix.-wide .appendix__headline {
  width: 25%;
}

.appendix.-wide .appendix__entry:last-child {
  padding-bottom: 6px;
  padding-bottom: 0.375rem;
}

.appendix__entry:nth-of-type(1) {
  border-top: 1px dotted #797979;
}

@media (min-width: 0em) and (max-width: 56.1875em) {
  .appendix__entry:nth-of-type(1) .appendix__headline {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
}

@media (min-width: 30em) and (max-width: 56.1875em) {
  .appendix__entry:nth-of-type(1) .list {
    margin-top: 12px;
    margin-top: 0.75rem;
  }
}

.appendix__entry:last-child {
  border-bottom: 1px dotted #797979;
}

@media (min-width: 0em) and (max-width: 56.1875em) {
  .appendix__entry:last-child {
    padding-bottom: 6px;
    padding-bottom: 0.375rem;
  }
}

@media (min-width: 56.25em) {
  .appendix__entry:last-child {
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
  }
}

.appendix__backlink {
  margin-top: -4px;
  margin-top: -0.25rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
}

.appendix__headline {
  margin-top: 10px;
  margin-top: 0.625rem;
  margin-bottom: -4px;
  margin-bottom: -0.25rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0;
}

@media (min-width: 30em) and (max-width: 56.1875em) {
  .appendix__headline {
    display: inline-block;
    vertical-align: top;
    margin-top: 18px;
    margin-top: 1.125rem;
    width: 25%;
  }
}

@media (min-width: 56.25em) {
  .appendix__headline {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
}

@media (min-width: 30em) and (max-width: 56.1875em) {
  .appendix__headline {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    width: 25%;
  }
}

@media (min-width: 0em) and (max-width: 29.9375em) {
  .list.-appendix {
    margin-top: 5px;
    margin-top: 0.3125rem;
  }
}

@media (min-width: 30em) and (max-width: 56.1875em) {
  .list.-appendix {
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    margin-top: 0.625rem;
    width: 75%;
  }
}

.list.-appendix .list__item .link {
  margin-top: -5px;
  margin-top: -0.3125rem;
  margin-bottom: -6px;
  margin-bottom: -0.375rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 19px;
  line-height: 1.1875rem;
}

@media (min-width: 56.25em) {
  .list.-appendix .list__item .link {
    margin-top: 5px;
    margin-top: 0.3125rem;
  }
}

@media (min-width: 56.25em) {
  .list.-appendix .list__item:nth-of-type(1) .link {
    margin-top: 11px;
    margin-top: 0.6875rem;
    margin-bottom: -6px;
    margin-bottom: -0.375rem;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 19px;
    line-height: 1.1875rem;
  }
}

.audioElement {
  width: 100%;
  height: 100%;
  display: block;
}

.audioElement__audio {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.audioElement__poster {
  position: absolute;
}

.audioElement__downloadInfo {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 3% 8%;
  background-color: #ff00ff;
  z-index: 70;
  text-align: center;
}

@media (min-width: 40.625em) {
  .page--audio .copytext__box {
    float: left;
    width: 38.75%;
    margin-right: 2.5%;
  }
}

@media (min-width: 56.25em) {
  .page--audio .copytext__box {
    width: 45.5882352941%;
    margin-right: 2.9411764706%;
  }
}

@media (min-width: 56.25em) {
  .page--audio .copytext__box,
  .page--audio .copytext__text {
    margin-top: 0;
  }
}

.banner {
  position: relative;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  border-bottom: 1px solid #797979;
}

.banner__wrap {
  position: relative;
  background-color: #fff;
}

.banner__wrap.-image {
  background-color: transparent;
}

@media (min-width: 0em) and (max-width: 49.9375em) {
  .banner__wrap.-imageOnMobile {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    float: none;
    width: auto;
  }
}

.banner__topline {
  color: #000;
  margin-top: 15px;
  margin-top: 0.9375rem;
  margin-bottom: -4px;
  margin-bottom: -0.25rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
}

@media (min-width: 30em) {
  .banner__topline {
    margin-top: 14px;
    margin-top: 0.875rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 26px;
    line-height: 1.625rem;
  }
}

.banner__headline {
  margin-top: 4px;
  margin-top: 0.25rem;
  margin-bottom: -5px;
  margin-bottom: -0.3125rem;
  font-size: 29px;
  font-size: 1.8125rem;
  line-height: 34px;
  line-height: 2.125rem;
}

@media (min-width: 30em) {
  .banner__headline {
    margin-top: 7px;
    margin-top: 0.4375rem;
    margin-bottom: -7px;
    margin-bottom: -0.4375rem;
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 39px;
    line-height: 2.4375rem;
  }
}

.banner__byline {
  margin-top: 12px;
  margin-top: 0.75rem;
  margin-bottom: -5px;
  margin-bottom: -0.3125rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
}

@media (min-width: 30em) {
  .banner__byline {
    margin-top: 16px;
    margin-top: 1rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 19px;
    line-height: 1.1875rem;
  }
}

@media (min-width: 30em) {
  .banner__footer .banner__byline {
    margin-top: 26px;
    margin-top: 1.625rem;
  }
}

.banner.-hasImage {
  margin-top: 10px;
  padding-bottom: 0;
  border-bottom: 0;
}

@media (min-width: 60em) {
  .banner.-hasImage {
    margin-top: 0;
  }
}

.banner__image {
  position: absolute;
  z-index: 1;
}

.banner.-hideMobile .banner__image, .banner__footer.-hideMobile {
  display: none;
}

@media (min-width: 60em) {
  .banner.-hideMobile .banner__image, .banner__footer.-hideMobile {
    display: block;
  }
}

.banner__additionalInfo {
  display: block;
  font-family: RobotoCond, sans-serif;
  font-weight: 400;
  margin-top: 1px;
  margin-top: 0.0625rem;
  margin-bottom: -4px;
  margin-bottom: -0.25rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
}

@media (min-width: 30em) {
  .banner__additionalInfo {
    margin-top: 0px;
    margin-top: 0rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 26px;
    line-height: 1.625rem;
  }
}

@media (min-width: 40.625em) {
  .banner__additionalInfo {
    display: inline;
    margin-left: 12px;
    margin-left: 0.75rem;
  }
}

.banner__overlay {
  position: absolute;
  padding-left: 12px;
  padding-left: 0.75rem;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  width: 100%;
  bottom: 0;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  z-index: 8;
}

@media (min-width: 0em) and (max-width: 59.9375em) {
  .banner.-hideMobile .banner__overlay {
    position: inherit;
    padding-left: 0px;
  }
}

.ar--banner {
  position: relative;
  overflow: hidden;
  transform-style: preserve-3d;
}

.ar--banner:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}

@media (min-width: 27em) {
  .ar--banner {
    position: relative;
    overflow: hidden;
    transform-style: preserve-3d;
  }
  .ar--banner:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 43.75%;
  }
}

@media (min-width: 50em) {
  .ar--banner {
    position: relative;
    overflow: hidden;
    transform-style: preserve-3d;
  }
  .ar--banner:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 27.25%;
  }
}

@media (min-width: 0em) and (max-width: 59.9375em) {
  .ar--banner.-hideMobile:before {
    padding-top: 0;
    height: auto;
    overflow: hidden;
  }
}

.breadcrumbNav {
  display: block;
  padding-top: 10px;
  padding-top: 0.625rem;
}

.breadcrumbNav.-banner {
  z-index: 11;
}

@media (min-width: 60em) {
  .breadcrumbNav.-banner {
    position: absolute;
    top: 10px;
    left: 0;
    padding-top: 0;
    padding-left: 22px;
    padding-left: 1.375rem;
    padding-right: 10px;
    padding-right: 0.625rem;
    border-top-right-radius: 3px;
    border-top-right-radius: 0.1875rem;
    border-bottom-right-radius: 3px;
    border-bottom-right-radius: 0.1875rem;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.85);
  }
  .breadcrumbNav.-banner .breadcrumbNav__item {
    padding-top: 7px;
    padding-top: 0.4375rem;
    padding-bottom: 5px;
    padding-bottom: 0.3125rem;
  }
}

.breadcrumbNav.-banner.-imageOnMobile {
  padding-left: 12px;
  padding-left: 0.75rem;
  padding-right: 12px;
  padding-right: 0.75rem;
}

@media (min-width: 50em) and (max-width: 59.9375em) {
  .breadcrumbNav.-banner.-imageOnMobile {
    padding-left: 0;
    padding-right: 0;
  }
}

.breadcrumbNav.-hideTitleMobile .breadcrumbNav__item.link:last-of-type .arrow--right {
  position: absolute;
  left: -10000px;
  top: auto;
}

@media (min-width: 30em) {
  .breadcrumbNav.-hideTitleMobile .breadcrumbNav__item.link:last-of-type .arrow--right {
    display: inline-block;
    position: relative;
    left: 0;
  }
}

.breadcrumbNav.-hideTitleMobile .breadcrumbNav__title {
  display: none;
}

@media (min-width: 30em) {
  .breadcrumbNav.-hideTitleMobile .breadcrumbNav__title {
    display: inline-block;
  }
}

.breadcrumbNav .arrow--right {
  height: 0.4375em;
  margin-left: 5px;
  margin-left: 0.3125rem;
  color: #005293;
  fill: #005293;
}

.breadcrumbNav__item {
  display: inline-block;
  font-size: 0.75em;
  line-height: 1.4583333333em;
}

.breadcrumbNav__item.link {
  text-decoration: none;
  color: #006dc1;
}

.breadcrumbNav__item.link:hover {
  text-decoration: underline;
  color: #006dc1;
}

.c-calendarNav {
  position: relative;
  background-color: #0f0;
  z-index: 5;
  padding: 8px 3px;
  padding: 0.5rem 0.1875rem;
  width: 100%;
  max-width: 659px;
  display: inline-block;
  box-shadow: 0 0 1em magenta;
}

@media (min-width: 27em) {
  .c-calendarNav {
    padding: 17px 16px;
    padding: 1.0625rem 1rem;
  }
}

.c-calendarNav__table {
  width: 100%;
  margin: 12px 1px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media (min-width: 27em) {
  .c-calendarNav__table {
    margin: 17px 1px 0;
  }
}

.c-calendarNav__month {
  text-align: center;
  padding: 8px;
  height: 0;
}

.c-calendarNav__month.m-active {
  height: auto;
}

.c-calendarNav__monthHeadline {
  position: relative;
  display: inline-block;
  width: 170px;
}

@media (min-width: 27em) {
  .c-calendarNav__monthHeadline {
    width: 232px;
  }
}

.c-calendarNav__monthName {
  display: inline-block;
  font-family: RobotoCond, sans-serif;
  font-weight: 700;
  margin-top: 1px;
  margin-top: 0.0625rem;
  margin-bottom: -4px;
  margin-bottom: -0.25rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
}

@media (min-width: 27em) {
  .c-calendarNav__monthName {
    margin-top: -4px;
    margin-top: -0.25rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 29px;
    line-height: 1.8125rem;
  }
}

.c-calendarNav__tableCell {
  text-align: center;
  color: #f0f;
  font-family: Merriweather, serif;
  font-style: italic;
  font-size: 14px;
  border-right: 1px #f0f solid;
  width: 14.2857142857%;
  background-color: #0f0;
}

@media (min-width: 27em) {
  .c-calendarNav__tableCell {
    font-size: 20px;
  }
}

.c-calendarNav__tableCell:last-of-type {
  border: none;
}

.c-calendarNav__tableCell.-weekDay {
  text-transform: uppercase;
  color: #f0f;
  background-color: #0f0;
  padding: 2px 0;
  font-size: 12px;
}

@media (min-width: 27em) {
  .c-calendarNav__tableCell.-weekDay {
    padding: 10px 0;
    font-size: 14px;
  }
}

.c-calendarNav__tableCell.-inMonth {
  background-color: #0f0;
}

.c-calendarNav__tableCell.-isCurrent {
  border: #f0f 2px solid;
}

.c-calendarNav__tableCell.-isSelected {
  color: #0f0;
  background-color: #f0f;
  position: relative;
}

.c-calendarNav__tableCell.-isSelected:after {
  content: '';
  width: 0;
  height: 0;
  border-top: none;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
  border-left: 7px solid transparent;
  position: absolute;
  left: 36px;
  bottom: 0;
  z-index: 200;
}

.c-calendarNav__tableCell.-isSelected .link {
  color: #0f0;
}

.c-calendarNav__cellContent {
  position: relative;
  display: block;
  padding: 9px 0;
}

.c-calendarNav__cellContent.link {
  font-weight: 700;
}

@media (min-width: 27em) {
  .c-calendarNav__cellContent {
    font-size: 19px;
    padding: 17px 0;
  }
}

.c-calendarNav__tableRow {
  border-bottom: 1px #f0f solid;
}

.c-calendarNav__tableRow:last-of-type {
  border: none;
}

.c-calendarNav__tableRow:first-of-type {
  border-bottom: 1px #f0f solid;
}

.c-calendarNav__button {
  position: absolute;
  top: 0;
  border: none;
  background: transparent;
}

.c-calendarNav__button:focus {
  outline: thin dotted;
}

.c-calendarNav__button.-left {
  left: 0;
}

.c-calendarNav__button.-right {
  right: 0;
}

.c-calendarNav__icon {
  width: 26px;
  width: 1.625rem;
  height: 22px;
  height: 1.375rem;
  fill: #f0f;
}

.-is-inactive .c-calendarNav__icon {
  fill: #f0f;
}

.c-calendarNav__close {
  position: absolute;
  right: -4px;
  top: -10px;
  padding: 10px;
  padding: 0.625rem;
  border: none;
  background-color: transparent;
}

.c-calendarNav__close:focus {
  outline: thin dotted;
}

.c-calendarNav__closeIcon {
  width: 22px;
  width: 1.375rem;
  height: 22px;
  height: 1.375rem;
  fill: #f0f;
}

.c-calendarNav__today {
  position: absolute;
  left: 12px;
  margin-top: 1px;
  font-family: RobotoCond, sans-serif;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
}

@media (min-width: 27em) {
  .c-calendarNav__today {
    left: 25px;
    margin-top: 4px;
  }
}

.c-commentsHead {
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  margin-left: -4.347826087%;
  margin-right: -4.347826087%;
  padding-left: 4.347826087%;
  padding-right: 4.347826087%;
  background-color: #ebf4fa;
}

@media (min-width: 27em) and (max-width: 40.5625em) {
  .c-commentsHead {
    margin-left: -3.1802911534%;
    margin-right: -3.1802911534%;
    padding-left: 3.1802911534%;
    padding-right: 3.1802911534%;
  }
}

@media (min-width: 40.625em) {
  .c-commentsHead {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 40.625em) {
  .c-commentsHead {
    padding: 30px 20px 30px 20px;
    padding: 1.875rem 1.25rem 1.875rem 1.25rem;
  }
}

@media (min-width: 40.625em) {
  .c-commentsHead {
    padding-left: 20px;
    padding-left: 1.25rem;
    padding-right: 20px;
    padding-right: 1.25rem;
  }
}

.c-commentsHead__icon {
  height: 1em;
  margin: -9px 1% 0 -2px;
  width: 1em;
  vertical-align: middle;
  display: inline-block;
  fill: #797979;
}

.c-commentsHead__topline {
  display: inline-block;
  margin-top: -5px;
  margin-top: -0.3125rem;
  margin-bottom: -4px;
  margin-bottom: -0.25rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
  font-family: RobotoCond, sans-serif;
  color: #000;
  border: none;
}

.c-commentsHead__headline {
  display: block;
  padding: 14px 0px 0px 0px;
  padding: 0.875rem 0rem 0rem 0rem;
  margin-top: -7px;
  margin-top: -0.4375rem;
  margin-bottom: -5px;
  margin-bottom: -0.3125rem;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 29px;
  line-height: 1.8125rem;
  font-family: RobotoCond, sans-serif;
  font-weight: 700;
  color: #000;
  border: none;
}

.c-comments {
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  background-color: #ebf4fa;
  margin-left: -4.347826087%;
  margin-right: -4.347826087%;
  padding-left: 4.347826087%;
  padding-right: 4.347826087%;
}

@media (min-width: 27em) and (max-width: 40.5625em) {
  .c-comments {
    margin-left: -3.1802911534%;
    margin-right: -3.1802911534%;
    padding-left: 3.1802911534%;
    padding-right: 3.1802911534%;
  }
}

@media (min-width: 40.625em) {
  .c-comments {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 30em) and (max-width: 40.5625em) {
  .c-comments {
    padding-top: 30px;
    padding-top: 1.875rem;
    padding-bottom: 30px;
    padding-bottom: 1.875rem;
  }
}

@media (min-width: 40.625em) {
  .c-comments {
    padding: 30px 20px 30px 20px;
    padding: 1.875rem 1.25rem 1.875rem 1.25rem;
  }
}

.c-comments.-disabled {
  padding: 10px 0px 10px 20px;
  padding: 0.625rem 0rem 0.625rem 1.25rem;
  margin-top: -4px;
  margin-top: -0.25rem;
  margin-bottom: -5px;
  margin-bottom: -0.3125rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
  margin: 0;
}

.c-comments__error {
  padding: 20px 0px 20px 0px;
  padding: 1.25rem 0rem 1.25rem 0rem;
  margin: 0;
}

.c-comments__icon {
  height: 1em;
  margin: -9px 1% 0 -2px;
  width: 1em;
  vertical-align: middle;
  display: inline-block;
  fill: #797979;
}

.c-comments__headline {
  margin-top: -4px;
  margin-top: -0.25rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  padding-bottom: 11px;
  padding-bottom: 0.6875rem;
  border-bottom: 1px solid #797979;
}

@media (min-width: 30em) {
  .c-comments__headline {
    margin-top: -6px;
    margin-top: -0.375rem;
    margin-bottom: 0px;
    margin-bottom: 0rem;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 24px;
    line-height: 1.5rem;
    padding-bottom: 11px;
    padding-bottom: 0.6875rem;
  }
}

.c-comments__hint {
  margin-top: 15px;
  margin-top: 0.9375rem;
  margin-bottom: 13px;
  margin-bottom: 0.8125rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
}

.c-comment {
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  border-bottom: 1px dotted #797979;
}

.c-comment:last-of-type {
  padding-bottom: 0;
  border-bottom: 0;
}

.c-comment__text {
  margin-top: -5px;
  margin-top: -0.3125rem;
  margin-bottom: -7px;
  margin-bottom: -0.4375rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
}

.c-comment__metadata {
  display: block;
  margin-top: 16px;
  margin-top: 1rem;
  margin-bottom: -5px;
  margin-bottom: -0.3125rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
}

.c-commentSeparator {
  border-top: 1px solid #fff;
}

.contentBody {
  position: relative;
}

.contentBody__wrap {
  background-color: #fff;
  *zoom: 1;
}

.contentBody__wrap:after {
  content: '';
  display: table;
  clear: both;
}

.contentFooter {
  clear: both;
}

.contentFooter__byline {
  display: block;
  margin-top: 12px;
  margin-top: 0.75rem;
  margin-bottom: -5px;
  margin-bottom: -0.3125rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
}

@media (min-width: 30em) {
  .contentFooter__byline {
    margin-top: 12px;
    margin-top: 0.75rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 19px;
    line-height: 1.1875rem;
  }
}

@media (min-width: 0em) and (max-width: 29.9375em) {
  .contentFooter__byline:nth-of-type(1) {
    margin-top: 46px;
    margin-top: 2.875rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
}

@media (min-width: 30em) and (max-width: 56.1875em) {
  .contentFooter__byline:nth-of-type(1) {
    margin-top: 66px;
    margin-top: 4.125rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 19px;
    line-height: 1.1875rem;
  }
}

@media (min-width: 56.25em) {
  .contentFooter__byline:nth-of-type(1) {
    margin-top: 46px;
    margin-top: 2.875rem;
  }
}

.contentHeader__topline {
  margin-top: 15px;
  margin-top: 0.9375rem;
  margin-bottom: -4px;
  margin-bottom: -0.25rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
  color: #000;
}

.contentHeader__headline {
  margin-top: 4px;
  margin-top: 0.25rem;
  margin-bottom: -5px;
  margin-bottom: -0.3125rem;
  font-size: 29px;
  font-size: 1.8125rem;
  line-height: 34px;
  line-height: 2.125rem;
}

.contentHeader__subline {
  margin-top: 11px;
  margin-top: 0.6875rem;
  margin-bottom: -4px;
  margin-bottom: -0.25rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
}

.contentHeader__byline {
  margin-top: 12px;
  margin-top: 0.75rem;
  margin-bottom: -5px;
  margin-bottom: -0.3125rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
  width: 100%;
}

.contentHeader .contentHeader__mediaInfo {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.contentHeader .contentHeader__mediaInfo .mediaInfo__label {
  margin-right: 10px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 23px;
  line-height: 1.4375rem;
}

.contentHeader .contentHeader__mediaInfo .mediaInfo__byline {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
}

.contentHeader .contentHeader__mediaInfo.-noConsumption {
  margin-top: 0;
}

.contentHeader__mediaInfo {
  display: block;
}

.contentHeader__author {
  margin-top: 26px;
  margin-top: 1.625rem;
  margin-bottom: -5px;
  margin-bottom: -0.3125rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
}

.contentHeader__lead {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.contentHeader__lead .figcaption {
  margin-top: 11px;
  margin-top: 0.6875rem;
  margin-bottom: -7px;
  margin-bottom: -0.4375rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
}

@media (min-width: 30em) {
  .contentHeader__topline {
    margin-top: 34px;
    margin-top: 2.125rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 26px;
    line-height: 1.625rem;
  }
  .contentHeader__headline {
    margin-top: 7px;
    margin-top: 0.4375rem;
    margin-bottom: -7px;
    margin-bottom: -0.4375rem;
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 39px;
    line-height: 2.4375rem;
  }
  .contentHeader__subline {
    margin-top: 14px;
    margin-top: 0.875rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 26px;
    line-height: 1.625rem;
  }
  .contentHeader__byline {
    margin-top: 16px;
    margin-top: 1rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 19px;
    line-height: 1.1875rem;
  }
  .contentHeader .contentHeader__mediaInfo {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .contentHeader .contentHeader__mediaInfo .mediaInfo__label {
    margin-right: 10px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 26px;
    line-height: 1.625rem;
  }
  .contentHeader .contentHeader__mediaInfo .mediaInfo__byline {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 19px;
    line-height: 1.1875rem;
  }
  .contentHeader .contentHeader__mediaInfo.-noConsumption {
    margin-top: 0;
  }
  .contentHeader__author {
    margin-top: 26px;
    margin-top: 1.625rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 19px;
    line-height: 1.1875rem;
  }
}

.c-contentnav__headline {
  margin-top: -4px;
  margin-top: -0.25rem;
}

@media (min-width: 43.75em) {
  .c-contentnav__headline {
    margin-top: 0;
  }
}

.c-contentnav__column {
  display: inline-block;
  vertical-align: middle;
  margin-top: 8px;
  margin-top: 0.5rem;
}

@media (min-width: 43.75em) {
  .c-contentnav__column {
    padding-left: 10px;
    padding-left: 0.625rem;
    margin-top: 0;
  }
}

.c-contentnav__column:first-of-type {
  padding-left: 0;
  margin-top: 0;
}

.c-contentnav__column.-width-5of12 {
  width: 100%;
}

@media (min-width: 43.75em) {
  .c-contentnav__column.-width-5of12 {
    width: 41.6666666667%;
  }
}

.c-contentnav__column.-width-7of12 {
  width: 100%;
}

@media (min-width: 43.75em) {
  .c-contentnav__column.-width-7of12 {
    width: 58.3333333333%;
  }
}

.c-contentnav .contentNav {
  margin-top: 0;
}

.c-contentnav.-boxed {
  background-color: #d8e9f6;
  padding: 12px 14px 18px 14px;
  padding: 0.75rem 0.875rem 1.125rem 0.875rem;
}

@media (min-width: 36.5em) {
  .c-contentnav.-boxed {
    padding: 24px 20px;
    padding: 1.5rem 1.25rem;
  }
}

.c-contentnav.-boxed .teaser {
  margin-top: 0px;
}

.c-epg {
  margin-top: 30px;
  width: 100%;
  float: left;
  clear: both;
  position: relative;
}

@media (min-width: 0em) and (max-width: 49.9375em) {
  .c-epg {
    width: 104.166666667%;
    margin-left: -2.0833333333%;
    margin-right: -2.0833333333%;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.c-epg__itemHeadline {
  margin-top: -7px;
  margin-top: -0.4375rem;
  margin-bottom: -5px;
  margin-bottom: -0.3125rem;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 29px;
  line-height: 1.8125rem;
  text-align: left;
  width: 100%;
  border-bottom: 1px dotted #000;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
  padding-left: 2.08333%;
  display: block;
  font-family: RobotoCond,sans-serif;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: -70px;
  visibility: hidden;
}

@media (min-width: 27em) {
  .c-epg__itemHeadline {
    font-size: 1.8125rem;
    line-height: 1.8125rem;
    margin-bottom: 0;
    margin-top: -70px;
    padding-left: 2.08333%;
    visibility: hidden;
  }
}

.c-epg__hint {
  clear: both;
  float: left;
  margin-top: 16px;
  margin-top: 1rem;
  margin-bottom: -5px;
  margin-bottom: -0.3125rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
}

.c-epgBroadcast__items {
  margin-top: 151px;
}

.c-epgBroadcast__items.-isLoading {
  position: relative;
}

.c-epgBroadcast__items.-isLoading:before {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  content: '';
  z-index: 10;
}

.c-epgBroadcast__items.-isLoading:after {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  content: attr(data-hr-loading);
  z-index: 15;
}

.c-epgBroadcast__item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: 1px dotted #000;
  vertical-align: top;
  padding-bottom: 15px;
}

.c-epgBroadcast__item.-isCurrent {
  background-color: #666666;
}

.c-epgBroadcast__item:active, .c-epgBroadcast__item:hover, .c-epgBroadcast__item:focus {
  background-color: #555555;
}

.no-flexbox .c-epgBroadcast__item {
  display: table;
}

.c-epgBroadcast__livestreamImage {
  display: inline-block;
  text-align: center;
  width: 50%;
  margin-bottom: 10px;
}

.c-epgBroadcast__startTime {
  display: block;
  font-family: Merriweather, serif;
  font-style: italic;
  font-weight: normal;
  margin-top: -4px;
  margin-top: -0.25rem;
  margin-bottom: -4px;
  margin-bottom: -0.25rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
}

@media (min-width: 27em) {
  .c-epgBroadcast__startTime {
    margin-top: -5px;
    margin-top: -0.3125rem;
    margin-bottom: -7px;
    margin-bottom: -0.4375rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
}

@media (min-width: 40.625em) {
  .c-epgBroadcast__startTime {
    margin-top: -6px;
    margin-top: -0.375rem;
    margin-bottom: -9px;
    margin-bottom: -0.5625rem;
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
}

.c-epgBroadcast__tipText {
  display: block;
  font-family: RobotoCond, sans-serif;
  margin-top: 5px;
  margin-top: 0.3125rem;
  margin-bottom: -7px;
  margin-bottom: -0.4375rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
  font-size: 12px;
}

@media (min-width: 27em) {
  .c-epgBroadcast__tipText {
    margin-top: 13px;
    margin-top: 0.8125rem;
    margin-bottom: -7px;
    margin-bottom: -0.4375rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    line-height: 1.375rem;
    font-size: 15px;
  }
}

.c-epgBroadcast__timeWrapper {
  position: relative;
  display: inline-block;
  width: 76px;
  vertical-align: top;
  -ms-flex: none;
      flex: none;
}

.c-epgBroadcast__timeWrapper.-tvTip {
  min-height: 78px;
}

.c-epgBroadcast__timeWrapper.-isCurrent {
  min-height: 74px;
}

.c-epgBroadcast__timeWrapper.-isCurrent.-tvTip {
  min-height: 120px;
}

.no-flexbox .c-epgBroadcast__timeWrapper {
  display: table-cell;
}

@media (min-width: 27em) {
  .c-epgBroadcast__timeWrapper {
    width: 97px;
  }
}

@media (min-width: 40.625em) {
  .c-epgBroadcast__timeWrapper {
    width: 144px;
  }
}

.c-epgBroadcast__time {
  position: absolute;
  color: #000;
  text-align: center;
  padding-top: 15px;
  top: 0;
  bottom: 0;
  left: 12px;
  right: 12px;
}

@media (min-width: 27em) {
  .c-epgBroadcast__time {
    padding-top: 15px;
    left: 15px;
    right: 20px;
  }
}

@media (min-width: 40.625em) {
  .c-epgBroadcast__time {
    left: 26px;
    right: 38px;
  }
}

.c-epgBroadcast__time.-tvTip {
  color: #fff;
  background-color: #ff0044;
  margin-bottom: 10px;
}

.c-epgBroadcast__time.-tvTip:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: -10px;
  border-bottom: 10px solid transparent;
  border-left: 26px solid #ff0044;
  border-right: 26px solid #ff0044;
}

@media (min-width: 27em) {
  .c-epgBroadcast__time.-tvTip:after {
    border-left: 31px solid #ff0044;
    border-right: 31px solid #ff0044;
  }
}

@media (min-width: 40.625em) {
  .c-epgBroadcast__time.-tvTip:after {
    border-left: 40px solid #ff0044;
    border-right: 40px solid #ff0044;
  }
}

.c-epgBroadcast__liveFlagContainer {
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 40.625em) {
  .c-epgBroadcast__liveFlagContainer {
    margin-left: -26px;
    margin-right: -26px;
  }
}

.c-epgBroadcast__liveFlagLink:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}

.c-epgBroadcast__liveFlag {
  display: inline-block;
  background-color: #f07800;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 21px;
  line-height: 1.3125rem;
  border-radius: 3px;
  border-radius: 0.1875rem;
  border: 0 none;
  color: white;
  margin-top: 15px;
  float: left;
}

@media (min-width: 40.625em) {
  .c-epgBroadcast__liveFlag {
    display: none;
  }
}

.c-epgBroadcast__liveFlag.-banner {
  float: none;
  display: none;
  margin-top: 15px;
}

@media (min-width: 40.625em) {
  .c-epgBroadcast__liveFlag.-banner {
    display: inline-block;
  }
}

.c-epgBroadcast__liveFlag .icon--livestream {
  fill: #fff;
  width: 17px;
  width: 1.0625rem;
  height: 17px;
  height: 1.0625rem;
  margin-top: -4px;
  margin-top: -0.25rem;
  margin-left: 10px;
  margin-left: 0.625rem;
}

.c-epgBroadcast__liveFlagText {
  display: inline-block;
  padding: 7px 10px 4px 6px;
  padding: 0.4375rem 0.625rem 0.25rem 0.375rem;
}

.c-epgBroadcast__duration {
  font-family: Merriweather, serif;
  margin-top: -4px;
  margin-top: -0.25rem;
  margin-bottom: -5px;
  margin-bottom: -0.3125rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
}

@media (min-width: 27em) {
  .c-epgBroadcast__duration {
    font-family: Merriweather, serif;
    margin-top: -4px;
    margin-top: -0.25rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
}

.c-epgBroadcast__programLink {
  display: block;
}

.c-epgBroadcast__extLinkIcon {
  fill: #ff0044;
}

.c-epgBroadcast__topline {
  margin-top: -4px;
  margin-top: -0.25rem;
  margin-bottom: -3px;
  margin-bottom: -0.1875rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 17px;
  line-height: 1.0625rem;
}

@media (min-width: 27em) {
  .c-epgBroadcast__topline {
    margin-top: -4px;
    margin-top: -0.25rem;
    margin-bottom: -3px;
    margin-bottom: -0.1875rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 19px;
    line-height: 1.1875rem;
    margin-bottom: 10px;
  }
}

.c-epgBroadcast__headline {
  margin-top: 10px;
  margin-top: 0.625rem;
  margin-bottom: -4px;
  margin-bottom: -0.25rem;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 24px;
  line-height: 1.5rem;
}

@media (min-width: 27em) {
  .c-epgBroadcast__headline {
    margin-top: 10px;
    margin-top: 0.625rem;
    margin-bottom: -4px;
    margin-bottom: -0.25rem;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}

.c-epgBroadcast__programLink .c-epgBroadcast__headline {
  width: auto;
  display: table;
  color: #ff0044;
}

.c-epgBroadcast__programLink:hover .c-epgBroadcast__headline {
  color: #000;
}

.c-epgBroadcast__headline:hover .c-epgBroadcast__extLinkIcon {
  fill: #ff0044;
}

.c-epgBroadcast__subline {
  margin-top: 6px;
  margin-top: 0.375rem;
  margin-bottom: -3px;
  margin-bottom: -0.1875rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 19px;
  line-height: 1.1875rem;
  color: #dadada;
}

.c-epgBroadcast__programLink:hover .c-epgBroadcast__subline {
  color: #ff0044;
}

@media (min-width: 27em) {
  .c-epgBroadcast__subline {
    margin-top: 6px;
    margin-top: 0.375rem;
    margin-bottom: -3px;
    margin-bottom: -0.1875rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 19px;
    line-height: 1.1875rem;
  }
}

.c-epgBroadcast__icons > li {
  display: inline-block;
  padding: 0;
  margin: 0;
}

.c-epgBroadcast__icons > li .icon {
  height: 22px;
}

.c-epgBroadcast__details {
  display: inline-block;
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.no-flexbox .c-epgBroadcast__details {
  display: table-cell;
}

.c-epgBroadcast__toggleContent {
  margin-top: 20px;
}

.c-epgBroadcast__image {
  width: 100%;
}

@media (min-width: 40.625em) {
  .c-epgBroadcast__image {
    float: left;
    width: 50%;
    padding-right: 20px;
  }
}

@media (min-width: 56.25em) {
  .c-epgBroadcast__image {
    width: 33.33333%;
  }
}

.c-epgBroadcast__text {
  margin-top: -7px;
  margin-top: -0.4375rem;
  margin-bottom: -4px;
  margin-bottom: -0.25rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  margin-left: 0;
  width: 100%;
  float: none;
}

@media (min-width: 27em) {
  .c-epgBroadcast__text {
    margin-top: -9px;
    margin-top: -0.5625rem;
    margin-bottom: -7px;
    margin-bottom: -0.4375rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
}

.c-epgBroadcast__image + .c-epgBroadcast__text {
  margin-top: 16px;
  margin-top: 1rem;
  margin-bottom: -4px;
  margin-bottom: -0.25rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
}

@media (min-width: 27em) {
  .c-epgBroadcast__image + .c-epgBroadcast__text {
    margin-top: 15px;
    margin-top: 0.9375rem;
    margin-bottom: -7px;
    margin-bottom: -0.4375rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
}

@media (min-width: 40.625em) {
  .c-epgBroadcast__image + .c-epgBroadcast__text {
    margin-top: -5px;
    margin-top: -0.3125rem;
    margin-bottom: -7px;
    margin-bottom: -0.4375rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    line-height: 1.375rem;
    float: right;
    width: 50%;
  }
}

@media (min-width: 56.25em) {
  .c-epgBroadcast__image + .c-epgBroadcast__text {
    width: 66.66666%;
  }
}

.c-epgBroadcast__modi {
  display: inline-block;
  float: left;
  clear: left;
  padding-top: 10px;
}

@media (min-width: 27em) {
  .c-epgBroadcast__modi {
    padding-top: 14px;
  }
}

.c-epgBroadcast__toggle {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
}

.c-epgBroadcast__toggle:hover {
  cursor: pointer;
}

.c-epgBroadcast__toggle_icon {
  display: block;
  padding: 18px 20px;
  fill: #dadada;
}

.c-epgBroadcast__toggle_icon .icon {
  width: 14px;
  height: 10px;
}

.c-epgBroadcast__toggle_icon .icon--arrowUp {
  display: none;
}

.c-epgBroadcast__toggle_icon:hover {
  fill: #ff0044;
}

.c-epgBroadcast__toggle.-isOpen .icon--arrowUp {
  display: inline;
}

.c-epgBroadcast__toggle.-isOpen .icon--arrowDown {
  display: none;
}

.c-epgLegend {
  margin-top: 30px;
  float: left;
  width: 100%;
}

@media (min-width: 27em) {
  .c-epgLegend__column {
    width: 100%;
    display: block;
  }
}

@media (min-width: 43.75em) {
  .c-epgLegend__column {
    width: 32%;
    display: inline-block;
    vertical-align: top;
  }
}

.c-epgLegend__headline {
  margin-top: -6px;
  margin-top: -0.375rem;
  margin-bottom: -4px;
  margin-bottom: -0.25rem;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin-bottom: 15px;
}

@media (min-width: 27em) {
  .c-epgLegend__headline {
    margin-top: -6px;
    margin-top: -0.375rem;
    margin-bottom: -4px;
    margin-bottom: -0.25rem;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 24px;
    line-height: 1.5rem;
    margin-bottom: 15px;
  }
}

.c-epgLegend__item > span {
  margin-left: 15px;
  margin-left: 0.9375rem;
  display: inline-block;
  margin-top: 7px;
  font-size: 14px;
}

.c-epgNav {
  position: absolute;
  width: 100%;
  left: 0;
}

.c-epgControlBar {
  height: 63px;
  height: 3.9375rem;
  background-color: #ff0044;
  position: relative;
  text-align: center;
  z-index: 10;
}

.c-epgControlBar.-hidden {
  position: absolute;
  left: -10000px;
  top: auto;
}

.c-epgControlBar__headline {
  display: inline-block;
  color: #fff;
  vertical-align: middle;
  margin-top: 13px;
  margin-top: 0.8125rem;
}

@media (min-width: 40.625em) {
  .c-epgControlBar__headline {
    margin-top: 6px;
    margin-top: 0.375rem;
  }
}

.c-epgControlBar__buttons {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -115px;
  margin-left: -7.1875rem;
  width: 230px;
  width: 14.375rem;
}

@media (min-width: 40.625em) {
  .c-epgControlBar__buttons {
    margin-left: -151px;
    margin-left: -9.4375rem;
    width: 302px;
    width: 18.875rem;
  }
}

.c-epgControlBar__buttonsWrapper {
  position: relative;
  width: 100%;
}

.c-epgControlBar__buttonWrapper {
  position: absolute;
  height: 32px;
  width: 50px;
  width: 3.125rem;
}

.c-epgControlBar__buttonWrapper.-left {
  left: 0px;
}

.c-epgControlBar__buttonWrapper.-right {
  right: 0px;
}

.c-epgControlBar__buttonWrapper.-right:hover {
  color: #ff0044;
}

.c-epgControlBar__calendarButton {
  padding-top: 2px;
  padding-top: 0.125rem;
  position: relative;
  fill: #ff0044;
  color: #ff0044;
  height: 63px;
  border: none;
  background-color: transparent;
}

@media (min-width: 40.625em) {
  .c-epgControlBar__calendarButton {
    padding-top: 5px;
    padding-top: 0.3125rem;
  }
}

.c-epgControlBar__calendarButton:focus {
  outline: thin dotted;
}

.c-epgControlBar__calendarButton.-active:after {
  content: '';
  width: 0;
  height: 0;
  border-top: none;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ff0044;
  border-left: 7px solid transparent;
  position: absolute;
  left: 17px;
  bottom: 0;
  z-index: 200;
}

.c-epgControlBar__calendarButton .icon {
  width: 26px;
  height: 26px;
}

.c-epgControlBar__calendarButton:hover {
  color: #ff0044;
  fill: #ff0044;
  text-decoration: underline;
}

.c-epgControlBar__calendarButtonLabel {
  display: block;
  margin-top: 4px;
  margin-top: 0.25rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
}

.c-epgControlBar__nowButton {
  display: block;
  padding-top: 11px;
  padding-top: 0.6875rem;
  position: relative;
  fill: #ff0044;
  color: #ff0044;
  height: 63px;
  border: none;
  background-color: transparent;
}

@media (min-width: 40.625em) {
  .c-epgControlBar__nowButton {
    padding-top: 12px;
    padding-top: 0.75rem;
  }
}

.c-epgControlBar__nowButton .icon {
  width: 24px;
  height: 24px;
}

.c-epgControlBar__nowButton:hover {
  color: #ff0044;
  fill: #ff0044;
  text-decoration: underline;
}

.c-epgControlBar__nowButtonLabel {
  display: block;
  margin-top: 4px;
  margin-top: 0.25rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
}

.c-epgControlBar__item {
  position: absolute;
  display: block;
  width: 35px;
  width: 2.1875rem;
  padding: 14px 0px;
  padding: 0.875rem 0rem;
  color: #fff;
}

@media (min-width: 27em) {
  .c-epgControlBar__item {
    width: 65px;
    width: 4.0625rem;
  }
}

@media (min-width: 43.75em) {
  .c-epgControlBar__item {
    width: 165px;
    width: 10.3125rem;
  }
}

.c-epgControlBar__item:hover {
  color: #ff0044;
}

.c-epgControlBar__item.-left {
  top: 0;
  left: 0;
  text-align: left;
  margin-left: 5px;
  margin-left: 0.3125rem;
  text-transform: uppercase;
}

.c-epgControlBar__item.-right {
  top: 0;
  right: 0;
  text-align: right;
  margin-right: 5px;
  margin-right: 0.3125rem;
  text-transform: uppercase;
}

.c-epgControlBar__item:hover {
  text-decoration: none;
}

.c-epgControlBar__item:hover .c-epgNav__date {
  text-decoration: underline;
}

.c-epgControlBar__icon.icon {
  width: 26px;
  width: 1.625rem;
  height: 22px;
  height: 1.375rem;
  margin-left: 5px;
  margin-left: 0.3125rem;
  margin-right: 5px;
  margin-right: 0.3125rem;
  fill: #ff0044;
}

.c-epgControlBar__dayname {
  font-size: 21px;
  display: block;
  text-transform: uppercase;
}

@media (min-width: 40.625em) {
  .c-epgControlBar__dayname {
    font-size: 29px;
    display: block;
  }
}

.c-epgControlBar__currentDate {
  font-weight: 400;
  margin-top: 2px;
  margin-top: 0.125rem;
  margin-bottom: -7px;
  margin-bottom: -0.4375rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
}

@media (min-width: 40.625em) {
  .c-epgControlBar__currentDate {
    font-size: 19px;
  }
}

.c-epgControlBar__date {
  font-family: RobotoCond, sans-serif;
  font-size: 19px;
  vertical-align: middle;
  display: inline-block;
  margin-top: -2px;
  margin-top: -0.125rem;
}

@media (min-width: 0em) and (max-width: 56.1875em) {
  .c-epgControlBar__date {
    display: none;
  }
}

.c-epgControlBar__date.-selected {
  margin-top: 0px;
}

@media (min-width: 0em) and (max-width: 56.1875em) {
  .c-epgControlBar__date.-selected {
    display: block;
  }
}

.c-epgCalendarNav {
  text-align: center;
  height: 0;
  width: 100%;
}

.c-epgCalendarNav.-hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  display: none;
}

.c-epgCalendarNav.-hiddenStart {
  visibility: hidden;
}

.-sticky {
  position: fixed;
  z-index: 20;
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  transition: top 0.2s ease-in-out;
  padding: 0;
  margin: 0;
  width: 100%;
  box-shadow: 0 8px 6px -6px #797979;
}

@media (min-width: 40.625em) {
  .-sticky {
    width: 100%;
  }
}

@media (min-width: 43.75em) {
  .-sticky {
    width: 100%;
    left: 0;
  }
}

@media (min-width: 56.25em) {
  .-sticky {
    width: 100%;
    left: 0;
  }
}

@media (min-width: 60em) {
  .-sticky {
    width: 100%;
    max-width: 941px;
    left: inherit;
  }
}

.-sticky.-hidden {
  top: -108px;
}

.c-epgHoursNav {
  position: relative;
  width: 100%;
  height: 43px;
  margin-bottom: 0;
  background-color: #fff;
  text-align: center;
  border-bottom: 1px solid #000;
}

.c-epgHoursNav__wrapper {
  height: 100%;
  width: 100%;
  position: relative;
  margin: 0;
  overflow: hidden;
}

.c-epgHoursNav__list {
  height: 100%;
  width: 100%;
  white-space: nowrap;
}

.touchevents .c-epgHoursNav__list {
  overflow-x: auto;
  overflow-y: hidden;
}

.no-touchevents .c-epgHoursNav__list,
.touchevents.IEMobile .c-epgHoursNav__list {
  -ms-transform-origin: 0px 0px 0px;
      transform-origin: 0px 0px 0px;
  transition-property: transform;
  transition: transform 0.3s ease-in-out;
}

.touchevents.IEMobile .c-epgHoursNav__list {
  overflow: visible;
}

.c-epgHoursNav__item {
  font-family: Merriweather, serif;
  font-style: italic;
  font-size: 14px;
  display: inline-block;
  margin-top: 1px;
  margin-top: 0.0625rem;
}

.c-epgHoursNav__item:first-of-type {
  margin-left: 40px;
}

.c-epgHoursNav__item:last-of-type {
  margin-right: 40px;
}

.c-epgHoursNav__button:target {
  text-decoration: underline;
}

.c-epgHoursNav__button {
  display: block;
  position: absolute;
  background: #fff;
  color: #ff0044;
  top: 0;
  width: 40px;
  height: 43px;
  border: 0;
  z-index: 2;
}

.c-epgHoursNav__button.-right {
  right: 0;
}

.c-epgHoursNav__button.-hidden .icon {
  fill: #000;
}

.c-epgHoursNav__button .icon {
  fill: #ff0044;
}

.c-epgHoursNav__link {
  position: relative;
  display: inline-block;
  padding: 10px 15px;
  padding: 0.625rem 0.9375rem;
  background-color: #fff;
  color: #ff0044;
  white-space: nowrap;
}

.c-epgHoursNav__link.-current {
  background-color: #ff0044;
  color: #fff;
}

.c-epgHoursNav__link.-inactive {
  color: #000;
}

.c-epgHoursNav__arrow {
  position: absolute;
  display: block;
  color: black;
  padding: 0;
}

@media (min-width: 27em) {
  .c-epgHoursNav__arrow {
    width: 85px;
  }
}

@media (min-width: 43.75em) {
  .c-epgHoursNav__arrow {
    width: 165px;
  }
}

.c-epgHoursNav__arrow.-left {
  top: 0;
  left: 0;
  text-align: left;
  margin-left: 8px;
  margin-left: 0.5rem;
}

.c-epgHoursNav__arrow.-right {
  top: 0;
  right: 0;
  text-align: right;
  margin-right: 8px;
  margin-right: 0.5rem;
}

.c-epgHoursNav__arrow:hover {
  text-decoration: none;
}

.c-epgHoursNav__icon.icon {
  width: 23px;
  height: 30px;
  margin-left: 5px;
  margin-left: 0.3125rem;
  margin-right: 5px;
  margin-right: 0.3125rem;
}

.c-epgWeekNav {
  border-bottom: 1px solid taupe;
  border-top: 1px solid #fff;
  background-color: #fff;
}

.c-epgWeekNav.-hidden {
  position: absolute;
  left: -10000px;
  top: auto;
}

.c-epgWeekNav__item {
  display: inline-block;
  width: 14.2857142857%;
}

.c-epgWeekNav__list {
  max-width: 23.75em;
  margin: 0 auto;
}

.c-epgWeekNav__button {
  display: block;
  font-family: Merriweather, serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  color: #006dc1;
  padding: 11px 12px;
  padding: 0.6875rem 0.75rem;
}

.c-epgWeekNav__button:hover, .c-epgWeekNav__button:focus, .c-epgWeekNav__button:active,
.c-epgWeekNav__button:hover .c-epgWeekNav__button__decorated,
.c-epgWeekNav__button:focus .c-epgWeekNav__button__decorated,
.c-epgWeekNav__button:active .c-epgWeekNav__button__decorated {
  text-decoration: underline;
}

.c-epgWeekNav__button.-plain:hover, .c-epgWeekNav__button.-plain:focus, .c-epgWeekNav__button.-plain:active {
  text-decoration: none;
}

@media (min-width: 43.75em) {
  .c-epgWeekNav__button {
    padding: 11px 14px;
    padding: 0.6875rem 0.875rem;
  }
}

.c-epgWeekNav__button.-active {
  background-color: green;
  color: #fff;
}

.c-epgWeekNav__button.-inactive {
  text-decoration: none;
  color: #666666;
}

.c-epgWeekNav__button.-inactive:hover {
  background-color: #fff;
  color: #666666;
}

.c-epgWeekNav__button:hover, .c-epgWeekNav__button:focus {
  background-color: green;
  color: #fff;
}

.c-radioPlaylist {
  width: 100%;
}

.c-radioPlaylist__itemHeadline {
  margin-top: -7px;
  margin-top: -0.4375rem;
  margin-bottom: -5px;
  margin-bottom: -0.3125rem;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 29px;
  line-height: 1.8125rem;
  text-align: left;
  width: 100%;
  border-bottom: 1px dotted #000;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
  padding-left: 2.08333%;
  display: block;
  font-family: RobotoCond,sans-serif;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: -70px;
  visibility: hidden;
}

@media (min-width: 27em) {
  .c-radioPlaylist__itemHeadline {
    font-size: 1.8125rem;
    line-height: 1.8125rem;
    margin-bottom: 0;
    margin-top: -70px;
    padding-left: 2.08333%;
    visibility: hidden;
  }
}

.c-playlist__item {
  position: relative;
  border-bottom: 1px dotted #000;
  vertical-align: top;
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}

.c-playlist__item:nth-child(even) {
  background-color: none;
}

.c-playlist__item:nth-child(even).-isCurrent {
  background-color: #555555;
}

.c-playlist__item:nth-child(odd) {
  background-color: none;
}

.c-playlist__item:nth-child(odd).-isCurrent {
  background-color: #555555;
}

.c-playlist__item:hover, .c-playlist__item:focus {
  background-color: #666666;
}

.c-playlist__startTime {
  display: block;
  font-family: Merriweather, serif;
  font-style: italic;
  font-weight: normal;
  margin-top: -6px;
  margin-top: -0.375rem;
  margin-bottom: -9px;
  margin-bottom: -0.5625rem;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 28px;
  line-height: 1.75rem;
}

@media (min-width: 27em) {
  .c-playlist__startTime {
    margin-top: -5px;
    margin-top: -0.3125rem;
    margin-bottom: -9px;
    margin-bottom: -0.5625rem;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 29px;
    line-height: 1.8125rem;
  }
}

.c-playlist__endTime {
  display: block;
  margin-top: 11px;
  margin-top: 0.6875rem;
  margin-bottom: -4px;
  margin-bottom: -0.25rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
}

.c-playlist__time {
  position: relative;
  display: inline-block;
  color: #000;
  padding-left: 0;
  padding-right: 0;
  vertical-align: top;
  text-align: center;
  width: 25%;
}

@media (min-width: 27em) {
  .c-playlist__time {
    width: 25%;
    text-align: center;
    padding-left: 2.0833333333%;
  }
}

@media (min-width: 43.75em) {
  .c-playlist__time {
    display: inline-block;
    padding-top: 0;
    width: 15%;
    vertical-align: top;
    color: #000;
    text-align: center;
  }
}

.c-playlist__liveFlag {
  text-align: center;
  display: block;
  margin: 8px;
  padding: 8px;
  color: #606060;
}

.c-playlist__liveFlag > a {
  color: #606060;
}

.c-playlist__details {
  display: inline-block;
  padding-top: 0;
  padding-left: 0;
  padding-right: 4.1666666667%;
  width: 67%;
}

@media (min-width: 27em) {
  .c-playlist__details {
    display: inline-block;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    width: 67%;
  }
}

@media (min-width: 43.75em) {
  .c-playlist__details {
    display: inline-block;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    width: 80%;
  }
}

.c-playlist__details.-isCurrent {
  width: 50%;
}

.c-playlist__image {
  padding-top: 15px;
  padding-left: 4.1666666667%;
}

@media (min-width: 43.75em) {
  .c-playlist__image {
    border: 1px solid #000;
    width: 25%;
    margin-top: 3.125rem;
    margin-right: 10px;
    float: left;
  }
}

.c-playlist__duration {
  font-family: Merriweather, serif;
  margin-top: -4px;
  margin-top: -0.25rem;
  margin-bottom: -5px;
  margin-bottom: -0.3125rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
}

@media (min-width: 27em) {
  .c-playlist__duration {
    font-family: Merriweather, serif;
    margin-top: -4px;
    margin-top: -0.25rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
}

.c-playlist__programLink {
  display: inline-block;
}

.c-playlist__topline {
  margin-top: -4px;
  margin-top: -0.25rem;
  margin-bottom: -3px;
  margin-bottom: -0.1875rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 17px;
  line-height: 1.0625rem;
}

@media (min-width: 27em) {
  .c-playlist__topline {
    margin-top: -4px;
    margin-top: -0.25rem;
    margin-bottom: -3px;
    margin-bottom: -0.1875rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 19px;
    line-height: 1.1875rem;
    margin-bottom: 10px;
  }
}

.c-playlist__headline {
  margin-top: -6px;
  margin-top: -0.375rem;
  margin-bottom: -4px;
  margin-bottom: -0.25rem;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: #ff0044;
}

@media (min-width: 27em) {
  .c-playlist__headline {
    margin-top: -7px;
    margin-top: -0.4375rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 29px;
    line-height: 1.8125rem;
  }
}

.c-playlist__subline {
  margin-top: 6px;
  margin-top: 0.375rem;
  margin-bottom: -3px;
  margin-bottom: -0.1875rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 19px;
  line-height: 1.1875rem;
  color: #dadada;
}

@media (min-width: 27em) {
  .c-playlist__subline {
    margin-top: 5px;
    margin-top: 0.3125rem;
    margin-bottom: -4px;
    margin-bottom: -0.25rem;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
}

.c-playlist__text {
  margin-top: 10px;
  margin-top: 0.625rem;
  margin-bottom: -7px;
  margin-bottom: -0.4375rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
  display: block;
  margin-left: 0;
}

@media (min-width: 27em) {
  .c-playlist__text {
    margin-top: 10px;
    margin-top: 0.625rem;
    margin-bottom: -7px;
    margin-bottom: -0.4375rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    line-height: 1.375rem;
    display: block;
    width: 100%;
  }
}

.c-playlist__toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  text-align: right;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
}

@media (min-width: 27em) {
  .c-playlist__toggle {
    width: 10%;
  }
}

.c-playlist__toggle:hover {
  cursor: pointer;
}

.c-playlist__toggle_icon {
  display: block;
  padding-top: 18px;
  padding-right: 20px;
  fill: #dadada;
}

.c-playlist__toggle_icon .icon {
  width: 14px;
  height: 10px;
}

.c-playlist__toggle_icon .icon--arrowUp {
  display: none;
}

.c-playlist__toggle.-isOpen .icon--arrowUp {
  display: inline;
}

.c-playlist__toggle.-isOpen .icon--arrowDown {
  display: none;
}

.c-radioPlaylistHistory {
  margin-top: 30px;
}

.c-airdates__head {
  margin-top: -4px;
  margin-top: -0.25rem;
  margin-bottom: -4px;
  margin-bottom: -0.25rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-family: RobotoCond, sans-serif;
  font-style: normal;
  font-weight: 700;
}

@media (min-width: 56.25em) {
  .c-airdates__head {
    display: block;
  }
}

.c-airdates__icon {
  margin: -8px 1% 0 0;
  vertical-align: middle;
  display: inline-block;
  fill: #797979;
}

.c-airdates__icon .icon {
  width: 16px;
  height: 16px;
}

.c-airdates__headline {
  display: inline-block;
  text-transform: uppercase;
  color: #000;
  border: none;
}

.c-airdates__list {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.c-airdates__entry {
  display: block;
  color: #000;
  margin-top: -4px;
  margin-top: -0.25rem;
  margin-bottom: -5px;
  margin-bottom: -0.3125rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
}

@media (min-width: 56.25em) {
  .c-airdates__entry {
    margin-top: -4px;
    margin-top: -0.25rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 19px;
    line-height: 1.1875rem;
  }
}

.c-airdates__entry.-broadcasted {
  color: #999;
}

.c-airdates__entry + .c-airdates__entry {
  margin-top: 6px;
  margin-top: 0.375rem;
  margin-bottom: -5px;
  margin-bottom: -0.3125rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
}

@media (min-width: 56.25em) {
  .c-airdates__entry + .c-airdates__entry {
    margin-top: 6px;
    margin-top: 0.375rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 19px;
    line-height: 1.1875rem;
  }
}

.c-airdates__wrapper {
  width: 100%;
  float: none;
  margin-left: 0;
  margin-right: 0;
  clear: both;
  border-top: 1px dotted #e3e3e3;
  padding-bottom: 0;
  margin-top: 20px;
  margin-top: 1.25rem;
  padding-top: 20px;
  padding-top: 1.25rem;
}

@media (min-width: 43.75em) {
  .c-airdates__wrapper {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-right: 0;
    clear: both;
    border-top: 1px dotted #e3e3e3;
    padding-bottom: 0;
  }
}

@media (min-width: 56.25em) {
  .c-airdates__wrapper {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-top: 0;
    border-top: none;
    padding-bottom: 0;
    padding-top: 0;
    margin-top: 0;
  }
}

.c-airdates__wrapper.-withImage {
  float: none;
  margin-left: 0;
  margin-right: 0;
  clear: both;
  border-top: 1px dotted #e3e3e3;
  padding-bottom: 0;
}

@media (min-width: 56.25em) {
  .c-airdates__wrapper.-withImage {
    margin-left: 0;
    margin-right: 0;
    clear: none;
    border-top: none;
    padding-top: 0;
    margin-top: 20px;
    margin-top: 1.25rem;
  }
}

.c-programHeader {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.c-programHeader__topline {
  margin-top: -6px;
  margin-top: -0.375rem;
  margin-bottom: -5px;
  margin-bottom: -0.3125rem;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 26px;
  line-height: 1.625rem;
  color: #000;
}

.c-programHeader__headline {
  margin-top: -9px;
  margin-top: -0.5625rem;
  margin-bottom: -7px;
  margin-bottom: -0.4375rem;
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 39px;
  line-height: 2.4375rem;
}

.c-programHeader__topline + .c-programHeader__headline {
  margin-top: 3px;
  margin-top: 0.1875rem;
  margin-bottom: -7px;
  margin-bottom: -0.4375rem;
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 39px;
  line-height: 2.4375rem;
}

.c-programHeader__subline {
  margin-top: 19px;
  margin-top: 1.1875rem;
  margin-bottom: -4px;
  margin-bottom: -0.25rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
  color: #000;
}

.c-programHeader__byline {
  margin-top: -4px;
  margin-top: -0.25rem;
  margin-bottom: -5px;
  margin-bottom: -0.3125rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 19px;
  line-height: 1.1875rem;
}

.c-programHeader__imageAndAppendix {
  float: left;
  width: 100%;
  clear: both;
}

@media (min-width: 56.25em) {
  .c-programHeader__imageAndAppendix {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
}

.c-programHeader__image {
  margin-top: 30px;
  margin-top: 1.875rem;
  width: 100%;
  float: left;
}

@media (min-width: 56.25em) {
  .c-programHeader__image {
    float: left;
    margin-left: 0;
    margin-right: -100%;
    width: 70.2127420552%;
    clear: none;
    margin-top: 0;
  }
}

@media (min-width: 56.25em) {
  .c-programHeader__headlines {
    width: 70.2127420552%;
    margin-right: -100%;
    margin-left: 0;
    float: left;
  }
}

@media (min-width: 56.25em) {
  .c-programHeader__headlines.-withImage {
    width: 100%;
    margin-right: -100%;
    margin-left: 0;
    clear: both;
  }
}

.c-programHeader__appendix {
  clear: none;
}

@media (min-width: 56.25em) {
  .c-programHeader__appendix {
    width: 23.4042473518%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}

.c-programHeader__appendix.-withImage {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  clear: both;
  /* aspect ratio von 0 - l ausblenden */
}

@media (min-width: 0) and (max-width: 56.1875em) {
  .c-programHeader__appendix.-withImage .ar--appendix16x9Height:before {
    padding-top: 0;
  }
  .c-programHeader__appendix.-withImage .ar--appendix16x9Height .ar__content {
    position: relative;
  }
}

@media (min-width: 56.25em) {
  .c-programHeader__appendix.-withImage {
    width: 23.4042473518%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: both;
    border-top: 1px solid #797979;
    border-bottom: 1px solid #797979;
  }
}

.c-programHeader__wrapper {
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}

@media (min-width: 56.25em) {
  .c-programHeader__wrapper {
    clear: both;
    float: left;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}

.c-programHeader__wrapper.-withImage {
  padding-bottom: 0;
  border-bottom: none;
}

@media (min-width: 56.25em) {
  .c-programHeader__wrapper.-withImage {
    clear: both;
    float: left;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding-bottom: 2%;
  }
}

.c-programLivestream .c-programLivestream__mediaInfo {
  margin-top: 0px;
  margin-top: 0rem;
}

.c-programLivestream .c-programLivestream__mediaInfo .mediaInfo__label {
  margin-right: 10px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 23px;
  line-height: 1.4375rem;
}

.c-programLivestream .c-programLivestream__mediaInfo .mediaInfo__byline {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
}

.c-programLivestream .c-programLivestream__mediaInfo.-noConsumption {
  margin-top: 0;
}

.c-programLivestream.c-programLivestream--media .c-programLivestream__headline {
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: -5px;
  margin-bottom: -0.3125rem;
  font-size: 29px;
  font-size: 1.8125rem;
  line-height: 34px;
  line-height: 2.125rem;
}

.c-programLivestream .c-programLivestream__mediaInfo + .c-programLivestream__headline {
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: -5px;
  margin-bottom: -0.3125rem;
  font-size: 29px;
  font-size: 1.8125rem;
  line-height: 34px;
  line-height: 2.125rem;
}

@media (min-width: 40.625em) {
  .c-programLivestream .c-programLivestream__mediaInfo {
    margin-top: 0px;
    margin-top: 0rem;
  }
  .c-programLivestream .c-programLivestream__mediaInfo .mediaInfo__label {
    margin-right: 10px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 26px;
    line-height: 1.625rem;
  }
  .c-programLivestream .c-programLivestream__mediaInfo .mediaInfo__byline {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .c-programLivestream .c-programLivestream__mediaInfo.-noConsumption {
    margin-top: 0;
  }
  .c-programLivestream.c-programLivestream--media .c-programLivestream__headline {
    margin-top: 3px;
    margin-top: 0.1875rem;
    margin-bottom: -7px;
    margin-bottom: -0.4375rem;
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 39px;
    line-height: 2.4375rem;
  }
  .c-programLivestream .c-programLivestream__mediaInfo + .c-programLivestream__headline {
    margin-top: 3px;
    margin-top: 0.1875rem;
    margin-bottom: -7px;
    margin-bottom: -0.4375rem;
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 39px;
    line-height: 2.4375rem;
  }
}

.c-programLivestream__label {
  cursor: pointer;
  padding: 6px 10px 8px 0px;
  padding: 0.375rem 0.625rem 0.5rem 0rem;
}

@media (min-width: 40.625em) {
  .c-programLivestream__label {
    padding: 6px 15px 8px 0px;
    padding: 0.375rem 0.9375rem 0.5rem 0rem;
  }
}

.c-programLivestream__label .icon--livestream {
  fill: white;
  width: 19px;
  width: 1.1875rem;
  height: 19px;
  height: 1.1875rem;
  margin-right: 10px;
  margin-right: 0.625rem;
  margin-left: 10px;
  margin-left: 0.625rem;
  margin-top: -3px;
  margin-top: -0.1875rem;
}

@media (min-width: 40.625em) {
  .c-programLivestream__label .icon--livestream {
    width: 22px;
    width: 1.375rem;
    height: 22px;
    height: 1.375rem;
    margin-right: 13px;
    margin-right: 0.8125rem;
    margin-left: 15px;
    margin-left: 0.9375rem;
  }
}

.c-programLivestream__byline {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.c-program__tableRow {
  display: table;
  vertical-align: top;
  margin-top: 12px;
}

.c-program__tableTime {
  display: block;
  margin-top: -2px;
  min-width: 44px;
  font-family: Merriweather, serif;
  font-style: italic;
  font-weight: normal;
}

.c-program__tableText {
  display: block;
  margin-left: 12px;
}

.c-program__tableTextDescription {
  display: block;
}

.appendix__program-icon {
  width: 14px;
  width: 0.875rem;
  float: left;
}

@media (min-width: 27em) {
  .appendix__program-icon {
    width: 21px;
    width: 1.3125rem;
  }
}

.appendix__program-icondescription {
  padding-left: 6px;
  padding-left: 0.375rem;
}

@media (min-width: 27em) {
  .appendix__program-icondescription {
    padding-left: 8px;
    padding-left: 0.5rem;
  }
}

.c-errorHint {
  margin-top: -5px;
  margin-top: -0.3125rem;
  margin-bottom: -7px;
  margin-bottom: -0.4375rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
}

.c-errorHint__icon {
  float: left;
}

.c-errorHint__icon .icon {
  width: 40px;
  height: 40px;
  fill: #606060;
}

.c-errorHint__text {
  margin-left: 60px;
}

.c-feedbackBox {
  background-color: #d8e9f6;
  padding: 20px;
  padding: 1.25rem;
  margin-left: -4.347826087%;
  margin-right: -4.347826087%;
}

@media (min-width: 27em) and (max-width: 40.5625em) {
  .c-feedbackBox {
    margin-left: -3.1802911534%;
    margin-right: -3.1802911534%;
  }
}

@media (min-width: 40.625em) {
  .c-feedbackBox {
    margin-left: 0;
    margin-right: 0;
  }
}

.c-feedbackBox__headline {
  display: inline-block;
  margin-top: -3px;
  margin-top: -0.1875rem;
  margin-bottom: -4px;
  margin-bottom: -0.25rem;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-family: RobotoCond, sans-serif;
  font-weight: 700;
  color: #000;
  border: none;
}

.c-feedbackBox__button {
  margin-top: -5px;
  margin-top: -0.3125rem;
  margin-bottom: -7px;
  margin-bottom: -0.4375rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
  margin: 20px 0px 28px 0px;
  margin: 1.25rem 0rem 1.75rem 0rem;
}

.c-feedbackBox__text {
  margin-top: -5px;
  margin-top: -0.3125rem;
  margin-bottom: -7px;
  margin-bottom: -0.4375rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
  margin: 16px 0px 0px 0px;
  margin: 1rem 0rem 0rem 0rem;
}

.figcaption {
  padding-right: 0.625em;
  /*display: inline-block;*/
}

.figcaption.-smallCaption {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
}

/*@
## Copyright

*/
.figcaption__copyright {
  font-family: Merriweather, serif;
  font-style: italic;
  margin-top: 8px;
  margin-top: 0.5rem;
  margin-bottom: -5px;
  margin-bottom: -0.3125rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 19px;
  line-height: 1.1875rem;
  color: #606060;
}

.figcaption__copyright .icon {
  height: 14px;
  height: 0.875rem;
  width: 14px;
  width: 0.875rem;
}

.figcaption__copyright.-smallCaption {
  margin-top: 8px;
  margin-top: 0.5rem;
  margin-bottom: -5px;
  margin-bottom: -0.3125rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
}

/*@
```html
<span class="figcaption__copyright">Copyright Angaben</span>
```

<span class="figcaption__copyright">Copyright Angaben</span>

*/
/*@
Eliminiert das vordefinierte Padding zur Caption, wenn diese nicht vorhanden ist.
*/
.figcaption__copyright--noCaption {
  padding-left: 0;
}

/*@
copyright-Element in der Galerie soll keinen Abstand nach links haben.
Abweichung vom copyright-Standard
*/
.figcaption__copyright--gallery {
  padding-left: 0;
  margin-top: 16px;
  margin-top: 1rem;
}

/*@
```html
{{~#if copyright}}
    <span class="figcaption__copyright figcaption__copyright--gallery region--wide marginTrailer--s marginLeader--s">{{loca "figures_copyright"}}<a href="#" target="_blank" class="link link"> {{copyright}}</a></span>
{{/if~}}
```

<span class="figcaption__copyright figcaption__copyright--noCaption">Bild © Hessennews TV</span>

*/
/*@
Mit Hilfe dieses Mixins werden gestylte Checkboxen ermöglicht.
Die nativen Checkboxen sind vom Styling sehr eingeschränkt, so das ein Trick verwendet wird.
Der Trick ist, die eigentliche Checkbox nicht zu rendern (display: none) und statt dessen mittels
"::before"-Element des Labels den Checkbox-Hintergrund und mit dem "::after"-Element des Labels den "Checker" zu rendern.
Das "::after"-Element ist nur sichtbar, wenn die Checkbox aktiviert ist.
Damit der "Checker" aussieht wie ein Hacken, wird eine Box in fester Größe mit dickem Rand links und unten gerendert und
diese dann 45° gegen den Uhrzeigersinn gedreht.
*/
.c-form {
  background-color: #d8e9f6;
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  margin-left: -4.347826087%;
  margin-right: -4.347826087%;
  padding-left: 4.347826087%;
  padding-right: 4.347826087%;
}

@media (min-width: 27em) and (max-width: 40.5625em) {
  .c-form {
    margin-left: -3.1802911534%;
    margin-right: -3.1802911534%;
    padding-left: 3.1802911534%;
    padding-right: 3.1802911534%;
  }
}

@media (min-width: 40.625em) {
  .c-form {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 40.625em) {
  .c-form {
    padding: 20px;
    padding: 1.25rem;
  }
}

.c-form__text, .c-form__email {
  padding: 6px 10px 4px;
  border-radius: 3px;
  line-height: 1;
  border: 0 none;
  width: 100%;
  height: 34px;
  height: 2.125rem;
}

.c-form__text.is-invalid, .c-form__email.is-invalid {
  border: 1px solid red;
}

.c-form__textarea {
  padding: 6px 10px 4px;
  border-radius: 3px;
  line-height: 1;
  border: 0 none;
  width: 100%;
  padding-top: 12px;
  padding-top: 0.75rem;
}

.c-form__textarea.is-invalid {
  border: 1px solid red;
}

.c-form__counter {
  display: block;
  text-align: right;
  margin-top: -4px;
  margin-top: -0.25rem;
  margin-bottom: 1px;
  margin-bottom: 0.0625rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
  font-family: Merriweather, serif;
  font-style: italic;
}

.c-form__counter:before {
  content: attr(rlen) "/" attr(mlen);
  display: inline-block;
  color: #606060;
}

.c-form__label {
  margin-bottom: -6px;
  margin-bottom: -0.375rem;
}

.c-form__label.-meta {
  font-family: Merriweather, serif;
  font-style: italic;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
  margin-bottom: -5px;
  margin-bottom: -0.3125rem;
  color: #606060;
}

.c-form__checkbox {
  position: absolute;
  opacity: 0;
  width: 1px;
  width: 0.0625rem;
  height: 1px;
  height: 0.0625rem;
  top: 3px;
  top: 0.1875rem;
  left: 3px;
  left: 0.1875rem;
}

.c-form__checkbox + .c-form__space {
  float: left;
  width: 0px;
  width: 0rem;
  height: 24px;
  height: 1.5rem;
}

.c-form__checkbox ~ label {
  display: block;
  cursor: pointer;
  padding-left: 32px;
  padding-top: 3px;
  padding-top: 0.1875rem;
}

.c-form__checkbox ~ label:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  background-color: #fff;
  border-radius: 3px;
  border-radius: 0.1875rem;
}

.c-form__checkbox:focus:invalid ~ label:before, .c-form__checkbox.is-invalid ~ label:before {
  border: 1px solid red;
}

.c-form__checkbox:checked ~ label:after {
  position: absolute;
  content: '';
  width: 11px;
  width: 0.6875rem;
  height: 5.5px;
  height: 0.3438rem;
  background: transparent;
  top: 9px;
  left: 6px;
  border: 3px solid #006dc1;
  border-top: none;
  border-right: none;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

.c-form__radio {
  position: absolute;
  opacity: 0;
  width: 1px;
  width: 0.0625rem;
  height: 1px;
  height: 0.0625rem;
  top: 5px;
  top: 0.3125rem;
  left: 5px;
  left: 0.3125rem;
}

.c-form__radio + .c-form__space {
  float: left;
  width: 0px;
  width: 0rem;
  height: 20px;
  height: 1.25rem;
}

.c-form__radio ~ label {
  display: block;
  cursor: pointer;
  padding-left: 28px;
  padding-top: 1px;
  padding-top: 0.0625rem;
}

.c-form__radio ~ label:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  background-color: #fff;
  border-radius: 10px;
  border-radius: 0.625rem;
}

.c-form__radio:focus:invalid ~ label:before {
  border: 1px solid red;
}

.c-form__radio:checked ~ label:after {
  position: absolute;
  content: '';
  width: 6px;
  width: 0.375rem;
  height: 6px;
  height: 0.375rem;
  background: transparent;
  top: 7px;
  left: 7px;
  background-color: #006dc1;
  border-radius: 3px;
  border-radius: 0.1875rem;
}

.c-form__radio-checkbox {
  position: absolute;
  opacity: 0;
  width: 1px;
  width: 0.0625rem;
  height: 1px;
  height: 0.0625rem;
  top: 5px;
  top: 0.3125rem;
  left: 5px;
  left: 0.3125rem;
}

.c-form__radio-checkbox + .c-form__space {
  float: left;
  width: 0px;
  width: 0rem;
  height: 20px;
  height: 1.25rem;
}

.c-form__radio-checkbox ~ label {
  display: block;
  cursor: pointer;
  padding-left: 28px;
  padding-top: 1px;
  padding-top: 0.0625rem;
}

.c-form__radio-checkbox ~ label:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  background-color: #fff;
  border-radius: 10px;
  border-radius: 0.625rem;
}

.c-form__radio-checkbox:focus:invalid ~ label:before {
  border: 1px solid red;
}

.c-form__radio-checkbox:checked ~ label:after {
  position: absolute;
  content: '';
  width: 6px;
  width: 0.375rem;
  height: 6px;
  height: 0.375rem;
  background: transparent;
  top: 7px;
  left: 7px;
  background-color: #006dc1;
  border-radius: 3px;
  border-radius: 0.1875rem;
}

.c-form__button {
  padding: 8px 10px 5px;
  padding: 0.5rem 0.625rem 0.3125rem;
  border-radius: 3px;
  border-radius: 0.1875rem;
  border: 0 none;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 21px;
  line-height: 1.3125rem;
  color: #fff;
  background-color: #006dc1;
}

.c-form__button .icon {
  fill: #fff;
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  margin-top: -0.25rem;
}

.c-form__button .icon.-isHidden {
  display: none;
}

.c-form__button .icon.-spin {
  animation: spin 2s linear infinite;
}

.c-form__button > .c-form__button {
  padding: 0;
}

.c-form__textButton {
  border: 0 none;
  padding: 9px 10px 7px;
  padding: 0.5625rem 0.625rem 0.4375rem;
  font-family: Merriweather, serif;
  font-style: italic;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
  color: #006dc1;
  background-color: transparent;
}

.c-form__textButton.-l {
  margin-top: 46px;
  margin-top: 2.875rem;
  margin-bottom: -5px;
  margin-bottom: -0.3125rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 19px;
  line-height: 1.1875rem;
}

.c-form__textButton.-fullWidth {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.c-form__errorMessage {
  color: #cc1a14;
  font-family: Merriweather, serif;
  font-style: italic;
  margin-top: -4px;
  margin-top: -0.25rem;
  margin-bottom: 2px;
  margin-bottom: 0.125rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
}

.c-form__legend + .c-form__errorMessage {
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.c-form__description:first-child {
  margin-top: -4px;
  margin-top: -0.25rem;
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
}

* + .c-form__description {
  margin-top: 16px;
  margin-top: 1rem;
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
}

.c-form__description.-meta:first-child {
  margin-top: -4px;
  margin-top: -0.25rem;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
}

.c-form__description.-meta {
  font-family: Merriweather, serif;
  font-style: italic;
  margin-top: 16px;
  margin-top: 1rem;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
  color: #606060;
}

.c-form__options__wrapper {
  margin-top: -20px;
  margin-top: -1.25rem;
}

.c-form__options__wrapper:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}

.c-form__options.is-invalid {
  border: 1px solid red;
}

.c-form__option {
  display: inline-block;
  float: left;
  width: 100%;
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.c-form__option:first-child {
  margin-top: 20px;
  margin-top: 1.25rem;
}

@media (min-width: 40.625em) {
  .c-form__option {
    width: auto;
    float: none;
    padding-right: 25px;
    padding-right: 1.5625rem;
    margin-top: 20px;
    margin-top: 1.25rem;
  }
}

.c-form__choiceCtn {
  position: relative;
}

.c-form__choiceCtn:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}

@media (min-width: 40.625em) {
  .c-form__choiceCtn.-in-group:after {
    content: none;
  }
}

.c-form__select {
  padding: 6px 10px 4px;
  border-radius: 3px;
  line-height: 1;
  border: 0 none;
  cursor: pointer;
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding-left: 10px;
  padding-left: 0.625rem;
  -webkit-appearance: none;
  -moz-padding-start: 6px;
}

.c-form__select__arrow {
  position: absolute;
  text-align: center;
  top: 0;
  right: 0;
  height: 100%;
  background-color: #fff;
  border-left: 1px solid #d8e9f6;
  width: 41px;
  width: 2.5625rem;
  border-top-right-radius: 3px;
  border-top-right-radius: 0.1875rem;
  border-bottom-right-radius: 3px;
  border-bottom-right-radius: 0.1875rem;
}

.c-form__select__arrow .icon {
  margin-top: 13px;
  margin-top: 0.8125rem;
  width: 14px;
  width: 0.875rem;
  height: 10px;
  height: 0.625rem;
}

.c-form__selectCtn {
  position: relative;
  width: 100%;
  height: 34px;
  height: 2.125rem;
}

.c-form__selectCtn.is-invalid {
  outline: 1px solid red;
}

.c-form__legend {
  font-family: RobotoCond, sans-serif;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  margin-bottom: -4px;
  margin-bottom: -0.25rem;
  display: table;
  /* Enable line-wrapping in IE8+ */
  white-space: normal;
  /* Enable line-wrapping in old versions of some other browsers */
}

.c-form__legend + * {
  /* for mobile safari */
  -webkit-margin-top-collapse: separate;
}

.c-form__row {
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
}

* + .c-form__row {
  margin-top: 20px;
  margin-top: 1.25rem;
}

* + .c-form__row.-expanded, .c-form__row.-expanded + *, .c-form__row.-hasLegend + * {
  margin-top: 40px;
  margin-top: 2.5rem;
}

* + .c-form__row.-hasLegend {
  margin-top: 36px;
  margin-top: 2.25rem;
}

.c-form__row.-controls {
  *zoom: 1;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.c-form__row.-controls:after {
  content: '';
  display: table;
  clear: both;
}

.c-form__row.-controls > * {
  float: right;
}

.c-form__row.-controls * + .c-form__button,
.c-form__row.-controls * + .c-form__textButton {
  margin-right: 10px;
  margin-right: 0.625rem;
}

.c-form__meta {
  font-family: Merriweather, serif;
  font-style: italic;
  margin-top: -4px;
  margin-top: -0.25rem;
  margin-bottom: -5px;
  margin-bottom: -0.3125rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
  color: #606060;
}

.formInput, .searchForm__input {
  padding: 0 3%;
  border-radius: 3px;
  border: 1px solid #999;
}

.searchForm {
  position: relative;
  display: inline-block;
  height: 100%;
}

.searchForm__container {
  position: relative;
  height: 37px;
  height: 2.3125rem;
}

.searchForm__input {
  width: 100%;
  height: 100%;
  padding-right: 40px;
  padding-right: 2.5rem;
}

.searchForm__input::-webkit-input-placeholder {
  color: #606060;
  font-size: 12px;
  font-size: 0.75rem;
  padding-top: 3px;
  padding-top: 0.1875rem;
  padding-right: 40px;
  padding-right: 2.5rem;
}

.searchForm__input:-moz-placeholder {
  color: #606060;
  font-size: 12px;
  font-size: 0.75rem;
  padding-top: 3px;
  padding-top: 0.1875rem;
  padding-right: 40px;
  padding-right: 2.5rem;
}

.searchForm__input::-moz-placeholder {
  color: #606060;
  font-size: 12px;
  font-size: 0.75rem;
  padding-top: 3px;
  padding-top: 0.1875rem;
  padding-right: 40px;
  padding-right: 2.5rem;
}

.searchForm__input:-moz-read-write {
  color: #606060;
  font-size: 12px;
  font-size: 0.75rem;
  padding-top: 3px;
  padding-top: 0.1875rem;
  padding-right: 40px;
  padding-right: 2.5rem;
}

.searchForm__input:-ms-input-placeholder {
  color: #606060;
  font-size: 12px;
  font-size: 0.75rem;
  padding-top: 3px;
  padding-top: 0.1875rem;
  padding-right: 40px;
  padding-right: 2.5rem;
}

.c-serviceNav__searchInput .searchForm__input {
  border: 1px solid #005293;
}

.searchForm__submitButton {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  padding: 0 6px;
  background: transparent;
  border: 0;
  border-left: 1px solid #999;
}

.c-serviceNav__searchInput .searchForm__submitButton {
  border-left: 1px solid #005293;
}

.searchForm__icon {
  fill: #797979;
}

/*@
# Gallery

*/
/*@
```html
    <main id="content" class="region--bounding" role="main">
        <article itemscope itemtype="http://schema.org/ImageGallery">
            {{include "modules/page/header" _headlineModifier="page" _showByline=true _regionIsFull=true}}

            {{{ this.currentItemSsi }}}

            {{#if relevantModificationDate }} {{!-- only show firstPublicationDate here if relevantModificationDate is set! --}}
                {{#if firstPublicationDate }}
                    <footer class="region--wide marginTrailer">
                        <p class="byline">
                            <time itemprop="datePublished" datetime="{{firstPublicationDate.htmlDateTime}}">{{loca "date_published" firstPublicationDate.date firstPublicationDate.time }}</time>
                        </p>
                    </footer>
                {{/if}}
            {{/if}}
        </article>
    </main>
```

<main id="content" class="region--bounding" role="main">
<article itemscope itemtype="http://schema.org/ImageGallery">
<header role="banner" class="header region--wide marginTrailer">
<h1 class="headline headline--page" itemprop="headline">
<span class="headline__topline">Jetzt mit Dachzeile</span><span class="headline__title">Karstens erste Bildergalerie</span>
</h1>
<p class="byline marginTrailer--s">
<time itemprop="dateModified" datetime="2014-12-12T18:20+0100">Aktualisiert am 12.12.2014 um 18:20 Uhr</time>
</p>
</header>
<div class="gallery__item">
<a class="anchor" name="g"></a><div class="gallery__container marginTrailer--s">
<figure class="gallery__figure"><div class="ar--16x9"><div class="gallery__control ar__content">
<div class="gallery__control--left">
<a href="#" class="link touchArea touchArea--rightSideLarger" style="border: 1px solid green;">
<svg class="icon icon--primary gallery__arrow--left " role="presentation">
<use xlink:href="/hrcms/hessenschau/assets/base/image/svg/icons/svgmap.min.svg#arrow-left"></use>
</svg>
</a>
</div>
<div class="gallery__control--right">
<a href="#" class="link touchArea touchArea--leftSideLarger" style="border: 1px solid green;">
<svg class="icon icon--primary gallery__arrow--right" role="presentation">
<use xlink:href="/hrcms/hessenschau/assets/base/image/svg/icons/svgmap.min.svg#arrow-right"></use>
</svg>
</a>
</div>
</div>
<picture class="picture ar__content" style="border: 1px solid red;"><!--[if IE 9]><video style="display: none;"><![endif]--><source sizes="100vw" media="(max-width: 27em)" srcset="/hrcms/hessenschau/Linienbus-Niestetal-ausgebrannt100~_v-16toX__small.jpg 400w, /hrcms/hessenschau/Linienbus-Niestetal-ausgebrannt100~_v-16toX__medium.jpg 800w">
<source sizes="100vw" media="(min-width: 27em)" srcset="/hrcms/hessenschau/Linienbus-Niestetal-ausgebrannt100~_v-16toX__medium.jpg 800w">
<source sizes="100vw" media="(min-width: 70em)" srcset="/hrcms/hessenschau/Linienbus-Niestetal-ausgebrannt100~_v-16toX__medium.jpg 800w">
<!--[if IE 9]></video><![endif]-->
<!--[if lt IE 9]>
<img class="image centerVertical--absolute" src="/hrcms/hessenschau/Linienbus-Niestetal-ausgebrannt100~_v-16toX__medium.jpg" alt="Feuerwehr-Sprecher Siebert ">
<![endif]-->
<!--[if gte IE 9]><!-->
<img class="image centerVertical--absolute" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" alt="Feuerwehr-Sprecher Siebert ">
<!--<![endif]-->
<noscript>
<img class="image centerVertical--absolute" src="/hrcms/hessenschau/Linienbus-Niestetal-ausgebrannt100~_v-16toX__medium.jpg" alt="Feuerwehr-Sprecher Siebert ">
</noscript>
</picture></div>
<figcaption class="figcaption figcaption--hide  marginTrailer paddingLeader--s text--s" itemprop="caption" style="display: none;">
<span class="figcaption__copyright figcaption__copyright--noCaption">Bild © Hessennews TV</span>
</figcaption>
</figure>
</div>
<h2 class="gallery__imageHeadline text__headline region--wide" itemprop="headline">
3/8<span class="gallery__imageTitle">Dies ist eine Überschrift zum Bild.</span></h2>
<p class="text shorttext region--wide marginLeader--s">Wie man ganz klar sehen kann, ist das ein Text unter dem Bild und somit ein Bildunterschrift. Und weil man zum Testen dieser Galerieseite immer noch einen Satz mehr in der Bildunterschrift braucht, fügen wir somit auch noch eins dazu.</p>
<span class="figcaption__copyright figcaption__copyright--gallery region--wide marginTrailer marginLeader--s">Bild ©<a href="#" target="_blank" class="link link--sec"> Hessennews TV</a></span>
</div>
<footer class="region--wide marginTrailer--l">
<p class="byline">
<time itemprop="datePublished" datetime="2014-11-19T12:42+0100">Veröffentlicht am 19.11.2014 um 12:42 Uhr</time>
</p>
</footer>
</article>
</main>



*/
.gallery__container {
  position: relative;
  clear: both;
  padding-top: 24px;
  padding-top: 1.5rem;
}

@media (min-width: 0) and (max-width: 70em) {
  .gallery__image {
    padding-left: 0;
    padding-right: 0;
  }
}

.gallery__arrow--left,
.gallery__arrow--right {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.8);
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  padding-top: 3px;
  padding-top: 0.1875rem;
  padding-bottom: 3px;
  padding-bottom: 0.1875rem;
}

@media (min-width: 27em) {
  .gallery__arrow--left,
  .gallery__arrow--right {
    width: 40px;
    width: 2.5rem;
    height: 40px;
    height: 2.5rem;
    padding-top: 8px;
    padding-top: 0.5rem;
    padding-bottom: 8px;
    padding-bottom: 0.5rem;
  }
}

@media (min-width: 40.625em) {
  .gallery__arrow--left,
  .gallery__arrow--right {
    width: 48px;
    width: 3rem;
    height: 48px;
    height: 3rem;
    padding-top: 8px;
    padding-top: 0.5rem;
    padding-bottom: 8px;
    padding-bottom: 0.5rem;
  }
}

.gallery__arrow--left {
  border-top-right-radius: 0.3em;
  border-bottom-right-radius: 0.3em;
}

.gallery__arrow--right {
  border-top-left-radius: 0.3em;
  border-bottom-left-radius: 0.3em;
}

.gallery__arrow--left .gallery__arrow--left-inner,
.gallery__arrow--right .gallery__arrow--right-inner {
  width: 1.5em;
  height: 1em;
}

@media (min-width: 27em) {
  .gallery__arrow--left .gallery__arrow--left-inner,
  .gallery__arrow--right .gallery__arrow--right-inner {
    width: 2.5em;
    height: 1.5em;
  }
}

@media (min-width: 40.625em) {
  .gallery__arrow--left .gallery__arrow--left-inner,
  .gallery__arrow--right .gallery__arrow--right-inner {
    width: 3em;
    height: 2em;
  }
}

.gallery__imageHeadline {
  margin-top: -20px;
  margin-top: -1.25rem;
  margin-bottom: -4px;
  margin-bottom: -0.25rem;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 24px;
  line-height: 1.5rem;
}

/*@
## Galerie Bildtitel

*/
.gallery__imageTitle:before {
  content: '|';
  padding-left: 0.5em;
  padding-right: 0.5em;
}

/*@
```html
<h2 class="gallery__imageHeadline text__headline region--wide" itemprop="headline">
    {{../currentItemCount}}/{{../itemCount}}
    {{~#if this.title}}
        <span class="gallery__imageTitle">
            {{this.title}}
        </span>
    {{/if~}}
</h2>
```

<h2 class="gallery__imageHeadline text__headline" itemprop="headline">3/8<span class="gallery__imageTitle">Dies ist eine Überschrift zum Bild.</span></h2>

*/
.gallery__imageText {
  margin-top: 15px;
  margin-top: 0.9375rem;
  margin-bottom: -7px;
  margin-bottom: -0.4375rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
}

@media (min-width: 30em) {
  .gallery__imageText {
    margin-top: 14px;
    margin-top: 0.875rem;
    margin-bottom: -9px;
    margin-bottom: -0.5625rem;
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
}

.gallery__control {
  display: block;
  width: 100%;
}

.gallery__control--left {
  left: 0;
  position: absolute;
  top: calc(50% - 27px);
  z-index: 1;
}

@media (min-width: 27em) {
  .gallery__control--left {
    top: calc(50% - 48px);
  }
}

@media (min-width: 40.625em) {
  .gallery__control--left {
    top: calc(50% - 56px);
  }
}

.gallery__control--right {
  right: 0;
  position: absolute;
  top: calc(50% - 27px);
  z-index: 1;
}

@media (min-width: 27em) {
  .gallery__control--right {
    top: calc(50% - 48px);
  }
}

@media (min-width: 40.625em) {
  .gallery__control--right {
    top: calc(50% - 56px);
  }
}

.c-navHeader {
  position: relative;
}

.c-navHeader .arrow {
  height: 14px;
  height: 0.875rem;
  width: 14px;
  width: 0.875rem;
  margin-left: 4px;
  margin-left: 0.25rem;
  fill: #fff;
}

@media (min-width: 0em) and (max-width: 59.9375em) {
  .c-navHeader .arrow {
    display: none;
  }
}

@media (min-width: 60em) {
  .c-navHeader .arrow {
    height: 9.6px;
    height: 0.6rem;
    width: 8px;
    width: 0.5rem;
  }
}

.c-navHeader .arrow.-down {
  fill: #fff;
  position: relative;
  left: 0;
}

@media (min-width: 60em) {
  .c-navHeader .arrow.-down {
    display: inline;
  }
}

.c-navHeader .arrow.-up {
  fill: #fff;
  position: absolute;
  left: -10000px;
  top: auto;
}

@media (min-width: 60em) {
  .c-navHeader .arrow.-up {
    fill: #005293;
  }
}

.js-main.-is-overlayed {
  position: fixed;
  width: 100%;
}

.js-pageFooter.-is-overlayed {
  visibility: hidden;
}

.js-pageOverlay {
  visibility: hidden;
  opacity: 0;
  transition: visibility 250ms ease-in-out, opacity 250ms ease-in-out;
}

.js-pageOverlay.-is-overlayed {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.5;
  background-color: #000;
  z-index: 100;
  visibility: visible;
}

@media (min-width: 60em) {
  .js-pageOverlay.-is-overlayed {
    display: none;
  }
}

.brandNavWrapper {
  width: 100%;
  background: #fff;
  position: relative;
  overflow: hidden;
  z-index: 101;
}

.brandNav {
  display: block;
  height: 45px;
  height: 2.8125rem;
  line-height: 45px;
  line-height: 2.8125rem;
  transition: max-height 0.2s;
}

@media (min-width: 60em) {
  .brandNav {
    position: relative;
    height: 30px;
    height: 1.875rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}

@media (min-width: 0em) and (max-width: 58.5em) {
  .brandNav__list {
    margin-right: 64px;
    margin-right: 4rem;
  }
}

.brandNav__item {
  display: inline-block;
}

.brandNav__item > .link {
  padding: 12px;
  padding: 0.75rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 19px;
  line-height: 1.1875rem;
}

@media (min-width: 60em) {
  .brandNav__item > .link {
    padding: 8px 12px;
    padding: 0.5rem 0.75rem;
  }
}

.brandNav__item > .link,
.brandNav__item > .link:active,
.brandNav__item > .link:visited,
.brandNav__item > .link:focus {
  color: #606060;
}

.brandNav__item > .link:hover,
.brandNav__item > .link:focus {
  text-decoration: underline;
}

.brandNav__item:first-child > .link {
  padding-left: 0;
}

.brandNav__item.-current > .link {
  position: relative;
  font-weight: 700;
  color: #006dc1;
}

@media (min-width: 60em) {
  .brandNav__item.-current > .link:before {
    content: '';
    width: 0;
    height: 0;
    border-top: none;
    border-right: 6px solid transparent;
    border-bottom: 7px solid #005293;
    border-left: 6px solid transparent;
    position: absolute;
    left: 48%;
    left: calc(50% - 5px);
    bottom: 0;
  }
}

.brandNav--toggle,
.brandNav--toggle__label {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  height: 32px;
  height: 2rem;
  width: 64px;
  width: 4rem;
  cursor: pointer;
  padding: 12px 16px 0px 0px;
  padding: 0.75rem 1rem 0rem 0rem;
}

@media (min-width: 58.5625em) {
  .brandNav--toggle,
  .brandNav--toggle__label {
    display: none;
  }
}

.brandNav--toggle {
  opacity: 0;
  z-index: 10;
}

.brandNav--toggle__label {
  color: #005293;
  background: #fff;
  box-shadow: 0 0 3em 3em #fff;
  cursor: pointer;
  z-index: 5;
  text-align: center;
}

.brandNav--toggle__label .arrow--down,
.brandNav--toggle__label .arrow--up {
  display: inline;
  height: 0.6em;
  margin-left: 0.15em;
  fill: #005293;
}

.brandNav--toggle__label .arrow--up {
  position: absolute;
  left: -10000px;
  top: auto;
}

/* Toggled State */
.brandNav--toggle__label.-isActive,
.brandNav--toggle:checked ~ .brandNav--toggle__label {
  box-shadow: none;
}

.brandNav--toggle__label.-isActive .arrow--down,
.brandNav--toggle:checked ~ .brandNav--toggle__label .arrow--down {
  position: absolute;
  left: -10000px;
  top: auto;
}

.brandNav--toggle__label.-isActive .arrow--up,
.brandNav--toggle:checked ~ .brandNav--toggle__label .arrow--up {
  position: relative;
  left: 0;
}

.brandNav.-isActive,
.brandNav--toggle:checked ~ .brandNav {
  height: auto;
}

.c-sectionNav {
  position: relative;
  background: #005293;
}

@media (min-width: 60em) {
  .c-sectionNav {
    border-bottom: 1px solid #fff;
  }
  .c-sectionNav > .region--bounding.grid__gutter {
    margin: 0;
    padding: 0;
  }
}

.c-sectionNav__menuTitle {
  margin-left: 0.25em;
}

.c-sectionNav__wrapper {
  position: static;
  left: -82%;
  width: auto;
}

.c-sectionNav__wrapper > .region--bounding.grid__gutter {
  margin: 0;
}

@media (min-width: 0em) and (max-width: 59.9375em) {
  .c-sectionNav__wrapper {
    position: absolute;
    left: -82%;
    z-index: 1000;
    top: -2.875em;
    width: 80%;
    visibility: hidden;
    box-shadow: 0.125em 0.375em 1em rgba(0, 0, 0, 0.6);
    transform: translate3d(0, 0, 0);
    transition: visibility 0ms ease-in-out 250ms, left 250ms ease-in-out;
  }
  .c-sectionNav__wrapper .region--bounding.grid__gutter {
    margin: 0;
    padding: 0;
  }
  .c-sectionNav__wrapper.-is-open-burgerMenu,
  .c-sectionNav__burger.-open:checked ~ .c-sectionNav__wrapper {
    left: 0;
    transform: translate3d(0, 0, 0);
    transition: left 250ms ease-in-out;
    visibility: visible;
  }
}

@media (min-width: 38em) and (max-width: 59.9375em) {
  .c-sectionNav__wrapper {
    top: -0.0625em;
  }
}

.c-sectionNav__burger {
  display: block;
  z-index: 110;
  opacity: 0;
  position: absolute;
  top: -5.125em;
  height: 2em;
  cursor: pointer;
}

@media (min-width: 0em) and (max-width: 37.9375em) {
  .c-sectionNav__burger {
    width: 33%;
  }
}

@media (min-width: 38em) and (max-width: 59.9375em) {
  .c-sectionNav__burger {
    width: 15%;
    top: -2.3125em;
  }
}

.js-burgerMenu .c-sectionNav__burger {
  display: none;
}

.c-sectionNav__burger:checked {
  display: none;
}

.c-sectionNav__burger:checked.-open + .c-sectionNav__burgerLabel {
  display: none;
}

.c-sectionNav__burger.-close {
  display: none;
}

.c-sectionNav__burger.-open:checked ~ .c-sectionNav__burger.-close {
  display: block;
}

.c-sectionNav__burgerLabel {
  padding-top: 1px;
  z-index: 105;
  color: #fff;
  position: absolute;
  top: -5.125em;
  height: 2em;
  cursor: pointer;
}

@media (min-width: 0em) and (max-width: 37.9375em) {
  .c-sectionNav__burgerLabel {
    width: 33%;
  }
}

@media (min-width: 38em) and (max-width: 59.9375em) {
  .c-sectionNav__burgerLabel {
    width: 15%;
    top: -2.3125em;
  }
}

.js-burgerMenu .c-sectionNav__burgerLabel {
  display: none;
}

@media (min-width: 60em) {
  .c-sectionNav__burgerLabel {
    opacity: 0;
  }
}

.c-sectionNav__burgerLabel.-close {
  display: none;
  vertical-align: bottom;
}

.c-sectionNav__burger.-open:checked ~ .c-sectionNav__burgerLabel.-close {
  display: block;
}

.c-sectionNav__burgerLabel .icon {
  height: 1.5em;
  width: 1.75em;
  fill: #fff;
  margin-right: 4.1666666667%;
  margin-bottom: 0.375em;
}

.c-sectionNav__burger.-button {
  border: none;
  background: transparent;
  opacity: 1;
  text-align: left;
  z-index: 205;
  color: #fff;
}

.c-sectionNav__burger.-button:focus {
  text-decoration: underline;
}

@media (min-width: 60em) {
  .c-sectionNav__burger.-button {
    display: none;
  }
}

.c-sectionNav__burger.-button .icon {
  height: 1.5em;
  width: 1.75em;
  fill: #fff;
  margin-right: 4.1666666667%;
  margin-bottom: 0.375em;
}

.no-js-burgerMenu .c-sectionNav__burger.-button {
  position: absolute;
  left: -10000px;
  top: auto;
}

@media (min-width: 0em) and (max-width: 59.9375em) {
  .js-burgerMenu .c-sectionNav__burger.-button {
    display: block;
  }
}

@media (min-width: 60em) {
  .c-sectionNav__list {
    display: table;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 0em) and (max-width: 59.9375em) {
  .c-sectionNav__item {
    position: relative;
  }
}

@media (min-width: 60em) {
  .c-sectionNav__item {
    display: table-cell;
  }
}

@media (min-width: 60em) {
  .c-sectionNav__item:first-of-type > .link {
    padding-left: 0;
  }
  .c-sectionNav__item:first-of-type > .link:before {
    left: calc(50% - 15px);
  }
}

.c-sectionNav__item .c-subNav__wrapper {
  top: 44px;
}

.c-sectionNav__item .-is-active .arrow.-up {
  position: relative;
  left: 0;
}

.c-sectionNav__item .-is-active .arrow.-down {
  position: absolute;
  left: -10000px;
  top: auto;
}

.c-sectionNav__link {
  display: block;
  position: relative;
  width: 100%;
  /*Barrierefreie Experimentwerte von kdillmann und szülch*/
  font-weight: 400;
  font-size: 16px;
  background: #005293;
  color: #fff;
  border-top: 1px solid #fff;
  padding-top: 11px;
  padding-bottom: 11px;
}

@media (min-width: 0em) and (max-width: 59.9375em) {
  .c-sectionNav__link:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-right: none;
    border-bottom: 8px solid transparent;
    border-left: 9px solid transparent;
    display: inline-block;
    margin-right: 0.75em;
    vertical-align: middle;
  }
}

@media (min-width: 60em) {
  .c-sectionNav__link {
    display: inline-block;
    position: relative;
    padding: 14px 18px;
    border-top: none;
    line-height: 1;
  }
}

.c-sectionNav__link:focus {
  outline: none;
}

.c-sectionNav__link.-current {
  font-weight: 700;
}

@media (min-width: 0em) and (max-width: 59.9375em) {
  .c-sectionNav__link.-current:before {
    border-left-color: #fff;
  }
}

@media (min-width: 60em) {
  .c-sectionNav__link.-current:before {
    position: absolute;
    margin: 0;
    content: '';
    width: 0;
    height: 0;
    border-top: none;
    border-right: 6px solid transparent;
    border-bottom: 7px solid #fff;
    border-left: 6px solid transparent;
    left: 48%;
    left: calc(50% - 6px);
    bottom: 0;
  }
}

.c-subNav__noscript-toggle.-open:checked ~ .c-sectionNav__link,
.c-subNav__noscript-toggle.-open:checked ~ .c-sectionNav__label.-close .c-sectionNav__link, .c-sectionNav__link.-is-active {
  z-index: 300;
}

@media (min-width: 60em) {
  .c-subNav__noscript-toggle.-open:checked ~ .c-sectionNav__link,
  .c-subNav__noscript-toggle.-open:checked ~ .c-sectionNav__label.-close .c-sectionNav__link, .c-sectionNav__link.-is-active {
    background-color: #fff;
    color: #006dc1;
  }
}

.c-subNav__noscript-toggle.-open:checked ~ .c-sectionNav__link .arrow.-up,
.c-subNav__noscript-toggle.-open:checked ~ .c-sectionNav__label.-close .c-sectionNav__link .arrow.-up, .c-sectionNav__link.-is-active .arrow.-up {
  position: relative;
  left: 0;
}

.c-subNav__noscript-toggle.-open:checked ~ .c-sectionNav__link .arrow.-down,
.c-subNav__noscript-toggle.-open:checked ~ .c-sectionNav__label.-close .c-sectionNav__link .arrow.-down, .c-sectionNav__link.-is-active .arrow.-down {
  position: absolute;
  left: -10000px;
  top: auto;
}

.c-sectionNav__button {
  display: block;
  position: relative;
  width: 100%;
  border: none;
  /*Barrierefreie Experimentwerte von kdillmann und szülch*/
  font-weight: 400;
  font-size: 16px;
  white-space: nowrap;
  line-height: 1.3125em;
  background: #005293;
  color: #fff;
  border-top: 1px solid #fff;
  padding-top: 11px;
  padding-bottom: 11px;
}

.c-sectionNav__button:focus {
  text-decoration: underline;
}

@media (min-width: 0em) and (max-width: 59.9375em) {
  .c-sectionNav__button {
    text-align: left;
  }
  .c-sectionNav__button:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-right: none;
    border-bottom: 8px solid transparent;
    border-left: 9px solid #005293;
    display: inline-block;
    margin-right: 0.75em;
    vertical-align: middle;
  }
  .c-sectionNav__button .arrow {
    display: block;
    float: right;
    margin-right: 15px;
    margin-top: 3px;
  }
  .no-js-burgerMenu .c-sectionNav__button .arrow {
    position: absolute;
    left: -10000px;
    top: auto;
  }
}

@media (min-width: 60em) {
  .c-sectionNav__button {
    display: inline-block;
    padding: 14px 18px;
    border-top: none;
    line-height: 1;
    color: #fff;
    z-index: 100;
    position: relative;
  }
}

.c-sectionNav__button.-current {
  font-weight: 700;
}

@media (min-width: 0em) and (max-width: 59.9375em) {
  .c-sectionNav__button.-current:before {
    border-left-color: #fff;
  }
}

@media (min-width: 60em) {
  .c-sectionNav__button.-current:before {
    position: absolute;
    margin: 0;
    content: '';
    width: 0;
    height: 0;
    border-top: none;
    border-right: 6px solid transparent;
    border-bottom: 7px solid #fff;
    border-left: 6px solid transparent;
    left: 48%;
    left: calc(50% - 5px);
    bottom: 0;
  }
}

@media (min-width: 60em) {
  .c-sectionNav__button.-current.-has-flyout:before {
    left: calc(50% - 11px);
  }
}

.c-subNav__noscript-toggle.-open:checked ~ .c-sectionNav__button, .c-sectionNav__button.-is-active {
  z-index: 300;
}

@media (min-width: 60em) {
  .c-subNav__noscript-toggle.-open:checked ~ .c-sectionNav__button, .c-sectionNav__button.-is-active {
    background-color: #fff;
    color: #006dc1;
  }
}

.c-subNav__noscript-toggle.-open:checked ~ .c-sectionNav__button .arrow.-up, .c-sectionNav__button.-is-active .arrow.-up {
  position: relative;
  left: 0;
}

.c-subNav__noscript-toggle.-open:checked ~ .c-sectionNav__button .arrow.-down, .c-sectionNav__button.-is-active .arrow.-down {
  position: absolute;
  left: -10000px;
  top: auto;
}

.c-sectionNav__label {
  display: inline-block;
  z-index: 100;
  cursor: pointer;
  width: 100%;
}

@media (min-width: 0em) and (max-width: 59.9375em) {
  .c-sectionNav__label {
    position: absolute;
    left: -10000px;
    top: auto;
  }
}

.js-burgerMenu .c-sectionNav__label {
  display: none;
}

.c-subNav__noscript-toggle.-open:checked ~ .c-sectionNav__label {
  display: none;
}

.c-sectionNav__label.-close {
  display: none;
  cursor: pointer;
  width: 100%;
}

.c-subNav__noscript-toggle.-open:checked ~ .c-sectionNav__label.-close {
  z-index: 300;
  display: inline-block;
}

@media (min-width: 60em) {
  .no-js-burgerMenu .c-sectionNav__label ~ .c-sectionNav__link,
  .no-js-burgerMenu .c-sectionNav__label ~ .c-sectionNav__button {
    position: absolute;
    left: -10000px;
    top: auto;
  }
}

.c-serviceNav {
  background: #005293;
  z-index: 101;
  position: relative;
  border-bottom: 1px solid #fff;
}

@media (min-width: 0em) and (max-width: 59.9375em) {
  .c-serviceNav .region--bounding.grid__gutter {
    margin: 0;
    padding: 0;
  }
}

@media (min-width: 60em) {
  .c-serviceNav__nav {
    margin-right: 0;
    margin-left: 0;
  }
}

.c-serviceNav__banner {
  width: 100%;
  height: 2.8125em;
  position: relative;
  padding-top: 0.8em;
}

@media (min-width: 38em) {
  .c-serviceNav__banner {
    width: 50%;
    float: left;
  }
}

@media (min-width: 60em) {
  .c-serviceNav__banner {
    width: 25%;
    padding-top: 0;
    padding-left: 1px;
    padding-left: 0.0625rem;
    margin-top: 12px;
    margin-top: 0.75rem;
  }
}

.c-serviceNav__brandLogo {
  display: block;
  position: absolute;
  height: 1.2em;
  width: 177px;
  width: 11.0625rem;
  right: 8px;
  right: 0.5rem;
  fill: #fff;
}

@media (min-width: 33.75em) {
  .c-serviceNav__brandLogo {
    right: 16px;
    right: 1rem;
  }
}

@media (min-width: 42.5em) {
  .c-serviceNav__brandLogo {
    right: 20px;
    right: 1.25rem;
  }
}

@media (min-width: 51.25em) {
  .c-serviceNav__brandLogo {
    right: 24px;
    right: 1.5rem;
  }
}

@media (min-width: 60em) {
  .c-serviceNav__brandLogo {
    right: 28px;
    right: 1.75rem;
    display: none;
  }
}

.c-serviceNav__brandLogo--desktop {
  display: none;
}

@media (min-width: 60em) {
  .c-serviceNav__brandLogo--desktop {
    display: block;
    width: 234px;
    width: 14.625rem;
    height: 100%;
    fill: #fff;
  }
}

.c-serviceNav__list {
  display: table;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #fff;
}

@media (min-width: 38em) {
  .c-serviceNav__list {
    border-top: none;
  }
}

@media (min-width: 60em) {
  .c-serviceNav__list {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
}

@media (min-width: 0em) and (max-width: 37.9375em) {
  .no-flexbox.flexboxlegacy .c-serviceNav__list {
    width: 100%;
  }
}

@media (min-width: 38em) and (max-width: 59.9375em) {
  .no-flexbox.flexboxlegacy .c-serviceNav__list {
    width: 50%;
  }
}

@media (min-width: 60em) {
  .no-flexbox.flexboxlegacy .c-serviceNav__list {
    width: 75%;
  }
}

.c-serviceNav__item {
  height: 100%;
  border-left: 1px solid #fff;
  display: inline-block;
  -ms-flex-positive: 0;
      flex-grow: 0;
}

@media (min-width: 0em) and (max-width: 59.9375em) {
  .c-serviceNav__item {
    -ms-flex-positive: 1;
        flex-grow: 1;
  }
  .-itemCount-1 .c-serviceNav__item {
    width: 50%;
  }
  .-itemCount-2 .c-serviceNav__item {
    width: 33.333%;
  }
  .-itemCount-3 .c-serviceNav__item {
    width: 25%;
  }
  .-itemCount-4 .c-serviceNav__item {
    width: 20%;
  }
}

@media (min-width: 60em) {
  .c-serviceNav__item {
    width: 12.5%;
    border-left: none;
    margin-right: 3px;
    margin-right: 0.1875rem;
    margin-top: 5px;
    margin-top: 0.3125rem;
  }
}

.no-flexbox.flexboxlegacy .c-serviceNav__item {
  display: table-cell;
}

@media (min-width: 0em) and (max-width: 37.9375em) {
  .c-serviceNav__item:first-child {
    border-left: none;
  }
}

@media (min-width: 38em) and (max-width: 59.9375em) {
  .c-serviceNav__item:first-child {
    border-left: 1px solid #fff;
  }
}

@media (min-width: 60em) {
  .c-serviceNav__item.-search {
    display: none;
  }
  .no-flexbox.flexboxlegacy .c-serviceNav__item.-search {
    display: none;
  }
}

.c-serviceNav__item.-weather_warning .c-serviceNav__icon {
  fill: transparent;
  color: #999;
}

.c-serviceNav__item.-weather_warning:hover .c-serviceNav__icon, .c-serviceNav__item.-weather_warning:focus .c-serviceNav__icon, .c-serviceNav__item.-weather_warning.-selected .c-serviceNav__icon {
  fill: #000;
  color: #f07800;
}

.c-serviceNav__searchForm {
  display: none;
}

.no-flexbox.flexboxlegacy .c-serviceNav__searchForm {
  display: none;
}

@media (min-width: 60em) {
  .c-serviceNav__searchForm {
    display: inline-block;
    width: 100%;
    max-width: 204px;
    max-width: 12.75rem;
    margin: 0px 0px 0px 16px;
    margin: 0rem 0rem 0rem 1rem;
    padding: 16px 0px;
    padding: 1rem 0rem;
  }
  .no-flexbox.flexboxlegacy .c-serviceNav__searchForm {
    display: inline-block;
  }
}

.c-serviceNav__itemText {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  width: 0.0625rem;
  height: 1px;
  height: 0.0625rem;
  overflow: hidden;
}

@media (min-width: 60em) {
  .c-serviceNav__itemText {
    position: relative;
    overflow: initial;
    display: inline-block;
    left: 0;
    top: -2px;
    top: -0.125rem;
    width: auto;
    height: auto;
    width: 100%;
    font-size: 12px;
    text-align: center;
    color: #fff;
  }
}

.c-serviceNav__link {
  display: block;
  position: relative;
  padding: 4px 0px;
  padding: 0.25rem 0rem;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: top;
  z-index: 200;
  border: none;
  background: transparent;
}

.c-serviceNav__link:focus {
  outline: none;
}

.c-serviceNav__link:hover .c-serviceNav__itemText, .c-serviceNav__link:focus .c-serviceNav__itemText {
  text-decoration: underline;
}

.c-serviceNav__link:hover .icon, .c-serviceNav__link:focus .icon {
  fill: #fff;
}

.c-subNav__noscript-toggle.-open:checked ~ .c-serviceNav__link,
.c-subNav__noscript-toggle.-open:checked ~ .c-serviceNav__label.-close .c-serviceNav__link, .c-serviceNav__link.-is-active {
  background-color: #fff;
  z-index: 250;
}

@media (min-width: 38em) and (max-width: 59.9375em) {
  .c-subNav__noscript-toggle.-open:checked ~ .c-serviceNav__link,
  .c-subNav__noscript-toggle.-open:checked ~ .c-serviceNav__label.-close .c-serviceNav__link, .c-serviceNav__link.-is-active {
    padding-top: 3px;
    padding-top: 0.1875rem;
    margin-top: 1px;
    margin-top: 0.0625rem;
  }
}

.c-subNav__noscript-toggle.-open:checked ~ .c-serviceNav__link .arrow.-up,
.c-subNav__noscript-toggle.-open:checked ~ .c-serviceNav__label.-close .c-serviceNav__link .arrow.-up, .c-serviceNav__link.-is-active .arrow.-up {
  position: relative;
  left: 0;
}

.c-subNav__noscript-toggle.-open:checked ~ .c-serviceNav__link .arrow.-down,
.c-subNav__noscript-toggle.-open:checked ~ .c-serviceNav__label.-close .c-serviceNav__link .arrow.-down, .c-serviceNav__link.-is-active .arrow.-down {
  position: absolute;
  left: -10000px;
  top: auto;
}

.c-subNav__noscript-toggle.-open:checked ~ .c-serviceNav__link .c-serviceNav__itemText,
.c-subNav__noscript-toggle.-open:checked ~ .c-serviceNav__label.-close .c-serviceNav__link .c-serviceNav__itemText, .c-serviceNav__link.-is-active .c-serviceNav__itemText {
  color: #006dc1;
}

.c-subNav__noscript-toggle.-open:checked ~ .c-serviceNav__link .icon,
.c-subNav__noscript-toggle.-open:checked ~ .c-serviceNav__label.-close .c-serviceNav__link .icon, .c-serviceNav__link.-is-active .icon {
  fill: #006dc1;
  color: #006dc1;
}

.c-serviceNav__link.-is-active {
  z-index: 300;
}

.c-serviceNav__link.-current {
  font-weight: 700;
}

.c-serviceNav__link.-current:before {
  position: absolute;
  margin: 0;
  content: '';
  width: 0;
  height: 0;
  border-top: none;
  border-right: 5px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 5px solid transparent;
  left: 48%;
  left: calc(50% - 5px);
  bottom: 0px;
}

@media (min-width: 38em) {
  .c-serviceNav__link.-current:before {
    bottom: -1px;
    bottom: -0.0625rem;
  }
}

@media (min-width: 60em) {
  .c-serviceNav__link.-current:before {
    content: '';
    width: 0;
    height: 0;
    border-top: none;
    border-right: 8px solid transparent;
    border-bottom: 9px solid #fff;
    border-left: 8px solid transparent;
  }
}

@media (min-width: 60em) {
  .c-serviceNav__link.-current.-has-flyout:before {
    left: calc(50% - 11px);
  }
}

.c-serviceNav__icon {
  width: 100%;
  height: 2.25em;
  fill: #fff;
  color: #fff;
}

.c-serviceNav__label {
  display: inline-block;
  position: absolute;
  display: block;
  position: relative;
  width: 100%;
  z-index: 300;
  cursor: pointer;
}

.js-burgerMenu .c-serviceNav__label {
  display: none;
}

@media (min-width: 60em) {
  .c-serviceNav__label {
    height: 66px;
    height: 4.125rem;
  }
}

.c-serviceNav__label.-close {
  display: none;
}

.c-subNav__noscript-toggle.-open:checked ~ .c-serviceNav__label.-close {
  z-index: 300;
  display: inline-block;
}

@media (min-width: 38em) and (max-width: 59.9375em) {
  .c-serviceNav__label.-close {
    top: 0;
  }
}

.c-subNav__noscript-toggle.-open:checked ~ .c-serviceNav__label {
  display: none;
}

.no-js-burgerMenu .c-serviceNav__label ~ .c-serviceNav__link {
  position: absolute;
  left: -10000px;
  top: auto;
}

@media (min-width: 60em) {
  .c-subNav__spacer.-isFixed.-hideFlyout, .c-subNav__wrapper.-isFixed.-hideFlyout {
    display: none;
  }
  .c-subNav__spacer.-isFixed {
    margin-bottom: 34px;
  }
  .c-subNav__wrapper.-isFixed {
    display: block;
    width: 100%;
    overflow-y: hidden;
    max-height: 35px;
    left: 0;
    box-shadow: none;
    padding: none;
    border-bottom: 1px solid #006dc1;
    z-index: 5;
  }
  .c-subNav__wrapper.-isFixed .c-subNav__header {
    display: none;
  }
  .c-subNav__wrapper.-isFixed .c-subNav__column {
    margin: 0;
    vertical-align: middle;
  }
  .c-subNav__wrapper.-isFixed .c-subNav__content {
    max-width: 960px;
    margin: 0 auto;
    overflow-y: hidden;
  }
  .c-subNav__wrapper.-isFixed .c-subNav__item {
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
  }
  .c-subNav__wrapper.-isFixed .c-subNav__dateItem {
    padding-right: 0;
  }
  .c-subNav__wrapper.-isFixed .c-subNav__dateItem .c-subNav__link {
    padding-right: 0;
  }
  .c-subNav__wrapper.-isFixed .c-subNav__link {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 21px;
    line-height: 1.3125rem;
    line-height: 1;
    padding: 10px 4px;
    white-space: nowrap;
  }
  .c-subNav__wrapper.-isFixed .c-subNav__item:first-child .c-subNav__link {
    padding-left: 0;
  }
  .c-subNav__wrapper.-isFixed .c-subNav__separator {
    position: absolute;
    display: inline-block;
    margin-left: 13px;
    height: 14px;
    border-right: 1px solid #c6c6c6;
  }
}

.c-subNav__wrapper {
  overflow-y: hidden;
  max-height: 0;
  transition: max-height 0.5s;
  -webkit-transition: max-height 0.5s;
  top: 90px;
  background-color: #fff;
  z-index: 12;
}

@media (min-width: 0em) and (max-width: 59.9375em) {
  .no-js-burgerMenu .c-subNav__wrapper {
    display: inherit;
    max-height: none;
  }
}

@media (min-width: 38em) {
  .c-subNav__wrapper {
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.4);
    top: 44px;
  }
}

@media (min-width: 60em) {
  .c-subNav__wrapper {
    display: none;
    position: absolute;
    top: 71px;
  }
}

.c-subNav__wrapper.-is-open-flyout,
.c-subNav__noscript-toggle.-open:checked ~ .c-subNav__wrapper {
  left: inherit;
  right: inherit;
  max-height: none;
  transition: max-height 0.5s;
  -webkit-transition: max-height 0.5s;
}

@media (min-width: 60em) {
  .c-subNav__wrapper.-is-open-flyout,
  .c-subNav__noscript-toggle.-open:checked ~ .c-subNav__wrapper {
    display: block;
  }
}

.c-serviceNav .c-subNav__wrapper {
  position: absolute;
  left: -10000px;
  display: none;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.4);
}

.c-serviceNav .c-subNav__wrapper.-is-open-flyout,
.c-serviceNav .c-subNav__noscript-toggle.-open:checked ~ .c-subNav__wrapper {
  display: block;
  left: inherit;
}

@media (min-width: 0em) and (max-width: 37.9375em) {
  .c-serviceNav .c-subNav__wrapper.-is-open-flyout,
  .c-serviceNav .c-subNav__noscript-toggle.-open:checked ~ .c-subNav__wrapper {
    width: 80%;
    right: 20%;
    left: 0;
    padding: 0;
  }
}

@media (min-width: 38em) and (max-width: 59.9375em) {
  .c-serviceNav .c-subNav__wrapper.-is-open-flyout,
  .c-serviceNav .c-subNav__noscript-toggle.-open:checked ~ .c-subNav__wrapper {
    width: 90%;
    right: 10%;
    left: 0;
    padding: 0;
  }
}

.c-serviceNav .c-subNav__wrapper--search.-is-open-flyout,
.c-serviceNav .c-subNav__noscript-toggle.-open:checked ~ .c-subNav__wrapper--search {
  right: 0;
  left: inherit;
  width: 100%;
  padding: 15px 8px;
}

@media (min-width: 33.75em) {
  .c-serviceNav .c-subNav__wrapper--search.-is-open-flyout,
  .c-serviceNav .c-subNav__noscript-toggle.-open:checked ~ .c-subNav__wrapper--search {
    padding: 15px 16px;
  }
}

@media (min-width: 42.5em) {
  .c-serviceNav .c-subNav__wrapper--search.-is-open-flyout,
  .c-serviceNav .c-subNav__noscript-toggle.-open:checked ~ .c-subNav__wrapper--search {
    padding: 15px 20px;
  }
}

@media (min-width: 51.25em) {
  .c-serviceNav .c-subNav__wrapper--search.-is-open-flyout,
  .c-serviceNav .c-subNav__noscript-toggle.-open:checked ~ .c-subNav__wrapper--search {
    padding: 15px 24px;
  }
}

@media (min-width: 60em) {
  .c-serviceNav .c-subNav__wrapper--search.-is-open-flyout,
  .c-serviceNav .c-subNav__noscript-toggle.-open:checked ~ .c-subNav__wrapper--search {
    padding: 15px 28px;
  }
}

@media (min-width: 38em) {
  .c-serviceNav .c-subNav__wrapper--search.-is-open-flyout,
  .c-serviceNav .c-subNav__noscript-toggle.-open:checked ~ .c-subNav__wrapper--search {
    width: 50%;
    padding: 15px 16px;
  }
}

.c-subNav__wrapper--search .searchForm {
  width: 100%;
}

.c-subNav__wrapper--search .searchForm__container {
  width: 100%;
}

.c-subNav__header {
  display: none;
}

@media (min-width: 60em) {
  .c-subNav__header {
    display: block;
  }
}

.c-serviceNav .c-subNav__header {
  display: block;
  border-bottom: 1px solid #797979;
}

@media (min-width: 60em) {
  .c-serviceNav .c-subNav__header {
    border: none;
  }
}

@media (min-width: 60em) {
  .c-subNav__content {
    width: 100%;
  }
  .c-subNav__content.-columnCount--1 {
    max-width: 384px;
  }
  .c-subNav__content.-columnCount--1 .c-subNav__column {
    width: 100%;
  }
  .c-subNav__content.-columnCount--2 {
    max-width: 384px;
  }
  .c-subNav__content.-columnCount--2 .c-subNav__column {
    width: calc(50% - 2px);
  }
  .c-subNav__content.-columnCount--2 .c-subNav__column:first-of-type {
    border-right: 1px dotted #797979;
  }
}

.c-subNav__columns {
  display: block;
  margin: 0 0 20px 0;
}

@media (min-width: 0em) and (max-width: 59.9375em) {
  .c-subNav__columns {
    margin: 0 0 12px 0;
  }
}

.c-subNav__column {
  display: inline-block;
  margin: 20px 0 0 0;
  vertical-align: top;
}

.c-subNav__column .c-subNav__item:first-child {
  margin-top: -12px;
}

.c-subNav__column .c-subNav__item:last-child {
  margin-bottom: -10px;
}

@media (min-width: 0em) and (max-width: 59.9375em) {
  .c-subNav__column {
    display: block;
    margin: 12px 0 0 0;
  }
}

.c-subNav__item {
  border-top: 1px dotted #797979;
  padding-left: 21px;
  padding-right: 21px;
}

.c-subNav__column:first-of-type .c-subNav__item:first-of-type {
  border: none;
}

@media (min-width: 60em) {
  .c-subNav__item {
    border: none;
  }
}

.c-subNav__dateItem {
  height: 0;
  visibility: hidden;
}

.c-subNav__dateItem + .c-subNav__item {
  border-top: none;
}

@media (min-width: 60em) {
  .c-subNav__dateItem {
    height: inherit;
    visibility: visible;
  }
}

@media (min-width: 60em) {
  .c-subNav__button {
    display: none;
  }
}

@media (min-width: 0em) and (max-width: 59.9375em) {
  .c-subNav__button {
    display: block;
    position: absolute;
    float: right;
    z-index: 500;
    height: 39px;
    padding: 0px 14px;
    margin: 3px 0;
    right: 0;
    top: 0;
    cursor: pointer;
    background-color: transparent;
    border: none;
    border-left: 1px solid #fff;
  }
  .c-subNav__button:focus {
    outline: thin dotted #fff;
  }
  .no-js-burgerMenu .c-subNav__button {
    position: absolute;
    left: -10000px;
    top: auto;
  }
  .c-subNav__button .arrow {
    display: block;
  }
}

.c-subNav__link {
  display: block;
  position: relative;
  padding-top: 12px;
  padding-bottom: 10px;
}

.c-subNav__link.link {
  color: #005293;
}

.c-subNav__link.-isHeaderLink {
  padding-top: 19px;
  padding-bottom: 13px;
}

@media (min-width: 0em) and (max-width: 59.9375em) {
  .c-sectionNav .c-subNav__link.-isHeaderLink {
    display: none;
  }
}

@media (min-width: 60em) {
  .c-subNav__link.-isHeaderLink {
    border-bottom: 1px solid #797979;
  }
}

.c-subNav__linkText {
  margin-right: 8px;
}

.c-subNav__mediaButtons {
  display: inline-block;
}

.c-subNav__mediaButtons li {
  display: inline-block;
  margin-left: 8px;
}

.c-subNav__mediaButtons li:first-of-type {
  margin-left: 0px;
}

.c-subNav__noscript-toggle {
  display: block;
  position: absolute;
  opacity: 0;
  z-index: 110;
}

.js-burgerMenu .c-subNav__noscript-toggle {
  display: none;
}

.pageFooter {
  background-color: #606060;
  color: #fff;
  border-top: 3px solid #accfe9;
  padding-bottom: 0.875em;
  margin-top: 3.0625em;
}

@media (min-width: 60em) {
  .pageFooter {
    padding-top: 0.21875em;
  }
}

@media (min-width: 0) and (max-width: 43.6875em) {
  .pageFooter .pageCenter {
    margin: 0;
  }
}

.pageFooter__headline {
  padding-top: 0.875em;
  padding-bottom: 0.4375em;
  font-size: 1.1875em;
  line-height: 1.2894736842em;
  font-weight: 700;
}

@media (min-width: 0) and (max-width: 43.6875em) {
  .pageFooter__headline {
    padding-left: 4.1666666667%;
    padding-right: 4.1666666667%;
  }
}

@media (min-width: 43.75em) {
  .pageFooter__headline {
    pointer-events: none;
    border-bottom: 1px solid #fff;
    line-height: 14px;
    line-height: 0.875rem;
    padding-top: 22px;
    padding-top: 1.375rem;
    padding-bottom: 4px;
    padding-bottom: 0.25rem;
    margin-bottom: 23px;
    margin-bottom: 1.4375rem;
  }
}

.pageFooter__extras {
  display: inline-block;
  vertical-align: top;
  padding-bottom: 0.875em;
}

@media (min-width: 0) and (max-width: 43.6875em) {
  .pageFooter__extras {
    padding-left: 4.1666666667%;
    padding-right: 4.1666666667%;
    border-bottom: 1px solid #868686;
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
  }
}

@media (min-width: 43.75em) {
  .pageFooter__extras {
    padding-left: 0;
  }
}

.pageFooter__extras .pageFooter__headline {
  display: none;
}

@media (min-width: 43.75em) {
  .pageFooter__extras .pageFooter__headline {
    display: block;
  }
}

.pageFooter__search {
  text-align: right;
  height: 44px;
  margin-top: 0.875em;
}

@media (min-width: 43.75em) {
  .pageFooter__search {
    height: 38px;
  }
}

@media (min-width: 0) {
  .pageFooter__search {
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
    margin-top: 20px;
    margin-top: 1.25rem;
  }
}

.pageFooter .searchForm__container {
  height: 35px;
  height: 2.1875rem;
}

.pageFooter__searchForm {
  width: 100%;
}

.pageFooter__searchForm .searchForm__input {
  border: none;
  /* IE 9 hack needed or the padding-right is never executed in layout */
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: transparent;
}

.pageFooter__socialMedia {
  margin-top: 15px;
  text-align: center;
}

@media (min-width: 43.75em) {
  .pageFooter__socialMedia {
    text-align: right;
  }
}

.pageFooter .socialMedia__item {
  display: inline-block;
  margin-left: 2.0833333333%;
  margin-top: 0.4375em;
  vertical-align: top;
}

.pageFooter .socialMedia__item:hover .icon {
  stroke: #fff;
  stroke-width: 2;
  stroke-opacity: 0.8;
}

.pageFooter__socialMedia > .socialMedia__item:first-child {
  margin-left: 0;
}

.pageFooter .socialMedia__icon {
  border: 1px solid transparent;
  border-radius: 3px;
}

.pageFooter__bottom {
  text-align: center;
  padding-top: 2.1875em;
}

@media (min-width: 0) and (max-width: 43.6875em) {
  .pageFooter__bottom {
    padding-top: 20px;
    padding-top: 1.25rem;
  }
}

@media (min-width: 43.75em) {
  .pageFooter__bottom {
    text-align: left;
    padding-left: 1.0416666667%;
  }
}

.pageFooter__info {
  font-size: 0.875em;
  line-height: 1.25em;
}

@media (min-width: 60em) {
  .pageFooter__info {
    padding-top: 0em;
  }
}

@media (min-width: 43.75em) {
  .pageFooter__info {
    display: inline;
  }
}

.pageFooter .info__pipe {
  font-size: 0.875em;
  line-height: 1.25em;
}

@media (min-width: 0) and (max-width: 59.9375em) {
  .pageFooter .info__pipe:first-child {
    display: none;
  }
}

@media (min-width: 0) and (max-width: 59.9375em) {
  .pageFooter .info__pipe:last-child {
    display: none;
  }
}

.pageFooter .info__link {
  font-size: 0.75em;
  line-height: 1.4583333333em;
  color: #fff;
  padding-left: .5em;
  padding-right: .5em;
}

@media (min-width: 43.75em) and (max-width: 59.9375em) {
  .pageFooter .info__link:first-child {
    padding-left: 0;
  }
}

@media (min-width: 60em) {
  .pageFooter .info__link:first-child {
    padding-left: 0.5em;
  }
}

.pageFooter .info__link:hover, .pageFooter .info__link:active {
  color: #fff;
  text-decoration: underline;
}

.pageFooter__copyright {
  font-size: 0.875em;
  line-height: 1.25em;
}

@media (min-width: 0) and (max-width: 43.6875em) {
  .pageFooter__copyright {
    width: 100%;
    white-space: nowrap;
  }
}

@media (min-width: 43.75em) and (max-width: 59.9375em) {
  .pageFooter__copyright {
    display: block;
  }
}

@media (min-width: 60em) {
  .pageFooter__copyright {
    display: inline;
  }
}

.pageFooter .copyright__text {
  font-size: 0.75em;
  line-height: 1.4583333333em;
  padding-right: 0.5em;
}

.pageFooter .copyright__link {
  font-size: 0.75em;
  line-height: 1.4583333333em;
  color: #fff;
  padding-left: .5em;
  padding-right: .5em;
}

.pageFooter .copyright__link:first-child {
  padding-left: 0;
}

.pageFooter .copyright__link:hover, .pageFooter .copyright__link:active {
  color: #fff;
  text-decoration: underline;
}

.pageFooter__bottomlogo {
  display: inline-block;
}

@media (min-width: 0) and (max-width: 43.6875em) {
  .pageFooter__bottomlogo {
    margin-top: 1.125em;
    width: 100%;
    border-top: 1px solid #868686;
    padding-top: 0.5em;
    text-align: center;
  }
}

@media (min-width: 43.75em) {
  .pageFooter__bottomlogo {
    float: right;
    text-align: right;
    margin-top: -0.625em;
  }
}

.pageFooter .footerlogo {
  display: inline-block;
  fill: #fff;
  width: 10.9375em;
  height: 1.2em;
  margin-top: 0.3125em;
}

@media (min-width: 0) and (max-width: 40.5625em) {
  .pageFooter .footerlogo {
    width: 50%;
  }
}

/*@
```html
<footer class="pageFooter js-pageFooter" role="contentinfo" itemscope="itemscope" itemtype="http://schema.org/WPFooter">
    <div class="pageCenter region--bounding">
        <nav id="pageFooterNav" class="pageFooterNav group--76" role="navigation" aria-label="Footer Navigation" itemprop="">
<nav class="dropdown pageFooterNav__menu pageFooterNav__menu--hsde teaser--65 teaser__gutter" id="dropdown--6734" role="navigation" aria-labelledby="dropdown__heading">
    <h2 id="dropdown__heading" class="hide">Unternavigation</h2>

    <input class="dropdown__toggle js-loadScript js-toggleClass-9929 js-toggleClass" id="dropdown__toggleNav--6734" data-hr-toggle-class="{
            &quot;reactTo&quot;:&quot;click&quot;,
            &quot;toggleClass&quot;:&quot;-isActive&quot;,
            &quot;toggleCheck&quot;:true,
            &quot;onTarget&quot;:&quot;#dropdown--6734&quot;
        }" type="checkbox">
    <label class="dropdown__label pageFooter__headline" for="dropdown__toggleNav--6734">
        hessenschau.de<svg class="icon arrow--down" role="presentation">
    <use xlink:href="/hrcms/hessenschau/assets/base/image/svg/icons/svgmap.min.svg#arrow-down"></use>
</svg><svg class="icon arrow--up" role="presentation">
    <use xlink:href="/hrcms/hessenschau/assets/base/image/svg/icons/svgmap.min.svg#arrow-up"></use>
</svg></label>

    <div aria-haspopup="true" class="dropdown__content">                <div class="column column--33">
                    <a href="/hrcms/hessenschau/index.html" class="dropdown__item link">Start</a>
                    <a href="/hrcms/hessenschau/rheinmain/index.html" class="dropdown__item link">Rhein-Main</a>
                    <a href="/hrcms/hessenschau/nordhessen/index.html" class="dropdown__item link">Nordhessen</a>
                    <a href="/hrcms/hessenschau/mittelhessen/index.html" class="dropdown__item link">Mittelhessen</a>
                    <a href="/hrcms/hessenschau/osthessen/index.html" class="dropdown__item link">Osthessen</a>
                    <a href="/hrcms/hessenschau/suedhessen/index.html" class="dropdown__item link">Südhessen</a>
                </div>
                <div class="column column--33">
                    <a href="/hrcms/hessenschau/politik/index.html" class="dropdown__item link">Politik</a>
                    <a href="/hrcms/hessenschau/gesellschaft/index.html" class="dropdown__item link">Gesellschaft</a>
                    <a href="/hrcms/hessenschau/wirtschaft/index.html" class="dropdown__item link">Wirtschaft</a>
                    <a href="/hrcms/hessenschau/kultur/index.html" class="dropdown__item link">Kultur</a>
                    <a href="/hrcms/hessenschau/sport/index.html" class="dropdown__item link">Sport</a>
                    <a href="/hrcms/hessenschau/panorama/index.html" class="dropdown__item link">Panorama</a>
                    <a href="/hrcms/hessenschau/freizeit/index.html" class="dropdown__item link">Freizeit</a>
                </div>
                <div class="column column--33">
                    <a href="/hrcms/hessenschau/tv-sendung/index.html" class="dropdown__item link">TV-Sendung</a>
                    <a href="/hrcms/hessenschau/wetter/index.html" class="dropdown__item link">Wetter</a>
                    <a href="/hrcms/hessenschau/verkehr/index.html" class="dropdown__item link">Verkehr</a>
                    <div class="dropdown__item dropdown__item--mobileHidden">&nbsp;</div>
                    <a href="/hrcms/hessenschau/themen/index.html" class="dropdown__item link">Themen</a>
                    <a href="/hrcms/hessenschau/archiv/index.html" class="dropdown__item link">Archiv</a>
                </div>
</div>
</nav><nav class="dropdown pageFooterNav__menu pageFooterNav__menu--service teaser--35 teaser__gutter" id="dropdown--1376" role="navigation" aria-labelledby="dropdown__heading">
    <h2 id="dropdown__heading" class="hide">Unternavigation</h2>

    <input class="dropdown__toggle js-loadScript js-toggleClass-7832 js-toggleClass" id="dropdown__toggleNav--1376" data-hr-toggle-class="{
            &quot;reactTo&quot;:&quot;click&quot;,
            &quot;toggleClass&quot;:&quot;-isActive&quot;,
            &quot;toggleCheck&quot;:true,
            &quot;onTarget&quot;:&quot;#dropdown--1376&quot;
        }" type="checkbox">
    <label class="dropdown__label pageFooter__headline" for="dropdown__toggleNav--1376">
        Service<svg class="icon arrow--down" role="presentation">
    <use xlink:href="/hrcms/hessenschau/assets/base/image/svg/icons/svgmap.min.svg#arrow-down"></use>
</svg><svg class="icon arrow--up" role="presentation">
    <use xlink:href="/hrcms/hessenschau/assets/base/image/svg/icons/svgmap.min.svg#arrow-up"></use>
</svg></label>

    <div aria-haspopup="true" class="dropdown__content"><div class="column column__service">
                    <a href="/hrcms/hessenschau/kontakt/index.html" class="dropdown__item link">Kontakt</a>
                    <a href="/hrcms/hessenschau/redaktion/index.html" class="dropdown__item link">Redaktion hessenschau.de</a>
                    <a href="/hrcms/hessenschau/hilfe/index.html" class="dropdown__item link">Hilfe</a>
                    <a href="/hrcms/hessenschau/hr-apps/index.html" class="dropdown__item link">hr-Apps</a>
                    <a href="/hrcms/hessenschau/videotext/index.html" class="dropdown__item link">Videotext</a>
                    <a href="http://www.hr-ticketcenter.de/" target="_blank" class="dropdown__item link">hr-Ticketcenter</a>
                </div></div>
</nav></nav><!--
        --><div class="pageFooter__extras group--24 teaser__gutter">
            <div class="pageFooter__headline">&nbsp;</div>
            <div class="pageFooter__search"><form aria-label="search" role="search" class="searchForm pageFooter__searchForm" action="/hrcms/hessenschau/suche/index.html" method="get">
    <input class="searchForm__input" name="search" aria-label="Ort oder Thema suchen" placeholder="Ort oder Thema suchen" type="text">
    <button aria-label="Suche starten" type="submit" class="searchForm__submitButton"><svg class="icon searchForm__icon size--1_5" role="presentation">
    <use xlink:href="/hrcms/hessenschau/assets/base/image/svg/icons/svgmap.min.svg#suche"></use>
</svg></button>
</form></div>
            <div class="pageFooter__socialMedia column column--66">
                <a class="link socialMedia__item" href="https://twitter.com/hessenschau_de" target="_blank" title="hessenschau Twitter"><svg class="icon icon--invert size--2_75 socialMedia__icon" role="presentation">
    <use xlink:href="/hrcms/hessenschau/assets/base/image/svg/icons/svgmap.min.svg#twitter"></use>
</svg></a><a class="link socialMedia__item" href="https://www.facebook.com/hronline" target="_blank" title="hessenschau Facebook"><svg class="icon icon--invert size--2_75 socialMedia__icon" role="presentation">
    <use xlink:href="/hrcms/hessenschau/assets/base/image/svg/icons/svgmap.min.svg#facebook"></use>
</svg></a><span class="unbreakable"><a class="link socialMedia__item" href="/hrcms/hessenschau/rss/index.html" title="hessenschau RSS Feed"><svg class="icon icon--invert size--2_75 socialMedia__icon" role="presentation">
    <use xlink:href="/hrcms/hessenschau/assets/base/image/svg/icons/svgmap.min.svg#rss"></use>
</svg></a><a class="link socialMedia__item" href="/hrcms/hessenschau/whatsapp/index.html" title="hessenschau WhatsApp"><svg class="icon icon--invert size--2_75 socialMedia__icon" role="presentation">
    <use xlink:href="/hrcms/hessenschau/assets/base/image/svg/icons/svgmap.min.svg#whatsapp"></use>
</svg></a></span>
            </div>
        </div>

        <div class="pageFooter__bottom">
            <div class="pageFooter__info">
                <span class="info__pipe">|</span>
                <a class="link info__link" href="/hrcms/hessenschau/datenschutz/index.html" title="Datenschutz">Datenschutz</a>
                <span class="info__pipe">|</span>
                <a class="link info__link" href="/hrcms/hessenschau/impressum/index.html" title="Impressum">Impressum</a>
                <span class="info__pipe">|</span>
                <a class="link info__link" href="http://www.ard.de/" target="_blank" title="ARD.de">ARD.de</a>
                <span class="info__pipe">|</span>
            </div>
            <div class="pageFooter__copyright">
                <span class="text copyright__text">© Hessischer Rundfunk 2015</span>
            </div>
        </div>

        <!--
        <div class="copyright">
            <div class="copyright__links">
                <span class="copyright__pipe">|</span>
                <a class="link copyright__link" href="/hrcms/hessenschau/datenschutz/index.html" title="Datenschutz">Datenschutz</a>
                <span class="copyright__pipe">|</span>
                <a class="link copyright__link" href="/hrcms/hessenschau/impressum/index.html" title="Impressum">Impressum</a>
                <span class="copyright__pipe">|</span>
                <a class="link copyright__link" href="http://www.ard.de/" target="_blank" title="ARD.de">ARD.de</a>
                <span class="copyright__pipe">|</span>
            </div>
            <div class="copyright__text">
                <span class="text">&copy; Hessischer Rundfunk 2015</span>
            </div>
        </div>
         -->
    </div>
</footer>

*/
.pageFooterNav {
  display: inline-block;
  vertical-align: top;
}

@media (min-width: 43.75em) {
  .pageFooterNav {
    margin-bottom: 2.625em;
  }
}

.group--24,
.group--76,
.teaser--65,
.teaser--35 {
  width: 100%;
}

@media (min-width: 43.75em) {
  .group--24 {
    width: 25.4043%;
  }
  .group--76 {
    width: 74.5957%;
  }
  .teaser--65 {
    width: 65%;
  }
  .teaser--35 {
    width: 35%;
    padding-right: 0;
  }
}

@media (min-width: 60em) {
  .group--24 {
    width: 23.4043%;
  }
  .group--76 {
    width: 76.5957%;
  }
  .teaser--65 {
    width: 65%;
  }
  .teaser--35 {
    width: 35%;
    padding-right: 0;
  }
}

.pageFooterNav__menu {
  clear: both;
}

.pageFooterNav__menu .dropdown__label .icon {
  float: right;
  fill: #fff;
  color: #fff;
  height: 10px;
  margin-top: 5px;
}

.pageFooterNav__menu .dropdown__item {
  color: #fff;
  padding-top: 14px;
  padding-top: 0.875rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #999;
}

@media (min-width: 60em) {
  .pageFooterNav__menu .dropdown__item {
    padding-bottom: 4px;
    padding-bottom: 0.25rem;
  }
}

.pageFooterNav__menu .dropdown__item:last-child {
  border-bottom: 0;
}

.pageFooterNav__menu .dropdown__item.link:hover, .pageFooterNav__menu .dropdown__item.link:active {
  font-weight: 400;
  color: #fff;
  text-decoration: underline;
}

.pageFooterNav__menu .column {
  float: left;
  width: 100%;
}

@media (min-width: 0) and (max-width: 43.6875em) {
  .pageFooterNav__menu {
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #fff;
  }
  .pageFooterNav__menu .dropdown__item {
    padding-left: 4.1666666667%;
    padding-right: 4.1666666667%;
  }
  .pageFooterNav__menu .dropdown__item:first-child {
    border-top: 1px solid #999;
  }
  .pageFooterNav__menu .dropdown__item--mobileHidden {
    display: none;
  }
}

@media (min-width: 43.75em) {
  .pageFooterNav__menu {
    display: inline-block;
  }
  .pageFooterNav__menu .dropdown__toggle, .pageFooterNav__menu .dropdown__label {
    position: absolute;
    left: -10000px;
    top: auto;
  }
  .pageFooterNav__menu .dropdown__content {
    position: relative;
    left: 0;
    height: auto;
  }
  .pageFooterNav__menu .dropdown__item {
    display: inline-block;
  }
  .pageFooterNav__menu .dropdown__content {
    position: relative;
    overflow: visible;
  }
  .pageFooterNav__menu .dropdown__label {
    position: relative;
    left: 0;
  }
  .pageFooterNav__menu .dropdown__label .icon {
    position: absolute;
    left: -10000px;
    top: auto;
  }
  .pageFooterNav__menu .dropdown__item {
    display: block;
    border-bottom: 0;
    font-size: 16px;
    font-size: 1rem;
    line-height: 16px;
    line-height: 1rem;
    padding-top: 2px;
    padding-top: 0.125rem;
    padding-bottom: 14px;
    padding-bottom: 0.875rem;
  }
}

@media (min-width: 43.75em) and (min-width: 60em) {
  .pageFooterNav__menu .dropdown__item {
    padding-bottom: 5px;
    padding-bottom: 0.3125rem;
  }
}

@media (min-width: 43.75em) {
  .pageFooterNav__menu .column {
    display: block;
  }
  .pageFooterNav__menu .column--33 {
    width: 33%;
  }
  .pageFooterNav__menu .column--66 {
    width: 66%;
  }
  .pageFooterNav__menu .column__service {
    padding-right: 20px;
    padding-right: 1.25rem;
  }
}

.c-profileHead {
  float: left;
  width: 100%;
  margin-bottom: 2%;
}

.c-profileHead__image {
  width: 100%;
}

.c-profileHead__text {
  float: left;
  width: 39%;
}

/*@
# Pagination

*/
.pagination {
  margin-top: 43px;
  margin-top: 2.6875rem;
  margin-bottom: 0.875em;
  width: 95.8333333333%;
  float: right;
  margin-left: 0;
  margin-right: 2.0833333333%;
  clear: both;
}

@media (min-width: 27em) {
  .pagination {
    width: 81.25%;
    float: left;
    margin-right: -100%;
    margin-left: 9.375%;
    clear: both;
  }
}

@media (min-width: 40.625em) {
  .pagination {
    width: 64.5833333333%;
    float: left;
    margin-right: -100%;
    margin-left: 17.7083333333%;
    clear: both;
  }
}

@media (min-width: 60em) {
  .pagination {
    width: 47.9166666667%;
    float: left;
    margin-right: -100%;
    margin-left: 26.0416666667%;
    clear: both;
  }
}

.pagination__button {
  width: 16.6666666667%;
}

@media (min-width: 27em) {
  .pagination__button {
    width: 8.3333333333%;
  }
}

.pagination__button--left {
  float: left;
}

.pagination__button--right {
  float: right;
}

.pagination__link {
  padding-top: 0;
  padding-bottom: 0;
}

.pagination__link--left {
  float: left;
}

.pagination__link--right {
  float: right;
}

.pagination__arrow {
  width: 1.75em;
  height: 1.75em;
  margin-top: 0.4375em;
  margin-bottom: 0.4375em;
}

.pagination__arrow--left {
  float: left;
}

.pagination__arrow--right {
  float: right;
}

.pagination__pages {
  width: 66.6666666667%;
  display: inline-block;
  padding-top: 0.4375em;
  padding-bottom: 0.4375em;
  font-family: RobotoCond, sans-serif;
  font-weight: 700;
  text-align: center;
}

@media (min-width: 27em) {
  .pagination__pages {
    width: 83.3333333333%;
  }
}

@media (min-width: 40.625em) {
  .pagination__pages {
    width: 83.3333333333%;
  }
}

@media (min-width: 60em) {
  .pagination__pages {
    width: 83.3333333333%;
  }
}

.pagination__page {
  display: inline-block;
  padding-top: 0.21875em;
  padding-bottom: 0.21875em;
  width: 16.6666666667%;
  margin-left: 1.0416666667%;
  margin-right: 1.0416666667%;
}

@media (min-width: 27em) {
  .pagination__page {
    min-width: 50px;
    width: 8.3333333333%;
    margin-left: 0.5208333333%;
    margin-right: 0.5208333333%;
  }
}

@media (min-width: 60em) {
  .pagination__page {
    width: 4.1666666667%;
    margin-left: 0.5208333333%;
    margin-right: 0.5208333333%;
  }
}

/*@
```html
<main class="region--wide" role="main">
<article>
<div class="pagination">
    <div class="pagination__button pagination__button--left">
        <a rel="prev" href="#" class="link pagination__link pagination__link--left touchArea">
        <svg class="icon icon--primary pagination__arrow pagination__arrow--left" role="presentation">
            <use xlink:href="/hrcms/hessenschau/assets/base/image/svg/icons/svgmap.min.svg#arrow-left"></use>
        </svg>
        </a>
    </div>
<div class="pagination__pages">
    <a href="#" class="link pagination__page touchArea">1</a>
    <span class="pagination__page">…</span>
    <span class="pagination__page">3</span>
    <span class="pagination__page">…</span>
    <a href="#" class="link pagination__page touchArea">6</a>
</div>
<div class="pagination__button pagination__button--right">
    <a rel="next" href="#" class="link pagination__link pagination__link--right touchArea">
    <svg class="icon icon--primary pagination__arrow pagination__arrow--right" role="presentation">
        <use xlink:href="/hrcms/hessenschau/assets/base/image/svg/icons/svgmap.min.svg#arrow-right"></use>
    </svg>
    </a>
</div>
</div>
</article>
</main>
```
<main class="region--wide" role="main">
<article>
<div class="pagination"><div class="pagination__button pagination__button--left"><a rel="prev" href="#" class="link pagination__link pagination__link--left touchArea"><svg class="icon icon--primary pagination__arrow pagination__arrow--left" role="presentation">
<use xlink:href="/hrcms/hessenschau/assets/base/image/svg/icons/svgmap.min.svg#arrow-left"></use>
</svg></a></div><div class="pagination__pages"><a href="#" class="link pagination__page touchArea">1</a><span class="pagination__page">…</span><span class="pagination__page">3</span><span class="pagination__page">…</span><a href="#" class="link pagination__page touchArea">6</a></div><div class="pagination__button pagination__button--right"><a rel="next" href="#" class="link pagination__link pagination__link--right touchArea"><svg class="icon icon--primary pagination__arrow pagination__arrow--right" role="presentation">
<use xlink:href="/hrcms/hessenschau/assets/base/image/svg/icons/svgmap.min.svg#arrow-right"></use>
</svg></a></div></div>
</article>
</main>

*/
@media (min-width: 38em) {
  .c-profileHeader.-twoColumnsReverse\@desk {
    direction: rtl;
  }
  .c-profileHeader.-twoColumnsReverse\@desk > .c-profileHeader__column {
    display: inline-block;
    vertical-align: top;
    direction: ltr;
  }
  .c-profileHeader.-twoColumnsReverse\@desk > .c-profileHeader__column.-narrow\@twoColumnsReverse {
    width: 220px;
  }
  .c-profileHeader.-twoColumnsReverse\@desk > .c-profileHeader__column.-wide\@twoColumnsReverse {
    width: calc(100% - 230px);
  }
  .c-profileHeader.-twoColumnsReverse\@desk > .c-profileHeader__column.-gutterSpan\@twoColumnsReverse {
    padding-left: 2%;
  }
}

.c-profileHeader__image16x9 {
  position: relative;
  overflow: hidden;
  transform-style: preserve-3d;
}

.c-profileHeader__image16x9:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}

.c-profileHeader__image1x1 {
  position: relative;
  overflow: hidden;
  transform-style: preserve-3d;
  width: 100%;
  max-width: 280px;
}

.c-profileHeader__image1x1:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

@media (min-width: 43.75em) {
  .c-profileHeader__image1x1 {
    width: 220px;
  }
}

.c-profileTeaser {
  height: auto;
}

.c-profileTeaser__imageWrapper {
  display: block;
}

.list.-appendix .list__item .c-profileTeaser__imageWrapper {
  width: 100%;
}

.c-profileTeaser__link {
  text-indent: 0;
  margin-top: 0.3125rem !important;
  margin-bottom: 0 !important;
}

.c-programBanner {
  position: relative;
  overflow: hidden;
}

@media (max-width: 1000px) {
  .c-programBanner .region--bounding {
    /*reset region--bounding gutter margin*/
    margin-left: 0;
    margin-right: 0;
  }
}

.c-programBanner.-s .c-programBanner__arContainer {
  position: relative;
  overflow: hidden;
  transform-style: preserve-3d;
}

.c-programBanner.-s .c-programBanner__arContainer:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 43.75%;
}

@media (min-width: 320px) {
  .c-programBanner.-s .c-programBanner__arContainer {
    position: relative;
    overflow: hidden;
    transform-style: preserve-3d;
  }
  .c-programBanner.-s .c-programBanner__arContainer:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 43.75%;
  }
}

@media (min-width: 550px) {
  .c-programBanner.-s .c-programBanner__arContainer {
    position: relative;
    overflow: hidden;
    transform-style: preserve-3d;
  }
  .c-programBanner.-s .c-programBanner__arContainer:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 21.5625%;
  }
}

@media (min-width: 725px) {
  .c-programBanner.-s .c-programBanner__arContainer {
    position: relative;
    overflow: hidden;
    transform-style: preserve-3d;
  }
  .c-programBanner.-s .c-programBanner__arContainer:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 15.1041666667%;
  }
}

.c-programBanner.-l .c-programBanner__arContainer {
  position: relative;
  overflow: hidden;
  transform-style: preserve-3d;
}

.c-programBanner.-l .c-programBanner__arContainer:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}

@media (min-width: 435px) {
  .c-programBanner.-l .c-programBanner__arContainer {
    position: relative;
    overflow: hidden;
    transform-style: preserve-3d;
  }
  .c-programBanner.-l .c-programBanner__arContainer:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 43.75%;
  }
}

@media (min-width: 725px) {
  .c-programBanner.-l .c-programBanner__arContainer {
    position: relative;
    overflow: hidden;
    transform-style: preserve-3d;
  }
  .c-programBanner.-l .c-programBanner__arContainer:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 27.2%;
  }
}

@media (min-width: 930px) {
  .c-programBanner.-l .c-programBanner__arContainer {
    position: relative;
    overflow: hidden;
    transform-style: preserve-3d;
  }
  .c-programBanner.-l .c-programBanner__arContainer:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 21.5625%;
  }
}

.c-programBanner__bg {
  z-index: 1;
}

@media (min-width: 62.5em) {
  .c-programBanner__bg {
    display: none;
  }
}

.c-programBanner__gradiant {
  z-index: 2;
  bottom: 44px;
  background: rgba(0, 0, 0, 0.1);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.c-programBanner__shadow {
  position: absolute;
  height: 20px;
  height: 1.25rem;
  z-index: 1;
  top: -20px;
  top: -1.25rem;
  left: -10px;
  left: -0.625rem;
  right: -10px;
  right: -0.625rem;
  box-shadow: 0 5px 17px rgba(0, 0, 0, 0.65);
}

.c-programBanner__visual {
  z-index: 3;
}

.c-programBanner__content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}

.c-programBanner__logo {
  padding-top: 11px;
  padding-top: 0.6875rem;
  padding-bottom: 11px;
  padding-bottom: 0.6875rem;
  padding-left: 10px;
  padding-left: 0.625rem;
  height: 50px;
  height: 3.125rem;
}

@media (min-width: 550px) {
  .c-programBanner__logo {
    height: 60px;
    height: 3.75rem;
  }
}

.c-programBanner.-l .c-programBanner__logo {
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}

.c-programBanner__info {
  color: #fff;
  padding-left: 10px;
  padding-left: 0.625rem;
  margin-top: 8px;
  margin-top: 0.5rem;
  margin-bottom: -5px;
  margin-bottom: -0.3125rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
}

@media (min-width: 550px) {
  .c-programBanner__info {
    margin-top: 11px;
    margin-top: 0.6875rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 19px;
    line-height: 1.1875rem;
  }
}

.c-programBanner__info > strong {
  font-family: Merriweather, serif;
  font-style: italic;
  font-weight: 700;
}

.c-programBanner.-l .c-programNav__wrapper,
.c-programBanner.-s .c-programNav {
  background: rgba(0, 0, 0, 0.5);
}

.c-programNav {
  position: absolute;
  bottom: 0;
  z-index: 5;
  height: 44px;
  width: 100%;
}

.c-programNav__wrapper {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.c-programNav__list {
  height: 100%;
  width: 100%;
  white-space: nowrap;
}

.touchevents .c-programNav__list {
  overflow-x: auto;
  overflow-y: hidden;
}

.no-touchevents .c-programNav__list,
.touchevents.IEMobile .c-programNav__list {
  -ms-transform-origin: 0px 0px 0px;
      transform-origin: 0px 0px 0px;
  transition-property: transform;
  transition: transform 0.3s ease-in-out;
}

.touchevents.IEMobile .c-programNav__list {
  overflow: visible;
}

.c-programNav__button {
  position: absolute;
  background: rgba(0, 0, 0, 0.75);
  top: 0;
  width: 40px;
  height: 44px;
  border: 0;
  z-index: 2;
}

.c-programNav__button.-right {
  right: 0;
}

.c-programNav__button.-hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.c-programNav__button .icon {
  fill: #fff;
}

.c-programNav__item {
  display: inline-block;
}

.c-programNav__link {
  position: relative;
  display: inline-block;
  padding: 14px 10px;
  padding: 0.875rem 0.625rem;
  padding-bottom: 9px;
  padding-bottom: 0.5625rem;
  color: #fff;
  white-space: nowrap;
}

.c-programNav__link.-current:before {
  position: absolute;
  margin: 0;
  content: '';
  width: 0;
  height: 0;
  border-top: none;
  border-right: 6px solid transparent;
  border-bottom: 7px solid #fff;
  border-left: 6px solid transparent;
  left: 48%;
  left: calc(50% - 5px);
  bottom: 0;
}

.c-programSupplier__date {
  margin-top: 4px;
  margin-top: 0.25rem;
  margin-bottom: -5px;
  margin-bottom: -0.3125rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
  width: 100%;
}

@media (min-width: 30em) and (max-width: 56.1875em) {
  .c-programSupplier__media {
    display: inline-block;
    width: 75%;
  }
}

.c-programSupplier__title {
  display: block;
  color: #ffdd22;
  font-family: DIN, sans-serif;
  font-weight: 700;
  margin-top: 10px;
  margin-top: 0.625rem;
  margin-bottom: -9px;
  margin-bottom: -0.5625rem;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 29px;
  line-height: 1.8125rem;
}

.c-programSupplier__title.link {
  color: #ffaa22;
}

.c-programSupplier__title.link:hover {
  color: #ffaa22;
}

.c-programSupplier__logo {
  margin-top: 15px;
  margin-top: 0.9375rem;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  max-height: 76px;
  max-height: 4.75rem;
  max-width: 220px;
  max-width: 13.75rem;
}

@media (min-width: 56.25em) {
  .c-programSupplier__logo {
    max-width: 100%;
  }
}

@media (min-width: 0em) and (max-width: 29.9375em) {
  .c-programSupplier .appendix__headline {
    margin-top: 6px;
    margin-top: 0.375rem;
  }
}

@media (min-width: 30em) and (max-width: 56.1875em) {
  .c-programSupplier .appendix__headline {
    margin-top: 12px;
    margin-top: 0.75rem;
  }
}

.programReference__date {
  margin-top: 4px;
  margin-top: 0.25rem;
  margin-bottom: -5px;
  margin-bottom: -0.3125rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
  width: 100%;
}

@media (min-width: 30em) and (max-width: 56.1875em) {
  .programReference__media {
    display: inline-block;
    width: 75%;
  }
}

.programReference__logo {
  margin-top: 16px;
  margin-top: 1rem;
  max-width: 100%;
}

@media (min-width: 30em) and (max-width: 56.1875em) {
  .programReference__logo {
    margin-top: 16px;
    margin-top: 1rem;
  }
}

@media (min-width: 0em) and (max-width: 29.9375em) {
  .programReference .appendix__headline {
    margin-top: 6px;
    margin-top: 0.375rem;
  }
}

@media (min-width: 30em) and (max-width: 56.1875em) {
  .programReference .appendix__headline {
    margin-top: 12px;
    margin-top: 0.75rem;
  }
}

@media (min-width: 56.25em) {
  .appendix__entry.-rainradar:nth-of-type(1) {
    margin-top: 0px;
  }
}

.appendix__entry.-rainradar .list {
  margin-top: 10px;
  margin-top: 0.625rem;
}

@media (min-width: 60em) {
  .appendix__entry.-rainradar .list {
    margin-top: 18px;
    margin-top: 1.125rem;
  }
}

.list__item--rainradarLegend {
  position: relative;
  display: inline-block;
  margin-right: 2.0833333333%;
  margin-top: 0.4375em;
  padding-bottom: 0.4375em;
  font-size: 0.875em;
  line-height: 1.25em;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-left: 1.5714em;
  line-height: 1.3571em;
}

@media (min-width: 40.625em) {
  .list__item--rainradarLegend {
    font-size: 1em;
    line-height: 1.3125em;
  }
}

@media (min-width: 60em) {
  .list__item--rainradarLegend {
    display: block;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.1875em;
    line-height: 1.2894736842em;
  }
}

/*@

# legend

*/
.rainradarLegend {
  display: inline-block;
  width: 1.3571em;
  height: 1.3571em;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0.25rem;
  background: #005293;
  /*@
SVG-Grafiken für die Schraffuren
*/
}

.rainradarLegend__icon {
  width: 1.3571em;
  height: 1.3571em;
  position: absolute;
  top: 0;
  left: 0;
}

.rainradarLegend--minimumDetectable {
  background: #75C9DB;
  background: linear-gradient(to right, #A9DAE6, #75C9DB, #3FB9C0);
}

.rainradarLegend--veryLow {
  background: #1C9E53;
  background: linear-gradient(to right, #3FB9C0, #1C9E53, #029839);
}

.rainradarLegend--low {
  background: #6FB62C;
  background: linear-gradient(to right, #029839, #6FB62C, #98C21D);
}

.rainradarLegend--moderate {
  background: #F3E600;
  background: linear-gradient(to right, #98C21D, #C8D41C, #F3E600);
}

.rainradarLegend--strong {
  background: #FCBD05;
  background: linear-gradient(to right, #F3E600, #FCBD05, #F28E10);
}

.rainradarLegend--veryStrong {
  background: #E52420;
  background: linear-gradient(to right, #F28E10, #E52420, #B41917);
}

.rainradarLegend--extrem {
  background: #4353A0;
  background: linear-gradient(to right, #4353A0, #AD5DA1);
}

.rainradarLegend--nodata {
  background: #b5b6ad;
}

@media (min-width: 56.25em) {
  .rainradarLegend--minimumDetectable {
    background: linear-gradient(to bottom, #A9DAE6, #75C9DB, #3FB9C0);
  }
  .rainradarLegend--veryLow {
    background: linear-gradient(to bottom, #3FB9C0, #1C9E53, #029839);
  }
  .rainradarLegend--low {
    background: linear-gradient(to bottom, #029839, #6FB62C, #98C21D);
  }
  .rainradarLegend--moderate {
    background: linear-gradient(to bottom, #98C21D, #C8D41C, #F3E600);
  }
  .rainradarLegend--strong {
    background: linear-gradient(to bottom, #F3E600, #FCBD05, #F28E10);
  }
  .rainradarLegend--veryStrong {
    background: linear-gradient(to bottom, #F28E10, #E52420, #B41917);
  }
  .rainradarLegend--extrem {
    background: linear-gradient(to bottom, #4353A0, #AD5DA1);
  }
}

.rainradarLegend--warningExtreme {
  background-color: #AE0062;
}

.rainradarLegend--warningSevere {
  background-color: #FF0000;
}

.rainradarLegend--warningModerate {
  background-color: #FA9500;
}

.rainradarLegend--warningMinor {
  background-color: #F4F400;
}

.rainradarLegend--warningPre {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iDQp4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIg0KeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIg0KeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiDQp4PSIwIg0KeT0iMCI+DQo8ZGVmcz4NCjxwYXR0ZXJuIGlkPSJ3YXJuaW5nUHJlIiBwYXR0ZXJuVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAsMCw1LDUiIHBhdHRlcm5UcmFuc2Zvcm09InJvdGF0ZSg4NSkiPg0KICAgIDxyZWN0IHdpZHRoPScxMTAlJyB4PSctNSUnIHk9Jy01JScgaGVpZ2h0PScxMTAlJyBmaWxsPScjZmZmJy8+DQogICAgPGxpbmUgeDE9Jy0yJyB5MT0nMScgeDI9JzcnIHkyPScxMCcgc3Ryb2tlPScjMDA1MjkzJyBzdHJva2Utd2lkdGg9JzEnLz4NCiAgICA8bGluZSB4MT0nLTInIHkxPSc2JyB4Mj0nNycgeTI9JzE1JyBzdHJva2U9JyMwMDUyOTMnIHN0cm9rZS13aWR0aD0nMScvPg0KICAgIDxsaW5lIHgxPSctMicgeTE9Jy00JyB4Mj0nNycgeTI9JzUnIHN0cm9rZT0nIzAwNTI5Mycgc3Ryb2tlLXdpZHRoPScxJy8+DQo8L3BhdHRlcm4+ICAgICAgICAgICAgICAgICAgIA0KPC9kZWZzPg0KPGcgaWQ9ImxheWVyMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCwtNjgyLjg2MjE4KSI+DQogICAgPHJlY3QNCiAgICAgICBmaWxsPSIiDQogICAgICAgaWQ9InJlY3QzNzU5Ig0KICAgICAgIHdpZHRoPSIxMDBweCINCiAgICAgICBoZWlnaHQ9IjEwMDBweCINCiAgICAgICB4PSIwIg0KICAgICAgIHk9IjAiIC8+DQo8L2c+ICAgICAgICAgICAgICAgIA0KPHVzZSB4bGluazpocmVmPSIjbGF5ZXIxIiB4PSIwIiB5PSI2ODIuODgiIGZpbGw9InVybCgjd2FybmluZ1ByZSkiLz4NCjwvc3ZnPg==");
}

.rainradarLegend--preWarningExtreme {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iDQp4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIg0KeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIg0KeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiDQp4PSIwIg0KeT0iMCI+DQo8ZGVmcz4NCjxwYXR0ZXJuIGlkPSJwcmVXYXJuaW5nRXh0cmVtZSIgcGF0dGVyblVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMCIgeT0iMCIgd2lkdGg9IjEwIiBoZWlnaHQ9IjEwIiB2aWV3Qm94PSIwLDAsNSw1IiBwYXR0ZXJuVHJhbnNmb3JtPSJyb3RhdGUoODUpIj4NCiAgICA8cmVjdCB3aWR0aD0nMTEwJScgeD0nLTUlJyB5PSctNSUnIGhlaWdodD0nMTEwJScgZmlsbD0nI0FFMDA2MicvPg0KICAgIDxsaW5lIHgxPSctMicgeTE9JzEnIHgyPSc3JyB5Mj0nMTAnIHN0cm9rZT0nI2ZmZicgc3Ryb2tlLXdpZHRoPScxJy8+DQogICAgPGxpbmUgeDE9Jy0yJyB5MT0nNicgeDI9JzcnIHkyPScxNScgc3Ryb2tlPScjZmZmJyBzdHJva2Utd2lkdGg9JzEnLz4NCiAgICA8bGluZSB4MT0nLTInIHkxPSctNCcgeDI9JzcnIHkyPSc1JyBzdHJva2U9JyNmZmYnIHN0cm9rZS13aWR0aD0nMScvPg0KPC9wYXR0ZXJuPiAgICAgICAgICAgICAgICAgICANCjwvZGVmcz4NCjxnIGlkPSJsYXllcjEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsLTY4Mi44NjIxOCkiPg0KICAgIDxyZWN0DQogICAgICAgZmlsbD0iIg0KICAgICAgIGlkPSJyZWN0Mzc1OSINCiAgICAgICB3aWR0aD0iMTAwcHgiDQogICAgICAgaGVpZ2h0PSIxMDAwcHgiDQogICAgICAgeD0iMCINCiAgICAgICB5PSIwIiAvPg0KPC9nPiAgICAgICAgICAgICAgICANCjx1c2UgeGxpbms6aHJlZj0iI2xheWVyMSIgeD0iMCIgeT0iNjgyLjg4IiBmaWxsPSJ1cmwoI3ByZVdhcm5pbmdFeHRyZW1lKSIvPg0KPC9zdmc+");
  background-repeat: repeat;
}

.rainradarLegend--preWarningSevere {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iDQp4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIg0KeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIg0KeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiDQp4PSIwIg0KeT0iMCI+DQo8ZGVmcz4NCjxwYXR0ZXJuIGlkPSJwcmVXYXJuaW5nU2V2ZXJlIiBwYXR0ZXJuVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAsMCw1LDUiIHBhdHRlcm5UcmFuc2Zvcm09InJvdGF0ZSg4NSkiPg0KICAgIDxyZWN0IHdpZHRoPScxMTAlJyB4PSctNSUnIHk9Jy01JScgaGVpZ2h0PScxMTAlJyBmaWxsPScjRkYwMDAwJy8+DQogICAgPGxpbmUgeDE9Jy0yJyB5MT0nMScgeDI9JzcnIHkyPScxMCcgc3Ryb2tlPScjZmZmJyBzdHJva2Utd2lkdGg9JzEnLz4NCiAgICA8bGluZSB4MT0nLTInIHkxPSc2JyB4Mj0nNycgeTI9JzE1JyBzdHJva2U9JyNmZmYnIHN0cm9rZS13aWR0aD0nMScvPg0KICAgIDxsaW5lIHgxPSctMicgeTE9Jy00JyB4Mj0nNycgeTI9JzUnIHN0cm9rZT0nI2ZmZicgc3Ryb2tlLXdpZHRoPScxJy8+DQo8L3BhdHRlcm4+ICAgICAgICAgICAgICAgICAgIA0KPC9kZWZzPg0KPGcgaWQ9ImxheWVyMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCwtNjgyLjg2MjE4KSI+DQogICAgPHJlY3QNCiAgICAgICBmaWxsPSIiDQogICAgICAgaWQ9InJlY3QzNzU5Ig0KICAgICAgIHdpZHRoPSIxMDBweCINCiAgICAgICBoZWlnaHQ9IjEwMDBweCINCiAgICAgICB4PSIwIg0KICAgICAgIHk9IjAiIC8+DQo8L2c+ICAgICAgICAgICAgICAgIA0KPHVzZSB4bGluazpocmVmPSIjbGF5ZXIxIiB4PSIwIiB5PSI2ODIuODgiIGZpbGw9InVybCgjcHJlV2FybmluZ1NldmVyZSkiLz4NCjwvc3ZnPg==");
  background-repeat: repeat;
}

.rainradarLegend--preWarningModerate {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iDQp4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIg0KeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIg0KeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiDQp4PSIwIg0KeT0iMCI+DQo8ZGVmcz4NCjxwYXR0ZXJuIGlkPSJwcmVXYXJuaW5nTW9kZXJhdGUiIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjAiIHk9IjAiIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCwwLDUsNSIgcGF0dGVyblRyYW5zZm9ybT0icm90YXRlKDg1KSI+DQogICAgPHJlY3Qgd2lkdGg9JzExMCUnIHg9Jy01JScgeT0nLTUlJyBoZWlnaHQ9JzExMCUnIGZpbGw9JyNGQTk1MDAnLz4NCiAgICA8bGluZSB4MT0nLTInIHkxPScxJyB4Mj0nNycgeTI9JzEwJyBzdHJva2U9JyMwMDUyOTMnIHN0cm9rZS13aWR0aD0nMScvPg0KICAgIDxsaW5lIHgxPSctMicgeTE9JzYnIHgyPSc3JyB5Mj0nMTUnIHN0cm9rZT0nIzAwNTI5Mycgc3Ryb2tlLXdpZHRoPScxJy8+DQogICAgPGxpbmUgeDE9Jy0yJyB5MT0nLTQnIHgyPSc3JyB5Mj0nNScgc3Ryb2tlPScjMDA1MjkzJyBzdHJva2Utd2lkdGg9JzEnLz4NCjwvcGF0dGVybj4gICAgICAgICAgICAgICAgICAgDQo8L2RlZnM+DQo8ZyBpZD0ibGF5ZXIxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLC02ODIuODYyMTgpIj4NCiAgICA8cmVjdA0KICAgICAgIGZpbGw9IiINCiAgICAgICBpZD0icmVjdDM3NTkiDQogICAgICAgd2lkdGg9IjEwMHB4Ig0KICAgICAgIGhlaWdodD0iMTAwMHB4Ig0KICAgICAgIHg9IjAiDQogICAgICAgeT0iMCIgLz4NCjwvZz4gICAgICAgICAgICAgICAgDQo8dXNlIHhsaW5rOmhyZWY9IiNsYXllcjEiIHg9IjAiIHk9IjY4Mi44OCIgZmlsbD0idXJsKCNwcmVXYXJuaW5nTW9kZXJhdGUpIi8+DQo8L3N2Zz4=");
  background-repeat: repeat;
}

.rainradarLegend--preWarningMinor {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iDQp4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIg0KeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIg0KeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiDQp4PSIwIg0KeT0iMCI+DQo8ZGVmcz4NCjxwYXR0ZXJuIGlkPSJwcmVXYXJuaW5nTWlub3IiIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjAiIHk9IjAiIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCwwLDUsNSIgcGF0dGVyblRyYW5zZm9ybT0icm90YXRlKDg1KSI+DQogICAgPHJlY3Qgd2lkdGg9JzExMCUnIHg9Jy01JScgeT0nLTUlJyBoZWlnaHQ9JzExMCUnIGZpbGw9JyNGNEY0MDAnLz4NCiAgICA8bGluZSB4MT0nLTInIHkxPScxJyB4Mj0nNycgeTI9JzEwJyBzdHJva2U9JyMwMDUyOTMnIHN0cm9rZS13aWR0aD0nMScvPg0KICAgIDxsaW5lIHgxPSctMicgeTE9JzYnIHgyPSc3JyB5Mj0nMTUnIHN0cm9rZT0nIzAwNTI5Mycgc3Ryb2tlLXdpZHRoPScxJy8+DQogICAgPGxpbmUgeDE9Jy0yJyB5MT0nLTQnIHgyPSc3JyB5Mj0nNScgc3Ryb2tlPScjMDA1MjkzJyBzdHJva2Utd2lkdGg9JzEnLz4NCjwvcGF0dGVybj4gICAgICAgICAgICAgICAgICAgDQo8L2RlZnM+DQo8ZyBpZD0ibGF5ZXIxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLC02ODIuODYyMTgpIj4NCiAgICA8cmVjdA0KICAgICAgIGZpbGw9IiINCiAgICAgICBpZD0icmVjdDM3NTkiDQogICAgICAgd2lkdGg9IjEwMHB4Ig0KICAgICAgIGhlaWdodD0iMTAwMHB4Ig0KICAgICAgIHg9IjAiDQogICAgICAgeT0iMCIgLz4NCjwvZz4gICAgICAgICAgICAgICAgDQo8dXNlIHhsaW5rOmhyZWY9IiNsYXllcjEiIHg9IjAiIHk9IjY4Mi44OCIgZmlsbD0idXJsKCNwcmVXYXJuaW5nTWlub3IpIi8+DQo8L3N2Zz4=");
  background-repeat: repeat;
}

/*@

<i class="legend"></i>
<i class="legend legend--minimumDetectable"></i>
<i class="legend legend--veryLow"></i>
<i class="legend legend--low"></i>
<i class="legend legend--moderate"></i>
<i class="legend legend--strong"></i>
<i class="legend legend--veryStrong"></i>
<i class="legend legend--extrem"></i>
<i class="legend legend--nodata"></i>

*/
.list__item--rainradarLegend {
  position: relative;
  display: inline-block;
  margin-right: 2.0833333333%;
  margin-top: 0.4375em;
  padding-bottom: 0.4375em;
  font-size: 0.875em;
  line-height: 1.25em;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-left: 1.5714em;
  line-height: 1.3571em;
}

@media (min-width: 40.625em) {
  .list__item--rainradarLegend {
    font-size: 1em;
    line-height: 1.3125em;
  }
}

@media (min-width: 60em) {
  .list__item--rainradarLegend {
    display: block;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.1875em;
    line-height: 1.2894736842em;
  }
}

.rainradarLegend {
  display: inline-block;
  width: 1.3571em;
  height: 1.3571em;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0.25rem;
  background: #005293;
  /*@
SVG-Grafiken für die Schraffuren
*/
}

.rainradarLegend__icon {
  width: 1.3571em;
  height: 1.3571em;
  position: absolute;
  top: 0;
  left: 0;
}

.rainradarLegend--minimumDetectable {
  background: #75C9DB;
  background: linear-gradient(to right, #A9DAE6, #75C9DB, #3FB9C0);
}

.rainradarLegend--veryLow {
  background: #1C9E53;
  background: linear-gradient(to right, #3FB9C0, #1C9E53, #029839);
}

.rainradarLegend--low {
  background: #6FB62C;
  background: linear-gradient(to right, #029839, #6FB62C, #98C21D);
}

.rainradarLegend--moderate {
  background: #F3E600;
  background: linear-gradient(to right, #98C21D, #C8D41C, #F3E600);
}

.rainradarLegend--strong {
  background: #FCBD05;
  background: linear-gradient(to right, #F3E600, #FCBD05, #F28E10);
}

.rainradarLegend--veryStrong {
  background: #E52420;
  background: linear-gradient(to right, #F28E10, #E52420, #B41917);
}

.rainradarLegend--extrem {
  background: #4353A0;
  background: linear-gradient(to right, #4353A0, #AD5DA1);
}

.rainradarLegend--nodata {
  background: #b5b6ad;
}

@media (min-width: 56.25em) {
  .rainradarLegend--minimumDetectable {
    background: linear-gradient(to bottom, #A9DAE6, #75C9DB, #3FB9C0);
  }
  .rainradarLegend--veryLow {
    background: linear-gradient(to bottom, #3FB9C0, #1C9E53, #029839);
  }
  .rainradarLegend--low {
    background: linear-gradient(to bottom, #029839, #6FB62C, #98C21D);
  }
  .rainradarLegend--moderate {
    background: linear-gradient(to bottom, #98C21D, #C8D41C, #F3E600);
  }
  .rainradarLegend--strong {
    background: linear-gradient(to bottom, #F3E600, #FCBD05, #F28E10);
  }
  .rainradarLegend--veryStrong {
    background: linear-gradient(to bottom, #F28E10, #E52420, #B41917);
  }
  .rainradarLegend--extrem {
    background: linear-gradient(to bottom, #4353A0, #AD5DA1);
  }
}

.rainradarLegend--warningExtreme {
  background-color: #AE0062;
}

.rainradarLegend--warningSevere {
  background-color: #FF0000;
}

.rainradarLegend--warningModerate {
  background-color: #FA9500;
}

.rainradarLegend--warningMinor {
  background-color: #F4F400;
}

.rainradarLegend--warningPre {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iDQp4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIg0KeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIg0KeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiDQp4PSIwIg0KeT0iMCI+DQo8ZGVmcz4NCjxwYXR0ZXJuIGlkPSJ3YXJuaW5nUHJlIiBwYXR0ZXJuVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAsMCw1LDUiIHBhdHRlcm5UcmFuc2Zvcm09InJvdGF0ZSg4NSkiPg0KICAgIDxyZWN0IHdpZHRoPScxMTAlJyB4PSctNSUnIHk9Jy01JScgaGVpZ2h0PScxMTAlJyBmaWxsPScjZmZmJy8+DQogICAgPGxpbmUgeDE9Jy0yJyB5MT0nMScgeDI9JzcnIHkyPScxMCcgc3Ryb2tlPScjMDA1MjkzJyBzdHJva2Utd2lkdGg9JzEnLz4NCiAgICA8bGluZSB4MT0nLTInIHkxPSc2JyB4Mj0nNycgeTI9JzE1JyBzdHJva2U9JyMwMDUyOTMnIHN0cm9rZS13aWR0aD0nMScvPg0KICAgIDxsaW5lIHgxPSctMicgeTE9Jy00JyB4Mj0nNycgeTI9JzUnIHN0cm9rZT0nIzAwNTI5Mycgc3Ryb2tlLXdpZHRoPScxJy8+DQo8L3BhdHRlcm4+ICAgICAgICAgICAgICAgICAgIA0KPC9kZWZzPg0KPGcgaWQ9ImxheWVyMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCwtNjgyLjg2MjE4KSI+DQogICAgPHJlY3QNCiAgICAgICBmaWxsPSIiDQogICAgICAgaWQ9InJlY3QzNzU5Ig0KICAgICAgIHdpZHRoPSIxMDBweCINCiAgICAgICBoZWlnaHQ9IjEwMDBweCINCiAgICAgICB4PSIwIg0KICAgICAgIHk9IjAiIC8+DQo8L2c+ICAgICAgICAgICAgICAgIA0KPHVzZSB4bGluazpocmVmPSIjbGF5ZXIxIiB4PSIwIiB5PSI2ODIuODgiIGZpbGw9InVybCgjd2FybmluZ1ByZSkiLz4NCjwvc3ZnPg==");
}

.rainradarLegend--preWarningExtreme {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iDQp4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIg0KeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIg0KeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiDQp4PSIwIg0KeT0iMCI+DQo8ZGVmcz4NCjxwYXR0ZXJuIGlkPSJwcmVXYXJuaW5nRXh0cmVtZSIgcGF0dGVyblVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMCIgeT0iMCIgd2lkdGg9IjEwIiBoZWlnaHQ9IjEwIiB2aWV3Qm94PSIwLDAsNSw1IiBwYXR0ZXJuVHJhbnNmb3JtPSJyb3RhdGUoODUpIj4NCiAgICA8cmVjdCB3aWR0aD0nMTEwJScgeD0nLTUlJyB5PSctNSUnIGhlaWdodD0nMTEwJScgZmlsbD0nI0FFMDA2MicvPg0KICAgIDxsaW5lIHgxPSctMicgeTE9JzEnIHgyPSc3JyB5Mj0nMTAnIHN0cm9rZT0nI2ZmZicgc3Ryb2tlLXdpZHRoPScxJy8+DQogICAgPGxpbmUgeDE9Jy0yJyB5MT0nNicgeDI9JzcnIHkyPScxNScgc3Ryb2tlPScjZmZmJyBzdHJva2Utd2lkdGg9JzEnLz4NCiAgICA8bGluZSB4MT0nLTInIHkxPSctNCcgeDI9JzcnIHkyPSc1JyBzdHJva2U9JyNmZmYnIHN0cm9rZS13aWR0aD0nMScvPg0KPC9wYXR0ZXJuPiAgICAgICAgICAgICAgICAgICANCjwvZGVmcz4NCjxnIGlkPSJsYXllcjEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsLTY4Mi44NjIxOCkiPg0KICAgIDxyZWN0DQogICAgICAgZmlsbD0iIg0KICAgICAgIGlkPSJyZWN0Mzc1OSINCiAgICAgICB3aWR0aD0iMTAwcHgiDQogICAgICAgaGVpZ2h0PSIxMDAwcHgiDQogICAgICAgeD0iMCINCiAgICAgICB5PSIwIiAvPg0KPC9nPiAgICAgICAgICAgICAgICANCjx1c2UgeGxpbms6aHJlZj0iI2xheWVyMSIgeD0iMCIgeT0iNjgyLjg4IiBmaWxsPSJ1cmwoI3ByZVdhcm5pbmdFeHRyZW1lKSIvPg0KPC9zdmc+");
  background-repeat: repeat;
}

.rainradarLegend--preWarningSevere {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iDQp4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIg0KeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIg0KeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiDQp4PSIwIg0KeT0iMCI+DQo8ZGVmcz4NCjxwYXR0ZXJuIGlkPSJwcmVXYXJuaW5nU2V2ZXJlIiBwYXR0ZXJuVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAsMCw1LDUiIHBhdHRlcm5UcmFuc2Zvcm09InJvdGF0ZSg4NSkiPg0KICAgIDxyZWN0IHdpZHRoPScxMTAlJyB4PSctNSUnIHk9Jy01JScgaGVpZ2h0PScxMTAlJyBmaWxsPScjRkYwMDAwJy8+DQogICAgPGxpbmUgeDE9Jy0yJyB5MT0nMScgeDI9JzcnIHkyPScxMCcgc3Ryb2tlPScjZmZmJyBzdHJva2Utd2lkdGg9JzEnLz4NCiAgICA8bGluZSB4MT0nLTInIHkxPSc2JyB4Mj0nNycgeTI9JzE1JyBzdHJva2U9JyNmZmYnIHN0cm9rZS13aWR0aD0nMScvPg0KICAgIDxsaW5lIHgxPSctMicgeTE9Jy00JyB4Mj0nNycgeTI9JzUnIHN0cm9rZT0nI2ZmZicgc3Ryb2tlLXdpZHRoPScxJy8+DQo8L3BhdHRlcm4+ICAgICAgICAgICAgICAgICAgIA0KPC9kZWZzPg0KPGcgaWQ9ImxheWVyMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCwtNjgyLjg2MjE4KSI+DQogICAgPHJlY3QNCiAgICAgICBmaWxsPSIiDQogICAgICAgaWQ9InJlY3QzNzU5Ig0KICAgICAgIHdpZHRoPSIxMDBweCINCiAgICAgICBoZWlnaHQ9IjEwMDBweCINCiAgICAgICB4PSIwIg0KICAgICAgIHk9IjAiIC8+DQo8L2c+ICAgICAgICAgICAgICAgIA0KPHVzZSB4bGluazpocmVmPSIjbGF5ZXIxIiB4PSIwIiB5PSI2ODIuODgiIGZpbGw9InVybCgjcHJlV2FybmluZ1NldmVyZSkiLz4NCjwvc3ZnPg==");
  background-repeat: repeat;
}

.rainradarLegend--preWarningModerate {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iDQp4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIg0KeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIg0KeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiDQp4PSIwIg0KeT0iMCI+DQo8ZGVmcz4NCjxwYXR0ZXJuIGlkPSJwcmVXYXJuaW5nTW9kZXJhdGUiIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjAiIHk9IjAiIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCwwLDUsNSIgcGF0dGVyblRyYW5zZm9ybT0icm90YXRlKDg1KSI+DQogICAgPHJlY3Qgd2lkdGg9JzExMCUnIHg9Jy01JScgeT0nLTUlJyBoZWlnaHQ9JzExMCUnIGZpbGw9JyNGQTk1MDAnLz4NCiAgICA8bGluZSB4MT0nLTInIHkxPScxJyB4Mj0nNycgeTI9JzEwJyBzdHJva2U9JyMwMDUyOTMnIHN0cm9rZS13aWR0aD0nMScvPg0KICAgIDxsaW5lIHgxPSctMicgeTE9JzYnIHgyPSc3JyB5Mj0nMTUnIHN0cm9rZT0nIzAwNTI5Mycgc3Ryb2tlLXdpZHRoPScxJy8+DQogICAgPGxpbmUgeDE9Jy0yJyB5MT0nLTQnIHgyPSc3JyB5Mj0nNScgc3Ryb2tlPScjMDA1MjkzJyBzdHJva2Utd2lkdGg9JzEnLz4NCjwvcGF0dGVybj4gICAgICAgICAgICAgICAgICAgDQo8L2RlZnM+DQo8ZyBpZD0ibGF5ZXIxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLC02ODIuODYyMTgpIj4NCiAgICA8cmVjdA0KICAgICAgIGZpbGw9IiINCiAgICAgICBpZD0icmVjdDM3NTkiDQogICAgICAgd2lkdGg9IjEwMHB4Ig0KICAgICAgIGhlaWdodD0iMTAwMHB4Ig0KICAgICAgIHg9IjAiDQogICAgICAgeT0iMCIgLz4NCjwvZz4gICAgICAgICAgICAgICAgDQo8dXNlIHhsaW5rOmhyZWY9IiNsYXllcjEiIHg9IjAiIHk9IjY4Mi44OCIgZmlsbD0idXJsKCNwcmVXYXJuaW5nTW9kZXJhdGUpIi8+DQo8L3N2Zz4=");
  background-repeat: repeat;
}

.rainradarLegend--preWarningMinor {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iDQp4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIg0KeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIg0KeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiDQp4PSIwIg0KeT0iMCI+DQo8ZGVmcz4NCjxwYXR0ZXJuIGlkPSJwcmVXYXJuaW5nTWlub3IiIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjAiIHk9IjAiIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCwwLDUsNSIgcGF0dGVyblRyYW5zZm9ybT0icm90YXRlKDg1KSI+DQogICAgPHJlY3Qgd2lkdGg9JzExMCUnIHg9Jy01JScgeT0nLTUlJyBoZWlnaHQ9JzExMCUnIGZpbGw9JyNGNEY0MDAnLz4NCiAgICA8bGluZSB4MT0nLTInIHkxPScxJyB4Mj0nNycgeTI9JzEwJyBzdHJva2U9JyMwMDUyOTMnIHN0cm9rZS13aWR0aD0nMScvPg0KICAgIDxsaW5lIHgxPSctMicgeTE9JzYnIHgyPSc3JyB5Mj0nMTUnIHN0cm9rZT0nIzAwNTI5Mycgc3Ryb2tlLXdpZHRoPScxJy8+DQogICAgPGxpbmUgeDE9Jy0yJyB5MT0nLTQnIHgyPSc3JyB5Mj0nNScgc3Ryb2tlPScjMDA1MjkzJyBzdHJva2Utd2lkdGg9JzEnLz4NCjwvcGF0dGVybj4gICAgICAgICAgICAgICAgICAgDQo8L2RlZnM+DQo8ZyBpZD0ibGF5ZXIxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLC02ODIuODYyMTgpIj4NCiAgICA8cmVjdA0KICAgICAgIGZpbGw9IiINCiAgICAgICBpZD0icmVjdDM3NTkiDQogICAgICAgd2lkdGg9IjEwMHB4Ig0KICAgICAgIGhlaWdodD0iMTAwMHB4Ig0KICAgICAgIHg9IjAiDQogICAgICAgeT0iMCIgLz4NCjwvZz4gICAgICAgICAgICAgICAgDQo8dXNlIHhsaW5rOmhyZWY9IiNsYXllcjEiIHg9IjAiIHk9IjY4Mi44OCIgZmlsbD0idXJsKCNwcmVXYXJuaW5nTWlub3IpIi8+DQo8L3N2Zz4=");
  background-repeat: repeat;
}

/*@

<i class="legend"></i>
<i class="legend legend--minimumDetectable"></i>
<i class="legend legend--veryLow"></i>
<i class="legend legend--low"></i>
<i class="legend legend--moderate"></i>
<i class="legend legend--strong"></i>
<i class="legend legend--veryStrong"></i>
<i class="legend legend--extrem"></i>
<i class="legend legend--nodata"></i>

*/
.rainradar .contentNav {
  padding: 0;
  margin-bottom: 0.4375em;
}

.rainradar__pictureImage {
  padding-bottom: 0.4375em;
  opacity: 0.6;
}

.rainRadar__mainContent--hidden {
  display: none;
}

.searchPage__form {
  margin-top: 0.875em;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  background-color: #d8e9f6;
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}

@media (min-width: 40.625em) {
  .searchPage__form {
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 0em) and (max-width: 26.9375em) {
  .searchPage__form {
    padding-left: 4.1666666667%;
    padding-right: 4.1666666667%;
  }
}

.searchPage__formInput {
  position: relative;
  display: inline-block;
  height: 35px;
  height: 2.1875rem;
  margin-bottom: 1.75em;
  width: 100%;
}

@media (min-width: 0em) and (max-width: 26.9375em) {
  .searchPage__formInput {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 27em) {
  .searchPage__formInput {
    width: 75%;
  }
}

@media (min-width: 40.625em) {
  .searchPage__formInput {
    width: 50%;
  }
}

@media (min-width: 56.25em) {
  .searchPage__formInput {
    width: 33%;
  }
}

.searchPage__formInput .searchForm__input {
  border: none;
  /* IE 9 hack needed or the padding-right is never executed in layout */
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: transparent;
}

.searchPage__formInput .searchForm__submitButton {
  border-left: 1px solid #d8e9f6;
}

.searchPage legend {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.searchPage__teaserList {
  *zoom: 1;
}

.searchPage__teaserList:after {
  content: '';
  display: table;
  clear: both;
}

.searchPage__sorter {
  border-bottom: 1px solid #797979;
  padding-bottom: 0.4375em;
}

.searchPage__sorter .hits__headline {
  font-family: RobotoCond, sans-serif;
  font-weight: 700;
  font-size: 1.3125em;
  line-height: 1.1666666667em;
}

@media (min-width: 0em) and (max-width: 26.9375em) {
  .searchPage__sorter .hits__headline {
    font-size: 1em;
    line-height: 1.3125em;
  }
}

.searchPage__sorter .sorter {
  float: right;
}

@media (min-width: 27em) {
  .searchPage__sorter .sorter {
    margin-top: 5px;
    margin-top: 0.3125rem;
  }
}

.searchPage__sorter .sorter span {
  font-family: Merriweather, serif;
  font-style: italic;
  font-size: 0.875em;
  line-height: 1.25em;
}

@media (min-width: 0em) and (max-width: 26.9375em) {
  .searchPage__sorter .sorter span {
    font-size: 0.75em;
    line-height: 1.4583333333em;
  }
}

.searchPage__sorter .sorter .sort__separator {
  padding-left: 5px;
  padding-left: 0.3125rem;
  padding-right: 5px;
  padding-right: 0.3125rem;
}

.searchFilter__item {
  display: inline-block;
  padding-right: 20px;
  white-space: nowrap;
  position: relative;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  vertical-align: middle;
}

@media (min-width: 0em) and (max-width: 26.9375em) {
  .searchFilter__item {
    width: 50%;
    padding-right: 0;
  }
}

.searchFilter__item input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 1px;
  width: 0.0625rem;
  height: 1px;
  height: 0.0625rem;
  top: 3px;
  top: 0.1875rem;
  left: 3px;
  left: 0.1875rem;
}

.searchFilter__item input[type="checkbox"] + .c-form__space {
  float: left;
  width: 0px;
  width: 0rem;
  height: 24px;
  height: 1.5rem;
}

.searchFilter__item input[type="checkbox"] ~ label {
  display: block;
  cursor: pointer;
  padding-left: 32px;
  padding-top: 3px;
  padding-top: 0.1875rem;
}

.searchFilter__item input[type="checkbox"] ~ label:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  background-color: #fff;
  border-radius: 3px;
  border-radius: 0.1875rem;
}

.searchFilter__item input[type="checkbox"]:focus:invalid ~ label:before, .searchFilter__item input[type="checkbox"].is-invalid ~ label:before {
  border: 1px solid red;
}

.searchFilter__item input[type="checkbox"]:checked ~ label:after {
  position: absolute;
  content: '';
  width: 11px;
  width: 0.6875rem;
  height: 5.5px;
  height: 0.3438rem;
  background: transparent;
  top: 9px;
  left: 6px;
  border: 3px solid #006dc1;
  border-top: none;
  border-right: none;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

@media (min-width: 0em) and (max-width: 26.9375em) {
  .searchFilter__item label {
    font-size: 0.875em;
    line-height: 1.25em;
    line-height: 20px;
    line-height: 1.25rem;
    display: block;
    padding-top: 4px;
    padding-top: 0.25rem;
  }
}

@media (min-width: 27em) {
  .searchFilter__item label {
    line-height: 24px;
    line-height: 1.5rem;
    vertical-align: sub;
  }
}

.searchFilter__item .count {
  font-family: Merriweather, serif;
  font-style: italic;
  font-size: 0.75em;
  line-height: 1.4583333333em;
}

@media (min-width: 0em) and (max-width: 26.9375em) {
  .searchFilter__item .count {
    display: block;
  }
}

.searchFilter__submit {
  color: #fff;
  background-color: #006dc1;
  border-color: #006dc1;
  float: right;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.searchFilter__submit:hover, .searchFilter__submit:active, .searchFilter__submit:focus, .searchFilter__submit:visited {
  color: #fff;
  outline: none;
}

@media (min-width: 0em) and (max-width: 59.9375em) {
  .searchFilter__content {
    display: none;
  }
}

.searchFilter.-open .searchFilter__content,
.no-js .searchFilter__content {
  display: block;
}

.searchFilter__opener, .searchFilter__closer, .searchFilter__reset, .searchFilter__resetLarge {
  font-family: Merriweather, serif;
  font-style: italic;
  font-size: 0.75em;
  line-height: 1.4583333333em;
  color: #005293;
  cursor: pointer;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.searchFilter__opener .icon, .searchFilter__closer .icon, .searchFilter__reset .icon, .searchFilter__resetLarge .icon {
  fill: #005293;
  margin-top: -2px;
  margin-top: -0.125rem;
  margin-left: 6px;
  margin-left: 0.375rem;
}

.searchFilter__reset {
  margin-left: 16px;
  margin-left: 1rem;
}

.searchFilter__pretext {
  font-family: Merriweather, serif;
  font-style: italic;
  font-size: 0.75em;
  line-height: 1.4583333333em;
}

.searchFilter__closer, .searchFilter__reset, .searchFilter__pretext {
  display: inline-block;
  padding-top: 8px;
  padding-top: 0.5rem;
}

@media (min-width: 60em) {
  .searchFilter__closer, .searchFilter__reset, .searchFilter__pretext {
    display: none;
  }
}

@media (min-width: 60em) {
  .searchFilter__opener {
    display: none;
  }
}

.searchFilter__resetLarge {
  display: inline-block;
  padding-top: 8px;
  padding-top: 0.5rem;
  float: right;
  margin-right: 32px;
  margin-right: 2rem;
}

@media (min-width: 0em) and (max-width: 59.9375em) {
  .searchFilter__resetLarge {
    display: none;
  }
}

.searchFilter.-open .searchFilter__opener,
.no-js .searchFilter__opener,
.no-js .searchFilter__closer,
.no-js .searchFilter__pretext.-noReset {
  display: none;
}

.c-controlbar {
  position: relative;
  display: block;
  background-color: #005293;
  height: 44px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*Bubble*/
  /*Dreieck der Bubble*/
  /*& .trackOutput:after {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-top: 10px solid accentColor(1);
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      top: 100%;
      left: 50%;
      margin-left: -5px;
      margin-top: -1px;
    }*/
}

.c-controlbar__buttons {
  width: 100%;
}

.c-controlbar__button {
  display: inline-block;
  fill: #fff;
  width: 44px;
  width: 44px;
}

@media (min-width: 27em) {
  .c-controlbar__button {
    width: 44px;
    height: 44px;
  }
}

.c-controlbar__button .icon {
  fill: #fff;
  color: #fff;
  width: 44px;
  height: 44px;
}

.c-controlbar__button:hover .icon {
  stroke: #fff;
  stroke-width: 1;
  stroke-opacity: 0.5;
}

.c-controlbar__range {
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  padding: 18px 15px 0 15px;
  margin: -4px 0 -30px 0\0;
  -webkit-user-select: inherit;
  -moz-user-select: inherit;
  -ms-user-select: inherit;
  user-select: inherit;
}

@media (min-width: 27em) {
  .c-controlbar__range {
    /*padding: 15px 0 0 0;*/
  }
}

.c-controlbar.is-playing .-play {
  display: none;
}

.c-controlbar.is-paused .-pause {
  display: none;
}

.c-controlbar.has-noRangeSupport .track {
  visibility: hidden;
}

.c-controlbar.has-noRangeSupport .trackBackground {
  display: none;
}

.c-controlbar.has-noRangeSupport .trackOutput {
  top: 0;
}

.c-controlbar .track {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  top: -19px;
  background: none;
  cursor: pointer;
  z-index: 10;
  height: 45px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.c-controlbar .track:focus {
  box-shadow: none;
  outline: none;
}

.c-controlbar .track::-webkit-slider-runnable-track {
  background: transparent;
  width: 100%;
}

.c-controlbar .track::-webkit-slider-thumb {
  height: 25px;
  margin: 1px 0 0 0;
  background: #ffb114;
  cursor: pointer;
  border: 1px solid #ffb114;
  -webkit-appearance: none;
  border-radius: 3px;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.75);
}

.c-controlbar .track::-moz-range-track {
  background: transparent;
  width: 100%;
}

.c-controlbar .track::-moz-range-thumb {
  height: 25px;
  margin: 1px 0 0 0;
  background: #ffb114;
  cursor: pointer;
  border: 1px solid #ffb114;
  -moz-appearance: none;
  border-radius: 3px;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.75);
}

.c-controlbar .track::-moz-range-progress {
  background: transparent;
}

.c-controlbar .track::-ms-track {
  height: 45px;
  width: 100%;
  background: transparent;
  color: transparent;
  cursor: pointer;
  border: 0;
  border-color: transparent;
  border-radius: 0;
  border-width: 0;
}

.c-controlbar .track::-ms-ticks-after {
  display: none;
}

.c-controlbar .track::-ms-fill-lower {
  background: transparent;
  border-radius: 0;
}

.c-controlbar .track::-ms-fill-upper {
  background: transparent;
  border-radius: 0;
}

.c-controlbar .track::-ms-thumb {
  height: 25px;
  background: #ffb114;
  border: 1px solid #ffb114;
  border-radius: 3px;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.75);
}

.c-controlbar .track::-ms-tooltip {
  display: none;
}

.c-controlbar .trackOutput {
  position: absolute;
  display: inline-block;
  width: 44px;
  height: 22px;
  bottom: 175%;
  top: -20px;
  left: 0;
  margin-left: -1%;
  padding: 0 2px 0 0;
  font-size: 0.85em;
  text-align: center;
  line-height: 26px;
  color: #fff;
  background: #f07800;
  z-index: 10;
  border-radius: 3px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.75);
}

.c-controlbar .trackBackground {
  position: relative;
  height: 12px;
  top: -47px;
  background-color: #fff;
  border-radius: 3px;
}

.c-controlbar .trackSegment {
  display: inline-block;
  height: 10px;
  padding: 0;
  border-right: 1px solid #e3e3e3;
  position: relative;
  top: -3px;
}

.c-controlbar .leftContainer {
  display: inline-block;
  left: 3px;
  position: relative;
  top: -16px;
  width: 132px;
}

.c-controlbar .rightContainer {
  display: inline-block;
  width: calc(100% - 136px);
}

/*IE 9, 10 und 11 Hack */
__::-moz-selection,
.c-controlbar {
  height: 52px\0;
}
__::selection,
.c-controlbar {
  height: 52px\0;
}

__::-moz-selection,
.c-controlbar .range {
  padding: 0 15px 0 15px\0;
  margin: -4px 0 0 0\0;
}

__::selection,
.c-controlbar .range {
  padding: 0 15px 0 15px\0;
  margin: -4px 0 0 0\0;
}

__::-moz-selection,
.c-controlbar .trackBackground {
  margin: 0\0;
  top: -81px\0;
}

__::selection,
.c-controlbar .trackBackground {
  margin: 0\0;
  top: -81px\0;
}

__::-moz-selection,
.c-controlbar .trackOutput {
  top: -8px\0;
}

__::selection,
.c-controlbar .trackOutput {
  top: -8px\0;
}

__::-moz-selection,
.c-controlbar .track {
  height: 88px\0;
  top: -23px\0;
}

__::selection,
.c-controlbar .track {
  height: 88px\0;
  top: -23px\0;
}

.sequencePlayer {
  position: relative;
}

.sequencePlayer .fixedLayer {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.sequencePlayer .sequenceLayer {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.sequencePlayer .sequenceLayer__frame {
  position: absolute;
  display: none;
  width: 100%;
  opacity: 0;
  will-change: opacity, display;
}

.sequencePlayer .sequenceLayer__frame.show {
  display: block;
  opacity: 1;
}

.sequencePlayer .-hideLayer {
  position: absolute;
  width: 1px;
  height: 1px;
  top: -1px;
}

.mapPlayer {
  /* style needed for "citie overly on map" */
}

/*  Classes  on  outer  slideshow  wrapper:
    either  NONE  or  'fraction'  or  'fraction'  +  one  of  'fraction1'...'fraction10'.
        fraction  sets  box-sizing:  border-box,  so  that  padding  on  the  element  is  taken  out  ;
    either  NONE  or  'center'  or  'right'

*/
.m-scooch {
  position: relative;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
}

.m-scooch.m-left {
  text-align: left;
}

.m-scooch.m-center {
  text-align: center;
}

.m-scooch.m-fluid > .m-scooch-inner > * {
  width: 100%;
}

.m-scooch.m-fluid.m-center > .m-scooch-inner > *:first-child {
  margin-left: 0%;
}

.m-scooch.m-fluid-2 > .m-scooch-inner > * {
  width: 50%;
}

.m-scooch.m-fluid-2.m-center > .m-scooch-inner > *:first-child {
  margin-left: 25%;
}

.m-scooch.m-fluid-3 > .m-scooch-inner > * {
  width: 33.333%;
}

.m-scooch.m-fluid-3.m-center > .m-scooch-inner > *:first-child {
  margin-left: 33.333%;
}

.m-scooch.m-fluid-4 > .m-scooch-inner > * {
  width: 25%;
}

.m-scooch.m-fluid-4.m-center > .m-scooch-inner > *:first-child {
  margin-left: 37.5%;
}

.m-scooch.m-fluid-5 > .m-scooch-inner > * {
  width: 20%;
}

.m-scooch.m-fluid-5.m-center > .m-scooch-inner > *:first-child {
  margin-left: 40%;
}

.m-scooch.m-fluid-6 > .m-scooch-inner > * {
  width: 16.667%;
}

.m-scooch.m-fluid-6.m-center > .m-scooch-inner > *:first-child {
  margin-left: 41.667%;
}

.m-scooch img {
  -ms-interpolation-mode: bicubic;
}

/* https://github.com/mobify/scooch/issues/23 */
.m-scooch .m-item {
  -ms-transform: translate(0);
      transform: translate(0);
}

.m-scooch-inner {
  position: relative;
  white-space: nowrap;
  text-align: left;
  /*  Removes  inline-block  gaps  due  to  whitespace  */
  font-size: 0;
  /*  Configure  animations  */
  transition-property: transform;
  /*  iOS  like  slide  timings  */
  transition-timing-function: cubic-bezier(0.33, 0.66, 0.66, 1);
  transition-duration: 0.5s;
}

.m-scooch-inner > * {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  /*  We  must  reset  the  font-size  here  */
  font-size: 16px;
}

.m-fluid > .m-scooch-inner > * {
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/* https://github.com/mobify/scooch/issues/32 */
/* Styles for non-fluid, centered carousel */
.m-center:not(.m-fluid) .m-item:first-child {
  margin-left: 50%;
}

.m-center:not(.m-fluid) .m-item {
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}

/* 
  Carousel control base styling 
*/
.m-scooch-controls {
  padding-top: 10px;
  text-align: center;
}

.m-scooch-controls a {
  padding: 5px;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
      user-select: none;
  -webkit-user-drag: none;
  -moz-user-drag: -moz-none;
  user-drag: none;
}

/* Carousel controls: Bulleted */
.m-scooch-bulleted a {
  line-height: 0;
  text-decoration: none;
  text-indent: -999px;
  overflow: hidden;
  display: inline-block;
  padding: 6px;
  width: 0;
  height: 0;
  margin: 0 3px;
  color: #333;
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.1s ease-in;
  box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px;
  border-radius: 6px;
}

.m-scooch-bulleted a:hover, .m-scooch-bulleted a:focus {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.6);
}

.m-scooch-bulleted a.m-active {
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.25) 0 1px 2px;
}

/* Carousel controls: Pagination */
.m-scooch-pagination {
  padding-top: 10px;
}

.m-scooch-pagination a {
  text-decoration: none;
  display: inline-block;
  padding: 3px 10px;
  margin: 1px 0;
  color: #333;
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.1s ease-in;
  border-radius: 2px;
}

.m-scooch-pagination a:hover, .m-scooch-pagination a:focus {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.6);
}

.m-scooch-pagination a.m-active {
  background-color: white;
}

/* Carousel controls: HUD */
.m-scooch-hud {
  padding-top: 0;
}

.m-scooch-hud a {
  z-index: 2;
  opacity: 0;
  display: block;
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 0;
  padding: 0;
  text-decoration: none;
  text-indent: -999px;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.8);
  background: rgba(0, 0, 0, 0.8);
  transition: opacity 0.1s ease-in;
  border-radius: 25px;
}

.m-scooch:hover .m-scooch-hud a {
  opacity: 0.3;
}

.m-scooch .m-scooch-hud a:hover, .m-scooch .m-scooch-hud a:focus {
  opacity: 1;
}

.m-scooch-hud a:after {
  color: rgba(255, 255, 255, 0.85);
  content: "\25c0";
  font-size: 25px;
  font-weight: bold;
  text-indent: 0;
  text-align: center;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 47px;
  height: 50px;
  z-index: 9;
}

.m-scooch-hud .m-scooch-prev {
  left: 10px;
}

.m-scooch-hud .m-scooch-next {
  right: 10px;
}

.m-scooch-hud .m-scooch-next:after {
  left: auto;
  right: 0;
  content: "\25b6";
}

/* extra bits */
/* captions */
.m-caption {
  margin: 0;
  padding: 10px;
  height: auto;
  text-align: center;
}

/* scaled slides */
.m-scaled .m-item {
  opacity: 0.7;
  -webkit-backface-visibility: hidden;
  -ms-transform: scale(0.75);
  transform: scale(0.75);
  /* Configure animations */
  /* (0.5s would match the transition length between each, 
      but fast swiping on a phone can result in odd timing. 
      Half-length durations for each transform is a reasonable 
      middle ground.) */
  -webkit-transition: -webkit-transform cubic-bezier(0.33, 0.66, 0.66, 1) 0.25s, opacity ease-out 0.25s;
  transition-timing-function: transform cubic-bezier(0.33, 0.66, 0.66, 1) 0.25s, opacity ease-out 0.25s;
}

.m-scaled .m-active {
  opacity: 1;
  -ms-transform: scale(1);
  transform: scale(1);
}

/* Default Themes/Sytles for Slider */
.m-fluid .m-item {
  margin-right: 20px;
}

/* https://github.com/mobify/scooch/issues/32 */
/* Styles for non-fluid, centered carousel */
.m-center.m-scaled:not(.m-fluid) .m-item {
  -ms-transform: translate(-50%) scale(0.75);
  transform: translate(-50%) scale(0.75);
}

.m-center.m-scaled:not(.m-fluid) .m-item.m-active {
  -ms-transform: scale(1) translate(-50%);
  transform: scale(1) translate(-50%);
}

/* Fluid Width Photo Carousel
 * .m-scooch.m-fluid.m-scooch-photos
 */
.m-scooch-photos {
  margin: 0 -10px;
  padding: 0 10px;
}

.m-scooch-photos .m-item > img {
  margin: 0;
  padding: 0;
  max-width: none;
  width: 100%;
  height: auto;
  -o-box-shadow: rgba(0, 0, 0, 0.5) 0 5px 10px;
  -ms-box-shadow: rgba(0, 0, 0, 0.5) 0 5px 10px;
  box-shadow: rgba(0, 0, 0, 0.5) 0 5px 10px;
}

.m-scooch-photos .m-caption {
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  position: absolute;
  z-index: 9;
  width: 100%;
  box-sizing: border-box;
}

/* Inner Cards for Carousel */
.m-card-dark, .m-card-light {
  padding: 20px;
  border-radius: 6px;
  -o-box-shadow: rgba(0, 0, 0, 0.5) 0 5px 10px;
  -ms-box-shadow: rgba(0, 0, 0, 0.5) 0 5px 10px;
  box-shadow: rgba(0, 0, 0, 0.5) 0 5px 10px;
}

.m-card-dark {
  background: rgba(0, 0, 0, 0.5);
  color: #FFF;
}

.m-card-light {
  background: rgba(255, 255, 255, 0.9);
  color: #000;
}

.m-card-dark .m-caption, .m-card-light .m-caption {
  margin: 0;
  padding: 10px 0 0 0;
}

.m-fade-out {
  -webkit-mask-image: -webkit-linear-gradient(left, transparent 0%, black 5%, black 95%, transparent 100%);
}

.slider-root {
  position: relative;
}

.slider-root .is-slider-nav-hidden {
  visibility: hidden;
}

.slider-root .slider-element {
  position: relative;
}

.slider-root .slider-element .slider-loading {
  position: absolute;
  bottom: 50%;
  left: 0;
  width: 100%;
  text-align: center;
}

.slider-root .m-scooch-controls {
  position: relative;
}

@media (min-width: 30em) and (max-width: 56.1875em) {
  .appendix__entry.-socialsharing .appendix__headline {
    margin-top: 25px;
    margin-top: 1.5625rem;
  }
}

@media (min-width: 30em) and (max-width: 56.1875em) {
  .appendix__entry.-socialsharing:nth-of-type(1) .list {
    margin-top: 6px;
    margin-top: 0.375rem;
  }
}

@media (min-width: 56.25em) {
  .appendix.-wide .appendix__entry.-socialsharing:nth-of-type(1) .list {
    margin-top: 6px;
    margin-top: 0.375rem;
  }
}

@media (min-width: 56.25em) {
  .appendix.-wide .appendix__entry.-socialsharing:nth-of-type(1) .list__item {
    margin-right: 24px;
    margin-right: 1.5rem;
    overflow: inherit;
  }
}

@media (min-width: 56.25em) {
  .appendix.-wide .appendix__entry.-socialsharing:nth-of-type(1) .link--shareIcon {
    margin-top: 0;
    padding-top: 14px;
    padding-top: 0.875rem;
    padding-bottom: 14px;
    padding-bottom: 0.875rem;
  }
}

@media (min-width: 0em) and (max-width: 29.9375em) {
  .list.-socialsharing.-appendix {
    margin-top: 2px;
    margin-top: 0.125rem;
  }
}

@media (min-width: 30em) and (max-width: 56.1875em) {
  .list.-socialsharing.-appendix {
    margin-top: 6px;
    margin-top: 0.375rem;
  }
}

.list.-socialsharing .list__item {
  display: inline-block;
  margin-right: 12px;
  margin-right: 0.75rem;
}

@media (min-width: 0em) and (max-width: 56.1875em) {
  .list.-socialsharing .list__item {
    margin-right: 24px;
    margin-right: 1.5rem;
  }
}

.list.-socialsharing .list__item:last-child {
  margin-right: 0;
}

@media (min-width: 56.25em) {
  .list.-socialsharing .list__item .link--shareIcon {
    margin-top: 13px;
    margin-top: 0.8125rem;
  }
}

.list.-socialsharing .list__item .link--shareIcon:hover .icon {
  stroke: #fff;
  stroke-width: 2;
  stroke-opacity: 0.8;
}

@media (min-width: 56.25em) {
  .list.-socialsharing .list__item--whatsapp {
    display: none;
  }
}

.list.-socialsharing .icon {
  width: 30px;
  height: 30px;
  border-radius: 3px;
}

/*@
Wechselt zu einem bestimmten Breakpoint von display:block nach display:inline-block.
*/
/*@
Ersetz zu einem bestimmten Breakpoint den Langtext mit der Abkürzung.
Die Abkürzung wird aus dem Attribut data-abbr ausgelesen.
*/
/*@
Farben für die Auszeichnung spezieller Plätze in der leagueTable
 */
.-plof,
.-cl,
.-end {
  background-color: #019b72;
}

.-qcl,
.-preplof {
  background-color: #f07800;
}

.-el,
.-ehf {
  background-color: #ffb114;
}

.-rel,
.-pldo {
  color: #fff;
  background-color: #cc1a14;
}

.-auf {
  background-color: #1ec0d8;
}

.-ab {
  color: #fff;
  background-color: #606060;
}

.sportsTableLegend {
  margin-top: 0.875em;
}

.sportsTableLegend__item {
  display: inline-block;
  padding-top: 4px;
  padding-top: 0.25rem;
  padding-bottom: 4px;
  padding-bottom: 0.25rem;
  font-size: 0.875em;
  line-height: 1.25em;
}

.sportsTableLegend__item:after {
  content: ", ";
  display: inline-block;
}

.sportsTableLegend__item:last-child:after {
  content: "";
}

.sportsTableLegend__item.-icon {
  display: block;
  position: relative;
  margin-left: 25px;
  margin-left: 1.5625rem;
  padding-right: 10px;
  padding-right: 0.625rem;
}

.sportsTableLegend__item.-icon:after {
  content: none;
}

@media (min-width: 31.25em) {
  .sportsTableLegend__item.-icon {
    display: inline-block;
    margin-left: 20px;
    margin-left: 1.25rem;
  }
}

.sportsTableLegend__item.-pointsLong {
  position: absolute;
  left: -10000px;
  top: auto;
}

.sportsTableLegend__item.-pointsLong:after {
  content: none;
}

@media (min-width: 40.625em) {
  .sportsTableLegend__item.-pointsLong {
    position: relative;
    left: 0;
  }
}

.sportsTableLegend__item.-victories {
  position: absolute;
  left: -10000px;
  top: auto;
}

@media (min-width: 31.25em) {
  .sportsTableLegend__item.-victories {
    position: relative;
    left: 0;
  }
}

.sportsTableLegend__item.-victoriesAfterOvertime {
  position: absolute;
  left: -10000px;
  top: auto;
}

@media (min-width: 31.25em) {
  .sportsTableLegend__item.-victoriesAfterOvertime.-eishockey {
    position: relative;
    left: 0;
  }
}

.sportsTableLegend__item.-ties {
  position: absolute;
  left: -10000px;
  top: auto;
}

@media (min-width: 31.25em) {
  .sportsTableLegend__item.-ties {
    position: relative;
    left: 0;
  }
}

.sportsTableLegend__item.-ties.-basketball {
  position: absolute;
  left: -10000px;
  top: auto;
}

.sportsTableLegend__item.-ties.-ringen {
  position: absolute;
  left: -10000px;
  top: auto;
}

.sportsTableLegend__item.-ties.-volleyball {
  position: absolute;
  left: -10000px;
  top: auto;
}

.sportsTableLegend__item.-defeats {
  position: absolute;
  left: -10000px;
  top: auto;
}

@media (min-width: 31.25em) {
  .sportsTableLegend__item.-defeats {
    position: relative;
    left: 0;
  }
}

.sportsTableLegend__item.-defeatsAfterOvertime {
  position: absolute;
  left: -10000px;
  top: auto;
}

@media (min-width: 31.25em) {
  .sportsTableLegend__item.-defeatsAfterOvertime.-eishockey {
    position: relative;
    left: 0;
  }
}

.sportsTableLegend__item.-difference {
  position: absolute;
  left: -10000px;
  top: auto;
}

@media (min-width: 31.25em) {
  .sportsTableLegend__item.-difference {
    position: relative;
    left: 0;
  }
}

.sportsTableLegend__item.-difference.-rugby {
  position: relative;
  left: 0;
}

.sportsTableLegend__item.-difference.-eishockey {
  position: absolute;
  left: -10000px;
  top: auto;
}

.sportsTableLegend__item.-pointsShort, .sportsTableLegend__item.-matches, .sportsTableLegend__item.-result {
  position: relative;
  left: 0;
}

@media (min-width: 40.625em) {
  .sportsTableLegend__item.-pointsShort, .sportsTableLegend__item.-matches, .sportsTableLegend__item.-result {
    position: absolute;
    left: -10000px;
    top: auto;
  }
}

.sportsTableLegend__icon {
  position: absolute;
  top: 3px;
  top: 0.1875rem;
  left: -25px;
  left: -1.5625rem;
  width: 15px;
  width: 0.9375rem;
  height: 15px;
  height: 0.9375rem;
  border-radius: 3px;
  border-radius: 0.1875rem;
}

@media (min-width: 31.25em) {
  .sportsTableLegend__icon {
    display: inline-block;
    left: -20px;
    left: -1.25rem;
  }
}

.sportsTableLegend.-teamResults .sportsTableLegend__item.-result {
  position: relative;
  left: 0;
}

@media (min-width: 46.875em) {
  .sportsTableLegend.-teamResults .sportsTableLegend__item.-result {
    position: absolute;
    left: -10000px;
    top: auto;
  }
}

.sportsTableLegend.-teamResults .sportsTableLegend__item.-matchday {
  position: relative;
  left: 0;
}

@media (min-width: 50em) {
  .sportsTableLegend.-teamResults .sportsTableLegend__item.-matchday {
    position: absolute;
    left: -10000px;
    top: auto;
  }
}

.matchdayResults,
.teamResults,
.seasonPositions {
  width: 100%;
  border-collapse: collapse;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.matchdayResults__link,
.teamResults__link,
.seasonPositions__link {
  display: inline-block;
  padding-top: 0.875em;
  padding-bottom: 0.875em;
}

.matchdayResults__col,
.teamResults__col,
.seasonPositions__col {
  padding: 10px 5px;
  padding: 0.625rem 0.3125rem;
}

.matchdayResults__col.-linkArea,
.teamResults__col.-linkArea,
.seasonPositions__col.-linkArea {
  padding-top: 0px;
  padding-bottom: 0px;
}

@media (min-width: 40.625em) {
  .matchdayResults__col:first-child,
  .teamResults__col:first-child,
  .seasonPositions__col:first-child {
    padding-left: 10px;
    padding-left: 0.625rem;
  }
}

@media (min-width: 40.625em) {
  .matchdayResults__col:last-child,
  .teamResults__col:last-child,
  .seasonPositions__col:last-child {
    padding-right: 10px;
    padding-right: 0.625rem;
  }
}

.matchdayResults__col.-data,
.teamResults__col.-data,
.seasonPositions__col.-data {
  border-bottom: 2px solid #e3e3e3;
  font-size: 0.875em;
  line-height: 1.25em;
}

.matchdayResults__col.-header,
.teamResults__col.-header,
.seasonPositions__col.-header {
  text-align: left;
  background-color: #e3e3e3;
  font-size: 1em;
  line-height: 1.125em;
  font-weight: 700;
}

.matchdayResults__innerCol,
.teamResults__innerCol,
.seasonPositions__innerCol {
  vertical-align: middle;
}

@media (min-width: 27em) {
  .matchdayResults__innerCol,
  .teamResults__innerCol,
  .seasonPositions__innerCol {
    display: inline-block;
  }
}

.matchdayResults__col.-date,
.teamResults__col.-date {
  width: 95px;
  width: 5.9375rem;
}

@media (min-width: 27em) {
  .matchdayResults__col.-date,
  .teamResults__col.-date {
    width: 140px;
    width: 8.75rem;
  }
}

.matchdayResults__col.-result,
.teamResults__col.-result {
  text-align: right;
  width: 55px;
  width: 3.4375rem;
}

@media (min-width: 27em) {
  .matchdayResults__col.-result,
  .teamResults__col.-result {
    width: 70px;
    width: 4.375rem;
  }
}

@media (min-width: 40.625em) {
  .matchdayResults__col.-result,
  .teamResults__col.-result {
    width: 100px;
    width: 6.25rem;
  }
}

@media (min-width: 27em) {
  .matchdayResults__innerCol.-home,
  .teamResults__innerCol.-home {
    text-align: right;
  }
}

@media (min-width: 27em) {
  .matchdayResults__innerCol.-visitor,
  .teamResults__innerCol.-visitor {
    text-align: left;
  }
}

@media (min-width: 27em) {
  .matchdayResults__innerCol.-visitorHomeSeparator,
  .teamResults__innerCol.-visitorHomeSeparator {
    width: 4%;
  }
}

.matchdayResults__innerCol.-data.-visitorHomeSeparator,
.teamResults__innerCol.-data.-visitorHomeSeparator {
  padding-left: 5px;
  padding-left: 0.3125rem;
}

@media (min-width: 27em) {
  .matchdayResults__innerCol.-data.-visitorHomeSeparator,
  .teamResults__innerCol.-data.-visitorHomeSeparator {
    padding-left: 0px;
    text-align: center;
  }
}

.matchdayResults__col.-date {
  width: 95px;
  width: 5.9375rem;
}

@media (min-width: 27em) {
  .matchdayResults__col.-date {
    width: 140px;
    width: 8.75rem;
  }
}

.matchdayResults__col.-live {
  color: #cc1a14;
}

@media (min-width: 27em) {
  .matchdayResults__innerCol.-time {
    text-align: right;
  }
}

@media (min-width: 27em) {
  .matchdayResults__innerCol.-date {
    width: 75px;
    width: 4.6875rem;
  }
}

@media (min-width: 40.625em) {
  .matchdayResults__innerCol.-home > .abbr > .abbr__text, .matchdayResults__innerCol.-visitor > .abbr > .abbr__text, .matchdayResults__innerCol.-result > .abbr > .abbr__text {
    display: none;
  }
  .matchdayResults__innerCol.-home > .abbr:after, .matchdayResults__innerCol.-visitor > .abbr:after, .matchdayResults__innerCol.-result > .abbr:after {
    display: inline-block;
    content: attr(data-abbr);
  }
}

@media (min-width: 27em) {
  .matchdayResults__innerCol.-home, .matchdayResults__innerCol.-visitor {
    width: 48%;
  }
}

@media (min-width: 27em) {
  .matchdayResults__innerCol.-header.-date {
    width: 85px;
    width: 5.3125rem;
  }
}

@media (min-width: 27em) {
  .matchdayResults__innerCol.-header.-time {
    width: 30px;
    width: 1.875rem;
  }
}

@media (min-width: 27em) {
  .matchdayResults__innerCol.-header.-visitorHomeSeparator {
    color: #e3e3e3;
  }
}

@media (min-width: 27em) {
  .matchdayResults__innerCol.-header.-dateTimeSeparator {
    display: none;
  }
}

.matchdayResults__innerCol.-data.-visitor {
  display: block;
}

@media (min-width: 27em) {
  .matchdayResults__innerCol.-data.-visitor {
    display: inline-block;
  }
}

.matchdayResults__innerCol.-data.-interimResult {
  display: block;
}

@media (min-width: 27em) {
  .matchdayResults__innerCol.-data.-interimResult {
    display: inline-block;
  }
}

.matchdayResults__innerCol.-data.-time {
  display: block;
}

@media (min-width: 27em) {
  .matchdayResults__innerCol.-data.-time {
    display: inline-block;
  }
}

@media (min-width: 27em) {
  .matchdayResults__innerCol.-data.-time {
    width: 40px;
    width: 2.5rem;
  }
}

@media (min-width: 31.25em) {
  .teamResults__innerCol.-time {
    text-align: right;
  }
}

@media (min-width: 31.25em) {
  .teamResults__innerCol.-teamName {
    width: 48%;
  }
}

@media (min-width: 46.875em) {
  .teamResults__innerCol.-home > .abbr > .abbr__text, .teamResults__innerCol.-visitor > .abbr > .abbr__text, .teamResults__innerCol.-result > .abbr > .abbr__text {
    display: none;
  }
  .teamResults__innerCol.-home > .abbr:after, .teamResults__innerCol.-visitor > .abbr:after, .teamResults__innerCol.-result > .abbr:after {
    display: inline-block;
    content: attr(data-abbr);
  }
}

@media (min-width: 50em) {
  .teamResults__innerCol.-matchday > .abbr > .abbr__text {
    display: none;
  }
  .teamResults__innerCol.-matchday > .abbr:after {
    display: inline-block;
    content: attr(data-abbr);
  }
}

.teamResults__innerCol.-data.-interimResult {
  display: block;
}

@media (min-width: 31.25em) {
  .teamResults__innerCol.-data.-interimResult {
    display: inline-block;
  }
}

@media (min-width: 31.25em) {
  .teamResults__innerCol.-data.-date {
    width: 75px;
    width: 4.6875rem;
  }
}

.teamResults__innerCol.-data.-time {
  display: block;
}

@media (min-width: 31.25em) {
  .teamResults__innerCol.-data.-time {
    display: inline-block;
  }
}

@media (min-width: 31.25em) {
  .teamResults__innerCol.-data.-time {
    width: 40px;
    width: 2.5rem;
  }
}

.teamResults__innerCol.-data.-teamName.-visitor {
  display: block;
}

@media (min-width: 31.25em) {
  .teamResults__innerCol.-data.-teamName.-visitor {
    display: inline-block;
  }
}

@media (min-width: 31.25em) {
  .teamResults__innerCol.-header.-date {
    width: 85px;
    width: 5.3125rem;
  }
}

@media (min-width: 31.25em) {
  .teamResults__innerCol.-header.-time {
    width: 30px;
    width: 1.875rem;
  }
}

@media (min-width: 31.25em) {
  .teamResults__innerCol.-header.-home, .teamResults__innerCol.-header.-visitor {
    width: 48%;
  }
}

@media (min-width: 31.25em) {
  .teamResults__innerCol.-header.-visitorHomeSeparator {
    color: #e3e3e3;
  }
}

@media (min-width: 31.25em) {
  .teamResults__innerCol.-header.-dateTimeSeparator {
    display: none;
  }
}

.seasonPositions__col.-position {
  text-align: center;
  width: 20px;
  width: 1.25rem;
  padding: 0;
}

.seasonPositions__col.-points {
  text-align: right;
  width: 40px;
  width: 2.5rem;
}

.seasonPositions__col.-teamLogo {
  width: 35px;
  width: 2.1875rem;
}

@media (min-width: 0em) and (max-width: 18.6875em) {
  .seasonPositions__col.-teamLogo {
    display: none;
  }
}

.seasonPositions__col.-victories, .seasonPositions__col.-ties, .seasonPositions__col.-defeats, .seasonPositions__col.-difference {
  text-align: right;
  width: 35px;
  width: 2.1875rem;
}

.seasonPositions__col.-victories, .seasonPositions__col.-ties, .seasonPositions__col.-defeats {
  position: absolute;
  left: -10000px;
  top: auto;
}

@media (min-width: 31.25em) {
  .seasonPositions__col.-victories, .seasonPositions__col.-ties, .seasonPositions__col.-defeats {
    position: relative;
    left: 0;
  }
}

.seasonPositions__col.-difference {
  position: absolute;
  left: -10000px;
  top: auto;
}

@media (min-width: 31.25em) {
  .seasonPositions__col.-difference {
    position: relative;
    left: 0;
  }
}

.seasonPositions__col.-difference.-rugby {
  position: relative;
  left: 0;
}

.seasonPositions__col.-goals {
  text-align: center;
  padding-left: 0px;
  padding-right: 0px;
  width: 35px;
  width: 2.1875rem;
}

.seasonPositions__col.-goals.-basketball {
  width: 80px;
  width: 5rem;
}

.seasonPositions__col.-goals.-rugby {
  position: absolute;
  left: -10000px;
  top: auto;
}

@media (min-width: 31.25em) {
  .seasonPositions__col.-goals.-rugby {
    position: relative;
    left: 0;
  }
}

@media (min-width: 21.875em) {
  .seasonPositions__col.-goals {
    padding-right: 10px;
    padding-right: 0.625rem;
    padding-left: 10px;
    padding-left: 0.625rem;
  }
}

@media (min-width: 40.625em) {
  .seasonPositions__col.-goals {
    width: 70px;
    width: 4.375rem;
  }
  .seasonPositions__col.-goals.-basketball {
    width: 80px;
    width: 5rem;
  }
}

.seasonPositions__col.-matches {
  text-align: center;
  padding-right: 0px;
  width: 40px;
  width: 2.5rem;
}

@media (min-width: 40.625em) {
  .seasonPositions__col.-matches {
    padding-right: 10px;
    padding-right: 0.625rem;
    width: 60px;
    width: 3.75rem;
  }
}

@media (min-width: 43.75em) {
  .seasonPositions__innerCol.-teamName > .abbr > .abbr__text {
    display: none;
  }
  .seasonPositions__innerCol.-teamName > .abbr:after {
    display: inline-block;
    content: attr(data-abbr);
  }
}

@media (min-width: 40.625em) {
  .seasonPositions__innerCol.-matches > .abbr > .abbr__text, .seasonPositions__innerCol.-points > .abbr > .abbr__text {
    display: none;
  }
  .seasonPositions__innerCol.-matches > .abbr:after, .seasonPositions__innerCol.-points > .abbr:after {
    display: inline-block;
    content: attr(data-abbr);
  }
}

.seasonPositions__innerCol.-data.-position {
  display: block;
  padding-top: 14px;
  padding-top: 0.875rem;
  padding-bottom: 14px;
  padding-bottom: 0.875rem;
  width: 37px;
  width: 2.3125rem;
}

.matchdayContentNavs.accentedGroup {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.matchdayContentNavs .teaser {
  margin-top: 18px;
  margin-bottom: 0.4375em;
}

.matchdayContentNavs .teaser--25 {
  width: 100%;
}

@media (min-width: 43.75em) {
  .matchdayContentNavs .teaser--25 {
    width: 25%;
  }
}

.matchdayContentNavs .teaser--50 {
  width: 100%;
}

@media (min-width: 43.75em) {
  .matchdayContentNavs .teaser--50 {
    width: 50%;
  }
  .matchdayContentNavs .teaser--50 .contentNav.-isActive .dropdown__content {
    width: auto;
  }
}

.sportstable__headline {
  margin-top: 44px;
  margin-top: 2.75rem;
  margin-bottom: -4px;
  margin-bottom: -0.25rem;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 24px;
  line-height: 1.5rem;
}

.sportstable__byline {
  margin-top: 10px;
  margin-top: 0.625rem;
  margin-bottom: -5px;
  margin-bottom: -0.3125rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
}

.sportstableComments__item:after {
  content: "; ";
  display: inline-block;
}

.sportstableComments__item:last-child:after {
  content: "";
}

.page.-sport .contentHeader__headline {
  margin-top: 12px;
  margin-top: 0.75rem;
}

@media (min-width: 30em) {
  .page.-sport .contentHeader__headline {
    margin-top: 31px;
    margin-top: 1.9375rem;
  }
}

ul.copytext__list {
  list-style-position: outside;
  padding-left: 36px;
}

ol.copytext__list {
  padding-left: 36px;
}

.copytext {
  /*ermöglicht das Scrolling in I-Frames auf iOS Geräten (http://davidwalsh.name/scroll-iframes-ios)*/
}

.copytext__intro {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

@media (min-width: 30em) {
  .copytext__intro {
    margin-top: 44px;
    margin-top: 2.75rem;
  }
}

.copytext__list {
  margin-top: 25px;
  margin-top: 1.5625rem;
  margin-bottom: 23px;
  margin-bottom: 1.4375rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
}

.copytext__list li {
  padding-left: 8px;
}

@media (min-width: 30em) {
  .copytext__list {
    margin-top: 34px;
    margin-top: 2.125rem;
    margin-bottom: 31px;
    margin-bottom: 1.9375rem;
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
}

.copytext__list .link,
.copytext__list .link--sec,
.copytext__list .link--extern {
  text-decoration: underline;
}

.copytext__headline {
  clear: both;
  margin-top: 44px;
  margin-top: 2.75rem;
  margin-bottom: -4px;
  margin-bottom: -0.25rem;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 24px;
  line-height: 1.5rem;
}

@media (min-width: 30em) {
  .copytext__headline {
    margin-top: 43px;
    margin-top: 2.6875rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 29px;
    line-height: 1.8125rem;
  }
}

.copytext__box .figcaption, .copytext__clearBox .figcaption {
  padding-right: 0.625em;
}

.copytext__box .figcaption__copyright, .copytext__clearBox .figcaption__copyright {
  margin-top: 8px;
  margin-top: 0.5rem;
  margin-bottom: -5px;
  margin-bottom: -0.3125rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
}

.copytext__box {
  margin-top: 30px;
  margin-top: 1.875rem;
}

@media (min-width: 40.625em) {
  .copytext__box {
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
  }
}

@media (min-width: 40.625em) {
  .copytext__box {
    float: left;
    width: 48.75%;
    margin-right: 2.5%;
  }
}

@media (min-width: 56.25em) {
  .copytext__box {
    width: 57.3529411765%;
    margin-right: 2.9411764706%;
  }
}

.copytext__box .figcaption {
  display: inline;
}

.copytext__box .figcaption__copyright {
  display: inline;
}

.copytext__clearBox {
  clear: both;
}

@media (min-width: 0em) and (max-width: 29.9375em) {
  .copytext__clearBox {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
}

@media (min-width: 30em) {
  .copytext__clearBox {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
}

.copytext__centered {
  margin-left: -4.347826087%;
  margin-right: -4.347826087%;
  clear: both;
}

.copytext__centered:after {
  content: '';
  display: table;
  clear: both;
}

@media (min-width: 0em) and (max-width: 29.9375em) {
  .copytext__centered {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
}

@media (min-width: 30em) {
  .copytext__centered {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
}

@media (min-width: 27em) and (max-width: 40.5625em) {
  .copytext__centered {
    margin-left: -3.1802911534%;
    margin-right: -3.1802911534%;
  }
}

@media (min-width: 40.625em) {
  .copytext__centered {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 30em) {
  .copytext__centered {
    margin-right: 0;
    margin-left: 0;
  }
}

@media (min-width: 40.625em) {
  .copytext__centered {
    width: 68.75%;
    margin-left: 15.625%;
  }
}

@media (min-width: 56.25em) {
  .copytext__centered {
    width: 69.1176470588%;
    margin-left: 13.9705882353%;
  }
}

@media (min-width: 40.625em) {
  .copytext__cite {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 56.25em) {
  .copytext__cite {
    font-size: 1.1875em;
    line-height: 1.2894736842em;
  }
}

.copytext__text {
  margin-top: 25px;
  margin-top: 1.5625rem;
  margin-bottom: -7px;
  margin-bottom: -0.4375rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
}

@media (min-width: 30em) {
  .copytext__text {
    margin-top: 24px;
    margin-top: 1.5rem;
    margin-bottom: -9px;
    margin-bottom: -0.5625rem;
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
}

.copytext__text .link,
.copytext__text .link--sec,
.copytext__text .link--extern {
  text-decoration: underline;
}

.copytext__clearBox + .copytext__text {
  margin-top: 45px;
  margin-top: 2.8125rem;
}

@media (min-width: 30em) {
  .copytext__clearBox + .copytext__text {
    margin-top: 44px;
    margin-top: 2.75rem;
  }
}

.copytext__captionLine {
  margin-top: 0.7em;
  width: 100%;
}

.copytext__scrollWrapper {
  overflow: hidden;
  -webkit-overflow-scrolling: touch !important;
  overflow-y: auto;
}

.copytext__scrollWrapper.-fixedHeight {
  overflow-y: hidden;
}

.copytext__scrollWrapper iframe {
  width: 100%;
  height: 100%;
}

ul.infobox__list {
  list-style-position: outside;
  padding-left: 16px;
}

ol.infobox__list {
  padding-left: 16px;
}

.infobox {
  padding-left: 27px;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

@media (min-width: 0em) and (max-width: 29.9375em) {
  .infobox {
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
  }
}

@media (min-width: 30em) {
  .infobox {
    padding-bottom: 30px;
    padding-bottom: 1.875rem;
  }
}

.infobox__headline {
  text-transform: uppercase;
  letter-spacing: 0;
}

@media (min-width: 0em) and (max-width: 29.9375em) {
  .infobox__headline {
    margin-top: 14px;
    margin-top: 0.875rem;
    margin-bottom: -4px;
    margin-bottom: -0.25rem;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}

@media (min-width: 30em) {
  .infobox__headline {
    margin-top: 24px;
    margin-top: 1.5rem;
    margin-bottom: -4px;
    margin-bottom: -0.25rem;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}

.infobox__text, .infobox__list {
  margin-top: 19px;
  margin-top: 1.1875rem;
  margin-bottom: -7px;
  margin-bottom: -0.4375rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
}

.infobox__text li, .infobox__list li {
  padding-left: 10px;
}

.infobox__text .link,
.infobox__text .link--sec,
.infobox__text .link--extern, .infobox__list .link,
.infobox__list .link--sec,
.infobox__list .link--extern {
  text-decoration: underline;
}

@media (min-width: 0em) and (max-width: 40.5625em) {
  .infobox.copytext__box {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
}

.infobox.copytext__clearBox {
  margin-top: 50px;
  margin-top: 3.125rem;
}

@media (min-width: 40.625em) {
  .infobox.-small {
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
  }
}

.infobox, .infobox.-small {
  padding-right: 3.125%;
}

.infobox > .infobox__list, .infobox.-small > .infobox__list {
  margin-left: 0;
}

@media (min-width: 27em) {
  .infobox, .infobox.-small {
    padding-right: 3.125%;
  }
  .infobox > .infobox__list, .infobox.-small > .infobox__list {
    margin-left: 0;
  }
}

@media (min-width: 40.625em) {
  .infobox {
    padding-right: 3.75%;
  }
  .infobox.-small {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 56.25em) {
  .infobox {
    padding-right: 4.4117647059%;
  }
}

.mediaBox__headline {
  margin-top: 3px;
  margin-top: 0.1875rem;
  margin-bottom: -3px;
  margin-bottom: -0.1875rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 19px;
  line-height: 1.1875rem;
  display: inline-block;
  color: #006dc1;
}

@media (min-width: 30em) {
  .mediaBox__headline {
    margin-top: 2px;
    margin-top: 0.125rem;
    margin-bottom: -4px;
    margin-bottom: -0.25rem;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
}

.mediaBox__targetText {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 17px;
  line-height: 1.0625rem;
}

.mediaBox__byline {
  margin-top: 8px;
  margin-top: 0.5rem;
  margin-bottom: -5px;
  margin-bottom: -0.3125rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
}

.mediaBox__spacing {
  margin-left: 20px;
  margin-left: 1.25rem;
}

.mediaBox__link:hover {
  text-decoration: none;
}

.mediaBox__link:focus {
  text-decoration: underline;
}

.mediaBox__link:focus .mediaBox__headline {
  text-decoration: underline;
}

.mediaInfo__label {
  margin-right: 10px;
  margin-right: 0.625rem;
}

.mediaInfo__byline {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
}

.mediaInfo__targetText {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-family: DIN, sans-serif;
}

.relatedContent__teaserList {
  clear: both;
}

/*

.teaser__lead {

}

.teaser__geotag {

}

.teaser__mediaLink {

}

.teaser__mediaButtons {

}

.teaser__headlineLink {

}

.teaser__text {

}

*/
/*@
*/
/*@
Das Mixin schaltet das Layout eines Teasers auf das eines Alternativ - Teasers um.
Über den Parameter $width wird die Breite des Teasers (standardmäßig 33) übergeben und mit Hilfe des
Parameters $module wird der Name des CSS Moduls (standardmäßig Teaser) übergeben.
*/
/*@
*/
/*@
*/
/*@
Das Mixin schaltet das Layout eines Teasers auf das eines Standard - Teasers um.
Mit Hilfe des Parameters $module wird der Name des CSS Moduls (standardmäßig Teaser) übergeben.
*/
/*@

*/
/* Special Handling needed for teaser images that have variable aspect ratios */
.ar--teaserTop {
  position: relative;
  overflow: hidden;
  transform-style: preserve-3d;
}

.ar--teaserTop:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}

@media (min-width: 43.75em) {
  .ar--teaserTop {
    position: relative;
    overflow: hidden;
    transform-style: preserve-3d;
  }
  .ar--teaserTop:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 43.75%;
  }
}

/*@
Die Mixins teaserFontAndMargin--(size) sollen genutzt werden, um die Schriftgrößen und passenden Abstände zwischen den einzelnen Elementen der Standard - und Alternativ - Teaser zu erzeugen.
Es gibt sie in den Größen von XL bis XXS. Es werden jeweils die Eigenschaften der Dachzeile, der Überschrift, der Byline, des Textes, des Autors, des Labels und des Teaser Icons gesetzt.
Das Verhalten der Mixins kann über verschiedene Parameter beeinflusst werden.

Der Parameter $styleMediaInfo (standardmäßig auf true) bestimmt, ob Abstände und Schriftgrößen für ein Label gesetzt werden sollen.
Soll keine Dachzeile ausgegegben werden (entweder keine gepflegt oder beim 25 % Alternativ - Teaser nicht gewünscht), kann über den Parameter
$showTopline (standardmäßig auf true) gesteuert werden, dass für die Dachzeile gar keine Styleinformationen erzeugt werden und weiterhin der Überschrift der Abstand nach oben auf null gesetzt wird
(ist jetzt, zumindest bei einem Alternativ - Teaser, das erste Element des Teasers).
Über die Parameter $toplineMarginTop, headlineMarginTop, $textMarginTop, $labelMarginTop sowie $headineBelowLabelMarginTop kann ein vom Standard abweichender Abstand nach oben für die entsprechenden
Elemente festgelegt werden.
*/
/*@
*/
/*@
*/
/*@
*/
/*@
*/
/*@
*/
/*@
*/
/*@
*/
/*@
*/
/*@
*/
/*@
*/
/*@
*/
/*@
# Teaser
*/
/*
    Größen, Abstände und Schrift
*/
@media (min-width: 43.75em) {
  .group--66 {
    width: 66.6666666667%;
  }
}

@media (min-width: 40.625em) {
  .group--50 {
    width: 50%;
  }
}

@media (min-width: 43.75em) {
  .group--33 {
    width: 33.3333333333%;
  }
}

@media (min-width: 43.75em) {
  .group--25 {
    width: 25%;
  }
}

.teaser {
  margin-top: 30px;
  margin-top: 1.875rem;
}

@media (min-width: 40.625em) {
  .teaser {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
}

.teaser {
  /* resets the base line-height */
}

.teaser__lead {
  position: relative;
}

.teaser__lead .videoElement {
  margin-top: 0px;
}

.teaser__headlineLink {
  display: block;
}

.teaser__headlineLink:hover .text__headline, .teaser__headlineLink:focus .text__headline {
  color: #006dc1;
}

.teaser__headlineLink:hover .text__topline,
.teaser__headlineLink:hover .text__headline, .teaser__headlineLink:focus .text__topline,
.teaser__headlineLink:focus .text__headline {
  cursor: pointer;
}

.teaser__headlineLink:hover {
  text-decoration: none;
}

.teaser__mediaLink {
  display: block;
}

.teaser__byline {
  display: block;
}

.teaser__byline .byline__separator {
  margin-left: 10px;
  margin-left: 0.625rem;
  margin-right: 10px;
  margin-right: 0.625rem;
}

.teaser__mediaInfo {
  line-height: 1;
}

.teaser__author {
  display: inline;
}

.teaser__brand {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

@media (min-width: 40em) {
  .teaser .teaser__byline {
    display: block;
  }
  .teaser .teaser__text {
    display: block;
  }
}

.group--100 > .teaser--100.-first {
  margin-top: 40px;
  margin-top: 2.5rem;
}

@media (min-width: 27em) {
  .group--100 > .teaser--100.-first .teaser__text {
    display: block;
  }
}

.geotagSite__teaserList .group--100 > .teaser--100.-first,
.teaserlist .group--100 > .teaser--100.-first {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.teaser__alternative .teaser__mediaInfo {
  margin-bottom: 0;
}

/********** 100% Teaser ***********/
.group--100 .teaser__alternative.teaser--100 .teaser__byline {
  display: block;
}

@media (min-width: 0em) and (max-width: 37.4375em) {
  .group--100 .teaser__alternative.teaser--100 .teaser__shorttext {
    display: none;
  }
  .group--100 .teaser__alternative.teaser--100 .teaser__author {
    display: none;
  }
  .group--100 .teaser__alternative.teaser--100 .teaser__textLink {
    display: none;
  }
  .group--100 .teaser__alternative.teaser--100 .teaser__text.-hasExtOrBrandLink .teaser__textLink {
    display: block;
  }
}

@media (min-width: 0em) and (max-width: 27.4375em) {
  .group--100 .teaser__alternative.teaser--100 .teaser__topline {
    margin-top: -4px;
    margin-top: -0.25rem;
    margin-bottom: -3px;
    margin-bottom: -0.1875rem;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 17px;
    line-height: 1.0625rem;
  }
  .group--100 .teaser__alternative.teaser--100 .teaser__headline {
    margin-top: 4px;
    margin-top: 0.25rem;
    margin-bottom: -4px;
    margin-bottom: -0.25rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
  .group--100 .teaser__alternative.teaser--100 .teaser__icon {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
  .group--100 .teaser__alternative.teaser--100 .teaser__byline {
    margin-top: 12px;
    margin-top: 0.75rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 .teaser__alternative.teaser--100 .teaser__text {
    margin-top: 9px;
    margin-top: 0.5625rem;
    margin-bottom: -4px;
    margin-bottom: -0.25rem;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
  .group--100 .teaser__alternative.teaser--100 .teaser__author {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 .teaser__alternative.teaser--100 .teaser__mediaInfo {
    margin-top: 0px;
    margin-top: 0rem;
  }
  .group--100 .teaser__alternative.teaser--100 .teaser__mediaInfo .mediaInfo__label {
    margin-right: 10px;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 .teaser__alternative.teaser--100 .teaser__mediaInfo .mediaInfo__byline {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 .teaser__alternative.teaser--100 .teaser__mediaInfo.-noConsumption {
    margin-top: 0;
  }
  .group--100 .teaser__alternative.teaser--100.teaser--media .teaser__headline {
    margin-top: 1px;
    margin-top: 0.0625rem;
    margin-bottom: -4px;
    margin-bottom: -0.25rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
  .group--100 .teaser__alternative.teaser--100 .teaser__mediaInfo + .teaser__headline {
    margin-top: 1px;
    margin-top: 0.0625rem;
    margin-bottom: -4px;
    margin-bottom: -0.25rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
}

@media (min-width: 27.5em) and (max-width: 40.5625em) {
  .group--100 .teaser__alternative.teaser--100 .teaser__topline {
    margin-top: -4px;
    margin-top: -0.25rem;
    margin-bottom: -3px;
    margin-bottom: -0.1875rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 19px;
    line-height: 1.1875rem;
  }
  .group--100 .teaser__alternative.teaser--100 .teaser__headline {
    margin-top: 6px;
    margin-top: 0.375rem;
    margin-bottom: -4px;
    margin-bottom: -0.25rem;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .group--100 .teaser__alternative.teaser--100 .teaser__icon {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .group--100 .teaser__alternative.teaser--100 .teaser__byline {
    margin-top: 12px;
    margin-top: 0.75rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 .teaser__alternative.teaser--100 .teaser__text {
    margin-top: 15px;
    margin-top: 0.9375rem;
    margin-bottom: -7px;
    margin-bottom: -0.4375rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  .group--100 .teaser__alternative.teaser--100 .teaser__author {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 .teaser__alternative.teaser--100 .teaser__mediaInfo {
    margin-top: 0px;
    margin-top: 0rem;
  }
  .group--100 .teaser__alternative.teaser--100 .teaser__mediaInfo .mediaInfo__label {
    margin-right: 10px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  .group--100 .teaser__alternative.teaser--100 .teaser__mediaInfo .mediaInfo__byline {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 .teaser__alternative.teaser--100 .teaser__mediaInfo.-noConsumption {
    margin-top: 0;
  }
  .group--100 .teaser__alternative.teaser--100.teaser--media .teaser__headline {
    margin-top: 5px;
    margin-top: 0.3125rem;
    margin-bottom: -4px;
    margin-bottom: -0.25rem;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .group--100 .teaser__alternative.teaser--100 .teaser__mediaInfo + .teaser__headline {
    margin-top: 5px;
    margin-top: 0.3125rem;
    margin-bottom: -4px;
    margin-bottom: -0.25rem;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}

@media (min-width: 0em) and (max-width: 40.5625em) {
  .group--100 .teaser__alternative.teaser--100 .teaser__lead {
    float: left;
    width: 50%;
  }
  .group--100 .teaser__alternative.teaser--100 .teaser__headlineLink {
    margin-left: 50%;
  }
  .group--100 .teaser__alternative.teaser--100 .teaser__byline {
    margin-left: 50%;
  }
  .group--100 .teaser__alternative.teaser--100 .teaser__text {
    margin-left: 50%;
  }
}

@media (min-width: 37.5em) {
  .group--100 .teaser__alternative.teaser--100 .teaser__text {
    display: block;
  }
}

@media (min-width: 40.625em) {
  .group--100 .teaser__alternative.teaser--100 .teaser__topline {
    margin-top: -5px;
    margin-top: -0.3125rem;
    margin-bottom: -4px;
    margin-bottom: -0.25rem;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  .group--100 .teaser__alternative.teaser--100 .teaser__headline {
    margin-top: 5px;
    margin-top: 0.3125rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 29px;
    line-height: 1.8125rem;
  }
  .group--100 .teaser__alternative.teaser--100 .teaser__icon {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 29px;
    line-height: 1.8125rem;
  }
  .group--100 .teaser__alternative.teaser--100 .teaser__byline {
    margin-top: 12px;
    margin-top: 0.75rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 .teaser__alternative.teaser--100 .teaser__text {
    margin-top: 15px;
    margin-top: 0.9375rem;
    margin-bottom: -7px;
    margin-bottom: -0.4375rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  .group--100 .teaser__alternative.teaser--100 .teaser__author {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 .teaser__alternative.teaser--100 .teaser__mediaInfo {
    margin-top: 14px;
    margin-top: 0.875rem;
  }
  .group--100 .teaser__alternative.teaser--100 .teaser__mediaInfo .mediaInfo__label {
    margin-right: 10px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 23px;
    line-height: 1.4375rem;
  }
  .group--100 .teaser__alternative.teaser--100 .teaser__mediaInfo .mediaInfo__byline {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 .teaser__alternative.teaser--100 .teaser__mediaInfo.-noConsumption {
    margin-top: 0;
  }
  .group--100 .teaser__alternative.teaser--100.teaser--media .teaser__headline {
    margin-top: 1px;
    margin-top: 0.0625rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 29px;
    line-height: 1.8125rem;
  }
  .group--100 .teaser__alternative.teaser--100 .teaser__mediaInfo + .teaser__headline {
    margin-top: 1px;
    margin-top: 0.0625rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 29px;
    line-height: 1.8125rem;
  }
  .group--100 .teaser__alternative.teaser--100 .teaser__lead {
    float: left;
    width: 33.3333333333%;
  }
  .group--100 .teaser__alternative.teaser--100 .teaser__headlineLink {
    margin-left: 33.3333333333%;
  }
  .group--100 .teaser__alternative.teaser--100 .teaser__byline {
    margin-left: 33.3333333333%;
  }
  .group--100 .teaser__alternative.teaser--100 .teaser__text {
    margin-left: 33.3333333333%;
  }
}

@media (min-width: 50em) {
  .group--100 .teaser__alternative.teaser--100 .teaser__topline {
    margin-top: -5px;
    margin-top: -0.3125rem;
    margin-bottom: -4px;
    margin-bottom: -0.25rem;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  .group--100 .teaser__alternative.teaser--100 .teaser__headline {
    margin-top: 4px;
    margin-top: 0.25rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 29px;
    font-size: 1.8125rem;
    line-height: 34px;
    line-height: 2.125rem;
  }
  .group--100 .teaser__alternative.teaser--100 .teaser__icon {
    font-size: 29px;
    font-size: 1.8125rem;
    line-height: 34px;
    line-height: 2.125rem;
  }
  .group--100 .teaser__alternative.teaser--100 .teaser__byline {
    margin-top: 12px;
    margin-top: 0.75rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 .teaser__alternative.teaser--100 .teaser__text {
    margin-top: 15px;
    margin-top: 0.9375rem;
    margin-bottom: -7px;
    margin-bottom: -0.4375rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  .group--100 .teaser__alternative.teaser--100 .teaser__author {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 .teaser__alternative.teaser--100 .teaser__mediaInfo {
    margin-top: 15px;
    margin-top: 0.9375rem;
  }
  .group--100 .teaser__alternative.teaser--100 .teaser__mediaInfo .mediaInfo__label {
    margin-right: 10px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 23px;
    line-height: 1.4375rem;
  }
  .group--100 .teaser__alternative.teaser--100 .teaser__mediaInfo .mediaInfo__byline {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 .teaser__alternative.teaser--100 .teaser__mediaInfo.-noConsumption {
    margin-top: 0;
  }
  .group--100 .teaser__alternative.teaser--100.teaser--media .teaser__headline {
    margin-top: 2px;
    margin-top: 0.125rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 29px;
    font-size: 1.8125rem;
    line-height: 34px;
    line-height: 2.125rem;
  }
  .group--100 .teaser__alternative.teaser--100 .teaser__mediaInfo + .teaser__headline {
    margin-top: 2px;
    margin-top: 0.125rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 29px;
    font-size: 1.8125rem;
    line-height: 34px;
    line-height: 2.125rem;
  }
}

@media (min-width: 27em) and (max-width: 56.1875em) {
  .group--100 .teaser__alternative.teaser--100 .teaser__mediaButtons,
  .group--100 .teaser__alternative.teaser--100 .teaser__geotag {
    display: none;
  }
}

@media (min-width: 40.625em) {
  .group--100 .teaser__alternative.teaser--100 .teaser__mediaInfo {
    margin-top: 0;
  }
}

/********** 100% Medien Teaser  ***********/
.group--100 .teaser__alternative.teaser--100.teaser--media .button__text {
  display: none;
}

@media (min-width: 0em) and (max-width: 40.5625em) {
  .group--100 .teaser__alternative.teaser--100.teaser--media .teaser__lead {
    float: none;
    width: 100%;
  }
  .group--100 .teaser__alternative.teaser--100.teaser--media .teaser__headlineLink {
    margin-left: 0;
  }
  .group--100 .teaser__alternative.teaser--100.teaser--media .teaser__byline {
    margin-left: 0;
  }
  .group--100 .teaser__alternative.teaser--100.teaser--media .teaser__text {
    margin-left: 0;
  }
}

@media (min-width: 0em) and (max-width: 29.9375em) {
  .group--100 .teaser__alternative.teaser--100.teaser--media {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .group--100 .teaser__alternative.teaser--100.teaser--media .teaser__topline {
    margin-top: 6px;
    margin-top: 0.375rem;
    margin-bottom: -3px;
    margin-bottom: -0.1875rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 19px;
    line-height: 1.1875rem;
  }
  .group--100 .teaser__alternative.teaser--100.teaser--media .teaser__headline {
    margin-top: 4px;
    margin-top: 0.25rem;
    margin-bottom: -4px;
    margin-bottom: -0.25rem;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .group--100 .teaser__alternative.teaser--100.teaser--media .teaser__icon {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .group--100 .teaser__alternative.teaser--100.teaser--media .teaser__byline {
    margin-top: 12px;
    margin-top: 0.75rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 .teaser__alternative.teaser--100.teaser--media .teaser__text {
    margin-top: 15px;
    margin-top: 0.9375rem;
    margin-bottom: -7px;
    margin-bottom: -0.4375rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  .group--100 .teaser__alternative.teaser--100.teaser--media .teaser__author {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 .teaser__alternative.teaser--100.teaser--media .teaser__mediaInfo {
    margin-top: 6px;
    margin-top: 0.375rem;
  }
  .group--100 .teaser__alternative.teaser--100.teaser--media .teaser__mediaInfo .mediaInfo__label {
    margin-right: 10px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  .group--100 .teaser__alternative.teaser--100.teaser--media .teaser__mediaInfo .mediaInfo__byline {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 .teaser__alternative.teaser--100.teaser--media .teaser__mediaInfo.-noConsumption {
    margin-top: 0;
  }
  .group--100 .teaser__alternative.teaser--100.teaser--media.teaser--media .teaser__headline {
    margin-top: 0px;
    margin-top: 0rem;
    margin-bottom: -4px;
    margin-bottom: -0.25rem;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .group--100 .teaser__alternative.teaser--100.teaser--media .teaser__mediaInfo + .teaser__headline {
    margin-top: 0px;
    margin-top: 0rem;
    margin-bottom: -4px;
    margin-bottom: -0.25rem;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}

@media (min-width: 30em) and (max-width: 40.5625em) {
  .group--100 .teaser__alternative.teaser--100.teaser--media .teaser__topline {
    margin-top: 15px;
    margin-top: 0.9375rem;
    margin-bottom: -4px;
    margin-bottom: -0.25rem;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  .group--100 .teaser__alternative.teaser--100.teaser--media .teaser__headline {
    margin-top: 5px;
    margin-top: 0.3125rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 29px;
    line-height: 1.8125rem;
  }
  .group--100 .teaser__alternative.teaser--100.teaser--media .teaser__icon {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 29px;
    line-height: 1.8125rem;
  }
  .group--100 .teaser__alternative.teaser--100.teaser--media .teaser__byline {
    margin-top: 12px;
    margin-top: 0.75rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 .teaser__alternative.teaser--100.teaser--media .teaser__text {
    margin-top: 15px;
    margin-top: 0.9375rem;
    margin-bottom: -7px;
    margin-bottom: -0.4375rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  .group--100 .teaser__alternative.teaser--100.teaser--media .teaser__author {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 .teaser__alternative.teaser--100.teaser--media .teaser__mediaInfo {
    margin-top: 14px;
    margin-top: 0.875rem;
  }
  .group--100 .teaser__alternative.teaser--100.teaser--media .teaser__mediaInfo .mediaInfo__label {
    margin-right: 10px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 23px;
    line-height: 1.4375rem;
  }
  .group--100 .teaser__alternative.teaser--100.teaser--media .teaser__mediaInfo .mediaInfo__byline {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 .teaser__alternative.teaser--100.teaser--media .teaser__mediaInfo.-noConsumption {
    margin-top: 0;
  }
  .group--100 .teaser__alternative.teaser--100.teaser--media.teaser--media .teaser__headline {
    margin-top: 1px;
    margin-top: 0.0625rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 29px;
    line-height: 1.8125rem;
  }
  .group--100 .teaser__alternative.teaser--100.teaser--media .teaser__mediaInfo + .teaser__headline {
    margin-top: 1px;
    margin-top: 0.0625rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 29px;
    line-height: 1.8125rem;
  }
  .group--100 .teaser__alternative.teaser--100.teaser--media .teaser__text {
    display: block;
  }
}

/********** 100% Teaser als Aufmacher ***********/
@media (min-width: 0em) and (max-width: 40.5625em) {
  .group--100 .teaser__alternative.teaser--100.-first .teaser__lead {
    float: none;
    width: 100%;
  }
  .group--100 .teaser__alternative.teaser--100.-first .teaser__headlineLink {
    margin-left: 0;
  }
  .group--100 .teaser__alternative.teaser--100.-first .teaser__byline {
    margin-left: 0;
  }
  .group--100 .teaser__alternative.teaser--100.-first .teaser__text {
    margin-left: 0;
  }
  .group--100 .teaser__alternative.teaser--100.-first .teaser__topline {
    margin-top: 7px;
    margin-top: 0.4375rem;
    margin-bottom: -4px;
    margin-bottom: -0.25rem;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  .group--100 .teaser__alternative.teaser--100.-first .teaser__headline {
    margin-top: 4px;
    margin-top: 0.25rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 29px;
    font-size: 1.8125rem;
    line-height: 34px;
    line-height: 2.125rem;
  }
  .group--100 .teaser__alternative.teaser--100.-first .teaser__icon {
    font-size: 29px;
    font-size: 1.8125rem;
    line-height: 34px;
    line-height: 2.125rem;
  }
  .group--100 .teaser__alternative.teaser--100.-first .teaser__byline {
    margin-top: 12px;
    margin-top: 0.75rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 .teaser__alternative.teaser--100.-first .teaser__text {
    margin-top: 15px;
    margin-top: 0.9375rem;
    margin-bottom: -7px;
    margin-bottom: -0.4375rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  .group--100 .teaser__alternative.teaser--100.-first .teaser__author {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 .teaser__alternative.teaser--100.-first .teaser__mediaInfo {
    margin-top: 6px;
    margin-top: 0.375rem;
  }
  .group--100 .teaser__alternative.teaser--100.-first .teaser__mediaInfo .mediaInfo__label {
    margin-right: 10px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 23px;
    line-height: 1.4375rem;
  }
  .group--100 .teaser__alternative.teaser--100.-first .teaser__mediaInfo .mediaInfo__byline {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 .teaser__alternative.teaser--100.-first .teaser__mediaInfo.-noConsumption {
    margin-top: 0;
  }
  .group--100 .teaser__alternative.teaser--100.-first.teaser--media .teaser__headline {
    margin-top: 0px;
    margin-top: 0rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 29px;
    font-size: 1.8125rem;
    line-height: 34px;
    line-height: 2.125rem;
  }
  .group--100 .teaser__alternative.teaser--100.-first .teaser__mediaInfo + .teaser__headline {
    margin-top: 0px;
    margin-top: 0rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 29px;
    font-size: 1.8125rem;
    line-height: 34px;
    line-height: 2.125rem;
  }
  .group--100 .teaser__alternative.teaser--100.-first .teaser__lead {
    /* Display the image in full width*/
    margin-left: -2.0833333333%;
    margin-right: -2.0833333333%;
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
}

@media (min-width: 30em) {
  .group--100 .teaser__alternative.teaser--100.-first .teaser__text {
    display: block;
  }
}

@media (min-width: 40.625em) {
  .group--100 .teaser__alternative.teaser--100.-first .teaser__lead {
    float: left;
    width: 50%;
  }
  .group--100 .teaser__alternative.teaser--100.-first .teaser__headlineLink {
    margin-left: 50%;
  }
  .group--100 .teaser__alternative.teaser--100.-first .teaser__byline {
    margin-left: 50%;
  }
  .group--100 .teaser__alternative.teaser--100.-first .teaser__text {
    margin-left: 50%;
  }
  .group--100 .teaser__alternative.teaser--100.-first .teaser__topline {
    margin-top: -5px;
    margin-top: -0.3125rem;
    margin-bottom: -4px;
    margin-bottom: -0.25rem;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  .group--100 .teaser__alternative.teaser--100.-first .teaser__headline {
    margin-top: 4px;
    margin-top: 0.25rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 29px;
    font-size: 1.8125rem;
    line-height: 34px;
    line-height: 2.125rem;
  }
  .group--100 .teaser__alternative.teaser--100.-first .teaser__icon {
    font-size: 29px;
    font-size: 1.8125rem;
    line-height: 34px;
    line-height: 2.125rem;
  }
  .group--100 .teaser__alternative.teaser--100.-first .teaser__byline {
    margin-top: 12px;
    margin-top: 0.75rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 .teaser__alternative.teaser--100.-first .teaser__text {
    margin-top: 15px;
    margin-top: 0.9375rem;
    margin-bottom: -7px;
    margin-bottom: -0.4375rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  .group--100 .teaser__alternative.teaser--100.-first .teaser__author {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 .teaser__alternative.teaser--100.-first .teaser__mediaInfo {
    margin-top: 0px;
    margin-top: 0rem;
  }
  .group--100 .teaser__alternative.teaser--100.-first .teaser__mediaInfo .mediaInfo__label {
    margin-right: 10px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 23px;
    line-height: 1.4375rem;
  }
  .group--100 .teaser__alternative.teaser--100.-first .teaser__mediaInfo .mediaInfo__byline {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 .teaser__alternative.teaser--100.-first .teaser__mediaInfo.-noConsumption {
    margin-top: 0;
  }
  .group--100 .teaser__alternative.teaser--100.-first.teaser--media .teaser__headline {
    margin-top: 0px;
    margin-top: 0rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 29px;
    font-size: 1.8125rem;
    line-height: 34px;
    line-height: 2.125rem;
  }
  .group--100 .teaser__alternative.teaser--100.-first .teaser__mediaInfo + .teaser__headline {
    margin-top: 0px;
    margin-top: 0rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 29px;
    font-size: 1.8125rem;
    line-height: 34px;
    line-height: 2.125rem;
  }
}

@media (min-width: 50em) {
  .group--100 .teaser__alternative.teaser--100.-first .teaser__lead {
    float: left;
    width: 66.6666666667%;
  }
  .group--100 .teaser__alternative.teaser--100.-first .teaser__headlineLink {
    margin-left: 66.6666666667%;
  }
  .group--100 .teaser__alternative.teaser--100.-first .teaser__byline {
    margin-left: 66.6666666667%;
  }
  .group--100 .teaser__alternative.teaser--100.-first .teaser__text {
    margin-left: 66.6666666667%;
  }
}

/********** 66% Teaser ***********/
@media (min-width: 0em) and (max-width: 58.0625em) {
  .group--100 .teaser__alternative.teaser--66 .teaser__shorttext,
  .group--66 .teaser__alternative.teaser--100 .teaser__shorttext {
    display: none;
  }
  .group--100 .teaser__alternative.teaser--66 .teaser__author,
  .group--66 .teaser__alternative.teaser--100 .teaser__author {
    display: none;
  }
  .group--100 .teaser__alternative.teaser--66 .teaser__textLink,
  .group--66 .teaser__alternative.teaser--100 .teaser__textLink {
    display: none;
  }
  .group--100 .teaser__alternative.teaser--66 .teaser__text.-hasExtOrBrandLink .teaser__textLink,
  .group--66 .teaser__alternative.teaser--100 .teaser__text.-hasExtOrBrandLink .teaser__textLink {
    display: block;
  }
}

@media (min-width: 0em) and (max-width: 29.9375em) {
  .group--100 .teaser__alternative.teaser--66 .teaser__topline,
  .group--66 .teaser__alternative.teaser--100 .teaser__topline {
    margin-top: -4px;
    margin-top: -0.25rem;
    margin-bottom: -3px;
    margin-bottom: -0.1875rem;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 17px;
    line-height: 1.0625rem;
  }
  .group--100 .teaser__alternative.teaser--66 .teaser__headline,
  .group--66 .teaser__alternative.teaser--100 .teaser__headline {
    margin-top: 4px;
    margin-top: 0.25rem;
    margin-bottom: -4px;
    margin-bottom: -0.25rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
  .group--100 .teaser__alternative.teaser--66 .teaser__icon,
  .group--66 .teaser__alternative.teaser--100 .teaser__icon {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
  .group--100 .teaser__alternative.teaser--66 .teaser__byline,
  .group--66 .teaser__alternative.teaser--100 .teaser__byline {
    margin-top: 12px;
    margin-top: 0.75rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 .teaser__alternative.teaser--66 .teaser__text,
  .group--66 .teaser__alternative.teaser--100 .teaser__text {
    margin-top: 9px;
    margin-top: 0.5625rem;
    margin-bottom: -4px;
    margin-bottom: -0.25rem;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
  .group--100 .teaser__alternative.teaser--66 .teaser__author,
  .group--66 .teaser__alternative.teaser--100 .teaser__author {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 .teaser__alternative.teaser--66 .teaser__mediaInfo,
  .group--66 .teaser__alternative.teaser--100 .teaser__mediaInfo {
    margin-top: 0px;
    margin-top: 0rem;
  }
  .group--100 .teaser__alternative.teaser--66 .teaser__mediaInfo .mediaInfo__label,
  .group--66 .teaser__alternative.teaser--100 .teaser__mediaInfo .mediaInfo__label {
    margin-right: 10px;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 .teaser__alternative.teaser--66 .teaser__mediaInfo .mediaInfo__byline,
  .group--66 .teaser__alternative.teaser--100 .teaser__mediaInfo .mediaInfo__byline {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 .teaser__alternative.teaser--66 .teaser__mediaInfo.-noConsumption,
  .group--66 .teaser__alternative.teaser--100 .teaser__mediaInfo.-noConsumption {
    margin-top: 0;
  }
  .group--100 .teaser__alternative.teaser--66.teaser--media .teaser__headline,
  .group--66 .teaser__alternative.teaser--100.teaser--media .teaser__headline {
    margin-top: 1px;
    margin-top: 0.0625rem;
    margin-bottom: -4px;
    margin-bottom: -0.25rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
  .group--100 .teaser__alternative.teaser--66 .teaser__mediaInfo + .teaser__headline,
  .group--66 .teaser__alternative.teaser--100 .teaser__mediaInfo + .teaser__headline {
    margin-top: 1px;
    margin-top: 0.0625rem;
    margin-bottom: -4px;
    margin-bottom: -0.25rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
}

@media (min-width: 30em) and (max-width: 40.5625em) {
  .group--100 .teaser__alternative.teaser--66 .teaser__lead,
  .group--66 .teaser__alternative.teaser--100 .teaser__lead {
    float: left;
    width: 41.6666666667%;
  }
  .group--100 .teaser__alternative.teaser--66 .teaser__headlineLink,
  .group--66 .teaser__alternative.teaser--100 .teaser__headlineLink {
    margin-left: 41.6666666667%;
  }
  .group--100 .teaser__alternative.teaser--66 .teaser__byline,
  .group--66 .teaser__alternative.teaser--100 .teaser__byline {
    margin-left: 41.6666666667%;
  }
  .group--100 .teaser__alternative.teaser--66 .teaser__text,
  .group--66 .teaser__alternative.teaser--100 .teaser__text {
    margin-left: 41.6666666667%;
  }
  .group--100 .teaser__alternative.teaser--66 .teaser__topline,
  .group--66 .teaser__alternative.teaser--100 .teaser__topline {
    margin-top: -4px;
    margin-top: -0.25rem;
    margin-bottom: -3px;
    margin-bottom: -0.1875rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 19px;
    line-height: 1.1875rem;
  }
  .group--100 .teaser__alternative.teaser--66 .teaser__headline,
  .group--66 .teaser__alternative.teaser--100 .teaser__headline {
    margin-top: 6px;
    margin-top: 0.375rem;
    margin-bottom: -4px;
    margin-bottom: -0.25rem;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .group--100 .teaser__alternative.teaser--66 .teaser__icon,
  .group--66 .teaser__alternative.teaser--100 .teaser__icon {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .group--100 .teaser__alternative.teaser--66 .teaser__byline,
  .group--66 .teaser__alternative.teaser--100 .teaser__byline {
    margin-top: 12px;
    margin-top: 0.75rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 .teaser__alternative.teaser--66 .teaser__text,
  .group--66 .teaser__alternative.teaser--100 .teaser__text {
    margin-top: 15px;
    margin-top: 0.9375rem;
    margin-bottom: -7px;
    margin-bottom: -0.4375rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  .group--100 .teaser__alternative.teaser--66 .teaser__author,
  .group--66 .teaser__alternative.teaser--100 .teaser__author {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 .teaser__alternative.teaser--66 .teaser__mediaInfo,
  .group--66 .teaser__alternative.teaser--100 .teaser__mediaInfo {
    margin-top: 0px;
    margin-top: 0rem;
  }
  .group--100 .teaser__alternative.teaser--66 .teaser__mediaInfo .mediaInfo__label,
  .group--66 .teaser__alternative.teaser--100 .teaser__mediaInfo .mediaInfo__label {
    margin-right: 10px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  .group--100 .teaser__alternative.teaser--66 .teaser__mediaInfo .mediaInfo__byline,
  .group--66 .teaser__alternative.teaser--100 .teaser__mediaInfo .mediaInfo__byline {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 .teaser__alternative.teaser--66 .teaser__mediaInfo.-noConsumption,
  .group--66 .teaser__alternative.teaser--100 .teaser__mediaInfo.-noConsumption {
    margin-top: 0;
  }
  .group--100 .teaser__alternative.teaser--66.teaser--media .teaser__headline,
  .group--66 .teaser__alternative.teaser--100.teaser--media .teaser__headline {
    margin-top: 2px;
    margin-top: 0.125rem;
    margin-bottom: -4px;
    margin-bottom: -0.25rem;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .group--100 .teaser__alternative.teaser--66 .teaser__mediaInfo + .teaser__headline,
  .group--66 .teaser__alternative.teaser--100 .teaser__mediaInfo + .teaser__headline {
    margin-top: 2px;
    margin-top: 0.125rem;
    margin-bottom: -4px;
    margin-bottom: -0.25rem;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}

@media (min-width: 40.625em) and (max-width: 49.9375em) {
  .group--100 .teaser__alternative.teaser--66 .teaser__topline,
  .group--66 .teaser__alternative.teaser--100 .teaser__topline {
    margin-top: -4px;
    margin-top: -0.25rem;
    margin-bottom: -3px;
    margin-bottom: -0.1875rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 19px;
    line-height: 1.1875rem;
  }
  .group--100 .teaser__alternative.teaser--66 .teaser__headline,
  .group--66 .teaser__alternative.teaser--100 .teaser__headline {
    margin-top: 6px;
    margin-top: 0.375rem;
    margin-bottom: -4px;
    margin-bottom: -0.25rem;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .group--100 .teaser__alternative.teaser--66 .teaser__icon,
  .group--66 .teaser__alternative.teaser--100 .teaser__icon {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .group--100 .teaser__alternative.teaser--66 .teaser__byline,
  .group--66 .teaser__alternative.teaser--100 .teaser__byline {
    margin-top: 12px;
    margin-top: 0.75rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 .teaser__alternative.teaser--66 .teaser__text,
  .group--66 .teaser__alternative.teaser--100 .teaser__text {
    margin-top: 15px;
    margin-top: 0.9375rem;
    margin-bottom: -7px;
    margin-bottom: -0.4375rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  .group--100 .teaser__alternative.teaser--66 .teaser__author,
  .group--66 .teaser__alternative.teaser--100 .teaser__author {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 .teaser__alternative.teaser--66 .teaser__mediaInfo,
  .group--66 .teaser__alternative.teaser--100 .teaser__mediaInfo {
    margin-top: 0px;
    margin-top: 0rem;
  }
  .group--100 .teaser__alternative.teaser--66 .teaser__mediaInfo .mediaInfo__label,
  .group--66 .teaser__alternative.teaser--100 .teaser__mediaInfo .mediaInfo__label {
    margin-right: 10px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  .group--100 .teaser__alternative.teaser--66 .teaser__mediaInfo .mediaInfo__byline,
  .group--66 .teaser__alternative.teaser--100 .teaser__mediaInfo .mediaInfo__byline {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 .teaser__alternative.teaser--66 .teaser__mediaInfo.-noConsumption,
  .group--66 .teaser__alternative.teaser--100 .teaser__mediaInfo.-noConsumption {
    margin-top: 0;
  }
  .group--100 .teaser__alternative.teaser--66.teaser--media .teaser__headline,
  .group--66 .teaser__alternative.teaser--100.teaser--media .teaser__headline {
    margin-top: 5px;
    margin-top: 0.3125rem;
    margin-bottom: -4px;
    margin-bottom: -0.25rem;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .group--100 .teaser__alternative.teaser--66 .teaser__mediaInfo + .teaser__headline,
  .group--66 .teaser__alternative.teaser--100 .teaser__mediaInfo + .teaser__headline {
    margin-top: 5px;
    margin-top: 0.3125rem;
    margin-bottom: -4px;
    margin-bottom: -0.25rem;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}

@media (min-width: 40.625em) {
  .group--100 .teaser__alternative.teaser--66 .teaser__lead,
  .group--66 .teaser__alternative.teaser--100 .teaser__lead {
    float: left;
    width: 37.5%;
  }
  .group--100 .teaser__alternative.teaser--66 .teaser__headlineLink,
  .group--66 .teaser__alternative.teaser--100 .teaser__headlineLink {
    margin-left: 37.5%;
  }
  .group--100 .teaser__alternative.teaser--66 .teaser__byline,
  .group--66 .teaser__alternative.teaser--100 .teaser__byline {
    margin-left: 37.5%;
  }
  .group--100 .teaser__alternative.teaser--66 .teaser__text,
  .group--66 .teaser__alternative.teaser--100 .teaser__text {
    margin-left: 37.5%;
  }
}

@media (min-width: 50em) {
  .group--100 .teaser__alternative.teaser--66 .teaser__topline,
  .group--66 .teaser__alternative.teaser--100 .teaser__topline {
    margin-top: -4px;
    margin-top: -0.25rem;
    margin-bottom: -3px;
    margin-bottom: -0.1875rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 19px;
    line-height: 1.1875rem;
  }
  .group--100 .teaser__alternative.teaser--66 .teaser__headline,
  .group--66 .teaser__alternative.teaser--100 .teaser__headline {
    margin-top: 5px;
    margin-top: 0.3125rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 29px;
    line-height: 1.8125rem;
  }
  .group--100 .teaser__alternative.teaser--66 .teaser__icon,
  .group--66 .teaser__alternative.teaser--100 .teaser__icon {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 29px;
    line-height: 1.8125rem;
  }
  .group--100 .teaser__alternative.teaser--66 .teaser__byline,
  .group--66 .teaser__alternative.teaser--100 .teaser__byline {
    margin-top: 12px;
    margin-top: 0.75rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 .teaser__alternative.teaser--66 .teaser__text,
  .group--66 .teaser__alternative.teaser--100 .teaser__text {
    margin-top: 15px;
    margin-top: 0.9375rem;
    margin-bottom: -7px;
    margin-bottom: -0.4375rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  .group--100 .teaser__alternative.teaser--66 .teaser__author,
  .group--66 .teaser__alternative.teaser--100 .teaser__author {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 .teaser__alternative.teaser--66 .teaser__mediaInfo,
  .group--66 .teaser__alternative.teaser--100 .teaser__mediaInfo {
    margin-top: 0px;
    margin-top: 0rem;
  }
  .group--100 .teaser__alternative.teaser--66 .teaser__mediaInfo .mediaInfo__label,
  .group--66 .teaser__alternative.teaser--100 .teaser__mediaInfo .mediaInfo__label {
    margin-right: 10px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  .group--100 .teaser__alternative.teaser--66 .teaser__mediaInfo .mediaInfo__byline,
  .group--66 .teaser__alternative.teaser--100 .teaser__mediaInfo .mediaInfo__byline {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 .teaser__alternative.teaser--66 .teaser__mediaInfo.-noConsumption,
  .group--66 .teaser__alternative.teaser--100 .teaser__mediaInfo.-noConsumption {
    margin-top: 0;
  }
  .group--100 .teaser__alternative.teaser--66.teaser--media .teaser__headline,
  .group--66 .teaser__alternative.teaser--100.teaser--media .teaser__headline {
    margin-top: 1px;
    margin-top: 0.0625rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 29px;
    line-height: 1.8125rem;
  }
  .group--100 .teaser__alternative.teaser--66 .teaser__mediaInfo + .teaser__headline,
  .group--66 .teaser__alternative.teaser--100 .teaser__mediaInfo + .teaser__headline {
    margin-top: 1px;
    margin-top: 0.0625rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 29px;
    line-height: 1.8125rem;
  }
}

@media (min-width: 58.125em) {
  .group--100 .teaser__alternative.teaser--66 .teaser__text,
  .group--66 .teaser__alternative.teaser--100 .teaser__text {
    display: block;
  }
}

@media (min-width: 40.625em) {
  .group--100 .teaser__alternative.teaser--66 {
    width: 66.6666666667%;
  }
}

@media (min-width: 40.625em) {
  .group--66 .teaser__alternative.teaser--100 {
    width: 100%;
  }
}

/********** 50% Teaser ***********/
.group--100 .teaser__alternative.teaser--50 .teaser__shorttext,
.group--50 .teaser__alternative.teaser--100 .teaser__shorttext {
  display: none;
}

.group--100 .teaser__alternative.teaser--50 .teaser__author,
.group--50 .teaser__alternative.teaser--100 .teaser__author {
  display: none;
}

.group--100 .teaser__alternative.teaser--50 .teaser__textLink,
.group--50 .teaser__alternative.teaser--100 .teaser__textLink {
  display: none;
}

.group--100 .teaser__alternative.teaser--50 .teaser__text.-hasExtOrBrandLink .teaser__textLink,
.group--50 .teaser__alternative.teaser--100 .teaser__text.-hasExtOrBrandLink .teaser__textLink {
  display: block;
}

@media (min-width: 0em) and (max-width: 29.9375em) {
  .group--100 .teaser__alternative.teaser--50 .teaser__topline,
  .group--50 .teaser__alternative.teaser--100 .teaser__topline {
    margin-top: -4px;
    margin-top: -0.25rem;
    margin-bottom: -3px;
    margin-bottom: -0.1875rem;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 17px;
    line-height: 1.0625rem;
  }
  .group--100 .teaser__alternative.teaser--50 .teaser__headline,
  .group--50 .teaser__alternative.teaser--100 .teaser__headline {
    margin-top: 4px;
    margin-top: 0.25rem;
    margin-bottom: -4px;
    margin-bottom: -0.25rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
  .group--100 .teaser__alternative.teaser--50 .teaser__icon,
  .group--50 .teaser__alternative.teaser--100 .teaser__icon {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
  .group--100 .teaser__alternative.teaser--50 .teaser__byline,
  .group--50 .teaser__alternative.teaser--100 .teaser__byline {
    margin-top: 12px;
    margin-top: 0.75rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 .teaser__alternative.teaser--50 .teaser__text,
  .group--50 .teaser__alternative.teaser--100 .teaser__text {
    margin-top: 9px;
    margin-top: 0.5625rem;
    margin-bottom: -4px;
    margin-bottom: -0.25rem;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
  .group--100 .teaser__alternative.teaser--50 .teaser__author,
  .group--50 .teaser__alternative.teaser--100 .teaser__author {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 .teaser__alternative.teaser--50 .teaser__mediaInfo,
  .group--50 .teaser__alternative.teaser--100 .teaser__mediaInfo {
    margin-top: 14px;
    margin-top: 0.875rem;
  }
  .group--100 .teaser__alternative.teaser--50 .teaser__mediaInfo .mediaInfo__label,
  .group--50 .teaser__alternative.teaser--100 .teaser__mediaInfo .mediaInfo__label {
    margin-right: 10px;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 .teaser__alternative.teaser--50 .teaser__mediaInfo .mediaInfo__byline,
  .group--50 .teaser__alternative.teaser--100 .teaser__mediaInfo .mediaInfo__byline {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 .teaser__alternative.teaser--50 .teaser__mediaInfo.-noConsumption,
  .group--50 .teaser__alternative.teaser--100 .teaser__mediaInfo.-noConsumption {
    margin-top: 0;
  }
  .group--100 .teaser__alternative.teaser--50.teaser--media .teaser__headline,
  .group--50 .teaser__alternative.teaser--100.teaser--media .teaser__headline {
    margin-top: 1px;
    margin-top: 0.0625rem;
    margin-bottom: -4px;
    margin-bottom: -0.25rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
  .group--100 .teaser__alternative.teaser--50 .teaser__mediaInfo + .teaser__headline,
  .group--50 .teaser__alternative.teaser--100 .teaser__mediaInfo + .teaser__headline {
    margin-top: 1px;
    margin-top: 0.0625rem;
    margin-bottom: -4px;
    margin-bottom: -0.25rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
}

@media (min-width: 30em) and (max-width: 40.5625em) {
  .group--100 .teaser__alternative.teaser--50 .teaser__lead,
  .group--50 .teaser__alternative.teaser--100 .teaser__lead {
    float: left;
    width: 41.6666666667%;
  }
  .group--100 .teaser__alternative.teaser--50 .teaser__headlineLink,
  .group--50 .teaser__alternative.teaser--100 .teaser__headlineLink {
    margin-left: 41.6666666667%;
  }
  .group--100 .teaser__alternative.teaser--50 .teaser__byline,
  .group--50 .teaser__alternative.teaser--100 .teaser__byline {
    margin-left: 41.6666666667%;
  }
  .group--100 .teaser__alternative.teaser--50 .teaser__text,
  .group--50 .teaser__alternative.teaser--100 .teaser__text {
    margin-left: 41.6666666667%;
  }
  .group--100 .teaser__alternative.teaser--50 .teaser__topline,
  .group--50 .teaser__alternative.teaser--100 .teaser__topline {
    margin-top: -4px;
    margin-top: -0.25rem;
    margin-bottom: -3px;
    margin-bottom: -0.1875rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 19px;
    line-height: 1.1875rem;
  }
  .group--100 .teaser__alternative.teaser--50 .teaser__headline,
  .group--50 .teaser__alternative.teaser--100 .teaser__headline {
    margin-top: 6px;
    margin-top: 0.375rem;
    margin-bottom: -4px;
    margin-bottom: -0.25rem;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .group--100 .teaser__alternative.teaser--50 .teaser__icon,
  .group--50 .teaser__alternative.teaser--100 .teaser__icon {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .group--100 .teaser__alternative.teaser--50 .teaser__byline,
  .group--50 .teaser__alternative.teaser--100 .teaser__byline {
    margin-top: 12px;
    margin-top: 0.75rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 .teaser__alternative.teaser--50 .teaser__text,
  .group--50 .teaser__alternative.teaser--100 .teaser__text {
    margin-top: 15px;
    margin-top: 0.9375rem;
    margin-bottom: -7px;
    margin-bottom: -0.4375rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  .group--100 .teaser__alternative.teaser--50 .teaser__author,
  .group--50 .teaser__alternative.teaser--100 .teaser__author {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 .teaser__alternative.teaser--50 .teaser__mediaInfo,
  .group--50 .teaser__alternative.teaser--100 .teaser__mediaInfo {
    margin-top: 0px;
    margin-top: 0rem;
  }
  .group--100 .teaser__alternative.teaser--50 .teaser__mediaInfo .mediaInfo__label,
  .group--50 .teaser__alternative.teaser--100 .teaser__mediaInfo .mediaInfo__label {
    margin-right: 10px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  .group--100 .teaser__alternative.teaser--50 .teaser__mediaInfo .mediaInfo__byline,
  .group--50 .teaser__alternative.teaser--100 .teaser__mediaInfo .mediaInfo__byline {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 .teaser__alternative.teaser--50 .teaser__mediaInfo.-noConsumption,
  .group--50 .teaser__alternative.teaser--100 .teaser__mediaInfo.-noConsumption {
    margin-top: 0;
  }
  .group--100 .teaser__alternative.teaser--50.teaser--media .teaser__headline,
  .group--50 .teaser__alternative.teaser--100.teaser--media .teaser__headline {
    margin-top: 2px;
    margin-top: 0.125rem;
    margin-bottom: -4px;
    margin-bottom: -0.25rem;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .group--100 .teaser__alternative.teaser--50 .teaser__mediaInfo + .teaser__headline,
  .group--50 .teaser__alternative.teaser--100 .teaser__mediaInfo + .teaser__headline {
    margin-top: 2px;
    margin-top: 0.125rem;
    margin-bottom: -4px;
    margin-bottom: -0.25rem;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}

@media (min-width: 40.625em) and (max-width: 49.9375em) {
  .group--100 .teaser__alternative.teaser--50 .teaser__topline,
  .group--50 .teaser__alternative.teaser--100 .teaser__topline {
    margin-top: -4px;
    margin-top: -0.25rem;
    margin-bottom: -3px;
    margin-bottom: -0.1875rem;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 17px;
    line-height: 1.0625rem;
  }
  .group--100 .teaser__alternative.teaser--50 .teaser__headline,
  .group--50 .teaser__alternative.teaser--100 .teaser__headline {
    margin-top: 4px;
    margin-top: 0.25rem;
    margin-bottom: -4px;
    margin-bottom: -0.25rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
  .group--100 .teaser__alternative.teaser--50 .teaser__icon,
  .group--50 .teaser__alternative.teaser--100 .teaser__icon {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
  .group--100 .teaser__alternative.teaser--50 .teaser__byline,
  .group--50 .teaser__alternative.teaser--100 .teaser__byline {
    margin-top: 12px;
    margin-top: 0.75rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 .teaser__alternative.teaser--50 .teaser__text,
  .group--50 .teaser__alternative.teaser--100 .teaser__text {
    margin-top: 9px;
    margin-top: 0.5625rem;
    margin-bottom: -4px;
    margin-bottom: -0.25rem;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
  .group--100 .teaser__alternative.teaser--50 .teaser__author,
  .group--50 .teaser__alternative.teaser--100 .teaser__author {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 .teaser__alternative.teaser--50 .teaser__mediaInfo,
  .group--50 .teaser__alternative.teaser--100 .teaser__mediaInfo {
    margin-top: 14px;
    margin-top: 0.875rem;
  }
  .group--100 .teaser__alternative.teaser--50 .teaser__mediaInfo .mediaInfo__label,
  .group--50 .teaser__alternative.teaser--100 .teaser__mediaInfo .mediaInfo__label {
    margin-right: 10px;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 .teaser__alternative.teaser--50 .teaser__mediaInfo .mediaInfo__byline,
  .group--50 .teaser__alternative.teaser--100 .teaser__mediaInfo .mediaInfo__byline {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 .teaser__alternative.teaser--50 .teaser__mediaInfo.-noConsumption,
  .group--50 .teaser__alternative.teaser--100 .teaser__mediaInfo.-noConsumption {
    margin-top: 0;
  }
  .group--100 .teaser__alternative.teaser--50.teaser--media .teaser__headline,
  .group--50 .teaser__alternative.teaser--100.teaser--media .teaser__headline {
    margin-top: 1px;
    margin-top: 0.0625rem;
    margin-bottom: -4px;
    margin-bottom: -0.25rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
  .group--100 .teaser__alternative.teaser--50 .teaser__mediaInfo + .teaser__headline,
  .group--50 .teaser__alternative.teaser--100 .teaser__mediaInfo + .teaser__headline {
    margin-top: 1px;
    margin-top: 0.0625rem;
    margin-bottom: -4px;
    margin-bottom: -0.25rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
}

@media (min-width: 50em) {
  .group--100 .teaser__alternative.teaser--50 .teaser__lead,
  .group--50 .teaser__alternative.teaser--100 .teaser__lead {
    float: left;
    width: 33.3333333333%;
  }
  .group--100 .teaser__alternative.teaser--50 .teaser__headlineLink,
  .group--50 .teaser__alternative.teaser--100 .teaser__headlineLink {
    margin-left: 33.3333333333%;
  }
  .group--100 .teaser__alternative.teaser--50 .teaser__byline,
  .group--50 .teaser__alternative.teaser--100 .teaser__byline {
    margin-left: 33.3333333333%;
  }
  .group--100 .teaser__alternative.teaser--50 .teaser__text,
  .group--50 .teaser__alternative.teaser--100 .teaser__text {
    margin-left: 33.3333333333%;
  }
  .group--100 .teaser__alternative.teaser--50 .teaser__topline,
  .group--50 .teaser__alternative.teaser--100 .teaser__topline {
    margin-top: -4px;
    margin-top: -0.25rem;
    margin-bottom: -3px;
    margin-bottom: -0.1875rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 19px;
    line-height: 1.1875rem;
  }
  .group--100 .teaser__alternative.teaser--50 .teaser__headline,
  .group--50 .teaser__alternative.teaser--100 .teaser__headline {
    margin-top: 6px;
    margin-top: 0.375rem;
    margin-bottom: -4px;
    margin-bottom: -0.25rem;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .group--100 .teaser__alternative.teaser--50 .teaser__icon,
  .group--50 .teaser__alternative.teaser--100 .teaser__icon {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .group--100 .teaser__alternative.teaser--50 .teaser__byline,
  .group--50 .teaser__alternative.teaser--100 .teaser__byline {
    margin-top: 12px;
    margin-top: 0.75rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 .teaser__alternative.teaser--50 .teaser__text,
  .group--50 .teaser__alternative.teaser--100 .teaser__text {
    margin-top: 15px;
    margin-top: 0.9375rem;
    margin-bottom: -7px;
    margin-bottom: -0.4375rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  .group--100 .teaser__alternative.teaser--50 .teaser__author,
  .group--50 .teaser__alternative.teaser--100 .teaser__author {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 .teaser__alternative.teaser--50 .teaser__mediaInfo,
  .group--50 .teaser__alternative.teaser--100 .teaser__mediaInfo {
    margin-top: 0px;
    margin-top: 0rem;
  }
  .group--100 .teaser__alternative.teaser--50 .teaser__mediaInfo .mediaInfo__label,
  .group--50 .teaser__alternative.teaser--100 .teaser__mediaInfo .mediaInfo__label {
    margin-right: 10px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  .group--100 .teaser__alternative.teaser--50 .teaser__mediaInfo .mediaInfo__byline,
  .group--50 .teaser__alternative.teaser--100 .teaser__mediaInfo .mediaInfo__byline {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 .teaser__alternative.teaser--50 .teaser__mediaInfo.-noConsumption,
  .group--50 .teaser__alternative.teaser--100 .teaser__mediaInfo.-noConsumption {
    margin-top: 0;
  }
  .group--100 .teaser__alternative.teaser--50.teaser--media .teaser__headline,
  .group--50 .teaser__alternative.teaser--100.teaser--media .teaser__headline {
    margin-top: 0px;
    margin-top: 0rem;
    margin-bottom: -4px;
    margin-bottom: -0.25rem;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .group--100 .teaser__alternative.teaser--50 .teaser__mediaInfo + .teaser__headline,
  .group--50 .teaser__alternative.teaser--100 .teaser__mediaInfo + .teaser__headline {
    margin-top: 0px;
    margin-top: 0rem;
    margin-bottom: -4px;
    margin-bottom: -0.25rem;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}

@media (min-width: 40.625em) {
  .group--100 .teaser__alternative.teaser--50 {
    width: 50%;
  }
}

/********** 25% Teaser ***********/
.group--100 .teaser__alternative.teaser--25 .teaser__headline,
.group--50 .teaser__alternative.teaser--50 .group--25 .teaser__alternative.teaser--100 .teaser__headline {
  margin-top: -6px;
  margin-top: -0.375rem;
  margin-bottom: -4px;
  margin-bottom: -0.25rem;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 24px;
  line-height: 1.5rem;
}

.group--100 .teaser__alternative.teaser--25 .teaser__icon,
.group--50 .teaser__alternative.teaser--50 .group--25 .teaser__alternative.teaser--100 .teaser__icon {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 24px;
  line-height: 1.5rem;
}

.group--100 .teaser__alternative.teaser--25 .teaser__byline,
.group--50 .teaser__alternative.teaser--50 .group--25 .teaser__alternative.teaser--100 .teaser__byline {
  margin-top: 12px;
  margin-top: 0.75rem;
  margin-bottom: -5px;
  margin-bottom: -0.3125rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
}

.group--100 .teaser__alternative.teaser--25 .teaser__text,
.group--50 .teaser__alternative.teaser--50 .group--25 .teaser__alternative.teaser--100 .teaser__text {
  margin-top: 15px;
  margin-top: 0.9375rem;
  margin-bottom: -7px;
  margin-bottom: -0.4375rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
}

.group--100 .teaser__alternative.teaser--25 .teaser__author,
.group--50 .teaser__alternative.teaser--50 .group--25 .teaser__alternative.teaser--100 .teaser__author {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
}

.group--100 .teaser__alternative.teaser--25 .teaser__mediaInfo,
.group--50 .teaser__alternative.teaser--50 .group--25 .teaser__alternative.teaser--100 .teaser__mediaInfo {
  margin-top: 14px;
  margin-top: 0.875rem;
}

.group--100 .teaser__alternative.teaser--25 .teaser__mediaInfo .mediaInfo__label,
.group--50 .teaser__alternative.teaser--50 .group--25 .teaser__alternative.teaser--100 .teaser__mediaInfo .mediaInfo__label {
  margin-right: 10px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  line-height: 1.375rem;
}

.group--100 .teaser__alternative.teaser--25 .teaser__mediaInfo .mediaInfo__byline,
.group--50 .teaser__alternative.teaser--50 .group--25 .teaser__alternative.teaser--100 .teaser__mediaInfo .mediaInfo__byline {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
}

.group--100 .teaser__alternative.teaser--25 .teaser__mediaInfo.-noConsumption,
.group--50 .teaser__alternative.teaser--50 .group--25 .teaser__alternative.teaser--100 .teaser__mediaInfo.-noConsumption {
  margin-top: 0;
}

.group--100 .teaser__alternative.teaser--25.teaser--media .teaser__headline,
.group--50 .teaser__alternative.teaser--50 .group--25 .teaser__alternative.teaser--100.teaser--media .teaser__headline {
  margin-top: 2px;
  margin-top: 0.125rem;
  margin-bottom: -4px;
  margin-bottom: -0.25rem;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 24px;
  line-height: 1.5rem;
}

.group--100 .teaser__alternative.teaser--25 .teaser__mediaInfo + .teaser__headline,
.group--50 .teaser__alternative.teaser--50 .group--25 .teaser__alternative.teaser--100 .teaser__mediaInfo + .teaser__headline {
  margin-top: 2px;
  margin-top: 0.125rem;
  margin-bottom: -4px;
  margin-bottom: -0.25rem;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 24px;
  line-height: 1.5rem;
}

.group--100 .teaser__alternative.teaser--25 .teaser__topline,
.group--100 .teaser__alternative.teaser--25 .teaser__text,
.group--100 .teaser__alternative.teaser--25 .teaser__lead,
.group--50 .teaser__alternative.teaser--50 .group--25 .teaser__alternative.teaser--100 .teaser__topline,
.group--50 .teaser__alternative.teaser--50 .group--25 .teaser__alternative.teaser--100 .teaser__text,
.group--50 .teaser__alternative.teaser--50 .group--25 .teaser__alternative.teaser--100 .teaser__lead {
  display: none;
}

@media (min-width: 25em) and (max-width: 29.9375em) {
  .group--100 .teaser__alternative.teaser--25 .teaser__headline,
  .group--50 .teaser__alternative.teaser--50 .group--25 .teaser__alternative.teaser--100 .teaser__headline {
    margin-top: -4px;
    margin-top: -0.25rem;
    margin-bottom: -4px;
    margin-bottom: -0.25rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
  .group--100 .teaser__alternative.teaser--25 .teaser__icon,
  .group--50 .teaser__alternative.teaser--50 .group--25 .teaser__alternative.teaser--100 .teaser__icon {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
  .group--100 .teaser__alternative.teaser--25 .teaser__byline,
  .group--50 .teaser__alternative.teaser--50 .group--25 .teaser__alternative.teaser--100 .teaser__byline {
    margin-top: 12px;
    margin-top: 0.75rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 .teaser__alternative.teaser--25 .teaser__text,
  .group--50 .teaser__alternative.teaser--50 .group--25 .teaser__alternative.teaser--100 .teaser__text {
    margin-top: 9px;
    margin-top: 0.5625rem;
    margin-bottom: -4px;
    margin-bottom: -0.25rem;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
  .group--100 .teaser__alternative.teaser--25 .teaser__author,
  .group--50 .teaser__alternative.teaser--50 .group--25 .teaser__alternative.teaser--100 .teaser__author {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 .teaser__alternative.teaser--25 .teaser__mediaInfo,
  .group--50 .teaser__alternative.teaser--50 .group--25 .teaser__alternative.teaser--100 .teaser__mediaInfo {
    margin-top: 14px;
    margin-top: 0.875rem;
  }
  .group--100 .teaser__alternative.teaser--25 .teaser__mediaInfo .mediaInfo__label,
  .group--50 .teaser__alternative.teaser--50 .group--25 .teaser__alternative.teaser--100 .teaser__mediaInfo .mediaInfo__label {
    margin-right: 10px;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 .teaser__alternative.teaser--25 .teaser__mediaInfo .mediaInfo__byline,
  .group--50 .teaser__alternative.teaser--50 .group--25 .teaser__alternative.teaser--100 .teaser__mediaInfo .mediaInfo__byline {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 .teaser__alternative.teaser--25 .teaser__mediaInfo.-noConsumption,
  .group--50 .teaser__alternative.teaser--50 .group--25 .teaser__alternative.teaser--100 .teaser__mediaInfo.-noConsumption {
    margin-top: 0;
  }
  .group--100 .teaser__alternative.teaser--25.teaser--media .teaser__headline,
  .group--50 .teaser__alternative.teaser--50 .group--25 .teaser__alternative.teaser--100.teaser--media .teaser__headline {
    margin-top: 1px;
    margin-top: 0.0625rem;
    margin-bottom: -4px;
    margin-bottom: -0.25rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
  .group--100 .teaser__alternative.teaser--25 .teaser__mediaInfo + .teaser__headline,
  .group--50 .teaser__alternative.teaser--50 .group--25 .teaser__alternative.teaser--100 .teaser__mediaInfo + .teaser__headline {
    margin-top: 1px;
    margin-top: 0.0625rem;
    margin-bottom: -4px;
    margin-bottom: -0.25rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
}

@media (min-width: 25em) and (max-width: 43.6875em) {
  .group--100 .teaser__alternative.teaser--25 {
    width: 50%;
  }
}

@media (min-width: 43.75em) {
  .group--100 .teaser__alternative.teaser--25 {
    width: 25%;
  }
}

@media (min-width: 25em) and (max-width: 43.6875em) {
  .group--50 .teaser__alternative.teaser--50 {
    width: 50%;
  }
}

@media (min-width: 43.75em) {
  .group--50 .teaser__alternative.teaser--50 {
    width: 50%;
  }
}

@media (min-width: 25em) and (max-width: 43.6875em) {
  .group--25 .teaser__alternative.teaser--100 {
    width: 50%;
  }
}

.group--100 .teaser__alternative.teaser--66 .teaser__mediaButtons,
.group--100 .teaser__alternative.teaser--66 .teaser__geotag,
.group--66 .teaser__alternative.teaser--100 .teaser__mediaButtons,
.group--66 .teaser__alternative.teaser--100 .teaser__geotag,
.group--100 .teaser__alternative.teaser--50 .teaser__mediaButtons,
.group--100 .teaser__alternative.teaser--50 .teaser__geotag,
.group--50 .teaser__alternative.teaser--100 .teaser__mediaButtons,
.group--50 .teaser__alternative.teaser--100 .teaser__geotag,
.group--66 .teaser__alternative.teaser--50 .teaser__mediaButtons,
.group--66 .teaser__alternative.teaser--50 .teaser__geotag,
.group--100 .teaser__alternative.teaser--33 .teaser__mediaButtons,
.group--100 .teaser__alternative.teaser--33 .teaser__geotag,
.group--33 .teaser__alternative.teaser--100 .teaser__mediaButtons,
.group--33 .teaser__alternative.teaser--100 .teaser__geotag,
.group--50 .teaser__alternative.teaser--50 .teaser__mediaButtons,
.group--50 .teaser__alternative.teaser--50 .teaser__geotag,
.group--100 .teaser__alternative.teaser--25 .teaser__mediaButtons,
.group--100 .teaser__alternative.teaser--25 .teaser__geotag,
.group--25 .teaser__alternative.teaser--100 .teaser__mediaButtons,
.group--25 .teaser__alternative.teaser--100 .teaser__geotag {
  display: none;
}

.group--100 .teaser__alternative.teaser--50 .teaser__byline,
.group--50 .teaser__alternative.teaser--100 .teaser__byline,
.group--66 .teaser__alternative.teaser--50 .teaser__byline,
.group--100 .teaser__alternative.teaser--33 .teaser__byline,
.group--33 .teaser__alternative.teaser--100 .teaser__byline,
.group--50 .teaser__alternative.teaser--50 .teaser__byline,
.group--100 .teaser__alternative.teaser--25 .teaser__byline,
.group--25 .teaser__alternative.teaser--100 .teaser__byline {
  display: none;
}

/*
 * alternative teaser and
 * 66 teaser without image
 * need no margin-left -> standardBehaviour
 */
.group--100 .teaser__alternative.teaser--100.teaser--noImage .teaser__lead,
.group--66 .teaser__alternative.teaser--noImage .teaser__lead,
.group--100 .teaser__alternative.teaser--66.teaser--noImage .teaser__lead {
  float: none;
  width: 100%;
}

.group--100 .teaser__alternative.teaser--100.teaser--noImage .teaser__headlineLink,
.group--66 .teaser__alternative.teaser--noImage .teaser__headlineLink,
.group--100 .teaser__alternative.teaser--66.teaser--noImage .teaser__headlineLink {
  margin-left: 0;
}

.group--100 .teaser__alternative.teaser--100.teaser--noImage .teaser__byline,
.group--66 .teaser__alternative.teaser--noImage .teaser__byline,
.group--100 .teaser__alternative.teaser--66.teaser--noImage .teaser__byline {
  margin-left: 0;
}

.group--100 .teaser__alternative.teaser--100.teaser--noImage .teaser__text,
.group--66 .teaser__alternative.teaser--noImage .teaser__text,
.group--100 .teaser__alternative.teaser--66.teaser--noImage .teaser__text {
  margin-left: 0;
}

.group--100 .teaser--100 .teaser__brand.-hessenschau {
  height: 40px;
  height: 2.5rem;
  width: 179.2px;
  width: 11.2rem;
}

@media (min-width: 30em) {
  .group--100 .teaser--100 .teaser__brand.-hessenschau {
    height: 52px;
    height: 3.25rem;
    width: 232.96px;
    width: 14.56rem;
  }
}

.group--100 .teaser--50 .teaser__brand.-hessenschau,
.group--50 .teaser--100 .teaser__brand.-hessenschau {
  height: 40px;
  height: 2.5rem;
  width: 179.2px;
  width: 11.2rem;
}

.group--100 .teaser--33 .teaser__brand.-hessenschau,
.group--33 .teaser--100 .teaser__brand.-hessenschau,
.group--100 .teaser--66 .teaser__brand.-hessenschau,
.group--66 .teaser--100 .teaser__brand.-hessenschau,
.group--100 .teaser__alternative.teaser--100 .teaser__brand.-hessenschau {
  height: 26px;
  height: 1.625rem;
  width: 116.48px;
  width: 7.28rem;
}

@media (min-width: 0em) and (max-width: 29.9375em) {
  .group--100 .teaser--33 .teaser__brand.-hessenschau,
  .group--33 .teaser--100 .teaser__brand.-hessenschau,
  .group--100 .teaser__alternative.teaser--100 .teaser__brand.-hessenschau {
    height: 22px;
    height: 1.375rem;
    width: 98.56px;
    width: 6.16rem;
  }
}

.group--100 .teaser--25 .teaser__brand.-hessenschau,
.group--25 .teaser--100 .teaser__brand.-hessenschau,
.group--50 .teaser--50 .teaser__brand.-hessenschau,
.group--100 .teaser__alternative.teaser--50 .teaser__brand.-hessenschau,
.group--50 .teaser__alternative.teaser--100 .teaser__brand.-hessenschau {
  display: none;
}

@media (min-width: 30em) {
  .group--100 .teaser--25 .teaser__brand.-hessenschau,
  .group--25 .teaser--100 .teaser__brand.-hessenschau,
  .group--50 .teaser--50 .teaser__brand.-hessenschau,
  .group--100 .teaser__alternative.teaser--50 .teaser__brand.-hessenschau,
  .group--50 .teaser__alternative.teaser--100 .teaser__brand.-hessenschau {
    display: block;
    height: 22px;
    height: 1.375rem;
    width: 98.56px;
    width: 6.16rem;
  }
}

.group--100 .teaser--100 .teaser__brand.-hr1 {
  height: 54px;
  height: 3.375rem;
  width: 63.5px;
  width: 3.9688rem;
}

@media (min-width: 30em) {
  .group--100 .teaser--100 .teaser__brand.-hr1 {
    height: 68px;
    height: 4.25rem;
    width: 80px;
    width: 5rem;
  }
}

.group--100 .teaser--50 .teaser__brand.-hr1,
.group--50 .teaser--100 .teaser__brand.-hr1 {
  height: 54px;
  height: 3.375rem;
  width: 63.5px;
  width: 3.9688rem;
}

.group--100 .teaser--33 .teaser__brand.-hr1,
.group--33 .teaser--100 .teaser__brand.-hr1,
.group--100 .teaser--66 .teaser__brand.-hr1,
.group--66 .teaser--100 .teaser__brand.-hr1,
.group--100 .teaser__alternative.teaser--100 .teaser__brand.-hr1 {
  height: 50px;
  height: 3.125rem;
  width: 58.8px;
  width: 3.675rem;
}

@media (min-width: 0em) and (max-width: 29.9375em) {
  .group--100 .teaser--33 .teaser__brand.-hr1,
  .group--33 .teaser--100 .teaser__brand.-hr1,
  .group--100 .teaser__alternative.teaser--100 .teaser__brand.-hr1 {
    height: 36px;
    height: 2.25rem;
    width: 42.35px;
    width: 2.6469rem;
  }
}

.group--100 .teaser--25 .teaser__brand.-hr1,
.group--25 .teaser--100 .teaser__brand.-hr1,
.group--50 .teaser--50 .teaser__brand.-hr1,
.group--100 .teaser__alternative.teaser--50 .teaser__brand.-hr1,
.group--50 .teaser__alternative.teaser--100 .teaser__brand.-hr1 {
  display: none;
}

@media (min-width: 30em) {
  .group--100 .teaser--25 .teaser__brand.-hr1,
  .group--25 .teaser--100 .teaser__brand.-hr1,
  .group--50 .teaser--50 .teaser__brand.-hr1,
  .group--100 .teaser__alternative.teaser--50 .teaser__brand.-hr1,
  .group--50 .teaser__alternative.teaser--100 .teaser__brand.-hr1 {
    display: block;
    height: 36px;
    height: 2.25rem;
    width: 42.35px;
    width: 2.6469rem;
  }
}

.group--100 .teaser--100 .teaser__brand.-hr2 {
  height: 68px;
  height: 4.25rem;
  width: 61.81px;
  width: 3.8631rem;
}

@media (min-width: 30em) {
  .group--100 .teaser--100 .teaser__brand.-hr2 {
    height: 88px;
    height: 5.5rem;
    width: 80px;
    width: 5rem;
  }
}

.group--100 .teaser--50 .teaser__brand.-hr2,
.group--50 .teaser--100 .teaser__brand.-hr2 {
  height: 68px;
  height: 4.25rem;
  width: 61.81px;
  width: 3.8631rem;
}

.group--100 .teaser--33 .teaser__brand.-hr2,
.group--33 .teaser--100 .teaser__brand.-hr2,
.group--100 .teaser--66 .teaser__brand.-hr2,
.group--66 .teaser--100 .teaser__brand.-hr2,
.group--100 .teaser__alternative.teaser--100 .teaser__brand.-hr2 {
  height: 58px;
  height: 3.625rem;
  width: 52.72px;
  width: 3.295rem;
}

@media (min-width: 0em) and (max-width: 29.9375em) {
  .group--100 .teaser--33 .teaser__brand.-hr2,
  .group--33 .teaser--100 .teaser__brand.-hr2,
  .group--100 .teaser__alternative.teaser--100 .teaser__brand.-hr2 {
    height: 46px;
    height: 2.875rem;
    width: 41.81px;
    width: 2.6131rem;
  }
}

.group--100 .teaser--25 .teaser__brand.-hr2,
.group--25 .teaser--100 .teaser__brand.-hr2,
.group--50 .teaser--50 .teaser__brand.-hr2,
.group--100 .teaser__alternative.teaser--50 .teaser__brand.-hr2,
.group--50 .teaser__alternative.teaser--100 .teaser__brand.-hr2 {
  display: none;
}

@media (min-width: 30em) {
  .group--100 .teaser--25 .teaser__brand.-hr2,
  .group--25 .teaser--100 .teaser__brand.-hr2,
  .group--50 .teaser--50 .teaser__brand.-hr2,
  .group--100 .teaser__alternative.teaser--50 .teaser__brand.-hr2,
  .group--50 .teaser__alternative.teaser--100 .teaser__brand.-hr2 {
    display: block;
    height: 46px;
    height: 2.875rem;
    width: 41.81px;
    width: 2.6131rem;
  }
}

.teaser__brand.-hr3 {
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.4);
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  margin-right: 10px;
  margin-right: 0.625rem;
}

.group--100 .teaser--100 .teaser__brand.-hr3 {
  border-radius: 6px;
  height: 44px;
  height: 2.75rem;
  width: 47px;
  width: 2.9375rem;
}

@media (min-width: 30em) {
  .group--100 .teaser--100 .teaser__brand.-hr3 {
    border-radius: 7px;
    height: 58px;
    height: 3.625rem;
    width: 62px;
    width: 3.875rem;
  }
}

.group--100 .teaser--50 .teaser__brand.-hr3,
.group--50 .teaser--100 .teaser__brand.-hr3 {
  border-radius: 6px;
  height: 44px;
  height: 2.75rem;
  width: 47px;
  width: 2.9375rem;
}

.group--100 .teaser--33 .teaser__brand.-hr3,
.group--33 .teaser--100 .teaser__brand.-hr3,
.group--100 .teaser--66 .teaser__brand.-hr3,
.group--66 .teaser--100 .teaser__brand.-hr3,
.group--100 .teaser__alternative.teaser--100 .teaser__brand.-hr3 {
  border-radius: 5px;
  height: 40px;
  height: 2.5rem;
  width: 43px;
  width: 2.6875rem;
}

@media (min-width: 0em) and (max-width: 29.9375em) {
  .group--100 .teaser--33 .teaser__brand.-hr3,
  .group--33 .teaser--100 .teaser__brand.-hr3,
  .group--100 .teaser__alternative.teaser--100 .teaser__brand.-hr3 {
    border-radius: 7px;
    height: 34px;
    height: 2.125rem;
    width: 36px;
    width: 2.25rem;
  }
}

.group--100 .teaser--25 .teaser__brand.-hr3,
.group--25 .teaser--100 .teaser__brand.-hr3,
.group--50 .teaser--50 .teaser__brand.-hr3,
.group--100 .teaser__alternative.teaser--50 .teaser__brand.-hr3,
.group--50 .teaser__alternative.teaser--100 .teaser__brand.-hr3 {
  display: none;
}

@media (min-width: 30em) {
  .group--100 .teaser--25 .teaser__brand.-hr3,
  .group--25 .teaser--100 .teaser__brand.-hr3,
  .group--50 .teaser--50 .teaser__brand.-hr3,
  .group--100 .teaser__alternative.teaser--50 .teaser__brand.-hr3,
  .group--50 .teaser__alternative.teaser--100 .teaser__brand.-hr3 {
    display: block;
    border-radius: 7px;
    height: 34px;
    height: 2.125rem;
    width: 36px;
    width: 2.25rem;
  }
}

.group--100 .teaser--100 .teaser__brand.-hr4 {
  height: 54px;
  height: 3.375rem;
  width: 63.5px;
  width: 3.9688rem;
}

@media (min-width: 30em) {
  .group--100 .teaser--100 .teaser__brand.-hr4 {
    height: 68px;
    height: 4.25rem;
    width: 80px;
    width: 5rem;
  }
}

.group--100 .teaser--50 .teaser__brand.-hr4,
.group--50 .teaser--100 .teaser__brand.-hr4 {
  height: 54px;
  height: 3.375rem;
  width: 63.5px;
  width: 3.9688rem;
}

.group--100 .teaser--33 .teaser__brand.-hr4,
.group--33 .teaser--100 .teaser__brand.-hr4,
.group--100 .teaser--66 .teaser__brand.-hr4,
.group--66 .teaser--100 .teaser__brand.-hr4,
.group--100 .teaser__alternative.teaser--100 .teaser__brand.-hr4 {
  height: 50px;
  height: 3.125rem;
  width: 58.8px;
  width: 3.675rem;
}

@media (min-width: 0em) and (max-width: 29.9375em) {
  .group--100 .teaser--33 .teaser__brand.-hr4,
  .group--33 .teaser--100 .teaser__brand.-hr4,
  .group--100 .teaser__alternative.teaser--100 .teaser__brand.-hr4 {
    height: 36px;
    height: 2.25rem;
    width: 42.35px;
    width: 2.6469rem;
  }
}

.group--100 .teaser--25 .teaser__brand.-hr4,
.group--25 .teaser--100 .teaser__brand.-hr4,
.group--50 .teaser--50 .teaser__brand.-hr4,
.group--100 .teaser__alternative.teaser--50 .teaser__brand.-hr4,
.group--50 .teaser__alternative.teaser--100 .teaser__brand.-hr4 {
  display: none;
}

@media (min-width: 30em) {
  .group--100 .teaser--25 .teaser__brand.-hr4,
  .group--25 .teaser--100 .teaser__brand.-hr4,
  .group--50 .teaser--50 .teaser__brand.-hr4,
  .group--100 .teaser__alternative.teaser--50 .teaser__brand.-hr4,
  .group--50 .teaser__alternative.teaser--100 .teaser__brand.-hr4 {
    display: block;
    height: 36px;
    height: 2.25rem;
    width: 42.35px;
    width: 2.6469rem;
  }
}

.group--100 .teaser--100 .teaser__brand.-derhr {
  height: 54px;
  height: 3.375rem;
  width: 63.5px;
  width: 3.9688rem;
}

@media (min-width: 30em) {
  .group--100 .teaser--100 .teaser__brand.-derhr {
    height: 68px;
    height: 4.25rem;
    width: 80px;
    width: 5rem;
  }
}

.group--100 .teaser--50 .teaser__brand.-derhr,
.group--50 .teaser--100 .teaser__brand.-derhr {
  height: 54px;
  height: 3.375rem;
  width: 63.5px;
  width: 3.9688rem;
}

.group--100 .teaser--33 .teaser__brand.-derhr,
.group--33 .teaser--100 .teaser__brand.-derhr,
.group--100 .teaser--66 .teaser__brand.-derhr,
.group--66 .teaser--100 .teaser__brand.-derhr,
.group--100 .teaser__alternative.teaser--100 .teaser__brand.-derhr {
  height: 50px;
  height: 3.125rem;
  width: 58.8px;
  width: 3.675rem;
}

@media (min-width: 0em) and (max-width: 29.9375em) {
  .group--100 .teaser--33 .teaser__brand.-derhr,
  .group--33 .teaser--100 .teaser__brand.-derhr,
  .group--100 .teaser__alternative.teaser--100 .teaser__brand.-derhr {
    height: 36px;
    height: 2.25rem;
    width: 42.35px;
    width: 2.6469rem;
  }
}

.group--100 .teaser--25 .teaser__brand.-derhr,
.group--25 .teaser--100 .teaser__brand.-derhr,
.group--50 .teaser--50 .teaser__brand.-derhr,
.group--100 .teaser__alternative.teaser--50 .teaser__brand.-derhr,
.group--50 .teaser__alternative.teaser--100 .teaser__brand.-derhr {
  display: none;
}

@media (min-width: 30em) {
  .group--100 .teaser--25 .teaser__brand.-derhr,
  .group--25 .teaser--100 .teaser__brand.-derhr,
  .group--50 .teaser--50 .teaser__brand.-derhr,
  .group--100 .teaser__alternative.teaser--50 .teaser__brand.-derhr,
  .group--50 .teaser__alternative.teaser--100 .teaser__brand.-derhr {
    display: block;
    height: 36px;
    height: 2.25rem;
    width: 42.35px;
    width: 2.6469rem;
  }
}

.group--100 .teaser--100 .teaser__brand.-fernsehen {
  height: 54px;
  height: 3.375rem;
  width: 157.23px;
  width: 9.8269rem;
}

@media (min-width: 30em) {
  .group--100 .teaser--100 .teaser__brand.-fernsehen {
    height: 68px;
    height: 4.25rem;
    width: 198px;
    width: 12.375rem;
  }
}

.group--100 .teaser--50 .teaser__brand.-fernsehen,
.group--50 .teaser--100 .teaser__brand.-fernsehen {
  height: 54px;
  height: 3.375rem;
  width: 157.23px;
  width: 9.8269rem;
}

.group--100 .teaser--33 .teaser__brand.-fernsehen,
.group--33 .teaser--100 .teaser__brand.-fernsehen,
.group--100 .teaser--66 .teaser__brand.-fernsehen,
.group--66 .teaser--100 .teaser__brand.-fernsehen,
.group--100 .teaser__alternative.teaser--100 .teaser__brand.-fernsehen {
  height: 50px;
  height: 3.125rem;
  width: 145.58px;
  width: 9.0988rem;
}

@media (min-width: 0em) and (max-width: 29.9375em) {
  .group--100 .teaser--33 .teaser__brand.-fernsehen,
  .group--33 .teaser--100 .teaser__brand.-fernsehen,
  .group--100 .teaser__alternative.teaser--100 .teaser__brand.-fernsehen {
    height: 36px;
    height: 2.25rem;
    width: 104.82px;
    width: 6.5513rem;
  }
}

.group--100 .teaser--25 .teaser__brand.-fernsehen,
.group--25 .teaser--100 .teaser__brand.-fernsehen,
.group--50 .teaser--50 .teaser__brand.-fernsehen,
.group--100 .teaser__alternative.teaser--50 .teaser__brand.-fernsehen,
.group--50 .teaser__alternative.teaser--100 .teaser__brand.-fernsehen {
  display: none;
}

@media (min-width: 30em) {
  .group--100 .teaser--25 .teaser__brand.-fernsehen,
  .group--25 .teaser--100 .teaser__brand.-fernsehen,
  .group--50 .teaser--50 .teaser__brand.-fernsehen,
  .group--100 .teaser__alternative.teaser--50 .teaser__brand.-fernsehen,
  .group--50 .teaser__alternative.teaser--100 .teaser__brand.-fernsehen {
    display: block;
    height: 36px;
    height: 2.25rem;
    width: 104.82px;
    width: 6.5513rem;
  }
}

.group--100 .teaser--100 .teaser__brand.-sinfonieorchester {
  height: 54px;
  height: 3.375rem;
  width: 114.35px;
  width: 7.1469rem;
}

@media (min-width: 30em) {
  .group--100 .teaser--100 .teaser__brand.-sinfonieorchester {
    height: 68px;
    height: 4.25rem;
    width: 144px;
    width: 9rem;
  }
}

.group--100 .teaser--50 .teaser__brand.-sinfonieorchester,
.group--50 .teaser--100 .teaser__brand.-sinfonieorchester {
  height: 54px;
  height: 3.375rem;
  width: 114.35px;
  width: 7.1469rem;
}

.group--100 .teaser--33 .teaser__brand.-sinfonieorchester,
.group--33 .teaser--100 .teaser__brand.-sinfonieorchester,
.group--100 .teaser--66 .teaser__brand.-sinfonieorchester,
.group--66 .teaser--100 .teaser__brand.-sinfonieorchester,
.group--100 .teaser__alternative.teaser--100 .teaser__brand.-sinfonieorchester {
  height: 50px;
  height: 3.125rem;
  width: 105.88px;
  width: 6.6175rem;
}

@media (min-width: 0em) and (max-width: 29.9375em) {
  .group--100 .teaser--33 .teaser__brand.-sinfonieorchester,
  .group--33 .teaser--100 .teaser__brand.-sinfonieorchester,
  .group--100 .teaser__alternative.teaser--100 .teaser__brand.-sinfonieorchester {
    height: 36px;
    height: 2.25rem;
    width: 76.23px;
    width: 4.7644rem;
  }
}

.group--100 .teaser--25 .teaser__brand.-sinfonieorchester,
.group--25 .teaser--100 .teaser__brand.-sinfonieorchester,
.group--50 .teaser--50 .teaser__brand.-sinfonieorchester,
.group--100 .teaser__alternative.teaser--50 .teaser__brand.-sinfonieorchester,
.group--50 .teaser__alternative.teaser--100 .teaser__brand.-sinfonieorchester {
  display: none;
}

@media (min-width: 30em) {
  .group--100 .teaser--25 .teaser__brand.-sinfonieorchester,
  .group--25 .teaser--100 .teaser__brand.-sinfonieorchester,
  .group--50 .teaser--50 .teaser__brand.-sinfonieorchester,
  .group--100 .teaser__alternative.teaser--50 .teaser__brand.-sinfonieorchester,
  .group--50 .teaser__alternative.teaser--100 .teaser__brand.-sinfonieorchester {
    display: block;
    height: 36px;
    height: 2.25rem;
    width: 76.23px;
    width: 4.7644rem;
  }
}

.group--100 .teaser--100 .teaser__brand.-hrbb {
  height: 54px;
  height: 3.375rem;
  width: 114.35px;
  width: 7.1469rem;
}

@media (min-width: 30em) {
  .group--100 .teaser--100 .teaser__brand.-hrbb {
    height: 68px;
    height: 4.25rem;
    width: 144px;
    width: 9rem;
  }
}

.group--100 .teaser--50 .teaser__brand.-hrbb,
.group--50 .teaser--100 .teaser__brand.-hrbb {
  height: 54px;
  height: 3.375rem;
  width: 114.35px;
  width: 7.1469rem;
}

.group--100 .teaser--33 .teaser__brand.-hrbb,
.group--33 .teaser--100 .teaser__brand.-hrbb,
.group--100 .teaser--66 .teaser__brand.-hrbb,
.group--66 .teaser--100 .teaser__brand.-hrbb,
.group--100 .teaser__alternative.teaser--100 .teaser__brand.-hrbb {
  height: 50px;
  height: 3.125rem;
  width: 105.88px;
  width: 6.6175rem;
}

@media (min-width: 0em) and (max-width: 29.9375em) {
  .group--100 .teaser--33 .teaser__brand.-hrbb,
  .group--33 .teaser--100 .teaser__brand.-hrbb,
  .group--100 .teaser__alternative.teaser--100 .teaser__brand.-hrbb {
    height: 36px;
    height: 2.25rem;
    width: 76.23px;
    width: 4.7644rem;
  }
}

.group--100 .teaser--25 .teaser__brand.-hrbb,
.group--25 .teaser--100 .teaser__brand.-hrbb,
.group--50 .teaser--50 .teaser__brand.-hrbb,
.group--100 .teaser__alternative.teaser--50 .teaser__brand.-hrbb,
.group--50 .teaser__alternative.teaser--100 .teaser__brand.-hrbb {
  display: none;
}

@media (min-width: 30em) {
  .group--100 .teaser--25 .teaser__brand.-hrbb,
  .group--25 .teaser--100 .teaser__brand.-hrbb,
  .group--50 .teaser--50 .teaser__brand.-hrbb,
  .group--100 .teaser__alternative.teaser--50 .teaser__brand.-hrbb,
  .group--50 .teaser__alternative.teaser--100 .teaser__brand.-hrbb {
    display: block;
    height: 36px;
    height: 2.25rem;
    width: 76.23px;
    width: 4.7644rem;
  }
}

.group--100 .teaser--100 .teaser__brand.-hrinfo {
  height: 54px;
  height: 3.375rem;
  width: 115.94px;
  width: 7.2463rem;
}

@media (min-width: 30em) {
  .group--100 .teaser--100 .teaser__brand.-hrinfo {
    height: 68px;
    height: 4.25rem;
    width: 146px;
    width: 9.125rem;
  }
}

.group--100 .teaser--50 .teaser__brand.-hrinfo,
.group--50 .teaser--100 .teaser__brand.-hrinfo {
  height: 54px;
  height: 3.375rem;
  width: 115.94px;
  width: 7.2463rem;
}

.group--100 .teaser--33 .teaser__brand.-hrinfo,
.group--33 .teaser--100 .teaser__brand.-hrinfo,
.group--100 .teaser--66 .teaser__brand.-hrinfo,
.group--66 .teaser--100 .teaser__brand.-hrinfo,
.group--100 .teaser__alternative.teaser--100 .teaser__brand.-hrinfo {
  height: 50px;
  height: 3.125rem;
  width: 107.35px;
  width: 6.7094rem;
}

@media (min-width: 0em) and (max-width: 29.9375em) {
  .group--100 .teaser--33 .teaser__brand.-hrinfo,
  .group--33 .teaser--100 .teaser__brand.-hrinfo,
  .group--100 .teaser__alternative.teaser--100 .teaser__brand.-hrinfo {
    height: 36px;
    height: 2.25rem;
    width: 77.29px;
    width: 4.8306rem;
  }
}

.group--100 .teaser--25 .teaser__brand.-hrinfo,
.group--25 .teaser--100 .teaser__brand.-hrinfo,
.group--50 .teaser--50 .teaser__brand.-hrinfo,
.group--100 .teaser__alternative.teaser--50 .teaser__brand.-hrinfo,
.group--50 .teaser__alternative.teaser--100 .teaser__brand.-hrinfo {
  display: none;
}

@media (min-width: 30em) {
  .group--100 .teaser--25 .teaser__brand.-hrinfo,
  .group--25 .teaser--100 .teaser__brand.-hrinfo,
  .group--50 .teaser--50 .teaser__brand.-hrinfo,
  .group--100 .teaser__alternative.teaser--50 .teaser__brand.-hrinfo,
  .group--50 .teaser__alternative.teaser--100 .teaser__brand.-hrinfo {
    display: block;
    height: 36px;
    height: 2.25rem;
    width: 77.29px;
    width: 4.8306rem;
  }
}

.teaser__brand.-youfm {
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  margin-right: 10px;
  margin-right: 0.625rem;
}

.group--100 .teaser--100 .teaser__brand.-youfm {
  height: 38px;
  height: 2.375rem;
  width: 91px;
  width: 5.6875rem;
}

@media (min-width: 30em) {
  .group--100 .teaser--100 .teaser__brand.-youfm {
    height: 46px;
    height: 2.875rem;
    width: 110px;
    width: 6.875rem;
  }
}

.group--100 .teaser--50 .teaser__brand.-youfm,
.group--50 .teaser--100 .teaser__brand.-youfm {
  height: 38px;
  height: 2.375rem;
  width: 91px;
  width: 5.6875rem;
}

.group--100 .teaser--33 .teaser__brand.-youfm,
.group--33 .teaser--100 .teaser__brand.-youfm,
.group--100 .teaser--66 .teaser__brand.-youfm,
.group--66 .teaser--100 .teaser__brand.-youfm,
.group--100 .teaser__alternative.teaser--100 .teaser__brand.-youfm {
  height: 30px;
  height: 1.875rem;
  width: 72px;
  width: 4.5rem;
}

@media (min-width: 0em) and (max-width: 29.9375em) {
  .group--100 .teaser--33 .teaser__brand.-youfm,
  .group--33 .teaser--100 .teaser__brand.-youfm,
  .group--100 .teaser__alternative.teaser--100 .teaser__brand.-youfm {
    height: 24px;
    height: 1.5rem;
    width: 57px;
    width: 3.5625rem;
  }
}

.group--100 .teaser--25 .teaser__brand.-youfm,
.group--25 .teaser--100 .teaser__brand.-youfm,
.group--50 .teaser--50 .teaser__brand.-youfm,
.group--100 .teaser__alternative.teaser--50 .teaser__brand.-youfm,
.group--50 .teaser__alternative.teaser--100 .teaser__brand.-youfm {
  display: none;
}

@media (min-width: 30em) {
  .group--100 .teaser--25 .teaser__brand.-youfm,
  .group--25 .teaser--100 .teaser__brand.-youfm,
  .group--50 .teaser--50 .teaser__brand.-youfm,
  .group--100 .teaser__alternative.teaser--50 .teaser__brand.-youfm,
  .group--50 .teaser__alternative.teaser--100 .teaser__brand.-youfm {
    display: block;
    height: 24px;
    height: 1.5rem;
    width: 57px;
    width: 3.5625rem;
  }
}

.teaser__cluster {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.teaser__cluster__content {
  border: 1px solid #005293;
  border: 0.0625rem solid #005293;
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}

@media (min-width: 27em) {
  .teaser__cluster__content {
    padding-top: 40px;
    padding-top: 2.5rem;
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
  }
}

.teaser__cluster__item {
  border-bottom: 1px dotted #000;
}

.teaser__cluster__item:first-of-type {
  border-top: 1px dotted #000;
}

.teaser__cluster__mediaInfo {
  margin-top: 12px;
  margin-top: 0.75rem;
  margin-bottom: 2px;
  margin-bottom: 0.125rem;
}

@media (min-width: 40.625em) {
  .teaser__cluster__mediaInfo {
    margin-bottom: 4px;
    margin-bottom: 0.25rem;
  }
}

.teaser__cluster__mediaInfo .mediaInfo__label {
  margin-right: 10px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  line-height: 1.375rem;
}

.teaser__cluster__mediaInfo .mediaInfo__byline {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
}

.teaser__cluster__link {
  font-family: RobotoCond, sans-serif;
  margin-top: 8px;
  margin-top: 0.5rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  display: block;
}

.teaser__cluster__byline {
  display: block;
  margin-top: -8px;
  margin-top: -0.5rem;
  margin-bottom: 7px;
  margin-bottom: 0.4375rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
}

.teaser__cluster .headline {
  display: inline-block;
}

.teaser__cluster__headline {
  text-transform: uppercase;
  margin-top: -4px;
  margin-top: -0.25rem;
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
}

@media (min-width: 40.625em) {
  .teaser__cluster__headline {
    margin-top: -6px;
    margin-top: -0.375rem;
    margin-bottom: 26px;
    margin-bottom: 1.625rem;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}

.teaser__cluster__headline--logo {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 29px;
  line-height: 1.8125rem;
  margin-top: -8px;
  margin-top: -0.5rem;
  margin-bottom: 19px;
  margin-bottom: 1.1875rem;
}

@media (min-width: 40.625em) {
  .teaser__cluster__headline--logo {
    margin-top: -20px;
    margin-top: -1.25rem;
    margin-bottom: 18px;
    margin-bottom: 1.125rem;
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 49px;
    line-height: 3.0625rem;
  }
}

.teaser__cluster__firstEntryWraper {
  border-top: 1px dotted #000;
}

.teaser__cluster__firstEntry .image,
.teaser__cluster__firstEntry .ar--16x9 {
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
}

.teaser__cluster__orderedlist {
  counter-reset: li;
  /* hack didn't work with label and info */
  /* end hack */
}

.teaser__cluster__orderedlist .teaser__cluster__item {
  position: relative;
  list-style: none;
  padding: 0;
}

.teaser__cluster__orderedlist .teaser__cluster__item:before {
  position: absolute;
  top: 8px;
  top: 0.5rem;
  content: counter(li) ". ";
  counter-increment: li;
  font-weight: 700;
}

.teaser__cluster__orderedlist .teaser__cluster__link {
  display: inline-block;
  padding-left: 26px;
  padding-left: 1.625rem;
}

@media (min-width: 40.625em) {
  .group--100 .teaser--100.teaser__cluster {
    margin-top: 70px;
    margin-top: 4.375rem;
  }
}

@media (min-width: 40.625em) {
  .group--100 .teaser--100.teaser__cluster .teaser__cluster__list,
  .group--100 .teaser--100.teaser__cluster .teaser__cluster__orderedlist {
    width: 58.3333333333%;
    margin-left: 8.3333333333%;
  }
}

@media (min-width: 40.625em) {
  .group--100 .teaser--100.teaser__cluster .teaser__cluster__headline.firstEntry,
  .group--100 .teaser--100.teaser__cluster .teaser__cluster__headline--logo.firstEntry {
    width: 100%;
  }
}

@media (min-width: 40.625em) {
  .group--100 .teaser--100.teaser__cluster .teaser__cluster__firstEntry,
  .group--100 .teaser--100.teaser__cluster .teaser__cluster__headline,
  .group--100 .teaser--100.teaser__cluster .teaser__cluster__headline--logo {
    width: 33.3333333333%;
  }
}

@media (min-width: 40.625em) {
  .group--100 .teaser--100.teaser__cluster .teaser__cluster__imageLink {
    border-bottom: 1px dotted #000;
  }
}

@media (min-width: 40.625em) {
  .group--100 .teaser--100.teaser__cluster .teaser__cluster__mediaInfo {
    margin-top: 12px;
    margin-top: 0.75rem;
  }
  .group--100 .teaser--100.teaser__cluster .teaser__cluster__mediaInfo .mediaInfo__label {
    font-size: 16px;
    font-size: 1rem;
    line-height: 23px;
    line-height: 1.4375rem;
  }
}

@media (min-width: 43.75em) {
  .group--100 .teaser--100.teaser__cluster .teaser__cluster__list {
    margin-top: 0;
  }
}

@media (min-width: 37.5em) {
  .group--100 > .teaser__cluster.teaser--50 .teaser__cluster__mediaInfo,
  .group--50 > .teaser__cluster.teaser--100 .teaser__cluster__mediaInfo {
    margin-top: 12px;
    margin-top: 0.75rem;
  }
  .group--100 > .teaser__cluster.teaser--50 .teaser__cluster__mediaInfo .mediaInfo__label,
  .group--50 > .teaser__cluster.teaser--100 .teaser__cluster__mediaInfo .mediaInfo__label {
    font-size: 16px;
    font-size: 1rem;
    line-height: 23px;
    line-height: 1.4375rem;
  }
}

@media (min-width: 40.625em) {
  .group--100 > .teaser__cluster.teaser--66 {
    width: 66.6666666667%;
  }
}

@media (min-width: 40.625em) {
  .group--66 > .teaser__cluster.teaser--100 {
    width: 100%;
  }
}

@media (min-width: 40.625em) {
  .group--100 > .teaser__cluster.teaser--50 {
    width: 50%;
  }
}

@media (min-width: 40.625em) {
  .group--50 > .teaser__cluster.teaser--100 {
    width: 100%;
  }
}

@media (min-width: 43.75em) {
  .group--100 > .teaser__cluster.teaser--33 {
    width: 33.3333333333%;
  }
}

@media (min-width: 40.625em) {
  .group--33 > .teaser__cluster.teaser--100 {
    width: 100%;
  }
}

@media (min-width: 43.75em) {
  .group--100 > .teaser__cluster.teaser--25 {
    width: 25%;
  }
}

@media (min-width: 40.625em) {
  .group--25 > .teaser__cluster.teaser--100 {
    width: 100%;
  }
}

.logo {
  height: 1em;
  max-width: 100%;
  vertical-align: middle;
}

/*@

Die contentNav

*/
.contentNav {
  /* Label und Icon für label */
  /* Icon in der Liste */
}

.contentNav__headline .teaserGroup__text {
  display: none;
}

.contentNav .list {
  display: inline;
}

.contentNav .dropdown__label {
  position: relative;
  border-radius: 4px;
  border: 1px solid #005293;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: clip;
  text-overflow: ellipsis;
  text-overflow: "…   ";
  font-family: DIN, sans-serif;
  margin-top: -4px;
  margin-top: -0.25rem;
  margin-bottom: -4px;
  margin-bottom: -0.25rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  line-height: 25px;
  line-height: 1.5625rem;
  padding: 6px 45px 4px 11px;
  padding: 0.375rem 2.8125rem 0.25rem 0.6875rem;
}

.contentNav .dropdown__labelicon {
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  height: 100%;
  border-left: 1px solid #d8e9f6;
  text-align: center;
}

.contentNav .dropdown__label,
.contentNav .dropdown__label .icon {
  background-color: #fff;
  fill: #000;
}

.contentNav__icon {
  fill: #006dc1;
  width: 15px;
  margin-top: -2px;
  margin-right: 4px;
}

.contentNav .dropdown__label .icon {
  margin: 8px 0 0 0;
}

.contentNav .dropdown__content {
  padding-top: 10px;
  background-color: #fff;
}

.contentNav .dropdown__item {
  padding: 14px 20px 8px 11px;
  padding: 0.875rem 1.25rem 0.5rem 0.6875rem;
  border-bottom: 1px solid #e3e3e3;
  font-family: DIN, sans-serif;
  margin-top: -4px;
  margin-top: -0.25rem;
  margin-bottom: -4px;
  margin-bottom: -0.25rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: clip;
  text-overflow: ellipsis;
  text-overflow: "…";
}

.contentNav .dropdown__item--current {
  display: none;
}

.contentNav .dropdown__itemHeadline {
  padding: 8px 20px 4px 11px;
  padding: 0.5rem 1.25rem 0.25rem 0.6875rem;
  color: #606060;
  background-color: #e3e3e3;
}

.contentNav .dropdown__input {
  width: 92%;
  margin: 14px 20px 14px 11px;
  margin: 0.875rem 1.25rem 0.875rem 0.6875rem;
  padding: 6px 20px 6px 11px;
  padding: 0.375rem 1.25rem 0.375rem 0.6875rem;
}

.contentNav.-isActive .dropdown__content {
  padding-top: 0;
  position: absolute;
  top: 37px;
  width: 100%;
  box-shadow: 0.125em 0.5em 1em rgba(0, 0, 0, 0.4);
  z-index: 100;
}

@media (min-width: 27em) {
  .contentNav__headline .teaserGroup__text {
    display: inline-block;
  }
  .contentNav .dropdown__labelicon {
    top: 2px;
  }
}

@media (min-width: 43.75em) {
  .contentNav.-cn--mixed .dropdown__toggle, .contentNav.-cn--mixed .dropdown__label {
    position: absolute;
    left: -10000px;
    top: auto;
  }
  .contentNav.-cn--mixed .dropdown__content {
    position: relative;
    left: 0;
    height: auto;
  }
  .contentNav.-cn--mixed .dropdown__item {
    display: inline-block;
  }
  .contentNav.-cn--mixed .dropdown__item {
    display: inline-block;
    padding: 7px 20px 4px 16px;
    padding: 0.4375rem 1.25rem 0.25rem 1rem;
    border: 1px solid #005293;
    border-radius: 3px;
    font-family: DIN, sans-serif;
    font-size: 15px;
    font-size: 0.9375rem;
    height: 34px;
    height: 2.125rem;
    margin-right: 10px;
    margin-right: 0.625rem;
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: clip;
    text-overflow: ellipsis;
    text-overflow: "…";
  }
  .contentNav.-cn--mixed .dropdown__item:hover, .contentNav.-cn--mixed .dropdown__item--current {
    background: #005293;
    color: #fff;
  }
  .contentNav.-cn--mixed .dropdown__item:hover .contentNav__icon, .contentNav.-cn--mixed .dropdown__item--current .contentNav__icon {
    color: #fff;
    fill: #fff;
  }
  .contentNav.-cn--mixed .buttonList__button:last-child .dropdown__item {
    margin-right: 0;
  }
}

.contentNav.-cn--list .dropdown__item {
  display: inline-block;
  padding: 7px 20px 4px 16px;
  padding: 0.4375rem 1.25rem 0.25rem 1rem;
  border: 1px solid #005293;
  border-radius: 3px;
  font-family: DIN, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  height: 34px;
  height: 2.125rem;
  margin-right: 10px;
  margin-right: 0.625rem;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: clip;
  text-overflow: ellipsis;
  text-overflow: "…";
}

.contentNav.-cn--list .dropdown__item:hover, .contentNav.-cn--list .dropdown__item--current {
  background: #005293;
  color: #fff;
}

.contentNav.-cn--list .dropdown__item:hover .contentNav__icon, .contentNav.-cn--list .dropdown__item--current .contentNav__icon {
  color: #fff;
  fill: #fff;
}

.contentNav.-cn--list .buttonList__button:last-child .dropdown__item {
  margin-right: 0;
}

/**
 * Teaser Group behaviour
 */
@media (min-width: 43.75em) {
  .group--100 .teaser--100.-cn--mixed .dropdown__item,
  .group--100 .teaser--100.-cn--list .dropdown__item {
    width: auto;
  }
  .group--33 .teaser--100 .contentNav .dropdown__label,
  .group--33 .teaser--100 .contentNav .dropdown__item,
  .group--25 .teaser--100 .contentNav .dropdown__label,
  .group--25 .teaser--100 .contentNav .dropdown__item,
  .teaser--33 .contentNav .dropdown__label,
  .teaser--33 .contentNav .dropdown__item,
  .teaser--25 .contentNav .dropdown__label,
  .teaser--25 .contentNav .dropdown__item {
    width: 100%;
    margin-left: 0;
  }
}

.teaserGroup .-cn--dropdown:after {
  display: block;
  content: 'Fehlkonfiguration: Dropdowndarstellung benötigt Akzentuiergrupppe';
  width: 100%;
  min-height: 44px;
  border: 4px solid red;
  text-align: center;
  line-height: 40px;
}

.teaserGroup .-cn--dropdown .dropdown {
  display: none;
}

.group--66 .-cn--list:after,
.group--50 .-cn--list:after,
.group--25 .-cn--list:after,
.accentedGroup .-cn--list:after {
  display: block;
  content: 'Fehlkonfiguration: Listendarstellung nur in 100% und 33% (Inhalts)Gruppe';
  width: 100%;
  min-height: 44px;
  border: 4px solid red;
  text-align: center;
  line-height: 40px;
}

.group--66 .-cn--list .dropdown__item,
.group--50 .-cn--list .dropdown__item,
.group--25 .-cn--list .dropdown__item,
.accentedGroup .-cn--list .dropdown__item {
  display: none;
}

/**
 * Special behaviour in accentedGroup
 */
.accentedGroup .-cn--dropdown .dropdown__label {
  border: none;
}

.accentedGroup .-cn--list .dropdown__item {
  background-color: #fff;
}

@media (min-width: 40.625em) {
  .accentedGroup.group--100 .teaser--50 {
    width: 50%;
  }
}

@media (min-width: 43.75em) {
  .accentedGroup.group--100 .teaser--33 {
    width: 33.3333333333%;
  }
}

.accentedGroup .teaser {
  margin-top: 18px;
  margin-top: 1.125rem;
}

.teaser__geotag {
  display: none;
  position: absolute;
  top: 0;
  padding: 8px 10px 6px 10px;
  padding: 0.5rem 0.625rem 0.375rem 0.625rem;
  color: #FFF;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 17px;
  line-height: 1.0625rem;
  word-wrap: none;
  word-break: keep-all;
  white-space: nowrap;
  z-index: 5;
  pointer-events: none;
}

@media (min-width: 27em) {
  .teaser__geotag {
    display: block;
  }
}

/*@
*/
.teaserGroup__separator {
  position: relative;
  display: block;
  text-align: left;
  border-bottom: 1px solid #000;
}

@media (min-width: 27em) {
  .teaserGroup__separator {
    border-bottom: none;
    text-align: center;
  }
}

/*@
Erzeugt einen horizontalen Gruppentrenner zwischen den einzelnen Teasergruppen im mobilen Viewport.
*/
/*@
*/
.teaserGroup__separator:before {
  display: none;
}

@media (min-width: 27em) {
  .teaserGroup__separator:before {
    position: absolute;
    top: 60%;
    display: block;
    border-top: 1px solid #000;
    width: 100%;
    height: 1px;
    content: "";
    z-index: 1;
  }
}

/*@
Erzeugt den horizontalen Gruppentrenner in allen Viewports größer Mobile.
*/
/*@
*/
.teaserGroup__headline {
  margin-top: 44px;
  margin-top: 2.75rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 24px;
  line-height: 1.5rem;
  text-transform: uppercase;
}

@media (min-width: 27em) {
  .teaserGroup__headline {
    margin-top: 44px;
    margin-top: 2.75rem;
    margin-bottom: -4px;
    margin-bottom: -0.25rem;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}

@media (min-width: 40.625em) {
  .teaserGroup__headline {
    margin-top: 64px;
    margin-top: 4rem;
    margin-bottom: -24px;
    margin-bottom: -1.5rem;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}

/*@
Die Überschrift einer Teasergruppe.
*/
/*@
*/
.teaserGroup__text {
  position: relative;
  display: inline-block;
  background-color: #fff;
  z-index: 1;
}

@media (min-width: 0) and (max-width: 27em) {
  .teaserGroup__text {
    padding-left: 0;
    padding-right: 0;
  }
}

.accentedGroup {
  margin-top: 64px;
  margin-top: 4rem;
}

.accentedGroup.group--100, .accentedGroup.group--66, .accentedGroup.group--50, .accentedGroup.group--33 {
  width: 104.166666667%;
  margin-left: -2.0833333333%;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 27em) {
  .accentedGroup.group--100, .accentedGroup.group--66, .accentedGroup.group--50, .accentedGroup.group--33 {
    margin-left: 1.0416666667%;
  }
}

.accentedGroup__content {
  padding-top: 11px;
  padding-top: 0.6875rem;
  padding-bottom: 11px;
  padding-bottom: 0.6875rem;
  background-color: #d8e9f6;
}

.accentedGroup__headline {
  font-family: RobotoCond, sans-serif;
  font-weight: 700;
  background-color: none;
}

.accentedGroup__text {
  margin-top: 7px;
  margin-top: 0.4375rem;
  margin-bottom: -7px;
  margin-bottom: -0.4375rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
}

@media (min-width: 27em) {
  .accentedGroup.group--100, .accentedGroup.group--66 {
    width: 97.9166666667%;
  }
  .accentedGroup.group--50, .accentedGroup.group--33 {
    width: 47.9166666667%;
    margin-right: 1.0416666667%;
  }
  .accentedGroup__content {
    padding: 11px 14px 21px 14px;
    padding: 0.6875rem 0.875rem 1.3125rem 0.875rem;
  }
}

@media (min-width: 43.75em) {
  .accentedGroup.group--66 {
    width: 63.9166666667%;
    margin-right: 1.0416666667%;
  }
  .accentedGroup.group--33 {
    width: 31.8583333333%;
    margin-right: 1.0416666667%;
  }
}

/**/
.tabbedGroup {
  clear: both;
  border: 1px solid #005293;
  border-radius: 4px;
  min-height: 300px;
  margin-top: 86px;
  margin-bottom: 40px;
}

@media (min-width: 36em) {
  .tabbedGroup {
    border-radius: 0;
    margin-left: -2.0833333333%;
    margin-right: -2.0833333333%;
    padding: 0 2.0833333333% 35px 2.0833333333%;
  }
}

.tabbedGroup > section.teaserGroup {
  margin-top: 0;
}

@media (min-width: 40.625em) {
  .tabbedGroup > section.teaserGroup {
    margin-top: -26px;
  }
}

.tabbedGroup .teaserGroup .teaser:last-child {
  margin-bottom: 38px;
}

.tabbedGroup .teaserGroup__headline {
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 3px;
  font-weight: 400;
  text-transform: none;
  white-space: nowrap;
  line-height: 40px;
}

.tabbedGroup section:nth-child(2) > h3 {
  border-top: 0;
}

.tabbedGroup .headline--separator {
  cursor: pointer;
  border-top: 1px solid #005293;
  border-bottom: 0;
  font-family: DIN, sans-serif;
  padding: 0 2.0833333333%;
}

.tabbedGroup .headline--separator__text {
  background-color: transparent;
  font-size: 19px;
}

@media (min-width: 36em) {
  .tabbedGroup .headline--separator {
    display: none !important;
  }
}

.tabbedGroup .headline--separator:before {
  display: none !important;
}

.no-js .tabbedGroup .headline--separator {
  display: block !important;
  margin-top: 48px;
}

.tabbedGroup .tab__arrows {
  display: block;
  position: absolute;
  right: 16px;
  width: 32px;
  top: 0;
}

.tabbedGroup .arrow--up {
  display: none;
  color: #fff;
  fill: #fff;
  height: 9.6px;
}

.tabbedGroup .arrow--down {
  display: inline-block;
  color: #006dc1;
  fill: #006dc1;
  height: 9.6px;
}

.tabbedGroup .teaserGroup {
  display: block;
}

@media (min-width: 36em) {
  .tabbedGroup .teaserGroup {
    display: none;
  }
}

.tabbedGroup .teaserGroup .tabbedGroup__link,
.tabbedGroup .teaserGroup .teaser {
  display: none;
}

.no-js .tabbedGroup .teaserGroup {
  display: block;
}

.no-js .tabbedGroup .teaserGroup .tabbedGroup__link,
.no-js .tabbedGroup .teaserGroup .teaser {
  display: inline-block;
}

.no-js .tabbedGroup .teaserGroup,
.tabbedGroup .teaserGroup--active {
  display: inline-block;
}

.no-js .tabbedGroup .teaserGroup .tabbedGroup__link,
.no-js .tabbedGroup .teaserGroup .teaser,
.tabbedGroup .teaserGroup--active .tabbedGroup__link,
.tabbedGroup .teaserGroup--active .teaser {
  display: inline-block;
}

.no-js .tabbedGroup .teaserGroup .teaserGroup__headline,
.tabbedGroup .teaserGroup--active .teaserGroup__headline {
  background-color: #005293;
  color: #fff;
  font-weight: bold;
}

.no-js .tabbedGroup .teaserGroup .teaserGroup__headline a,
.tabbedGroup .teaserGroup--active .teaserGroup__headline a {
  color: #fff;
  width: 100%;
}

.no-js .tabbedGroup .teaserGroup .teaserGroup__headline .arrow--down,
.tabbedGroup .teaserGroup--active .teaserGroup__headline .arrow--down {
  display: none;
}

.no-js .tabbedGroup .teaserGroup .teaserGroup__headline .arrow--up,
.tabbedGroup .teaserGroup--active .teaserGroup__headline .arrow--up {
  display: inline-block;
}

.tabbedGroup .teaserGroup__text {
  background-color: transparent;
  cursor: pointer;
}

@media (min-width: 36em) {
  .tabbedGroup .teaserGroup__text {
    background-color: #fff;
  }
}

.tabbedGroup__nav {
  position: relative;
  display: none;
  text-align: center;
  width: 100%;
  margin-top: -1.05em;
}

@media (min-width: 36em) {
  .tabbedGroup__nav {
    display: block;
  }
}

.tabbedGroup__navFrame {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #005293;
  border-radius: 4px;
}

@media (min-width: 36em) {
  .tabbedGroup__navFrame {
    height: 33px;
  }
}

.tabbedGroup__separator {
  position: absolute;
  display: inline-block;
  height: 24px;
  margin-left: 12px;
  border-right: 1px solid #006dc1;
}

.tabbedGroup__navElement {
  display: inline-block;
  position: relative;
  padding: 1.0416666667% 2.0833333333%;
  color: #006dc1;
  text-decoration: none;
  white-space: nowrap;
  letter-spacing: 0;
  line-height: 24px;
  text-overflow: ellipsis;
}

@media (min-width: 27em) {
  .tabbedGroup__navElement {
    padding: 0.5208333333% 1.0416666667%;
  }
}

@media (min-width: 27em) {
  .tabbedGroup__navElement {
    padding: 3.5px 12px;
  }
}

@media (min-width: 60em) {
  .tabbedGroup__navElement {
    padding: 3.5px 12px;
  }
}

.tabbedGroup__navElement:focus {
  background-color: #005293;
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}

.tabbedGroup__navElement:focus .tabbedGroup__separator {
  display: none;
}

.tabbedGroup__navElement--active {
  background-color: #005293;
  color: #fff;
  font-weight: 700;
}

.tabbedGroup__navElement--active .tabbedGroup__separator {
  display: none;
}

.tabbedGroup__link {
  position: relative;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0 0.25em;
  padding: 0 0.25rem;
  margin-top: 2.5em;
  margin-top: 2.5rem;
  bottom: 1.25em;
  bottom: 1.25rem;
  font-size: 12px;
}

@media (min-width: 36em) {
  .tabbedGroup__link {
    bottom: -0.625em;
    bottom: -0.625rem;
    margin-top: 2.5em;
    margin-top: 2.5rem;
  }
}

.tabbedGroup__link--active {
  display: none;
}

@media (min-width: 36em) {
  .tabbedGroup__link--active {
    display: inline-block;
  }
}

.teaser__icon {
  float: left;
  width: 1.4em;
  height: 1.4em;
}

.teaser__icon.-small {
  width: 1em;
  height: 1em;
  margin: 0 1% 0 -2px;
}

.teaser__icon > .icon {
  fill: #868686;
  width: 100%;
  height: 100%;
}

.teaser__withPin {
  margin-left: 1.875em;
}

@media (min-width: 50em) {
  .teaser__withPin {
    margin-left: 2.275em;
  }
}

.teaser__mediaButtons {
  position: absolute;
  bottom: 0;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  margin-left: 2px;
  margin-left: 0.125rem;
  display: none;
}

@media (min-width: 37.5em) {
  .teaser__mediaButtons {
    display: block;
  }
}

.teaser__mediaButtons li {
  display: inline-block;
}

.teaser__mediaButtons .button-invert {
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3);
  margin-left: 8px;
  margin-left: 0.5rem;
}

.teaser__mediaButtons .link:hover {
  text-decoration: none;
}

.c-posterTeaser {
  position: relative;
  overflow: hidden;
}

.c-posterTeaser__background {
  position: absolute;
  bottom: 0;
  z-index: 8;
  width: 100%;
  background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
}

.c-posterTeaser__headline {
  color: #fff;
  padding: 0 15px;
  text-align: center;
  padding-top: 136px;
}

.c-posterTeaser.-small .c-posterTeaser__headline {
  text-align: left;
  padding-top: 40px;
}

.c-posterTeaser__topline {
  margin-top: -5px;
  margin-top: -0.3125rem;
  margin-bottom: -4px;
  margin-bottom: -0.25rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
}

.c-posterTeaser.-small .c-posterTeaser__headline {
  margin-top: -4px;
  margin-top: -0.25rem;
  margin-bottom: -3px;
  margin-bottom: -0.1875rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 19px;
  line-height: 1.1875rem;
}

@media (min-width: 25em) and (max-width: 40.5625em) {
  .c-posterTeaser.-small .c-posterTeaser__headline {
    margin-top: -5px;
    margin-top: -0.3125rem;
    margin-bottom: -4px;
    margin-bottom: -0.25rem;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
}

.c-posterTeaser__title {
  margin-top: 3px;
  margin-top: 0.1875rem;
  margin-bottom: -5px;
  margin-bottom: -0.3125rem;
  font-size: 29px;
  font-size: 1.8125rem;
  line-height: 34px;
  line-height: 2.125rem;
}

.c-posterTeaser.-small .c-posterTeaser__title {
  margin-top: 4px;
  margin-top: 0.25rem;
  margin-bottom: -5px;
  margin-bottom: -0.3125rem;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 29px;
  line-height: 1.8125rem;
}

@media (min-width: 25em) and (max-width: 40.5625em) {
  .c-posterTeaser.-small .c-posterTeaser__title {
    margin-top: 3px;
    margin-top: 0.1875rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 29px;
    font-size: 1.8125rem;
    line-height: 34px;
    line-height: 2.125rem;
  }
}

.c-posterTeaser__byline {
  color: #fff;
  text-align: center;
  padding: 0 15px;
  margin-top: 7px;
  margin-top: 0.4375rem;
  margin-bottom: -5px;
  margin-bottom: -0.3125rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
}

.c-posterTeaser__shorttext {
  padding: 0 15px;
  color: #fff;
  text-align: center;
  margin-top: 26px;
  margin-top: 1.625rem;
  margin-bottom: -4px;
  margin-bottom: -0.25rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  display: none;
}

.c-posterTeaser__shorttext.is-open {
  display: block;
}

.c-posterTeaser__toggleRow {
  text-align: center;
  line-height: 1;
}

.c-posterTeaser button.c-posterTeaser__toggle {
  padding: 13px 15px 18px;
  line-height: 1;
  border: none;
  background: none;
}

.c-posterTeaser__toggleIcon {
  fill: #fff;
}

.c-posterTeaser__toggleIcon.-up {
  width: 14px;
  width: 0.875rem;
  height: 14px;
  height: 0.875rem;
}

.is-open > .c-posterTeaser__toggleIcon.-up {
  width: 0;
  height: 0;
}

.c-posterTeaser__toggleIcon.-down {
  width: 0;
  height: 0;
}

.is-open > .c-posterTeaser__toggleIcon.-down {
  width: 14px;
  width: 0.875rem;
  height: 14px;
  height: 0.875rem;
}

.c-posterTeaser__more {
  display: block;
  margin-top: 44px;
  padding: 15px 15px 13px;
  color: #fff;
  border-top: 1px solid #fff;
  text-align: center;
  line-height: 1;
  font-size: 15px;
  font-size: 0.9375rem;
}

.c-posterTeaser__more:hover {
  text-decoration: underline;
}

.c-posterTeaser.-small .c-posterTeaser__more {
  margin-top: 20px;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 40.625em) and (max-width: 49.9375em) {
  .c-posterTeaser.-small .c-posterTeaser__more {
    margin-top: 12px;
  }
}

@media (min-width: 25em) and (max-width: 40.5625em) {
  .c-posterTeaser.-small .c-posterTeaser__more {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.c-posterTeaser__toggleRow + .c-posterTeaser__more {
  margin-top: 0;
}

/********** 100% Teaser ***********/
.group--100 > .teaser__standard.teaser--100 .teaser__topline {
  margin-top: 7px;
  margin-top: 0.4375rem;
  margin-bottom: -4px;
  margin-bottom: -0.25rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
}

.group--100 > .teaser__standard.teaser--100 .teaser__headline {
  margin-top: 4px;
  margin-top: 0.25rem;
  margin-bottom: -5px;
  margin-bottom: -0.3125rem;
  font-size: 29px;
  font-size: 1.8125rem;
  line-height: 34px;
  line-height: 2.125rem;
}

.group--100 > .teaser__standard.teaser--100 .teaser__icon {
  font-size: 29px;
  font-size: 1.8125rem;
  line-height: 34px;
  line-height: 2.125rem;
}

.group--100 > .teaser__standard.teaser--100 .teaser__byline {
  margin-top: 12px;
  margin-top: 0.75rem;
  margin-bottom: -5px;
  margin-bottom: -0.3125rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
}

.group--100 > .teaser__standard.teaser--100 .teaser__text {
  margin-top: 15px;
  margin-top: 0.9375rem;
  margin-bottom: -7px;
  margin-bottom: -0.4375rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
}

.group--100 > .teaser__standard.teaser--100 .teaser__author {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
}

.group--100 > .teaser__standard.teaser--100 .teaser__mediaInfo {
  margin-top: 14px;
  margin-top: 0.875rem;
}

.group--100 > .teaser__standard.teaser--100 .teaser__mediaInfo .mediaInfo__label {
  margin-right: 10px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 23px;
  line-height: 1.4375rem;
}

.group--100 > .teaser__standard.teaser--100 .teaser__mediaInfo .mediaInfo__byline {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
}

.group--100 > .teaser__standard.teaser--100 .teaser__mediaInfo.-noConsumption {
  margin-top: 0;
}

.group--100 > .teaser__standard.teaser--100.teaser--media .teaser__headline {
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: -5px;
  margin-bottom: -0.3125rem;
  font-size: 29px;
  font-size: 1.8125rem;
  line-height: 34px;
  line-height: 2.125rem;
}

.group--100 > .teaser__standard.teaser--100 .teaser__mediaInfo + .teaser__headline {
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: -5px;
  margin-bottom: -0.3125rem;
  font-size: 29px;
  font-size: 1.8125rem;
  line-height: 34px;
  line-height: 2.125rem;
}

@media (min-width: 0em) and (max-width: 29.9375em) {
  .group--100 > .teaser__standard.teaser--100 .teaser__shorttext {
    display: none;
  }
  .group--100 > .teaser__standard.teaser--100 .teaser__author {
    display: none;
  }
  .group--100 > .teaser__standard.teaser--100 .teaser__textLink {
    display: none;
  }
  .group--100 > .teaser__standard.teaser--100 .teaser__text.-hasExtOrBrandLink .teaser__textLink {
    display: block;
  }
}

@media (min-width: 40.625em) and (max-width: 49.9375em) {
  .group--100 > .teaser__standard.teaser--100 .teaser__topline {
    margin-top: 14px;
    margin-top: 0.875rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 26px;
    line-height: 1.625rem;
  }
  .group--100 > .teaser__standard.teaser--100 .teaser__headline {
    margin-top: 7px;
    margin-top: 0.4375rem;
    margin-bottom: -7px;
    margin-bottom: -0.4375rem;
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 39px;
    line-height: 2.4375rem;
  }
  .group--100 > .teaser__standard.teaser--100 .teaser__icon {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 39px;
    line-height: 2.4375rem;
  }
  .group--100 > .teaser__standard.teaser--100 .teaser__byline {
    margin-top: 16px;
    margin-top: 1rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 19px;
    line-height: 1.1875rem;
  }
  .group--100 > .teaser__standard.teaser--100 .teaser__text {
    margin-top: 15px;
    margin-top: 0.9375rem;
    margin-bottom: -7px;
    margin-bottom: -0.4375rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  .group--100 > .teaser__standard.teaser--100 .teaser__author {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 > .teaser__standard.teaser--100 .teaser__mediaInfo {
    margin-top: 14px;
    margin-top: 0.875rem;
  }
  .group--100 > .teaser__standard.teaser--100 .teaser__mediaInfo .mediaInfo__label {
    margin-right: 10px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 26px;
    line-height: 1.625rem;
  }
  .group--100 > .teaser__standard.teaser--100 .teaser__mediaInfo .mediaInfo__byline {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 19px;
    line-height: 1.1875rem;
  }
  .group--100 > .teaser__standard.teaser--100 .teaser__mediaInfo.-noConsumption {
    margin-top: 0;
  }
  .group--100 > .teaser__standard.teaser--100.teaser--media .teaser__headline {
    margin-top: 1px;
    margin-top: 0.0625rem;
    margin-bottom: -7px;
    margin-bottom: -0.4375rem;
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 39px;
    line-height: 2.4375rem;
  }
  .group--100 > .teaser__standard.teaser--100 .teaser__mediaInfo + .teaser__headline {
    margin-top: 1px;
    margin-top: 0.0625rem;
    margin-bottom: -7px;
    margin-bottom: -0.4375rem;
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 39px;
    line-height: 2.4375rem;
  }
}

@media (min-width: 50em) {
  .group--100 > .teaser__standard.teaser--100 .teaser__topline {
    margin-top: 14px;
    margin-top: 0.875rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 26px;
    line-height: 1.625rem;
  }
  .group--100 > .teaser__standard.teaser--100 .teaser__headline {
    margin-top: 7px;
    margin-top: 0.4375rem;
    margin-bottom: -7px;
    margin-bottom: -0.4375rem;
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 39px;
    line-height: 2.4375rem;
  }
  .group--100 > .teaser__standard.teaser--100 .teaser__icon {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 39px;
    line-height: 2.4375rem;
  }
  .group--100 > .teaser__standard.teaser--100 .teaser__byline {
    margin-top: 16px;
    margin-top: 1rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 19px;
    line-height: 1.1875rem;
  }
  .group--100 > .teaser__standard.teaser--100 .teaser__text {
    margin-top: 15px;
    margin-top: 0.9375rem;
    margin-bottom: -7px;
    margin-bottom: -0.4375rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  .group--100 > .teaser__standard.teaser--100 .teaser__author {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 > .teaser__standard.teaser--100 .teaser__mediaInfo {
    margin-top: 14px;
    margin-top: 0.875rem;
  }
  .group--100 > .teaser__standard.teaser--100 .teaser__mediaInfo .mediaInfo__label {
    margin-right: 10px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 26px;
    line-height: 1.625rem;
  }
  .group--100 > .teaser__standard.teaser--100 .teaser__mediaInfo .mediaInfo__byline {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 19px;
    line-height: 1.1875rem;
  }
  .group--100 > .teaser__standard.teaser--100 .teaser__mediaInfo.-noConsumption {
    margin-top: 0;
  }
  .group--100 > .teaser__standard.teaser--100.teaser--media .teaser__headline {
    margin-top: 1px;
    margin-top: 0.0625rem;
    margin-bottom: -7px;
    margin-bottom: -0.4375rem;
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 39px;
    line-height: 2.4375rem;
  }
  .group--100 > .teaser__standard.teaser--100 .teaser__mediaInfo + .teaser__headline {
    margin-top: 1px;
    margin-top: 0.0625rem;
    margin-bottom: -7px;
    margin-bottom: -0.4375rem;
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 39px;
    line-height: 2.4375rem;
  }
}

/* 100% Teaser als Aufmacher (erster Teaser einer Seite) */
.teaser__standard.teaser--100.-first {
  margin-top: 40px;
  margin-top: 2.5rem;
}

@media (min-width: 38em) and (max-width: 49.9375em) {
  .teaser__standard.teaser--100.-first {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
}

.teaser__standard.teaser--100.-first .teaser__lead {
  /* Display the image in full width*/
}

@media (min-width: 0em) and (max-width: 49.9375em) {
  .teaser__standard.teaser--100.-first .teaser__lead {
    margin-left: -2.0833333333%;
    margin-right: -2.0833333333%;
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
}

@media (min-width: 50em) {
  .teaser__standard.teaser--100.-first .teaser__lead {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
}

@media (min-width: 50em) {
  .teaser__standard.teaser--100.-first {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    /* Blende in mobiler Ansicht beim ersten Teaser den Teasertext ein.*/
  }
  .teaser__standard.teaser--100.-first .teaser__lead {
    /* ..dann Bild unter dem headline (MOBILE) */
    -ms-flex-order: 2;
    order: 2;
  }
  .teaser__standard.teaser--100.-first .teaser__headlineLink {
    /* ..dann headline über dem Bild (MOBILE) */
    -ms-flex-order: 1;
    order: 1;
  }
  .teaser__standard.teaser--100.-first .teaser__byline {
    /* ..dann headline über dem Bild (MOBILE) */
    -ms-flex-order: 1;
    order: 1;
  }
  .teaser__standard.teaser--100.-first .teaser__text {
    -ms-flex-order: 3;
    order: 3;
  }
  .teaser__standard.teaser--100.-first .teaser__mediaInfo {
    margin-top: 0;
  }
  .teaser__standard.teaser--100.-first .teaser__topline {
    margin-top: -6px;
    margin-top: -0.375rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 26px;
    line-height: 1.625rem;
  }
}

@media (min-width: 0em) {
  .teaser__standard.teaser--100.-first .teaser__mediaButtons {
    display: block;
  }
}

/********** 50% Teaser ***********/
.group--100 > .teaser__standard.teaser--50 .teaser__topline,
.group--50 > .teaser__standard.teaser--100 .teaser__topline {
  margin-top: 6px;
  margin-top: 0.375rem;
  margin-bottom: -3px;
  margin-bottom: -0.1875rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 19px;
  line-height: 1.1875rem;
}

.group--100 > .teaser__standard.teaser--50 .teaser__headline,
.group--50 > .teaser__standard.teaser--100 .teaser__headline {
  margin-top: 4px;
  margin-top: 0.25rem;
  margin-bottom: -4px;
  margin-bottom: -0.25rem;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 24px;
  line-height: 1.5rem;
}

.group--100 > .teaser__standard.teaser--50 .teaser__icon,
.group--50 > .teaser__standard.teaser--100 .teaser__icon {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 24px;
  line-height: 1.5rem;
}

.group--100 > .teaser__standard.teaser--50 .teaser__byline,
.group--50 > .teaser__standard.teaser--100 .teaser__byline {
  margin-top: 12px;
  margin-top: 0.75rem;
  margin-bottom: -5px;
  margin-bottom: -0.3125rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
}

.group--100 > .teaser__standard.teaser--50 .teaser__text,
.group--50 > .teaser__standard.teaser--100 .teaser__text {
  margin-top: 15px;
  margin-top: 0.9375rem;
  margin-bottom: -7px;
  margin-bottom: -0.4375rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
}

.group--100 > .teaser__standard.teaser--50 .teaser__author,
.group--50 > .teaser__standard.teaser--100 .teaser__author {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
}

.group--100 > .teaser__standard.teaser--50 .teaser__mediaInfo,
.group--50 > .teaser__standard.teaser--100 .teaser__mediaInfo {
  margin-top: 6px;
  margin-top: 0.375rem;
}

.group--100 > .teaser__standard.teaser--50 .teaser__mediaInfo .mediaInfo__label,
.group--50 > .teaser__standard.teaser--100 .teaser__mediaInfo .mediaInfo__label {
  margin-right: 10px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  line-height: 1.375rem;
}

.group--100 > .teaser__standard.teaser--50 .teaser__mediaInfo .mediaInfo__byline,
.group--50 > .teaser__standard.teaser--100 .teaser__mediaInfo .mediaInfo__byline {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
}

.group--100 > .teaser__standard.teaser--50 .teaser__mediaInfo.-noConsumption,
.group--50 > .teaser__standard.teaser--100 .teaser__mediaInfo.-noConsumption {
  margin-top: 0;
}

.group--100 > .teaser__standard.teaser--50.teaser--media .teaser__headline,
.group--50 > .teaser__standard.teaser--100.teaser--media .teaser__headline {
  margin-top: 1px;
  margin-top: 0.0625rem;
  margin-bottom: -4px;
  margin-bottom: -0.25rem;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 24px;
  line-height: 1.5rem;
}

.group--100 > .teaser__standard.teaser--50 .teaser__mediaInfo + .teaser__headline,
.group--50 > .teaser__standard.teaser--100 .teaser__mediaInfo + .teaser__headline {
  margin-top: 1px;
  margin-top: 0.0625rem;
  margin-bottom: -4px;
  margin-bottom: -0.25rem;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 24px;
  line-height: 1.5rem;
}

.group--100 > .teaser__standard.teaser--50.teaser--noImage .teaser__topline,
.group--50 > .teaser__standard.teaser--100.teaser--noImage .teaser__topline {
  margin-top: -4px;
  margin-top: -0.25rem;
  margin-bottom: -3px;
  margin-bottom: -0.1875rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 19px;
  line-height: 1.1875rem;
}

.group--100 > .teaser__standard.teaser--50.teaser--noImage .teaser__headline,
.group--50 > .teaser__standard.teaser--100.teaser--noImage .teaser__headline {
  margin-top: 4px;
  margin-top: 0.25rem;
  margin-bottom: -4px;
  margin-bottom: -0.25rem;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 24px;
  line-height: 1.5rem;
}

.group--100 > .teaser__standard.teaser--50.teaser--noImage .teaser__icon,
.group--50 > .teaser__standard.teaser--100.teaser--noImage .teaser__icon {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 24px;
  line-height: 1.5rem;
}

.group--100 > .teaser__standard.teaser--50.teaser--noImage .teaser__byline,
.group--50 > .teaser__standard.teaser--100.teaser--noImage .teaser__byline {
  margin-top: 12px;
  margin-top: 0.75rem;
  margin-bottom: -5px;
  margin-bottom: -0.3125rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
}

.group--100 > .teaser__standard.teaser--50.teaser--noImage .teaser__text,
.group--50 > .teaser__standard.teaser--100.teaser--noImage .teaser__text {
  margin-top: 15px;
  margin-top: 0.9375rem;
  margin-bottom: -7px;
  margin-bottom: -0.4375rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
}

.group--100 > .teaser__standard.teaser--50.teaser--noImage .teaser__author,
.group--50 > .teaser__standard.teaser--100.teaser--noImage .teaser__author {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
}

.group--100 > .teaser__standard.teaser--50.teaser--noImage .teaser__mediaInfo,
.group--50 > .teaser__standard.teaser--100.teaser--noImage .teaser__mediaInfo {
  margin-top: 0px;
  margin-top: 0rem;
}

.group--100 > .teaser__standard.teaser--50.teaser--noImage .teaser__mediaInfo .mediaInfo__label,
.group--50 > .teaser__standard.teaser--100.teaser--noImage .teaser__mediaInfo .mediaInfo__label {
  margin-right: 10px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  line-height: 1.375rem;
}

.group--100 > .teaser__standard.teaser--50.teaser--noImage .teaser__mediaInfo .mediaInfo__byline,
.group--50 > .teaser__standard.teaser--100.teaser--noImage .teaser__mediaInfo .mediaInfo__byline {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
}

.group--100 > .teaser__standard.teaser--50.teaser--noImage .teaser__mediaInfo.-noConsumption,
.group--50 > .teaser__standard.teaser--100.teaser--noImage .teaser__mediaInfo.-noConsumption {
  margin-top: 0;
}

.group--100 > .teaser__standard.teaser--50.teaser--noImage.teaser--media .teaser__headline,
.group--50 > .teaser__standard.teaser--100.teaser--noImage.teaser--media .teaser__headline {
  margin-top: 5px;
  margin-top: 0.3125rem;
  margin-bottom: -4px;
  margin-bottom: -0.25rem;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 24px;
  line-height: 1.5rem;
}

.group--100 > .teaser__standard.teaser--50.teaser--noImage .teaser__mediaInfo + .teaser__headline,
.group--50 > .teaser__standard.teaser--100.teaser--noImage .teaser__mediaInfo + .teaser__headline {
  margin-top: 5px;
  margin-top: 0.3125rem;
  margin-bottom: -4px;
  margin-bottom: -0.25rem;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 24px;
  line-height: 1.5rem;
}

@media (min-width: 0em) and (max-width: 29.9375em) {
  .group--100 > .teaser__standard.teaser--50 .teaser__shorttext,
  .group--50 > .teaser__standard.teaser--100 .teaser__shorttext {
    display: none;
  }
  .group--100 > .teaser__standard.teaser--50 .teaser__author,
  .group--50 > .teaser__standard.teaser--100 .teaser__author {
    display: none;
  }
  .group--100 > .teaser__standard.teaser--50 .teaser__textLink,
  .group--50 > .teaser__standard.teaser--100 .teaser__textLink {
    display: none;
  }
  .group--100 > .teaser__standard.teaser--50 .teaser__text.-hasExtOrBrandLink .teaser__textLink,
  .group--50 > .teaser__standard.teaser--100 .teaser__text.-hasExtOrBrandLink .teaser__textLink {
    display: block;
  }
}

@media (min-width: 30em) and (max-width: 49.9375em) {
  .group--100 > .teaser__standard.teaser--50 .teaser__topline,
  .group--50 > .teaser__standard.teaser--100 .teaser__topline {
    margin-top: 15px;
    margin-top: 0.9375rem;
    margin-bottom: -4px;
    margin-bottom: -0.25rem;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  .group--100 > .teaser__standard.teaser--50 .teaser__headline,
  .group--50 > .teaser__standard.teaser--100 .teaser__headline {
    margin-top: 5px;
    margin-top: 0.3125rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 29px;
    line-height: 1.8125rem;
  }
  .group--100 > .teaser__standard.teaser--50 .teaser__icon,
  .group--50 > .teaser__standard.teaser--100 .teaser__icon {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 29px;
    line-height: 1.8125rem;
  }
  .group--100 > .teaser__standard.teaser--50 .teaser__byline,
  .group--50 > .teaser__standard.teaser--100 .teaser__byline {
    margin-top: 12px;
    margin-top: 0.75rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 > .teaser__standard.teaser--50 .teaser__text,
  .group--50 > .teaser__standard.teaser--100 .teaser__text {
    margin-top: 15px;
    margin-top: 0.9375rem;
    margin-bottom: -7px;
    margin-bottom: -0.4375rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  .group--100 > .teaser__standard.teaser--50 .teaser__author,
  .group--50 > .teaser__standard.teaser--100 .teaser__author {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 > .teaser__standard.teaser--50 .teaser__mediaInfo,
  .group--50 > .teaser__standard.teaser--100 .teaser__mediaInfo {
    margin-top: 14px;
    margin-top: 0.875rem;
  }
  .group--100 > .teaser__standard.teaser--50 .teaser__mediaInfo .mediaInfo__label,
  .group--50 > .teaser__standard.teaser--100 .teaser__mediaInfo .mediaInfo__label {
    margin-right: 10px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 23px;
    line-height: 1.4375rem;
  }
  .group--100 > .teaser__standard.teaser--50 .teaser__mediaInfo .mediaInfo__byline,
  .group--50 > .teaser__standard.teaser--100 .teaser__mediaInfo .mediaInfo__byline {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 > .teaser__standard.teaser--50 .teaser__mediaInfo.-noConsumption,
  .group--50 > .teaser__standard.teaser--100 .teaser__mediaInfo.-noConsumption {
    margin-top: 0;
  }
  .group--100 > .teaser__standard.teaser--50.teaser--media .teaser__headline,
  .group--50 > .teaser__standard.teaser--100.teaser--media .teaser__headline {
    margin-top: 1px;
    margin-top: 0.0625rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 29px;
    line-height: 1.8125rem;
  }
  .group--100 > .teaser__standard.teaser--50 .teaser__mediaInfo + .teaser__headline,
  .group--50 > .teaser__standard.teaser--100 .teaser__mediaInfo + .teaser__headline {
    margin-top: 1px;
    margin-top: 0.0625rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 29px;
    line-height: 1.8125rem;
  }
  .group--100 > .teaser__standard.teaser--50.teaser--noImage .teaser__topline,
  .group--50 > .teaser__standard.teaser--100.teaser--noImage .teaser__topline {
    margin-top: -5px;
    margin-top: -0.3125rem;
    margin-bottom: -4px;
    margin-bottom: -0.25rem;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  .group--100 > .teaser__standard.teaser--50.teaser--noImage .teaser__headline,
  .group--50 > .teaser__standard.teaser--100.teaser--noImage .teaser__headline {
    margin-top: 5px;
    margin-top: 0.3125rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 29px;
    line-height: 1.8125rem;
  }
  .group--100 > .teaser__standard.teaser--50.teaser--noImage .teaser__icon,
  .group--50 > .teaser__standard.teaser--100.teaser--noImage .teaser__icon {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 29px;
    line-height: 1.8125rem;
  }
  .group--100 > .teaser__standard.teaser--50.teaser--noImage .teaser__byline,
  .group--50 > .teaser__standard.teaser--100.teaser--noImage .teaser__byline {
    margin-top: 12px;
    margin-top: 0.75rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 > .teaser__standard.teaser--50.teaser--noImage .teaser__text,
  .group--50 > .teaser__standard.teaser--100.teaser--noImage .teaser__text {
    margin-top: 15px;
    margin-top: 0.9375rem;
    margin-bottom: -7px;
    margin-bottom: -0.4375rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  .group--100 > .teaser__standard.teaser--50.teaser--noImage .teaser__author,
  .group--50 > .teaser__standard.teaser--100.teaser--noImage .teaser__author {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 > .teaser__standard.teaser--50.teaser--noImage .teaser__mediaInfo,
  .group--50 > .teaser__standard.teaser--100.teaser--noImage .teaser__mediaInfo {
    margin-top: 0px;
    margin-top: 0rem;
  }
  .group--100 > .teaser__standard.teaser--50.teaser--noImage .teaser__mediaInfo .mediaInfo__label,
  .group--50 > .teaser__standard.teaser--100.teaser--noImage .teaser__mediaInfo .mediaInfo__label {
    margin-right: 10px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 23px;
    line-height: 1.4375rem;
  }
  .group--100 > .teaser__standard.teaser--50.teaser--noImage .teaser__mediaInfo .mediaInfo__byline,
  .group--50 > .teaser__standard.teaser--100.teaser--noImage .teaser__mediaInfo .mediaInfo__byline {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 > .teaser__standard.teaser--50.teaser--noImage .teaser__mediaInfo.-noConsumption,
  .group--50 > .teaser__standard.teaser--100.teaser--noImage .teaser__mediaInfo.-noConsumption {
    margin-top: 0;
  }
  .group--100 > .teaser__standard.teaser--50.teaser--noImage.teaser--media .teaser__headline,
  .group--50 > .teaser__standard.teaser--100.teaser--noImage.teaser--media .teaser__headline {
    margin-top: 1px;
    margin-top: 0.0625rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 29px;
    line-height: 1.8125rem;
  }
  .group--100 > .teaser__standard.teaser--50.teaser--noImage .teaser__mediaInfo + .teaser__headline,
  .group--50 > .teaser__standard.teaser--100.teaser--noImage .teaser__mediaInfo + .teaser__headline {
    margin-top: 1px;
    margin-top: 0.0625rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 29px;
    line-height: 1.8125rem;
  }
}

@media (min-width: 30em) {
  .group--100 > .teaser__standard.teaser--50 .teaser__text,
  .group--50 > .teaser__standard.teaser--100 .teaser__text {
    display: block;
  }
}

@media (min-width: 50em) {
  .group--100 > .teaser__standard.teaser--50 .teaser__topline,
  .group--50 > .teaser__standard.teaser--100 .teaser__topline {
    margin-top: 15px;
    margin-top: 0.9375rem;
    margin-bottom: -4px;
    margin-bottom: -0.25rem;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  .group--100 > .teaser__standard.teaser--50 .teaser__headline,
  .group--50 > .teaser__standard.teaser--100 .teaser__headline {
    margin-top: 4px;
    margin-top: 0.25rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 29px;
    font-size: 1.8125rem;
    line-height: 34px;
    line-height: 2.125rem;
  }
  .group--100 > .teaser__standard.teaser--50 .teaser__icon,
  .group--50 > .teaser__standard.teaser--100 .teaser__icon {
    font-size: 29px;
    font-size: 1.8125rem;
    line-height: 34px;
    line-height: 2.125rem;
  }
  .group--100 > .teaser__standard.teaser--50 .teaser__byline,
  .group--50 > .teaser__standard.teaser--100 .teaser__byline {
    margin-top: 12px;
    margin-top: 0.75rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 > .teaser__standard.teaser--50 .teaser__text,
  .group--50 > .teaser__standard.teaser--100 .teaser__text {
    margin-top: 15px;
    margin-top: 0.9375rem;
    margin-bottom: -7px;
    margin-bottom: -0.4375rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  .group--100 > .teaser__standard.teaser--50 .teaser__author,
  .group--50 > .teaser__standard.teaser--100 .teaser__author {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 > .teaser__standard.teaser--50 .teaser__mediaInfo,
  .group--50 > .teaser__standard.teaser--100 .teaser__mediaInfo {
    margin-top: 15px;
    margin-top: 0.9375rem;
  }
  .group--100 > .teaser__standard.teaser--50 .teaser__mediaInfo .mediaInfo__label,
  .group--50 > .teaser__standard.teaser--100 .teaser__mediaInfo .mediaInfo__label {
    margin-right: 10px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 23px;
    line-height: 1.4375rem;
  }
  .group--100 > .teaser__standard.teaser--50 .teaser__mediaInfo .mediaInfo__byline,
  .group--50 > .teaser__standard.teaser--100 .teaser__mediaInfo .mediaInfo__byline {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 > .teaser__standard.teaser--50 .teaser__mediaInfo.-noConsumption,
  .group--50 > .teaser__standard.teaser--100 .teaser__mediaInfo.-noConsumption {
    margin-top: 0;
  }
  .group--100 > .teaser__standard.teaser--50.teaser--media .teaser__headline,
  .group--50 > .teaser__standard.teaser--100.teaser--media .teaser__headline {
    margin-top: 0px;
    margin-top: 0rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 29px;
    font-size: 1.8125rem;
    line-height: 34px;
    line-height: 2.125rem;
  }
  .group--100 > .teaser__standard.teaser--50 .teaser__mediaInfo + .teaser__headline,
  .group--50 > .teaser__standard.teaser--100 .teaser__mediaInfo + .teaser__headline {
    margin-top: 0px;
    margin-top: 0rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 29px;
    font-size: 1.8125rem;
    line-height: 34px;
    line-height: 2.125rem;
  }
  .group--100 > .teaser__standard.teaser--50.teaser--noImage .teaser__topline,
  .group--50 > .teaser__standard.teaser--100.teaser--noImage .teaser__topline {
    margin-top: -5px;
    margin-top: -0.3125rem;
    margin-bottom: -4px;
    margin-bottom: -0.25rem;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  .group--100 > .teaser__standard.teaser--50.teaser--noImage .teaser__headline,
  .group--50 > .teaser__standard.teaser--100.teaser--noImage .teaser__headline {
    margin-top: 4px;
    margin-top: 0.25rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 29px;
    font-size: 1.8125rem;
    line-height: 34px;
    line-height: 2.125rem;
  }
  .group--100 > .teaser__standard.teaser--50.teaser--noImage .teaser__icon,
  .group--50 > .teaser__standard.teaser--100.teaser--noImage .teaser__icon {
    font-size: 29px;
    font-size: 1.8125rem;
    line-height: 34px;
    line-height: 2.125rem;
  }
  .group--100 > .teaser__standard.teaser--50.teaser--noImage .teaser__byline,
  .group--50 > .teaser__standard.teaser--100.teaser--noImage .teaser__byline {
    margin-top: 12px;
    margin-top: 0.75rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 > .teaser__standard.teaser--50.teaser--noImage .teaser__text,
  .group--50 > .teaser__standard.teaser--100.teaser--noImage .teaser__text {
    margin-top: 15px;
    margin-top: 0.9375rem;
    margin-bottom: -7px;
    margin-bottom: -0.4375rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  .group--100 > .teaser__standard.teaser--50.teaser--noImage .teaser__author,
  .group--50 > .teaser__standard.teaser--100.teaser--noImage .teaser__author {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 > .teaser__standard.teaser--50.teaser--noImage .teaser__mediaInfo,
  .group--50 > .teaser__standard.teaser--100.teaser--noImage .teaser__mediaInfo {
    margin-top: 0px;
    margin-top: 0rem;
  }
  .group--100 > .teaser__standard.teaser--50.teaser--noImage .teaser__mediaInfo .mediaInfo__label,
  .group--50 > .teaser__standard.teaser--100.teaser--noImage .teaser__mediaInfo .mediaInfo__label {
    margin-right: 10px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 23px;
    line-height: 1.4375rem;
  }
  .group--100 > .teaser__standard.teaser--50.teaser--noImage .teaser__mediaInfo .mediaInfo__byline,
  .group--50 > .teaser__standard.teaser--100.teaser--noImage .teaser__mediaInfo .mediaInfo__byline {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 > .teaser__standard.teaser--50.teaser--noImage .teaser__mediaInfo.-noConsumption,
  .group--50 > .teaser__standard.teaser--100.teaser--noImage .teaser__mediaInfo.-noConsumption {
    margin-top: 0;
  }
  .group--100 > .teaser__standard.teaser--50.teaser--noImage.teaser--media .teaser__headline,
  .group--50 > .teaser__standard.teaser--100.teaser--noImage.teaser--media .teaser__headline {
    margin-top: 0px;
    margin-top: 0rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 29px;
    font-size: 1.8125rem;
    line-height: 34px;
    line-height: 2.125rem;
  }
  .group--100 > .teaser__standard.teaser--50.teaser--noImage .teaser__mediaInfo + .teaser__headline,
  .group--50 > .teaser__standard.teaser--100.teaser--noImage .teaser__mediaInfo + .teaser__headline {
    margin-top: 0px;
    margin-top: 0rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 29px;
    font-size: 1.8125rem;
    line-height: 34px;
    line-height: 2.125rem;
  }
}

@media (min-width: 0em) {
  .group--100 > .teaser__standard.teaser--50 .teaser__mediaButtons,
  .group--50 > .teaser__standard.teaser--100 .teaser__mediaButtons {
    display: block;
  }
}

@media (min-width: 40.625em) {
  .group--100 > .teaser__standard.teaser--50 {
    width: 50%;
  }
}

/********** 66% Teaser ***********/
.group--100 > .teaser__standard.teaser--66 .teaser__topline,
.group--66 > .teaser__standard.teaser--100 .teaser__topline {
  margin-top: 6px;
  margin-top: 0.375rem;
  margin-bottom: -3px;
  margin-bottom: -0.1875rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 19px;
  line-height: 1.1875rem;
}

.group--100 > .teaser__standard.teaser--66 .teaser__headline,
.group--66 > .teaser__standard.teaser--100 .teaser__headline {
  margin-top: 4px;
  margin-top: 0.25rem;
  margin-bottom: -4px;
  margin-bottom: -0.25rem;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 24px;
  line-height: 1.5rem;
}

.group--100 > .teaser__standard.teaser--66 .teaser__icon,
.group--66 > .teaser__standard.teaser--100 .teaser__icon {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 24px;
  line-height: 1.5rem;
}

.group--100 > .teaser__standard.teaser--66 .teaser__byline,
.group--66 > .teaser__standard.teaser--100 .teaser__byline {
  margin-top: 12px;
  margin-top: 0.75rem;
  margin-bottom: -5px;
  margin-bottom: -0.3125rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
}

.group--100 > .teaser__standard.teaser--66 .teaser__text,
.group--66 > .teaser__standard.teaser--100 .teaser__text {
  margin-top: 15px;
  margin-top: 0.9375rem;
  margin-bottom: -7px;
  margin-bottom: -0.4375rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
}

.group--100 > .teaser__standard.teaser--66 .teaser__author,
.group--66 > .teaser__standard.teaser--100 .teaser__author {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
}

.group--100 > .teaser__standard.teaser--66 .teaser__mediaInfo,
.group--66 > .teaser__standard.teaser--100 .teaser__mediaInfo {
  margin-top: 12px;
  margin-top: 0.75rem;
}

.group--100 > .teaser__standard.teaser--66 .teaser__mediaInfo .mediaInfo__label,
.group--66 > .teaser__standard.teaser--100 .teaser__mediaInfo .mediaInfo__label {
  margin-right: 10px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  line-height: 1.375rem;
}

.group--100 > .teaser__standard.teaser--66 .teaser__mediaInfo .mediaInfo__byline,
.group--66 > .teaser__standard.teaser--100 .teaser__mediaInfo .mediaInfo__byline {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
}

.group--100 > .teaser__standard.teaser--66 .teaser__mediaInfo.-noConsumption,
.group--66 > .teaser__standard.teaser--100 .teaser__mediaInfo.-noConsumption {
  margin-top: 0;
}

.group--100 > .teaser__standard.teaser--66.teaser--media .teaser__headline,
.group--66 > .teaser__standard.teaser--100.teaser--media .teaser__headline {
  margin-top: 5px;
  margin-top: 0.3125rem;
  margin-bottom: -4px;
  margin-bottom: -0.25rem;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 24px;
  line-height: 1.5rem;
}

.group--100 > .teaser__standard.teaser--66 .teaser__mediaInfo + .teaser__headline,
.group--66 > .teaser__standard.teaser--100 .teaser__mediaInfo + .teaser__headline {
  margin-top: 5px;
  margin-top: 0.3125rem;
  margin-bottom: -4px;
  margin-bottom: -0.25rem;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 24px;
  line-height: 1.5rem;
}

.group--100 > .teaser__standard.teaser--66.teaser--noImage .teaser__topline,
.group--66 > .teaser__standard.teaser--100.teaser--noImage .teaser__topline {
  margin-top: -4px;
  margin-top: -0.25rem;
  margin-bottom: -3px;
  margin-bottom: -0.1875rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 19px;
  line-height: 1.1875rem;
}

.group--100 > .teaser__standard.teaser--66.teaser--noImage .teaser__headline,
.group--66 > .teaser__standard.teaser--100.teaser--noImage .teaser__headline {
  margin-top: 4px;
  margin-top: 0.25rem;
  margin-bottom: -4px;
  margin-bottom: -0.25rem;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 24px;
  line-height: 1.5rem;
}

.group--100 > .teaser__standard.teaser--66.teaser--noImage .teaser__icon,
.group--66 > .teaser__standard.teaser--100.teaser--noImage .teaser__icon {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 24px;
  line-height: 1.5rem;
}

.group--100 > .teaser__standard.teaser--66.teaser--noImage .teaser__byline,
.group--66 > .teaser__standard.teaser--100.teaser--noImage .teaser__byline {
  margin-top: 12px;
  margin-top: 0.75rem;
  margin-bottom: -5px;
  margin-bottom: -0.3125rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
}

.group--100 > .teaser__standard.teaser--66.teaser--noImage .teaser__text,
.group--66 > .teaser__standard.teaser--100.teaser--noImage .teaser__text {
  margin-top: 15px;
  margin-top: 0.9375rem;
  margin-bottom: -7px;
  margin-bottom: -0.4375rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
}

.group--100 > .teaser__standard.teaser--66.teaser--noImage .teaser__author,
.group--66 > .teaser__standard.teaser--100.teaser--noImage .teaser__author {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
}

.group--100 > .teaser__standard.teaser--66.teaser--noImage .teaser__mediaInfo,
.group--66 > .teaser__standard.teaser--100.teaser--noImage .teaser__mediaInfo {
  margin-top: 0px;
  margin-top: 0rem;
}

.group--100 > .teaser__standard.teaser--66.teaser--noImage .teaser__mediaInfo .mediaInfo__label,
.group--66 > .teaser__standard.teaser--100.teaser--noImage .teaser__mediaInfo .mediaInfo__label {
  margin-right: 10px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  line-height: 1.375rem;
}

.group--100 > .teaser__standard.teaser--66.teaser--noImage .teaser__mediaInfo .mediaInfo__byline,
.group--66 > .teaser__standard.teaser--100.teaser--noImage .teaser__mediaInfo .mediaInfo__byline {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
}

.group--100 > .teaser__standard.teaser--66.teaser--noImage .teaser__mediaInfo.-noConsumption,
.group--66 > .teaser__standard.teaser--100.teaser--noImage .teaser__mediaInfo.-noConsumption {
  margin-top: 0;
}

.group--100 > .teaser__standard.teaser--66.teaser--noImage.teaser--media .teaser__headline,
.group--66 > .teaser__standard.teaser--100.teaser--noImage.teaser--media .teaser__headline {
  margin-top: 5px;
  margin-top: 0.3125rem;
  margin-bottom: -4px;
  margin-bottom: -0.25rem;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 24px;
  line-height: 1.5rem;
}

.group--100 > .teaser__standard.teaser--66.teaser--noImage .teaser__mediaInfo + .teaser__headline,
.group--66 > .teaser__standard.teaser--100.teaser--noImage .teaser__mediaInfo + .teaser__headline {
  margin-top: 5px;
  margin-top: 0.3125rem;
  margin-bottom: -4px;
  margin-bottom: -0.25rem;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 24px;
  line-height: 1.5rem;
}

@media (min-width: 0em) and (max-width: 29.9375em) {
  .group--100 > .teaser__standard.teaser--66 .teaser__shorttext,
  .group--66 > .teaser__standard.teaser--100 .teaser__shorttext {
    display: none;
  }
  .group--100 > .teaser__standard.teaser--66 .teaser__author,
  .group--66 > .teaser__standard.teaser--100 .teaser__author {
    display: none;
  }
  .group--100 > .teaser__standard.teaser--66 .teaser__textLink,
  .group--66 > .teaser__standard.teaser--100 .teaser__textLink {
    display: none;
  }
  .group--100 > .teaser__standard.teaser--66 .teaser__text.-hasExtOrBrandLink .teaser__textLink,
  .group--66 > .teaser__standard.teaser--100 .teaser__text.-hasExtOrBrandLink .teaser__textLink {
    display: block;
  }
}

@media (min-width: 30em) and (max-width: 43.6875em) {
  .group--100 > .teaser__standard.teaser--66 .teaser__topline,
  .group--66 > .teaser__standard.teaser--100 .teaser__topline {
    margin-top: 15px;
    margin-top: 0.9375rem;
    margin-bottom: -4px;
    margin-bottom: -0.25rem;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  .group--100 > .teaser__standard.teaser--66 .teaser__headline,
  .group--66 > .teaser__standard.teaser--100 .teaser__headline {
    margin-top: 5px;
    margin-top: 0.3125rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 29px;
    line-height: 1.8125rem;
  }
  .group--100 > .teaser__standard.teaser--66 .teaser__icon,
  .group--66 > .teaser__standard.teaser--100 .teaser__icon {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 29px;
    line-height: 1.8125rem;
  }
  .group--100 > .teaser__standard.teaser--66 .teaser__byline,
  .group--66 > .teaser__standard.teaser--100 .teaser__byline {
    margin-top: 12px;
    margin-top: 0.75rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 > .teaser__standard.teaser--66 .teaser__text,
  .group--66 > .teaser__standard.teaser--100 .teaser__text {
    margin-top: 15px;
    margin-top: 0.9375rem;
    margin-bottom: -7px;
    margin-bottom: -0.4375rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  .group--100 > .teaser__standard.teaser--66 .teaser__author,
  .group--66 > .teaser__standard.teaser--100 .teaser__author {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 > .teaser__standard.teaser--66 .teaser__mediaInfo,
  .group--66 > .teaser__standard.teaser--100 .teaser__mediaInfo {
    margin-top: 14px;
    margin-top: 0.875rem;
  }
  .group--100 > .teaser__standard.teaser--66 .teaser__mediaInfo .mediaInfo__label,
  .group--66 > .teaser__standard.teaser--100 .teaser__mediaInfo .mediaInfo__label {
    margin-right: 10px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 23px;
    line-height: 1.4375rem;
  }
  .group--100 > .teaser__standard.teaser--66 .teaser__mediaInfo .mediaInfo__byline,
  .group--66 > .teaser__standard.teaser--100 .teaser__mediaInfo .mediaInfo__byline {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 > .teaser__standard.teaser--66 .teaser__mediaInfo.-noConsumption,
  .group--66 > .teaser__standard.teaser--100 .teaser__mediaInfo.-noConsumption {
    margin-top: 0;
  }
  .group--100 > .teaser__standard.teaser--66.teaser--media .teaser__headline,
  .group--66 > .teaser__standard.teaser--100.teaser--media .teaser__headline {
    margin-top: 1px;
    margin-top: 0.0625rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 29px;
    line-height: 1.8125rem;
  }
  .group--100 > .teaser__standard.teaser--66 .teaser__mediaInfo + .teaser__headline,
  .group--66 > .teaser__standard.teaser--100 .teaser__mediaInfo + .teaser__headline {
    margin-top: 1px;
    margin-top: 0.0625rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 29px;
    line-height: 1.8125rem;
  }
  .group--100 > .teaser__standard.teaser--66.teaser--noImage .teaser__topline,
  .group--66 > .teaser__standard.teaser--100.teaser--noImage .teaser__topline {
    margin-top: -5px;
    margin-top: -0.3125rem;
    margin-bottom: -4px;
    margin-bottom: -0.25rem;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  .group--100 > .teaser__standard.teaser--66.teaser--noImage .teaser__headline,
  .group--66 > .teaser__standard.teaser--100.teaser--noImage .teaser__headline {
    margin-top: 5px;
    margin-top: 0.3125rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 29px;
    line-height: 1.8125rem;
  }
  .group--100 > .teaser__standard.teaser--66.teaser--noImage .teaser__icon,
  .group--66 > .teaser__standard.teaser--100.teaser--noImage .teaser__icon {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 29px;
    line-height: 1.8125rem;
  }
  .group--100 > .teaser__standard.teaser--66.teaser--noImage .teaser__byline,
  .group--66 > .teaser__standard.teaser--100.teaser--noImage .teaser__byline {
    margin-top: 12px;
    margin-top: 0.75rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 > .teaser__standard.teaser--66.teaser--noImage .teaser__text,
  .group--66 > .teaser__standard.teaser--100.teaser--noImage .teaser__text {
    margin-top: 15px;
    margin-top: 0.9375rem;
    margin-bottom: -7px;
    margin-bottom: -0.4375rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  .group--100 > .teaser__standard.teaser--66.teaser--noImage .teaser__author,
  .group--66 > .teaser__standard.teaser--100.teaser--noImage .teaser__author {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 > .teaser__standard.teaser--66.teaser--noImage .teaser__mediaInfo,
  .group--66 > .teaser__standard.teaser--100.teaser--noImage .teaser__mediaInfo {
    margin-top: 0px;
    margin-top: 0rem;
  }
  .group--100 > .teaser__standard.teaser--66.teaser--noImage .teaser__mediaInfo .mediaInfo__label,
  .group--66 > .teaser__standard.teaser--100.teaser--noImage .teaser__mediaInfo .mediaInfo__label {
    margin-right: 10px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 23px;
    line-height: 1.4375rem;
  }
  .group--100 > .teaser__standard.teaser--66.teaser--noImage .teaser__mediaInfo .mediaInfo__byline,
  .group--66 > .teaser__standard.teaser--100.teaser--noImage .teaser__mediaInfo .mediaInfo__byline {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 > .teaser__standard.teaser--66.teaser--noImage .teaser__mediaInfo.-noConsumption,
  .group--66 > .teaser__standard.teaser--100.teaser--noImage .teaser__mediaInfo.-noConsumption {
    margin-top: 0;
  }
  .group--100 > .teaser__standard.teaser--66.teaser--noImage.teaser--media .teaser__headline,
  .group--66 > .teaser__standard.teaser--100.teaser--noImage.teaser--media .teaser__headline {
    margin-top: 1px;
    margin-top: 0.0625rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 29px;
    line-height: 1.8125rem;
  }
  .group--100 > .teaser__standard.teaser--66.teaser--noImage .teaser__mediaInfo + .teaser__headline,
  .group--66 > .teaser__standard.teaser--100.teaser--noImage .teaser__mediaInfo + .teaser__headline {
    margin-top: 1px;
    margin-top: 0.0625rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 29px;
    line-height: 1.8125rem;
  }
}

@media (min-width: 30em) {
  .group--100 > .teaser__standard.teaser--66 .teaser__text,
  .group--66 > .teaser__standard.teaser--100 .teaser__text {
    display: block;
  }
}

@media (min-width: 43.75em) and (max-width: 49.9375em) {
  .group--100 > .teaser__standard.teaser--66 .teaser__topline,
  .group--66 > .teaser__standard.teaser--100 .teaser__topline {
    margin-top: 16px;
    margin-top: 1rem;
    margin-bottom: -3px;
    margin-bottom: -0.1875rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 19px;
    line-height: 1.1875rem;
  }
  .group--100 > .teaser__standard.teaser--66 .teaser__headline,
  .group--66 > .teaser__standard.teaser--100 .teaser__headline {
    margin-top: 6px;
    margin-top: 0.375rem;
    margin-bottom: -4px;
    margin-bottom: -0.25rem;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .group--100 > .teaser__standard.teaser--66 .teaser__icon,
  .group--66 > .teaser__standard.teaser--100 .teaser__icon {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .group--100 > .teaser__standard.teaser--66 .teaser__byline,
  .group--66 > .teaser__standard.teaser--100 .teaser__byline {
    margin-top: 12px;
    margin-top: 0.75rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 > .teaser__standard.teaser--66 .teaser__text,
  .group--66 > .teaser__standard.teaser--100 .teaser__text {
    margin-top: 15px;
    margin-top: 0.9375rem;
    margin-bottom: -7px;
    margin-bottom: -0.4375rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  .group--100 > .teaser__standard.teaser--66 .teaser__author,
  .group--66 > .teaser__standard.teaser--100 .teaser__author {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 > .teaser__standard.teaser--66 .teaser__mediaInfo,
  .group--66 > .teaser__standard.teaser--100 .teaser__mediaInfo {
    margin-top: 12px;
    margin-top: 0.75rem;
  }
  .group--100 > .teaser__standard.teaser--66 .teaser__mediaInfo .mediaInfo__label,
  .group--66 > .teaser__standard.teaser--100 .teaser__mediaInfo .mediaInfo__label {
    margin-right: 10px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  .group--100 > .teaser__standard.teaser--66 .teaser__mediaInfo .mediaInfo__byline,
  .group--66 > .teaser__standard.teaser--100 .teaser__mediaInfo .mediaInfo__byline {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 > .teaser__standard.teaser--66 .teaser__mediaInfo.-noConsumption,
  .group--66 > .teaser__standard.teaser--100 .teaser__mediaInfo.-noConsumption {
    margin-top: 0;
  }
  .group--100 > .teaser__standard.teaser--66.teaser--media .teaser__headline,
  .group--66 > .teaser__standard.teaser--100.teaser--media .teaser__headline {
    margin-top: 5px;
    margin-top: 0.3125rem;
    margin-bottom: -4px;
    margin-bottom: -0.25rem;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .group--100 > .teaser__standard.teaser--66 .teaser__mediaInfo + .teaser__headline,
  .group--66 > .teaser__standard.teaser--100 .teaser__mediaInfo + .teaser__headline {
    margin-top: 5px;
    margin-top: 0.3125rem;
    margin-bottom: -4px;
    margin-bottom: -0.25rem;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .group--100 > .teaser__standard.teaser--66.teaser--noImage .teaser__topline,
  .group--66 > .teaser__standard.teaser--100.teaser--noImage .teaser__topline {
    margin-top: -4px;
    margin-top: -0.25rem;
    margin-bottom: -3px;
    margin-bottom: -0.1875rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 19px;
    line-height: 1.1875rem;
  }
  .group--100 > .teaser__standard.teaser--66.teaser--noImage .teaser__headline,
  .group--66 > .teaser__standard.teaser--100.teaser--noImage .teaser__headline {
    margin-top: 6px;
    margin-top: 0.375rem;
    margin-bottom: -4px;
    margin-bottom: -0.25rem;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .group--100 > .teaser__standard.teaser--66.teaser--noImage .teaser__icon,
  .group--66 > .teaser__standard.teaser--100.teaser--noImage .teaser__icon {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .group--100 > .teaser__standard.teaser--66.teaser--noImage .teaser__byline,
  .group--66 > .teaser__standard.teaser--100.teaser--noImage .teaser__byline {
    margin-top: 12px;
    margin-top: 0.75rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 > .teaser__standard.teaser--66.teaser--noImage .teaser__text,
  .group--66 > .teaser__standard.teaser--100.teaser--noImage .teaser__text {
    margin-top: 15px;
    margin-top: 0.9375rem;
    margin-bottom: -7px;
    margin-bottom: -0.4375rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  .group--100 > .teaser__standard.teaser--66.teaser--noImage .teaser__author,
  .group--66 > .teaser__standard.teaser--100.teaser--noImage .teaser__author {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 > .teaser__standard.teaser--66.teaser--noImage .teaser__mediaInfo,
  .group--66 > .teaser__standard.teaser--100.teaser--noImage .teaser__mediaInfo {
    margin-top: 0px;
    margin-top: 0rem;
  }
  .group--100 > .teaser__standard.teaser--66.teaser--noImage .teaser__mediaInfo .mediaInfo__label,
  .group--66 > .teaser__standard.teaser--100.teaser--noImage .teaser__mediaInfo .mediaInfo__label {
    margin-right: 10px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  .group--100 > .teaser__standard.teaser--66.teaser--noImage .teaser__mediaInfo .mediaInfo__byline,
  .group--66 > .teaser__standard.teaser--100.teaser--noImage .teaser__mediaInfo .mediaInfo__byline {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 > .teaser__standard.teaser--66.teaser--noImage .teaser__mediaInfo.-noConsumption,
  .group--66 > .teaser__standard.teaser--100.teaser--noImage .teaser__mediaInfo.-noConsumption {
    margin-top: 0;
  }
  .group--100 > .teaser__standard.teaser--66.teaser--noImage.teaser--media .teaser__headline,
  .group--66 > .teaser__standard.teaser--100.teaser--noImage.teaser--media .teaser__headline {
    margin-top: 5px;
    margin-top: 0.3125rem;
    margin-bottom: -4px;
    margin-bottom: -0.25rem;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .group--100 > .teaser__standard.teaser--66.teaser--noImage .teaser__mediaInfo + .teaser__headline,
  .group--66 > .teaser__standard.teaser--100.teaser--noImage .teaser__mediaInfo + .teaser__headline {
    margin-top: 5px;
    margin-top: 0.3125rem;
    margin-bottom: -4px;
    margin-bottom: -0.25rem;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}

@media (min-width: 50em) {
  .group--100 > .teaser__standard.teaser--66 .teaser__topline,
  .group--66 > .teaser__standard.teaser--100 .teaser__topline {
    margin-top: 15px;
    margin-top: 0.9375rem;
    margin-bottom: -4px;
    margin-bottom: -0.25rem;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  .group--100 > .teaser__standard.teaser--66 .teaser__headline,
  .group--66 > .teaser__standard.teaser--100 .teaser__headline {
    margin-top: 5px;
    margin-top: 0.3125rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 29px;
    line-height: 1.8125rem;
  }
  .group--100 > .teaser__standard.teaser--66 .teaser__icon,
  .group--66 > .teaser__standard.teaser--100 .teaser__icon {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 29px;
    line-height: 1.8125rem;
  }
  .group--100 > .teaser__standard.teaser--66 .teaser__byline,
  .group--66 > .teaser__standard.teaser--100 .teaser__byline {
    margin-top: 12px;
    margin-top: 0.75rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 > .teaser__standard.teaser--66 .teaser__text,
  .group--66 > .teaser__standard.teaser--100 .teaser__text {
    margin-top: 15px;
    margin-top: 0.9375rem;
    margin-bottom: -7px;
    margin-bottom: -0.4375rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  .group--100 > .teaser__standard.teaser--66 .teaser__author,
  .group--66 > .teaser__standard.teaser--100 .teaser__author {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 > .teaser__standard.teaser--66 .teaser__mediaInfo,
  .group--66 > .teaser__standard.teaser--100 .teaser__mediaInfo {
    margin-top: 14px;
    margin-top: 0.875rem;
  }
  .group--100 > .teaser__standard.teaser--66 .teaser__mediaInfo .mediaInfo__label,
  .group--66 > .teaser__standard.teaser--100 .teaser__mediaInfo .mediaInfo__label {
    margin-right: 10px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 23px;
    line-height: 1.4375rem;
  }
  .group--100 > .teaser__standard.teaser--66 .teaser__mediaInfo .mediaInfo__byline,
  .group--66 > .teaser__standard.teaser--100 .teaser__mediaInfo .mediaInfo__byline {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 > .teaser__standard.teaser--66 .teaser__mediaInfo.-noConsumption,
  .group--66 > .teaser__standard.teaser--100 .teaser__mediaInfo.-noConsumption {
    margin-top: 0;
  }
  .group--100 > .teaser__standard.teaser--66.teaser--media .teaser__headline,
  .group--66 > .teaser__standard.teaser--100.teaser--media .teaser__headline {
    margin-top: 1px;
    margin-top: 0.0625rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 29px;
    line-height: 1.8125rem;
  }
  .group--100 > .teaser__standard.teaser--66 .teaser__mediaInfo + .teaser__headline,
  .group--66 > .teaser__standard.teaser--100 .teaser__mediaInfo + .teaser__headline {
    margin-top: 1px;
    margin-top: 0.0625rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 29px;
    line-height: 1.8125rem;
  }
  .group--100 > .teaser__standard.teaser--66.teaser--noImage .teaser__topline,
  .group--66 > .teaser__standard.teaser--100.teaser--noImage .teaser__topline {
    margin-top: -5px;
    margin-top: -0.3125rem;
    margin-bottom: -4px;
    margin-bottom: -0.25rem;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  .group--100 > .teaser__standard.teaser--66.teaser--noImage .teaser__headline,
  .group--66 > .teaser__standard.teaser--100.teaser--noImage .teaser__headline {
    margin-top: 5px;
    margin-top: 0.3125rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 29px;
    line-height: 1.8125rem;
  }
  .group--100 > .teaser__standard.teaser--66.teaser--noImage .teaser__icon,
  .group--66 > .teaser__standard.teaser--100.teaser--noImage .teaser__icon {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 29px;
    line-height: 1.8125rem;
  }
  .group--100 > .teaser__standard.teaser--66.teaser--noImage .teaser__byline,
  .group--66 > .teaser__standard.teaser--100.teaser--noImage .teaser__byline {
    margin-top: 12px;
    margin-top: 0.75rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 > .teaser__standard.teaser--66.teaser--noImage .teaser__text,
  .group--66 > .teaser__standard.teaser--100.teaser--noImage .teaser__text {
    margin-top: 15px;
    margin-top: 0.9375rem;
    margin-bottom: -7px;
    margin-bottom: -0.4375rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  .group--100 > .teaser__standard.teaser--66.teaser--noImage .teaser__author,
  .group--66 > .teaser__standard.teaser--100.teaser--noImage .teaser__author {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 > .teaser__standard.teaser--66.teaser--noImage .teaser__mediaInfo,
  .group--66 > .teaser__standard.teaser--100.teaser--noImage .teaser__mediaInfo {
    margin-top: 0px;
    margin-top: 0rem;
  }
  .group--100 > .teaser__standard.teaser--66.teaser--noImage .teaser__mediaInfo .mediaInfo__label,
  .group--66 > .teaser__standard.teaser--100.teaser--noImage .teaser__mediaInfo .mediaInfo__label {
    margin-right: 10px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 23px;
    line-height: 1.4375rem;
  }
  .group--100 > .teaser__standard.teaser--66.teaser--noImage .teaser__mediaInfo .mediaInfo__byline,
  .group--66 > .teaser__standard.teaser--100.teaser--noImage .teaser__mediaInfo .mediaInfo__byline {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 > .teaser__standard.teaser--66.teaser--noImage .teaser__mediaInfo.-noConsumption,
  .group--66 > .teaser__standard.teaser--100.teaser--noImage .teaser__mediaInfo.-noConsumption {
    margin-top: 0;
  }
  .group--100 > .teaser__standard.teaser--66.teaser--noImage.teaser--media .teaser__headline,
  .group--66 > .teaser__standard.teaser--100.teaser--noImage.teaser--media .teaser__headline {
    margin-top: 1px;
    margin-top: 0.0625rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 29px;
    line-height: 1.8125rem;
  }
  .group--100 > .teaser__standard.teaser--66.teaser--noImage .teaser__mediaInfo + .teaser__headline,
  .group--66 > .teaser__standard.teaser--100.teaser--noImage .teaser__mediaInfo + .teaser__headline {
    margin-top: 1px;
    margin-top: 0.0625rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 29px;
    line-height: 1.8125rem;
  }
}

@media (min-width: 43.75em) {
  .group--100 > .teaser__standard.teaser--66 {
    width: 66.6666666667%;
  }
}

/********** 33% und 25% Teaser ***********/
.group--100 > .teaser__standard.teaser--33 .teaser__topline,
.group--66 > .teaser__standard.teaser--50 .teaser__topline,
.group--33 > .teaser__standard.teaser--100 .teaser__topline,
.group--100 > .teaser__standard.teaser--25 .teaser__topline,
.group--50 > .teaser__standard.teaser--50 .teaser__topline,
.group--25 > .teaser__standard.teaser--100 .teaser__topline {
  margin-top: -4px;
  margin-top: -0.25rem;
  margin-bottom: -3px;
  margin-bottom: -0.1875rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 17px;
  line-height: 1.0625rem;
}

.group--100 > .teaser__standard.teaser--33 .teaser__headline,
.group--66 > .teaser__standard.teaser--50 .teaser__headline,
.group--33 > .teaser__standard.teaser--100 .teaser__headline,
.group--100 > .teaser__standard.teaser--25 .teaser__headline,
.group--50 > .teaser__standard.teaser--50 .teaser__headline,
.group--25 > .teaser__standard.teaser--100 .teaser__headline {
  margin-top: 4px;
  margin-top: 0.25rem;
  margin-bottom: -4px;
  margin-bottom: -0.25rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
}

.group--100 > .teaser__standard.teaser--33 .teaser__icon,
.group--66 > .teaser__standard.teaser--50 .teaser__icon,
.group--33 > .teaser__standard.teaser--100 .teaser__icon,
.group--100 > .teaser__standard.teaser--25 .teaser__icon,
.group--50 > .teaser__standard.teaser--50 .teaser__icon,
.group--25 > .teaser__standard.teaser--100 .teaser__icon {
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
}

.group--100 > .teaser__standard.teaser--33 .teaser__byline,
.group--66 > .teaser__standard.teaser--50 .teaser__byline,
.group--33 > .teaser__standard.teaser--100 .teaser__byline,
.group--100 > .teaser__standard.teaser--25 .teaser__byline,
.group--50 > .teaser__standard.teaser--50 .teaser__byline,
.group--25 > .teaser__standard.teaser--100 .teaser__byline {
  margin-top: 12px;
  margin-top: 0.75rem;
  margin-bottom: -5px;
  margin-bottom: -0.3125rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
}

.group--100 > .teaser__standard.teaser--33 .teaser__text,
.group--66 > .teaser__standard.teaser--50 .teaser__text,
.group--33 > .teaser__standard.teaser--100 .teaser__text,
.group--100 > .teaser__standard.teaser--25 .teaser__text,
.group--50 > .teaser__standard.teaser--50 .teaser__text,
.group--25 > .teaser__standard.teaser--100 .teaser__text {
  margin-top: 9px;
  margin-top: 0.5625rem;
  margin-bottom: -4px;
  margin-bottom: -0.25rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
}

.group--100 > .teaser__standard.teaser--33 .teaser__author,
.group--66 > .teaser__standard.teaser--50 .teaser__author,
.group--33 > .teaser__standard.teaser--100 .teaser__author,
.group--100 > .teaser__standard.teaser--25 .teaser__author,
.group--50 > .teaser__standard.teaser--50 .teaser__author,
.group--25 > .teaser__standard.teaser--100 .teaser__author {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
}

.group--100 > .teaser__standard.teaser--33 .teaser__mediaInfo,
.group--66 > .teaser__standard.teaser--50 .teaser__mediaInfo,
.group--33 > .teaser__standard.teaser--100 .teaser__mediaInfo,
.group--100 > .teaser__standard.teaser--25 .teaser__mediaInfo,
.group--50 > .teaser__standard.teaser--50 .teaser__mediaInfo,
.group--25 > .teaser__standard.teaser--100 .teaser__mediaInfo {
  margin-top: 0px;
  margin-top: 0rem;
}

.group--100 > .teaser__standard.teaser--33 .teaser__mediaInfo .mediaInfo__label,
.group--66 > .teaser__standard.teaser--50 .teaser__mediaInfo .mediaInfo__label,
.group--33 > .teaser__standard.teaser--100 .teaser__mediaInfo .mediaInfo__label,
.group--100 > .teaser__standard.teaser--25 .teaser__mediaInfo .mediaInfo__label,
.group--50 > .teaser__standard.teaser--50 .teaser__mediaInfo .mediaInfo__label,
.group--25 > .teaser__standard.teaser--100 .teaser__mediaInfo .mediaInfo__label {
  margin-right: 10px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
}

.group--100 > .teaser__standard.teaser--33 .teaser__mediaInfo .mediaInfo__byline,
.group--66 > .teaser__standard.teaser--50 .teaser__mediaInfo .mediaInfo__byline,
.group--33 > .teaser__standard.teaser--100 .teaser__mediaInfo .mediaInfo__byline,
.group--100 > .teaser__standard.teaser--25 .teaser__mediaInfo .mediaInfo__byline,
.group--50 > .teaser__standard.teaser--50 .teaser__mediaInfo .mediaInfo__byline,
.group--25 > .teaser__standard.teaser--100 .teaser__mediaInfo .mediaInfo__byline {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
}

.group--100 > .teaser__standard.teaser--33 .teaser__mediaInfo.-noConsumption,
.group--66 > .teaser__standard.teaser--50 .teaser__mediaInfo.-noConsumption,
.group--33 > .teaser__standard.teaser--100 .teaser__mediaInfo.-noConsumption,
.group--100 > .teaser__standard.teaser--25 .teaser__mediaInfo.-noConsumption,
.group--50 > .teaser__standard.teaser--50 .teaser__mediaInfo.-noConsumption,
.group--25 > .teaser__standard.teaser--100 .teaser__mediaInfo.-noConsumption {
  margin-top: 0;
}

.group--100 > .teaser__standard.teaser--33.teaser--media .teaser__headline,
.group--66 > .teaser__standard.teaser--50.teaser--media .teaser__headline,
.group--33 > .teaser__standard.teaser--100.teaser--media .teaser__headline,
.group--100 > .teaser__standard.teaser--25.teaser--media .teaser__headline,
.group--50 > .teaser__standard.teaser--50.teaser--media .teaser__headline,
.group--25 > .teaser__standard.teaser--100.teaser--media .teaser__headline {
  margin-top: 2px;
  margin-top: 0.125rem;
  margin-bottom: -4px;
  margin-bottom: -0.25rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
}

.group--100 > .teaser__standard.teaser--33 .teaser__mediaInfo + .teaser__headline,
.group--66 > .teaser__standard.teaser--50 .teaser__mediaInfo + .teaser__headline,
.group--33 > .teaser__standard.teaser--100 .teaser__mediaInfo + .teaser__headline,
.group--100 > .teaser__standard.teaser--25 .teaser__mediaInfo + .teaser__headline,
.group--50 > .teaser__standard.teaser--50 .teaser__mediaInfo + .teaser__headline,
.group--25 > .teaser__standard.teaser--100 .teaser__mediaInfo + .teaser__headline {
  margin-top: 2px;
  margin-top: 0.125rem;
  margin-bottom: -4px;
  margin-bottom: -0.25rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
}

@media (min-width: 27em) and (max-width: 43.6875em) {
  .group--100 > .teaser__standard.teaser--33 .teaser__geotag,
  .group--66 > .teaser__standard.teaser--50 .teaser__geotag,
  .group--33 > .teaser__standard.teaser--100 .teaser__geotag,
  .group--100 > .teaser__standard.teaser--25 .teaser__geotag,
  .group--50 > .teaser__standard.teaser--50 .teaser__geotag,
  .group--25 > .teaser__standard.teaser--100 .teaser__geotag {
    display: none;
  }
}

@media (min-width: 43.75em) {
  .group--100 > .teaser__standard.teaser--33.teaser--noImage .teaser__lead,
  .group--66 > .teaser__standard.teaser--50.teaser--noImage .teaser__lead,
  .group--33 > .teaser__standard.teaser--100.teaser--noImage .teaser__lead,
  .group--100 > .teaser__standard.teaser--25.teaser--noImage .teaser__lead,
  .group--50 > .teaser__standard.teaser--50.teaser--noImage .teaser__lead,
  .group--25 > .teaser__standard.teaser--100.teaser--noImage .teaser__lead {
    float: none;
    width: 100%;
  }
  .group--100 > .teaser__standard.teaser--33.teaser--noImage .teaser__headlineLink,
  .group--66 > .teaser__standard.teaser--50.teaser--noImage .teaser__headlineLink,
  .group--33 > .teaser__standard.teaser--100.teaser--noImage .teaser__headlineLink,
  .group--100 > .teaser__standard.teaser--25.teaser--noImage .teaser__headlineLink,
  .group--50 > .teaser__standard.teaser--50.teaser--noImage .teaser__headlineLink,
  .group--25 > .teaser__standard.teaser--100.teaser--noImage .teaser__headlineLink {
    margin-left: 0;
  }
  .group--100 > .teaser__standard.teaser--33.teaser--noImage .teaser__byline,
  .group--66 > .teaser__standard.teaser--50.teaser--noImage .teaser__byline,
  .group--33 > .teaser__standard.teaser--100.teaser--noImage .teaser__byline,
  .group--100 > .teaser__standard.teaser--25.teaser--noImage .teaser__byline,
  .group--50 > .teaser__standard.teaser--50.teaser--noImage .teaser__byline,
  .group--25 > .teaser__standard.teaser--100.teaser--noImage .teaser__byline {
    margin-left: 0;
  }
  .group--100 > .teaser__standard.teaser--33.teaser--noImage .teaser__text,
  .group--66 > .teaser__standard.teaser--50.teaser--noImage .teaser__text,
  .group--33 > .teaser__standard.teaser--100.teaser--noImage .teaser__text,
  .group--100 > .teaser__standard.teaser--25.teaser--noImage .teaser__text,
  .group--50 > .teaser__standard.teaser--50.teaser--noImage .teaser__text,
  .group--25 > .teaser__standard.teaser--100.teaser--noImage .teaser__text {
    margin-left: 0;
  }
}

@media (min-width: 27em) and (max-width: 56.1875em) {
  .group--100 > .teaser__standard.teaser--33 .teaser__mediaButtons,
  .group--66 > .teaser__standard.teaser--50 .teaser__mediaButtons,
  .group--33 > .teaser__standard.teaser--100 .teaser__mediaButtons {
    display: none;
  }
}

@media (min-width: 0em) and (max-width: 37.4375em) {
  .group--100 > .teaser__standard.teaser--33 .teaser__shorttext,
  .group--66 > .teaser__standard.teaser--50 .teaser__shorttext,
  .group--33 > .teaser__standard.teaser--100 .teaser__shorttext {
    display: none;
  }
  .group--100 > .teaser__standard.teaser--33 .teaser__author,
  .group--66 > .teaser__standard.teaser--50 .teaser__author,
  .group--33 > .teaser__standard.teaser--100 .teaser__author {
    display: none;
  }
  .group--100 > .teaser__standard.teaser--33 .teaser__textLink,
  .group--66 > .teaser__standard.teaser--50 .teaser__textLink,
  .group--33 > .teaser__standard.teaser--100 .teaser__textLink {
    display: none;
  }
  .group--100 > .teaser__standard.teaser--33 .teaser__text.-hasExtOrBrandLink .teaser__textLink,
  .group--66 > .teaser__standard.teaser--50 .teaser__text.-hasExtOrBrandLink .teaser__textLink,
  .group--33 > .teaser__standard.teaser--100 .teaser__text.-hasExtOrBrandLink .teaser__textLink {
    display: block;
  }
}

@media (min-width: 0em) and (max-width: 43.6875em) {
  .group--100 > .teaser__standard.teaser--33 .teaser__lead,
  .group--66 > .teaser__standard.teaser--50 .teaser__lead,
  .group--33 > .teaser__standard.teaser--100 .teaser__lead {
    float: left;
    width: 50%;
  }
  .group--100 > .teaser__standard.teaser--33 .teaser__headlineLink,
  .group--66 > .teaser__standard.teaser--50 .teaser__headlineLink,
  .group--33 > .teaser__standard.teaser--100 .teaser__headlineLink {
    margin-left: 50%;
  }
  .group--100 > .teaser__standard.teaser--33 .teaser__byline,
  .group--66 > .teaser__standard.teaser--50 .teaser__byline,
  .group--33 > .teaser__standard.teaser--100 .teaser__byline {
    margin-left: 50%;
  }
  .group--100 > .teaser__standard.teaser--33 .teaser__text,
  .group--66 > .teaser__standard.teaser--50 .teaser__text,
  .group--33 > .teaser__standard.teaser--100 .teaser__text {
    margin-left: 50%;
  }
}

@media (min-width: 27.5em) and (max-width: 43.6875em) {
  .group--100 > .teaser__standard.teaser--33 .teaser__topline,
  .group--66 > .teaser__standard.teaser--50 .teaser__topline,
  .group--33 > .teaser__standard.teaser--100 .teaser__topline {
    margin-top: -4px;
    margin-top: -0.25rem;
    margin-bottom: -3px;
    margin-bottom: -0.1875rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 19px;
    line-height: 1.1875rem;
  }
  .group--100 > .teaser__standard.teaser--33 .teaser__headline,
  .group--66 > .teaser__standard.teaser--50 .teaser__headline,
  .group--33 > .teaser__standard.teaser--100 .teaser__headline {
    margin-top: 6px;
    margin-top: 0.375rem;
    margin-bottom: -4px;
    margin-bottom: -0.25rem;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .group--100 > .teaser__standard.teaser--33 .teaser__icon,
  .group--66 > .teaser__standard.teaser--50 .teaser__icon,
  .group--33 > .teaser__standard.teaser--100 .teaser__icon {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .group--100 > .teaser__standard.teaser--33 .teaser__byline,
  .group--66 > .teaser__standard.teaser--50 .teaser__byline,
  .group--33 > .teaser__standard.teaser--100 .teaser__byline {
    margin-top: 12px;
    margin-top: 0.75rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 > .teaser__standard.teaser--33 .teaser__text,
  .group--66 > .teaser__standard.teaser--50 .teaser__text,
  .group--33 > .teaser__standard.teaser--100 .teaser__text {
    margin-top: 15px;
    margin-top: 0.9375rem;
    margin-bottom: -7px;
    margin-bottom: -0.4375rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  .group--100 > .teaser__standard.teaser--33 .teaser__author,
  .group--66 > .teaser__standard.teaser--50 .teaser__author,
  .group--33 > .teaser__standard.teaser--100 .teaser__author {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 > .teaser__standard.teaser--33 .teaser__mediaInfo,
  .group--66 > .teaser__standard.teaser--50 .teaser__mediaInfo,
  .group--33 > .teaser__standard.teaser--100 .teaser__mediaInfo {
    margin-top: 0px;
    margin-top: 0rem;
  }
  .group--100 > .teaser__standard.teaser--33 .teaser__mediaInfo .mediaInfo__label,
  .group--66 > .teaser__standard.teaser--50 .teaser__mediaInfo .mediaInfo__label,
  .group--33 > .teaser__standard.teaser--100 .teaser__mediaInfo .mediaInfo__label {
    margin-right: 10px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  .group--100 > .teaser__standard.teaser--33 .teaser__mediaInfo .mediaInfo__byline,
  .group--66 > .teaser__standard.teaser--50 .teaser__mediaInfo .mediaInfo__byline,
  .group--33 > .teaser__standard.teaser--100 .teaser__mediaInfo .mediaInfo__byline {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 > .teaser__standard.teaser--33 .teaser__mediaInfo.-noConsumption,
  .group--66 > .teaser__standard.teaser--50 .teaser__mediaInfo.-noConsumption,
  .group--33 > .teaser__standard.teaser--100 .teaser__mediaInfo.-noConsumption {
    margin-top: 0;
  }
  .group--100 > .teaser__standard.teaser--33.teaser--media .teaser__headline,
  .group--66 > .teaser__standard.teaser--50.teaser--media .teaser__headline,
  .group--33 > .teaser__standard.teaser--100.teaser--media .teaser__headline {
    margin-top: 5px;
    margin-top: 0.3125rem;
    margin-bottom: -4px;
    margin-bottom: -0.25rem;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .group--100 > .teaser__standard.teaser--33 .teaser__mediaInfo + .teaser__headline,
  .group--66 > .teaser__standard.teaser--50 .teaser__mediaInfo + .teaser__headline,
  .group--33 > .teaser__standard.teaser--100 .teaser__mediaInfo + .teaser__headline {
    margin-top: 5px;
    margin-top: 0.3125rem;
    margin-bottom: -4px;
    margin-bottom: -0.25rem;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}

@media (min-width: 37.5em) {
  .group--100 > .teaser__standard.teaser--33 .teaser__text,
  .group--66 > .teaser__standard.teaser--50 .teaser__text,
  .group--33 > .teaser__standard.teaser--100 .teaser__text {
    display: block;
  }
}

@media (min-width: 43.75em) and (max-width: 49.9375em) {
  .group--100 > .teaser__standard.teaser--33 .teaser__topline,
  .group--66 > .teaser__standard.teaser--50 .teaser__topline,
  .group--33 > .teaser__standard.teaser--100 .teaser__topline {
    margin-top: 16px;
    margin-top: 1rem;
    margin-bottom: -3px;
    margin-bottom: -0.1875rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 19px;
    line-height: 1.1875rem;
  }
  .group--100 > .teaser__standard.teaser--33 .teaser__headline,
  .group--66 > .teaser__standard.teaser--50 .teaser__headline,
  .group--33 > .teaser__standard.teaser--100 .teaser__headline {
    margin-top: 6px;
    margin-top: 0.375rem;
    margin-bottom: -4px;
    margin-bottom: -0.25rem;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .group--100 > .teaser__standard.teaser--33 .teaser__icon,
  .group--66 > .teaser__standard.teaser--50 .teaser__icon,
  .group--33 > .teaser__standard.teaser--100 .teaser__icon {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .group--100 > .teaser__standard.teaser--33 .teaser__byline,
  .group--66 > .teaser__standard.teaser--50 .teaser__byline,
  .group--33 > .teaser__standard.teaser--100 .teaser__byline {
    margin-top: 12px;
    margin-top: 0.75rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 > .teaser__standard.teaser--33 .teaser__text,
  .group--66 > .teaser__standard.teaser--50 .teaser__text,
  .group--33 > .teaser__standard.teaser--100 .teaser__text {
    margin-top: 15px;
    margin-top: 0.9375rem;
    margin-bottom: -7px;
    margin-bottom: -0.4375rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  .group--100 > .teaser__standard.teaser--33 .teaser__author,
  .group--66 > .teaser__standard.teaser--50 .teaser__author,
  .group--33 > .teaser__standard.teaser--100 .teaser__author {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 > .teaser__standard.teaser--33 .teaser__mediaInfo,
  .group--66 > .teaser__standard.teaser--50 .teaser__mediaInfo,
  .group--33 > .teaser__standard.teaser--100 .teaser__mediaInfo {
    margin-top: 12px;
    margin-top: 0.75rem;
  }
  .group--100 > .teaser__standard.teaser--33 .teaser__mediaInfo .mediaInfo__label,
  .group--66 > .teaser__standard.teaser--50 .teaser__mediaInfo .mediaInfo__label,
  .group--33 > .teaser__standard.teaser--100 .teaser__mediaInfo .mediaInfo__label {
    margin-right: 10px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  .group--100 > .teaser__standard.teaser--33 .teaser__mediaInfo .mediaInfo__byline,
  .group--66 > .teaser__standard.teaser--50 .teaser__mediaInfo .mediaInfo__byline,
  .group--33 > .teaser__standard.teaser--100 .teaser__mediaInfo .mediaInfo__byline {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 > .teaser__standard.teaser--33 .teaser__mediaInfo.-noConsumption,
  .group--66 > .teaser__standard.teaser--50 .teaser__mediaInfo.-noConsumption,
  .group--33 > .teaser__standard.teaser--100 .teaser__mediaInfo.-noConsumption {
    margin-top: 0;
  }
  .group--100 > .teaser__standard.teaser--33.teaser--media .teaser__headline,
  .group--66 > .teaser__standard.teaser--50.teaser--media .teaser__headline,
  .group--33 > .teaser__standard.teaser--100.teaser--media .teaser__headline {
    margin-top: 5px;
    margin-top: 0.3125rem;
    margin-bottom: -4px;
    margin-bottom: -0.25rem;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .group--100 > .teaser__standard.teaser--33 .teaser__mediaInfo + .teaser__headline,
  .group--66 > .teaser__standard.teaser--50 .teaser__mediaInfo + .teaser__headline,
  .group--33 > .teaser__standard.teaser--100 .teaser__mediaInfo + .teaser__headline {
    margin-top: 5px;
    margin-top: 0.3125rem;
    margin-bottom: -4px;
    margin-bottom: -0.25rem;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .group--100 > .teaser__standard.teaser--33.teaser--noImage .teaser__topline,
  .group--66 > .teaser__standard.teaser--50.teaser--noImage .teaser__topline,
  .group--33 > .teaser__standard.teaser--100.teaser--noImage .teaser__topline {
    margin-top: -4px;
    margin-top: -0.25rem;
    margin-bottom: -3px;
    margin-bottom: -0.1875rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 19px;
    line-height: 1.1875rem;
  }
  .group--100 > .teaser__standard.teaser--33.teaser--noImage .teaser__headline,
  .group--66 > .teaser__standard.teaser--50.teaser--noImage .teaser__headline,
  .group--33 > .teaser__standard.teaser--100.teaser--noImage .teaser__headline {
    margin-top: 6px;
    margin-top: 0.375rem;
    margin-bottom: -4px;
    margin-bottom: -0.25rem;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .group--100 > .teaser__standard.teaser--33.teaser--noImage .teaser__icon,
  .group--66 > .teaser__standard.teaser--50.teaser--noImage .teaser__icon,
  .group--33 > .teaser__standard.teaser--100.teaser--noImage .teaser__icon {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .group--100 > .teaser__standard.teaser--33.teaser--noImage .teaser__byline,
  .group--66 > .teaser__standard.teaser--50.teaser--noImage .teaser__byline,
  .group--33 > .teaser__standard.teaser--100.teaser--noImage .teaser__byline {
    margin-top: 12px;
    margin-top: 0.75rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 > .teaser__standard.teaser--33.teaser--noImage .teaser__text,
  .group--66 > .teaser__standard.teaser--50.teaser--noImage .teaser__text,
  .group--33 > .teaser__standard.teaser--100.teaser--noImage .teaser__text {
    margin-top: 15px;
    margin-top: 0.9375rem;
    margin-bottom: -7px;
    margin-bottom: -0.4375rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  .group--100 > .teaser__standard.teaser--33.teaser--noImage .teaser__author,
  .group--66 > .teaser__standard.teaser--50.teaser--noImage .teaser__author,
  .group--33 > .teaser__standard.teaser--100.teaser--noImage .teaser__author {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 > .teaser__standard.teaser--33.teaser--noImage .teaser__mediaInfo,
  .group--66 > .teaser__standard.teaser--50.teaser--noImage .teaser__mediaInfo,
  .group--33 > .teaser__standard.teaser--100.teaser--noImage .teaser__mediaInfo {
    margin-top: 0px;
    margin-top: 0rem;
  }
  .group--100 > .teaser__standard.teaser--33.teaser--noImage .teaser__mediaInfo .mediaInfo__label,
  .group--66 > .teaser__standard.teaser--50.teaser--noImage .teaser__mediaInfo .mediaInfo__label,
  .group--33 > .teaser__standard.teaser--100.teaser--noImage .teaser__mediaInfo .mediaInfo__label {
    margin-right: 10px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  .group--100 > .teaser__standard.teaser--33.teaser--noImage .teaser__mediaInfo .mediaInfo__byline,
  .group--66 > .teaser__standard.teaser--50.teaser--noImage .teaser__mediaInfo .mediaInfo__byline,
  .group--33 > .teaser__standard.teaser--100.teaser--noImage .teaser__mediaInfo .mediaInfo__byline {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 > .teaser__standard.teaser--33.teaser--noImage .teaser__mediaInfo.-noConsumption,
  .group--66 > .teaser__standard.teaser--50.teaser--noImage .teaser__mediaInfo.-noConsumption,
  .group--33 > .teaser__standard.teaser--100.teaser--noImage .teaser__mediaInfo.-noConsumption {
    margin-top: 0;
  }
  .group--100 > .teaser__standard.teaser--33.teaser--noImage.teaser--media .teaser__headline,
  .group--66 > .teaser__standard.teaser--50.teaser--noImage.teaser--media .teaser__headline,
  .group--33 > .teaser__standard.teaser--100.teaser--noImage.teaser--media .teaser__headline {
    margin-top: 5px;
    margin-top: 0.3125rem;
    margin-bottom: -4px;
    margin-bottom: -0.25rem;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .group--100 > .teaser__standard.teaser--33.teaser--noImage .teaser__mediaInfo + .teaser__headline,
  .group--66 > .teaser__standard.teaser--50.teaser--noImage .teaser__mediaInfo + .teaser__headline,
  .group--33 > .teaser__standard.teaser--100.teaser--noImage .teaser__mediaInfo + .teaser__headline {
    margin-top: 5px;
    margin-top: 0.3125rem;
    margin-bottom: -4px;
    margin-bottom: -0.25rem;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}

@media (min-width: 50em) {
  .group--100 > .teaser__standard.teaser--33 .teaser__topline,
  .group--66 > .teaser__standard.teaser--50 .teaser__topline,
  .group--33 > .teaser__standard.teaser--100 .teaser__topline {
    margin-top: 15px;
    margin-top: 0.9375rem;
    margin-bottom: -4px;
    margin-bottom: -0.25rem;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  .group--100 > .teaser__standard.teaser--33 .teaser__headline,
  .group--66 > .teaser__standard.teaser--50 .teaser__headline,
  .group--33 > .teaser__standard.teaser--100 .teaser__headline {
    margin-top: 5px;
    margin-top: 0.3125rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 29px;
    line-height: 1.8125rem;
  }
  .group--100 > .teaser__standard.teaser--33 .teaser__icon,
  .group--66 > .teaser__standard.teaser--50 .teaser__icon,
  .group--33 > .teaser__standard.teaser--100 .teaser__icon {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 29px;
    line-height: 1.8125rem;
  }
  .group--100 > .teaser__standard.teaser--33 .teaser__byline,
  .group--66 > .teaser__standard.teaser--50 .teaser__byline,
  .group--33 > .teaser__standard.teaser--100 .teaser__byline {
    margin-top: 12px;
    margin-top: 0.75rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 > .teaser__standard.teaser--33 .teaser__text,
  .group--66 > .teaser__standard.teaser--50 .teaser__text,
  .group--33 > .teaser__standard.teaser--100 .teaser__text {
    margin-top: 15px;
    margin-top: 0.9375rem;
    margin-bottom: -7px;
    margin-bottom: -0.4375rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  .group--100 > .teaser__standard.teaser--33 .teaser__author,
  .group--66 > .teaser__standard.teaser--50 .teaser__author,
  .group--33 > .teaser__standard.teaser--100 .teaser__author {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 > .teaser__standard.teaser--33 .teaser__mediaInfo,
  .group--66 > .teaser__standard.teaser--50 .teaser__mediaInfo,
  .group--33 > .teaser__standard.teaser--100 .teaser__mediaInfo {
    margin-top: 14px;
    margin-top: 0.875rem;
  }
  .group--100 > .teaser__standard.teaser--33 .teaser__mediaInfo .mediaInfo__label,
  .group--66 > .teaser__standard.teaser--50 .teaser__mediaInfo .mediaInfo__label,
  .group--33 > .teaser__standard.teaser--100 .teaser__mediaInfo .mediaInfo__label {
    margin-right: 10px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 23px;
    line-height: 1.4375rem;
  }
  .group--100 > .teaser__standard.teaser--33 .teaser__mediaInfo .mediaInfo__byline,
  .group--66 > .teaser__standard.teaser--50 .teaser__mediaInfo .mediaInfo__byline,
  .group--33 > .teaser__standard.teaser--100 .teaser__mediaInfo .mediaInfo__byline {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 > .teaser__standard.teaser--33 .teaser__mediaInfo.-noConsumption,
  .group--66 > .teaser__standard.teaser--50 .teaser__mediaInfo.-noConsumption,
  .group--33 > .teaser__standard.teaser--100 .teaser__mediaInfo.-noConsumption {
    margin-top: 0;
  }
  .group--100 > .teaser__standard.teaser--33.teaser--media .teaser__headline,
  .group--66 > .teaser__standard.teaser--50.teaser--media .teaser__headline,
  .group--33 > .teaser__standard.teaser--100.teaser--media .teaser__headline {
    margin-top: 1px;
    margin-top: 0.0625rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 29px;
    line-height: 1.8125rem;
  }
  .group--100 > .teaser__standard.teaser--33 .teaser__mediaInfo + .teaser__headline,
  .group--66 > .teaser__standard.teaser--50 .teaser__mediaInfo + .teaser__headline,
  .group--33 > .teaser__standard.teaser--100 .teaser__mediaInfo + .teaser__headline {
    margin-top: 1px;
    margin-top: 0.0625rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 29px;
    line-height: 1.8125rem;
  }
  .group--100 > .teaser__standard.teaser--33.teaser--noImage .teaser__topline,
  .group--66 > .teaser__standard.teaser--50.teaser--noImage .teaser__topline,
  .group--33 > .teaser__standard.teaser--100.teaser--noImage .teaser__topline {
    margin-top: -5px;
    margin-top: -0.3125rem;
    margin-bottom: -4px;
    margin-bottom: -0.25rem;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  .group--100 > .teaser__standard.teaser--33.teaser--noImage .teaser__headline,
  .group--66 > .teaser__standard.teaser--50.teaser--noImage .teaser__headline,
  .group--33 > .teaser__standard.teaser--100.teaser--noImage .teaser__headline {
    margin-top: 5px;
    margin-top: 0.3125rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 29px;
    line-height: 1.8125rem;
  }
  .group--100 > .teaser__standard.teaser--33.teaser--noImage .teaser__icon,
  .group--66 > .teaser__standard.teaser--50.teaser--noImage .teaser__icon,
  .group--33 > .teaser__standard.teaser--100.teaser--noImage .teaser__icon {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 29px;
    line-height: 1.8125rem;
  }
  .group--100 > .teaser__standard.teaser--33.teaser--noImage .teaser__byline,
  .group--66 > .teaser__standard.teaser--50.teaser--noImage .teaser__byline,
  .group--33 > .teaser__standard.teaser--100.teaser--noImage .teaser__byline {
    margin-top: 12px;
    margin-top: 0.75rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 > .teaser__standard.teaser--33.teaser--noImage .teaser__text,
  .group--66 > .teaser__standard.teaser--50.teaser--noImage .teaser__text,
  .group--33 > .teaser__standard.teaser--100.teaser--noImage .teaser__text {
    margin-top: 15px;
    margin-top: 0.9375rem;
    margin-bottom: -7px;
    margin-bottom: -0.4375rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  .group--100 > .teaser__standard.teaser--33.teaser--noImage .teaser__author,
  .group--66 > .teaser__standard.teaser--50.teaser--noImage .teaser__author,
  .group--33 > .teaser__standard.teaser--100.teaser--noImage .teaser__author {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 > .teaser__standard.teaser--33.teaser--noImage .teaser__mediaInfo,
  .group--66 > .teaser__standard.teaser--50.teaser--noImage .teaser__mediaInfo,
  .group--33 > .teaser__standard.teaser--100.teaser--noImage .teaser__mediaInfo {
    margin-top: 0px;
    margin-top: 0rem;
  }
  .group--100 > .teaser__standard.teaser--33.teaser--noImage .teaser__mediaInfo .mediaInfo__label,
  .group--66 > .teaser__standard.teaser--50.teaser--noImage .teaser__mediaInfo .mediaInfo__label,
  .group--33 > .teaser__standard.teaser--100.teaser--noImage .teaser__mediaInfo .mediaInfo__label {
    margin-right: 10px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 23px;
    line-height: 1.4375rem;
  }
  .group--100 > .teaser__standard.teaser--33.teaser--noImage .teaser__mediaInfo .mediaInfo__byline,
  .group--66 > .teaser__standard.teaser--50.teaser--noImage .teaser__mediaInfo .mediaInfo__byline,
  .group--33 > .teaser__standard.teaser--100.teaser--noImage .teaser__mediaInfo .mediaInfo__byline {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 > .teaser__standard.teaser--33.teaser--noImage .teaser__mediaInfo.-noConsumption,
  .group--66 > .teaser__standard.teaser--50.teaser--noImage .teaser__mediaInfo.-noConsumption,
  .group--33 > .teaser__standard.teaser--100.teaser--noImage .teaser__mediaInfo.-noConsumption {
    margin-top: 0;
  }
  .group--100 > .teaser__standard.teaser--33.teaser--noImage.teaser--media .teaser__headline,
  .group--66 > .teaser__standard.teaser--50.teaser--noImage.teaser--media .teaser__headline,
  .group--33 > .teaser__standard.teaser--100.teaser--noImage.teaser--media .teaser__headline {
    margin-top: 1px;
    margin-top: 0.0625rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 29px;
    line-height: 1.8125rem;
  }
  .group--100 > .teaser__standard.teaser--33.teaser--noImage .teaser__mediaInfo + .teaser__headline,
  .group--66 > .teaser__standard.teaser--50.teaser--noImage .teaser__mediaInfo + .teaser__headline,
  .group--33 > .teaser__standard.teaser--100.teaser--noImage .teaser__mediaInfo + .teaser__headline {
    margin-top: 1px;
    margin-top: 0.0625rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 29px;
    line-height: 1.8125rem;
  }
}

@media (min-width: 43.75em) {
  .group--100 > .teaser__standard.teaser--33 {
    width: 33.3333333333%;
  }
}

@media (min-width: 43.75em) {
  .group--66 > .teaser__standard.teaser--50 {
    width: 50%;
  }
}

.group--100 .teaser__standard.teaser--25 .teaser__mediaButtons,
.group--50 > .teaser__standard.teaser--50 .teaser__mediaButtons,
.group--25 .teaser__standard.teaser--100 .teaser__mediaButtons {
  display: none;
}

@media (min-width: 0em) and (max-width: 40.5625em) {
  .group--100 .teaser__standard.teaser--25 .teaser__shorttext,
  .group--50 > .teaser__standard.teaser--50 .teaser__shorttext,
  .group--25 .teaser__standard.teaser--100 .teaser__shorttext {
    display: none;
  }
  .group--100 .teaser__standard.teaser--25 .teaser__author,
  .group--50 > .teaser__standard.teaser--50 .teaser__author,
  .group--25 .teaser__standard.teaser--100 .teaser__author {
    display: none;
  }
  .group--100 .teaser__standard.teaser--25 .teaser__textLink,
  .group--50 > .teaser__standard.teaser--50 .teaser__textLink,
  .group--25 .teaser__standard.teaser--100 .teaser__textLink {
    display: none;
  }
  .group--100 .teaser__standard.teaser--25 .teaser__text.-hasExtOrBrandLink .teaser__textLink,
  .group--50 > .teaser__standard.teaser--50 .teaser__text.-hasExtOrBrandLink .teaser__textLink,
  .group--25 .teaser__standard.teaser--100 .teaser__text.-hasExtOrBrandLink .teaser__textLink {
    display: block;
  }
}

@media (min-width: 0em) and (max-width: 43.6875em) {
  .group--100 .teaser__standard.teaser--25 .teaser__lead,
  .group--50 > .teaser__standard.teaser--50 .teaser__lead,
  .group--25 .teaser__standard.teaser--100 .teaser__lead {
    float: left;
    width: 33.3333333333%;
  }
  .group--100 .teaser__standard.teaser--25 .teaser__headlineLink,
  .group--50 > .teaser__standard.teaser--50 .teaser__headlineLink,
  .group--25 .teaser__standard.teaser--100 .teaser__headlineLink {
    margin-left: 33.3333333333%;
  }
  .group--100 .teaser__standard.teaser--25 .teaser__byline,
  .group--50 > .teaser__standard.teaser--50 .teaser__byline,
  .group--25 .teaser__standard.teaser--100 .teaser__byline {
    margin-left: 33.3333333333%;
  }
  .group--100 .teaser__standard.teaser--25 .teaser__text,
  .group--50 > .teaser__standard.teaser--50 .teaser__text,
  .group--25 .teaser__standard.teaser--100 .teaser__text {
    margin-left: 33.3333333333%;
  }
}

@media (min-width: 30em) and (max-width: 43.6875em) {
  .group--100 .teaser__standard.teaser--25 .teaser__topline,
  .group--50 > .teaser__standard.teaser--50 .teaser__topline,
  .group--25 .teaser__standard.teaser--100 .teaser__topline {
    margin-top: -4px;
    margin-top: -0.25rem;
    margin-bottom: -3px;
    margin-bottom: -0.1875rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 19px;
    line-height: 1.1875rem;
  }
  .group--100 .teaser__standard.teaser--25 .teaser__headline,
  .group--50 > .teaser__standard.teaser--50 .teaser__headline,
  .group--25 .teaser__standard.teaser--100 .teaser__headline {
    margin-top: 6px;
    margin-top: 0.375rem;
    margin-bottom: -4px;
    margin-bottom: -0.25rem;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .group--100 .teaser__standard.teaser--25 .teaser__icon,
  .group--50 > .teaser__standard.teaser--50 .teaser__icon,
  .group--25 .teaser__standard.teaser--100 .teaser__icon {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .group--100 .teaser__standard.teaser--25 .teaser__byline,
  .group--50 > .teaser__standard.teaser--50 .teaser__byline,
  .group--25 .teaser__standard.teaser--100 .teaser__byline {
    margin-top: 12px;
    margin-top: 0.75rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 .teaser__standard.teaser--25 .teaser__text,
  .group--50 > .teaser__standard.teaser--50 .teaser__text,
  .group--25 .teaser__standard.teaser--100 .teaser__text {
    margin-top: 15px;
    margin-top: 0.9375rem;
    margin-bottom: -7px;
    margin-bottom: -0.4375rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  .group--100 .teaser__standard.teaser--25 .teaser__author,
  .group--50 > .teaser__standard.teaser--50 .teaser__author,
  .group--25 .teaser__standard.teaser--100 .teaser__author {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 .teaser__standard.teaser--25 .teaser__mediaInfo,
  .group--50 > .teaser__standard.teaser--50 .teaser__mediaInfo,
  .group--25 .teaser__standard.teaser--100 .teaser__mediaInfo {
    margin-top: 0px;
    margin-top: 0rem;
  }
  .group--100 .teaser__standard.teaser--25 .teaser__mediaInfo .mediaInfo__label,
  .group--50 > .teaser__standard.teaser--50 .teaser__mediaInfo .mediaInfo__label,
  .group--25 .teaser__standard.teaser--100 .teaser__mediaInfo .mediaInfo__label {
    margin-right: 10px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  .group--100 .teaser__standard.teaser--25 .teaser__mediaInfo .mediaInfo__byline,
  .group--50 > .teaser__standard.teaser--50 .teaser__mediaInfo .mediaInfo__byline,
  .group--25 .teaser__standard.teaser--100 .teaser__mediaInfo .mediaInfo__byline {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 .teaser__standard.teaser--25 .teaser__mediaInfo.-noConsumption,
  .group--50 > .teaser__standard.teaser--50 .teaser__mediaInfo.-noConsumption,
  .group--25 .teaser__standard.teaser--100 .teaser__mediaInfo.-noConsumption {
    margin-top: 0;
  }
  .group--100 .teaser__standard.teaser--25.teaser--media .teaser__headline,
  .group--50 > .teaser__standard.teaser--50.teaser--media .teaser__headline,
  .group--25 .teaser__standard.teaser--100.teaser--media .teaser__headline {
    margin-top: 5px;
    margin-top: 0.3125rem;
    margin-bottom: -4px;
    margin-bottom: -0.25rem;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .group--100 .teaser__standard.teaser--25 .teaser__mediaInfo + .teaser__headline,
  .group--50 > .teaser__standard.teaser--50 .teaser__mediaInfo + .teaser__headline,
  .group--25 .teaser__standard.teaser--100 .teaser__mediaInfo + .teaser__headline {
    margin-top: 5px;
    margin-top: 0.3125rem;
    margin-bottom: -4px;
    margin-bottom: -0.25rem;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}

@media (min-width: 40.625em) {
  .group--100 .teaser__standard.teaser--25 .teaser__text,
  .group--50 > .teaser__standard.teaser--50 .teaser__text,
  .group--25 .teaser__standard.teaser--100 .teaser__text {
    display: block;
  }
}

@media (min-width: 43.75em) and (max-width: 58.0625em) {
  .group--100 .teaser__standard.teaser--25 .teaser__shorttext,
  .group--50 > .teaser__standard.teaser--50 .teaser__shorttext,
  .group--25 .teaser__standard.teaser--100 .teaser__shorttext {
    display: none;
  }
  .group--100 .teaser__standard.teaser--25 .teaser__author,
  .group--50 > .teaser__standard.teaser--50 .teaser__author,
  .group--25 .teaser__standard.teaser--100 .teaser__author {
    display: none;
  }
  .group--100 .teaser__standard.teaser--25 .teaser__textLink,
  .group--50 > .teaser__standard.teaser--50 .teaser__textLink,
  .group--25 .teaser__standard.teaser--100 .teaser__textLink {
    display: none;
  }
  .group--100 .teaser__standard.teaser--25 .teaser__text.-hasExtOrBrandLink .teaser__textLink,
  .group--50 > .teaser__standard.teaser--50 .teaser__text.-hasExtOrBrandLink .teaser__textLink,
  .group--25 .teaser__standard.teaser--100 .teaser__text.-hasExtOrBrandLink .teaser__textLink {
    display: block;
  }
  .group--100 .teaser__standard.teaser--25 .teaser__topline,
  .group--50 > .teaser__standard.teaser--50 .teaser__topline,
  .group--25 .teaser__standard.teaser--100 .teaser__topline {
    margin-top: 16px;
    margin-top: 1rem;
    margin-bottom: -3px;
    margin-bottom: -0.1875rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 19px;
    line-height: 1.1875rem;
  }
  .group--100 .teaser__standard.teaser--25 .teaser__headline,
  .group--50 > .teaser__standard.teaser--50 .teaser__headline,
  .group--25 .teaser__standard.teaser--100 .teaser__headline {
    margin-top: 6px;
    margin-top: 0.375rem;
    margin-bottom: -4px;
    margin-bottom: -0.25rem;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .group--100 .teaser__standard.teaser--25 .teaser__icon,
  .group--50 > .teaser__standard.teaser--50 .teaser__icon,
  .group--25 .teaser__standard.teaser--100 .teaser__icon {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .group--100 .teaser__standard.teaser--25 .teaser__byline,
  .group--50 > .teaser__standard.teaser--50 .teaser__byline,
  .group--25 .teaser__standard.teaser--100 .teaser__byline {
    margin-top: 12px;
    margin-top: 0.75rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 .teaser__standard.teaser--25 .teaser__text,
  .group--50 > .teaser__standard.teaser--50 .teaser__text,
  .group--25 .teaser__standard.teaser--100 .teaser__text {
    margin-top: 15px;
    margin-top: 0.9375rem;
    margin-bottom: -7px;
    margin-bottom: -0.4375rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  .group--100 .teaser__standard.teaser--25 .teaser__author,
  .group--50 > .teaser__standard.teaser--50 .teaser__author,
  .group--25 .teaser__standard.teaser--100 .teaser__author {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 .teaser__standard.teaser--25 .teaser__mediaInfo,
  .group--50 > .teaser__standard.teaser--50 .teaser__mediaInfo,
  .group--25 .teaser__standard.teaser--100 .teaser__mediaInfo {
    margin-top: 12px;
    margin-top: 0.75rem;
  }
  .group--100 .teaser__standard.teaser--25 .teaser__mediaInfo .mediaInfo__label,
  .group--50 > .teaser__standard.teaser--50 .teaser__mediaInfo .mediaInfo__label,
  .group--25 .teaser__standard.teaser--100 .teaser__mediaInfo .mediaInfo__label {
    margin-right: 10px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  .group--100 .teaser__standard.teaser--25 .teaser__mediaInfo .mediaInfo__byline,
  .group--50 > .teaser__standard.teaser--50 .teaser__mediaInfo .mediaInfo__byline,
  .group--25 .teaser__standard.teaser--100 .teaser__mediaInfo .mediaInfo__byline {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 .teaser__standard.teaser--25 .teaser__mediaInfo.-noConsumption,
  .group--50 > .teaser__standard.teaser--50 .teaser__mediaInfo.-noConsumption,
  .group--25 .teaser__standard.teaser--100 .teaser__mediaInfo.-noConsumption {
    margin-top: 0;
  }
  .group--100 .teaser__standard.teaser--25.teaser--media .teaser__headline,
  .group--50 > .teaser__standard.teaser--50.teaser--media .teaser__headline,
  .group--25 .teaser__standard.teaser--100.teaser--media .teaser__headline {
    margin-top: 5px;
    margin-top: 0.3125rem;
    margin-bottom: -4px;
    margin-bottom: -0.25rem;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .group--100 .teaser__standard.teaser--25 .teaser__mediaInfo + .teaser__headline,
  .group--50 > .teaser__standard.teaser--50 .teaser__mediaInfo + .teaser__headline,
  .group--25 .teaser__standard.teaser--100 .teaser__mediaInfo + .teaser__headline {
    margin-top: 5px;
    margin-top: 0.3125rem;
    margin-bottom: -4px;
    margin-bottom: -0.25rem;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .group--100 .teaser__standard.teaser--25.teaser--noImage .teaser__topline,
  .group--50 > .teaser__standard.teaser--50.teaser--noImage .teaser__topline,
  .group--25 .teaser__standard.teaser--100.teaser--noImage .teaser__topline {
    margin-top: -4px;
    margin-top: -0.25rem;
    margin-bottom: -3px;
    margin-bottom: -0.1875rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 19px;
    line-height: 1.1875rem;
  }
  .group--100 .teaser__standard.teaser--25.teaser--noImage .teaser__headline,
  .group--50 > .teaser__standard.teaser--50.teaser--noImage .teaser__headline,
  .group--25 .teaser__standard.teaser--100.teaser--noImage .teaser__headline {
    margin-top: 6px;
    margin-top: 0.375rem;
    margin-bottom: -4px;
    margin-bottom: -0.25rem;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .group--100 .teaser__standard.teaser--25.teaser--noImage .teaser__icon,
  .group--50 > .teaser__standard.teaser--50.teaser--noImage .teaser__icon,
  .group--25 .teaser__standard.teaser--100.teaser--noImage .teaser__icon {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .group--100 .teaser__standard.teaser--25.teaser--noImage .teaser__byline,
  .group--50 > .teaser__standard.teaser--50.teaser--noImage .teaser__byline,
  .group--25 .teaser__standard.teaser--100.teaser--noImage .teaser__byline {
    margin-top: 12px;
    margin-top: 0.75rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 .teaser__standard.teaser--25.teaser--noImage .teaser__text,
  .group--50 > .teaser__standard.teaser--50.teaser--noImage .teaser__text,
  .group--25 .teaser__standard.teaser--100.teaser--noImage .teaser__text {
    margin-top: 15px;
    margin-top: 0.9375rem;
    margin-bottom: -7px;
    margin-bottom: -0.4375rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  .group--100 .teaser__standard.teaser--25.teaser--noImage .teaser__author,
  .group--50 > .teaser__standard.teaser--50.teaser--noImage .teaser__author,
  .group--25 .teaser__standard.teaser--100.teaser--noImage .teaser__author {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 .teaser__standard.teaser--25.teaser--noImage .teaser__mediaInfo,
  .group--50 > .teaser__standard.teaser--50.teaser--noImage .teaser__mediaInfo,
  .group--25 .teaser__standard.teaser--100.teaser--noImage .teaser__mediaInfo {
    margin-top: 0px;
    margin-top: 0rem;
  }
  .group--100 .teaser__standard.teaser--25.teaser--noImage .teaser__mediaInfo .mediaInfo__label,
  .group--50 > .teaser__standard.teaser--50.teaser--noImage .teaser__mediaInfo .mediaInfo__label,
  .group--25 .teaser__standard.teaser--100.teaser--noImage .teaser__mediaInfo .mediaInfo__label {
    margin-right: 10px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  .group--100 .teaser__standard.teaser--25.teaser--noImage .teaser__mediaInfo .mediaInfo__byline,
  .group--50 > .teaser__standard.teaser--50.teaser--noImage .teaser__mediaInfo .mediaInfo__byline,
  .group--25 .teaser__standard.teaser--100.teaser--noImage .teaser__mediaInfo .mediaInfo__byline {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 .teaser__standard.teaser--25.teaser--noImage .teaser__mediaInfo.-noConsumption,
  .group--50 > .teaser__standard.teaser--50.teaser--noImage .teaser__mediaInfo.-noConsumption,
  .group--25 .teaser__standard.teaser--100.teaser--noImage .teaser__mediaInfo.-noConsumption {
    margin-top: 0;
  }
  .group--100 .teaser__standard.teaser--25.teaser--noImage.teaser--media .teaser__headline,
  .group--50 > .teaser__standard.teaser--50.teaser--noImage.teaser--media .teaser__headline,
  .group--25 .teaser__standard.teaser--100.teaser--noImage.teaser--media .teaser__headline {
    margin-top: 5px;
    margin-top: 0.3125rem;
    margin-bottom: -4px;
    margin-bottom: -0.25rem;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .group--100 .teaser__standard.teaser--25.teaser--noImage .teaser__mediaInfo + .teaser__headline,
  .group--50 > .teaser__standard.teaser--50.teaser--noImage .teaser__mediaInfo + .teaser__headline,
  .group--25 .teaser__standard.teaser--100.teaser--noImage .teaser__mediaInfo + .teaser__headline {
    margin-top: 5px;
    margin-top: 0.3125rem;
    margin-bottom: -4px;
    margin-bottom: -0.25rem;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}

@media (min-width: 58.125em) {
  .group--100 .teaser__standard.teaser--25 .teaser__text,
  .group--50 > .teaser__standard.teaser--50 .teaser__text,
  .group--25 .teaser__standard.teaser--100 .teaser__text {
    display: block;
  }
  .group--100 .teaser__standard.teaser--25 .teaser__topline,
  .group--50 > .teaser__standard.teaser--50 .teaser__topline,
  .group--25 .teaser__standard.teaser--100 .teaser__topline {
    margin-top: 15px;
    margin-top: 0.9375rem;
    margin-bottom: -4px;
    margin-bottom: -0.25rem;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  .group--100 .teaser__standard.teaser--25 .teaser__headline,
  .group--50 > .teaser__standard.teaser--50 .teaser__headline,
  .group--25 .teaser__standard.teaser--100 .teaser__headline {
    margin-top: 5px;
    margin-top: 0.3125rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 29px;
    line-height: 1.8125rem;
  }
  .group--100 .teaser__standard.teaser--25 .teaser__icon,
  .group--50 > .teaser__standard.teaser--50 .teaser__icon,
  .group--25 .teaser__standard.teaser--100 .teaser__icon {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 29px;
    line-height: 1.8125rem;
  }
  .group--100 .teaser__standard.teaser--25 .teaser__byline,
  .group--50 > .teaser__standard.teaser--50 .teaser__byline,
  .group--25 .teaser__standard.teaser--100 .teaser__byline {
    margin-top: 12px;
    margin-top: 0.75rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 .teaser__standard.teaser--25 .teaser__text,
  .group--50 > .teaser__standard.teaser--50 .teaser__text,
  .group--25 .teaser__standard.teaser--100 .teaser__text {
    margin-top: 15px;
    margin-top: 0.9375rem;
    margin-bottom: -7px;
    margin-bottom: -0.4375rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  .group--100 .teaser__standard.teaser--25 .teaser__author,
  .group--50 > .teaser__standard.teaser--50 .teaser__author,
  .group--25 .teaser__standard.teaser--100 .teaser__author {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 .teaser__standard.teaser--25 .teaser__mediaInfo,
  .group--50 > .teaser__standard.teaser--50 .teaser__mediaInfo,
  .group--25 .teaser__standard.teaser--100 .teaser__mediaInfo {
    margin-top: 14px;
    margin-top: 0.875rem;
  }
  .group--100 .teaser__standard.teaser--25 .teaser__mediaInfo .mediaInfo__label,
  .group--50 > .teaser__standard.teaser--50 .teaser__mediaInfo .mediaInfo__label,
  .group--25 .teaser__standard.teaser--100 .teaser__mediaInfo .mediaInfo__label {
    margin-right: 10px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 23px;
    line-height: 1.4375rem;
  }
  .group--100 .teaser__standard.teaser--25 .teaser__mediaInfo .mediaInfo__byline,
  .group--50 > .teaser__standard.teaser--50 .teaser__mediaInfo .mediaInfo__byline,
  .group--25 .teaser__standard.teaser--100 .teaser__mediaInfo .mediaInfo__byline {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 .teaser__standard.teaser--25 .teaser__mediaInfo.-noConsumption,
  .group--50 > .teaser__standard.teaser--50 .teaser__mediaInfo.-noConsumption,
  .group--25 .teaser__standard.teaser--100 .teaser__mediaInfo.-noConsumption {
    margin-top: 0;
  }
  .group--100 .teaser__standard.teaser--25.teaser--media .teaser__headline,
  .group--50 > .teaser__standard.teaser--50.teaser--media .teaser__headline,
  .group--25 .teaser__standard.teaser--100.teaser--media .teaser__headline {
    margin-top: 1px;
    margin-top: 0.0625rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 29px;
    line-height: 1.8125rem;
  }
  .group--100 .teaser__standard.teaser--25 .teaser__mediaInfo + .teaser__headline,
  .group--50 > .teaser__standard.teaser--50 .teaser__mediaInfo + .teaser__headline,
  .group--25 .teaser__standard.teaser--100 .teaser__mediaInfo + .teaser__headline {
    margin-top: 1px;
    margin-top: 0.0625rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 29px;
    line-height: 1.8125rem;
  }
  .group--100 .teaser__standard.teaser--25.teaser--noImage .teaser__topline,
  .group--50 > .teaser__standard.teaser--50.teaser--noImage .teaser__topline,
  .group--25 .teaser__standard.teaser--100.teaser--noImage .teaser__topline {
    margin-top: -5px;
    margin-top: -0.3125rem;
    margin-bottom: -4px;
    margin-bottom: -0.25rem;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  .group--100 .teaser__standard.teaser--25.teaser--noImage .teaser__headline,
  .group--50 > .teaser__standard.teaser--50.teaser--noImage .teaser__headline,
  .group--25 .teaser__standard.teaser--100.teaser--noImage .teaser__headline {
    margin-top: 5px;
    margin-top: 0.3125rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 29px;
    line-height: 1.8125rem;
  }
  .group--100 .teaser__standard.teaser--25.teaser--noImage .teaser__icon,
  .group--50 > .teaser__standard.teaser--50.teaser--noImage .teaser__icon,
  .group--25 .teaser__standard.teaser--100.teaser--noImage .teaser__icon {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 29px;
    line-height: 1.8125rem;
  }
  .group--100 .teaser__standard.teaser--25.teaser--noImage .teaser__byline,
  .group--50 > .teaser__standard.teaser--50.teaser--noImage .teaser__byline,
  .group--25 .teaser__standard.teaser--100.teaser--noImage .teaser__byline {
    margin-top: 12px;
    margin-top: 0.75rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 .teaser__standard.teaser--25.teaser--noImage .teaser__text,
  .group--50 > .teaser__standard.teaser--50.teaser--noImage .teaser__text,
  .group--25 .teaser__standard.teaser--100.teaser--noImage .teaser__text {
    margin-top: 15px;
    margin-top: 0.9375rem;
    margin-bottom: -7px;
    margin-bottom: -0.4375rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  .group--100 .teaser__standard.teaser--25.teaser--noImage .teaser__author,
  .group--50 > .teaser__standard.teaser--50.teaser--noImage .teaser__author,
  .group--25 .teaser__standard.teaser--100.teaser--noImage .teaser__author {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 .teaser__standard.teaser--25.teaser--noImage .teaser__mediaInfo,
  .group--50 > .teaser__standard.teaser--50.teaser--noImage .teaser__mediaInfo,
  .group--25 .teaser__standard.teaser--100.teaser--noImage .teaser__mediaInfo {
    margin-top: 0px;
    margin-top: 0rem;
  }
  .group--100 .teaser__standard.teaser--25.teaser--noImage .teaser__mediaInfo .mediaInfo__label,
  .group--50 > .teaser__standard.teaser--50.teaser--noImage .teaser__mediaInfo .mediaInfo__label,
  .group--25 .teaser__standard.teaser--100.teaser--noImage .teaser__mediaInfo .mediaInfo__label {
    margin-right: 10px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 23px;
    line-height: 1.4375rem;
  }
  .group--100 .teaser__standard.teaser--25.teaser--noImage .teaser__mediaInfo .mediaInfo__byline,
  .group--50 > .teaser__standard.teaser--50.teaser--noImage .teaser__mediaInfo .mediaInfo__byline,
  .group--25 .teaser__standard.teaser--100.teaser--noImage .teaser__mediaInfo .mediaInfo__byline {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 .teaser__standard.teaser--25.teaser--noImage .teaser__mediaInfo.-noConsumption,
  .group--50 > .teaser__standard.teaser--50.teaser--noImage .teaser__mediaInfo.-noConsumption,
  .group--25 .teaser__standard.teaser--100.teaser--noImage .teaser__mediaInfo.-noConsumption {
    margin-top: 0;
  }
  .group--100 .teaser__standard.teaser--25.teaser--noImage.teaser--media .teaser__headline,
  .group--50 > .teaser__standard.teaser--50.teaser--noImage.teaser--media .teaser__headline,
  .group--25 .teaser__standard.teaser--100.teaser--noImage.teaser--media .teaser__headline {
    margin-top: 1px;
    margin-top: 0.0625rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 29px;
    line-height: 1.8125rem;
  }
  .group--100 .teaser__standard.teaser--25.teaser--noImage .teaser__mediaInfo + .teaser__headline,
  .group--50 > .teaser__standard.teaser--50.teaser--noImage .teaser__mediaInfo + .teaser__headline,
  .group--25 .teaser__standard.teaser--100.teaser--noImage .teaser__mediaInfo + .teaser__headline {
    margin-top: 1px;
    margin-top: 0.0625rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 29px;
    line-height: 1.8125rem;
  }
}

@media (min-width: 43.75em) {
  .group--100 .teaser__standard.teaser--25 {
    width: 25%;
  }
}

@media (min-width: 43.75em) {
  .group--50 > .teaser--50 {
    width: 50%;
  }
}

/* Verhalten des 33% Media Teasers (video, audio, gallery) */
@media (min-width: 0em) and (max-width: 29.9375em) {
  .group--100 > .teaser__standard.teaser--33.teaser--media .teaser__topline,
  .group--33 > .teaser__standard.teaser--100.teaser--media .teaser__topline,
  .group--66 > .teaser__standard.teaser--50.teaser--media .teaser__topline {
    margin-top: 6px;
    margin-top: 0.375rem;
    margin-bottom: -3px;
    margin-bottom: -0.1875rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 19px;
    line-height: 1.1875rem;
  }
  .group--100 > .teaser__standard.teaser--33.teaser--media .teaser__headline,
  .group--33 > .teaser__standard.teaser--100.teaser--media .teaser__headline,
  .group--66 > .teaser__standard.teaser--50.teaser--media .teaser__headline {
    margin-top: 4px;
    margin-top: 0.25rem;
    margin-bottom: -4px;
    margin-bottom: -0.25rem;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .group--100 > .teaser__standard.teaser--33.teaser--media .teaser__icon,
  .group--33 > .teaser__standard.teaser--100.teaser--media .teaser__icon,
  .group--66 > .teaser__standard.teaser--50.teaser--media .teaser__icon {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .group--100 > .teaser__standard.teaser--33.teaser--media .teaser__byline,
  .group--33 > .teaser__standard.teaser--100.teaser--media .teaser__byline,
  .group--66 > .teaser__standard.teaser--50.teaser--media .teaser__byline {
    margin-top: 12px;
    margin-top: 0.75rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 > .teaser__standard.teaser--33.teaser--media .teaser__text,
  .group--33 > .teaser__standard.teaser--100.teaser--media .teaser__text,
  .group--66 > .teaser__standard.teaser--50.teaser--media .teaser__text {
    margin-top: 15px;
    margin-top: 0.9375rem;
    margin-bottom: -7px;
    margin-bottom: -0.4375rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  .group--100 > .teaser__standard.teaser--33.teaser--media .teaser__author,
  .group--33 > .teaser__standard.teaser--100.teaser--media .teaser__author,
  .group--66 > .teaser__standard.teaser--50.teaser--media .teaser__author {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 > .teaser__standard.teaser--33.teaser--media .teaser__mediaInfo,
  .group--33 > .teaser__standard.teaser--100.teaser--media .teaser__mediaInfo,
  .group--66 > .teaser__standard.teaser--50.teaser--media .teaser__mediaInfo {
    margin-top: 6px;
    margin-top: 0.375rem;
  }
  .group--100 > .teaser__standard.teaser--33.teaser--media .teaser__mediaInfo .mediaInfo__label,
  .group--33 > .teaser__standard.teaser--100.teaser--media .teaser__mediaInfo .mediaInfo__label,
  .group--66 > .teaser__standard.teaser--50.teaser--media .teaser__mediaInfo .mediaInfo__label {
    margin-right: 10px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  .group--100 > .teaser__standard.teaser--33.teaser--media .teaser__mediaInfo .mediaInfo__byline,
  .group--33 > .teaser__standard.teaser--100.teaser--media .teaser__mediaInfo .mediaInfo__byline,
  .group--66 > .teaser__standard.teaser--50.teaser--media .teaser__mediaInfo .mediaInfo__byline {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 > .teaser__standard.teaser--33.teaser--media .teaser__mediaInfo.-noConsumption,
  .group--33 > .teaser__standard.teaser--100.teaser--media .teaser__mediaInfo.-noConsumption,
  .group--66 > .teaser__standard.teaser--50.teaser--media .teaser__mediaInfo.-noConsumption {
    margin-top: 0;
  }
  .group--100 > .teaser__standard.teaser--33.teaser--media.teaser--media .teaser__headline,
  .group--33 > .teaser__standard.teaser--100.teaser--media.teaser--media .teaser__headline,
  .group--66 > .teaser__standard.teaser--50.teaser--media.teaser--media .teaser__headline {
    margin-top: 1px;
    margin-top: 0.0625rem;
    margin-bottom: -4px;
    margin-bottom: -0.25rem;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .group--100 > .teaser__standard.teaser--33.teaser--media .teaser__mediaInfo + .teaser__headline,
  .group--33 > .teaser__standard.teaser--100.teaser--media .teaser__mediaInfo + .teaser__headline,
  .group--66 > .teaser__standard.teaser--50.teaser--media .teaser__mediaInfo + .teaser__headline {
    margin-top: 1px;
    margin-top: 0.0625rem;
    margin-bottom: -4px;
    margin-bottom: -0.25rem;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}

@media (min-width: 30em) and (max-width: 40.5625em) {
  .group--100 > .teaser__standard.teaser--33.teaser--media .teaser__topline,
  .group--33 > .teaser__standard.teaser--100.teaser--media .teaser__topline,
  .group--66 > .teaser__standard.teaser--50.teaser--media .teaser__topline {
    margin-top: 15px;
    margin-top: 0.9375rem;
    margin-bottom: -4px;
    margin-bottom: -0.25rem;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  .group--100 > .teaser__standard.teaser--33.teaser--media .teaser__headline,
  .group--33 > .teaser__standard.teaser--100.teaser--media .teaser__headline,
  .group--66 > .teaser__standard.teaser--50.teaser--media .teaser__headline {
    margin-top: 5px;
    margin-top: 0.3125rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 29px;
    line-height: 1.8125rem;
  }
  .group--100 > .teaser__standard.teaser--33.teaser--media .teaser__icon,
  .group--33 > .teaser__standard.teaser--100.teaser--media .teaser__icon,
  .group--66 > .teaser__standard.teaser--50.teaser--media .teaser__icon {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 29px;
    line-height: 1.8125rem;
  }
  .group--100 > .teaser__standard.teaser--33.teaser--media .teaser__byline,
  .group--33 > .teaser__standard.teaser--100.teaser--media .teaser__byline,
  .group--66 > .teaser__standard.teaser--50.teaser--media .teaser__byline {
    margin-top: 12px;
    margin-top: 0.75rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 > .teaser__standard.teaser--33.teaser--media .teaser__text,
  .group--33 > .teaser__standard.teaser--100.teaser--media .teaser__text,
  .group--66 > .teaser__standard.teaser--50.teaser--media .teaser__text {
    margin-top: 15px;
    margin-top: 0.9375rem;
    margin-bottom: -7px;
    margin-bottom: -0.4375rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  .group--100 > .teaser__standard.teaser--33.teaser--media .teaser__author,
  .group--33 > .teaser__standard.teaser--100.teaser--media .teaser__author,
  .group--66 > .teaser__standard.teaser--50.teaser--media .teaser__author {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 > .teaser__standard.teaser--33.teaser--media .teaser__mediaInfo,
  .group--33 > .teaser__standard.teaser--100.teaser--media .teaser__mediaInfo,
  .group--66 > .teaser__standard.teaser--50.teaser--media .teaser__mediaInfo {
    margin-top: 14px;
    margin-top: 0.875rem;
  }
  .group--100 > .teaser__standard.teaser--33.teaser--media .teaser__mediaInfo .mediaInfo__label,
  .group--33 > .teaser__standard.teaser--100.teaser--media .teaser__mediaInfo .mediaInfo__label,
  .group--66 > .teaser__standard.teaser--50.teaser--media .teaser__mediaInfo .mediaInfo__label {
    margin-right: 10px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 23px;
    line-height: 1.4375rem;
  }
  .group--100 > .teaser__standard.teaser--33.teaser--media .teaser__mediaInfo .mediaInfo__byline,
  .group--33 > .teaser__standard.teaser--100.teaser--media .teaser__mediaInfo .mediaInfo__byline,
  .group--66 > .teaser__standard.teaser--50.teaser--media .teaser__mediaInfo .mediaInfo__byline {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .group--100 > .teaser__standard.teaser--33.teaser--media .teaser__mediaInfo.-noConsumption,
  .group--33 > .teaser__standard.teaser--100.teaser--media .teaser__mediaInfo.-noConsumption,
  .group--66 > .teaser__standard.teaser--50.teaser--media .teaser__mediaInfo.-noConsumption {
    margin-top: 0;
  }
  .group--100 > .teaser__standard.teaser--33.teaser--media.teaser--media .teaser__headline,
  .group--33 > .teaser__standard.teaser--100.teaser--media.teaser--media .teaser__headline,
  .group--66 > .teaser__standard.teaser--50.teaser--media.teaser--media .teaser__headline {
    margin-top: 1px;
    margin-top: 0.0625rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 29px;
    line-height: 1.8125rem;
  }
  .group--100 > .teaser__standard.teaser--33.teaser--media .teaser__mediaInfo + .teaser__headline,
  .group--33 > .teaser__standard.teaser--100.teaser--media .teaser__mediaInfo + .teaser__headline,
  .group--66 > .teaser__standard.teaser--50.teaser--media .teaser__mediaInfo + .teaser__headline {
    margin-top: 1px;
    margin-top: 0.0625rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 29px;
    line-height: 1.8125rem;
  }
  .group--100 > .teaser__standard.teaser--33.teaser--media .teaser__text,
  .group--33 > .teaser__standard.teaser--100.teaser--media .teaser__text,
  .group--66 > .teaser__standard.teaser--50.teaser--media .teaser__text {
    display: block;
  }
}

@media (min-width: 0em) and (max-width: 40.5625em) {
  .group--100 > .teaser__standard.teaser--33.teaser--media,
  .group--33 > .teaser__standard.teaser--100.teaser--media,
  .group--66 > .teaser__standard.teaser--50.teaser--media {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .group--100 > .teaser__standard.teaser--33.teaser--media .teaser__lead,
  .group--33 > .teaser__standard.teaser--100.teaser--media .teaser__lead,
  .group--66 > .teaser__standard.teaser--50.teaser--media .teaser__lead {
    float: none;
    width: 100%;
  }
  .group--100 > .teaser__standard.teaser--33.teaser--media .teaser__headlineLink,
  .group--33 > .teaser__standard.teaser--100.teaser--media .teaser__headlineLink,
  .group--66 > .teaser__standard.teaser--50.teaser--media .teaser__headlineLink {
    margin-left: 0;
  }
  .group--100 > .teaser__standard.teaser--33.teaser--media .teaser__byline,
  .group--33 > .teaser__standard.teaser--100.teaser--media .teaser__byline,
  .group--66 > .teaser__standard.teaser--50.teaser--media .teaser__byline {
    margin-left: 0;
  }
  .group--100 > .teaser__standard.teaser--33.teaser--media .teaser__text,
  .group--33 > .teaser__standard.teaser--100.teaser--media .teaser__text,
  .group--66 > .teaser__standard.teaser--50.teaser--media .teaser__text {
    margin-left: 0;
  }
}

/* Verhalten für Teaser ohne Bild */
.group--100 .teaser__standard.teaser--100.teaser--noImage .teaser__lead,
.group--66 .teaser__standard.teaser--noImage .teaser__lead,
.group--100 .teaser__standard.teaser--66.teaser--noImage .teaser__lead,
.group--50 .teaser__standard.teaser--100.teaser--noImage .teaser__lead,
.group--100 .teaser__standard.teaser--50.teaser--noImage .teaser__lead,
.group--100 > .teaser__standard.teaser--33.teaser--noImage .teaser__lead,
.group--33 > .teaser__standard.teaser--100.teaser--noImage .teaser__lead,
.group--66 > .teaser__standard.teaser--50.teaser--noImage .teaser__lead,
.group--100 .teaser__standard.teaser--25.teaser--noImage .teaser__lead,
.group--50 > .teaser--50.teaser--noImage .teaser__lead,
.group--25 .teaser__standard.teaser--noImage .teaser__lead {
  float: none;
  width: 100%;
}

.group--100 .teaser__standard.teaser--100.teaser--noImage .teaser__headlineLink,
.group--66 .teaser__standard.teaser--noImage .teaser__headlineLink,
.group--100 .teaser__standard.teaser--66.teaser--noImage .teaser__headlineLink,
.group--50 .teaser__standard.teaser--100.teaser--noImage .teaser__headlineLink,
.group--100 .teaser__standard.teaser--50.teaser--noImage .teaser__headlineLink,
.group--100 > .teaser__standard.teaser--33.teaser--noImage .teaser__headlineLink,
.group--33 > .teaser__standard.teaser--100.teaser--noImage .teaser__headlineLink,
.group--66 > .teaser__standard.teaser--50.teaser--noImage .teaser__headlineLink,
.group--100 .teaser__standard.teaser--25.teaser--noImage .teaser__headlineLink,
.group--50 > .teaser--50.teaser--noImage .teaser__headlineLink,
.group--25 .teaser__standard.teaser--noImage .teaser__headlineLink {
  margin-left: 0;
}

.group--100 .teaser__standard.teaser--100.teaser--noImage .teaser__byline,
.group--66 .teaser__standard.teaser--noImage .teaser__byline,
.group--100 .teaser__standard.teaser--66.teaser--noImage .teaser__byline,
.group--50 .teaser__standard.teaser--100.teaser--noImage .teaser__byline,
.group--100 .teaser__standard.teaser--50.teaser--noImage .teaser__byline,
.group--100 > .teaser__standard.teaser--33.teaser--noImage .teaser__byline,
.group--33 > .teaser__standard.teaser--100.teaser--noImage .teaser__byline,
.group--66 > .teaser__standard.teaser--50.teaser--noImage .teaser__byline,
.group--100 .teaser__standard.teaser--25.teaser--noImage .teaser__byline,
.group--50 > .teaser--50.teaser--noImage .teaser__byline,
.group--25 .teaser__standard.teaser--noImage .teaser__byline {
  margin-left: 0;
}

.group--100 .teaser__standard.teaser--100.teaser--noImage .teaser__text,
.group--66 .teaser__standard.teaser--noImage .teaser__text,
.group--100 .teaser__standard.teaser--66.teaser--noImage .teaser__text,
.group--50 .teaser__standard.teaser--100.teaser--noImage .teaser__text,
.group--100 .teaser__standard.teaser--50.teaser--noImage .teaser__text,
.group--100 > .teaser__standard.teaser--33.teaser--noImage .teaser__text,
.group--33 > .teaser__standard.teaser--100.teaser--noImage .teaser__text,
.group--66 > .teaser__standard.teaser--50.teaser--noImage .teaser__text,
.group--100 .teaser__standard.teaser--25.teaser--noImage .teaser__text,
.group--50 > .teaser--50.teaser--noImage .teaser__text,
.group--25 .teaser__standard.teaser--noImage .teaser__text {
  margin-left: 0;
}

.trafficCam__camContent--hidden {
  display: none;
}

.trafficCam__camContent {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.trafficCam__byline {
  margin-top: 12px;
  margin-top: 0.75rem;
  margin-bottom: -5px;
  margin-bottom: -0.3125rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
}

@media (min-width: 30em) {
  .trafficCam__byline {
    margin-top: 12px;
    margin-top: 0.75rem;
    margin-bottom: -5px;
    margin-bottom: -0.3125rem;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 19px;
    line-height: 1.1875rem;
  }
}

.trafficCam__formContainer {
  background-color: #d8e9f6;
  padding-top: 0.875em;
  padding-bottom: 2.625em;
  padding-left: 2.0833333333%;
  padding-right: 2.0833333333%;
  border-radius: 5px;
  *zoom: 1;
}

.trafficCam__formContainer:after {
  content: '';
  display: table;
  clear: both;
}

.trafficCam__formContainer .dropdown__label {
  border: 0;
}

.trafficCam__formContainer .link {
  text-decoration: none;
}

.trafficCam__formContainer .teaser--half {
  width: 100;
}

@media (min-width: 40.625em) {
  .trafficCam__formContainer .teaser--half {
    display: inline-block;
    width: 50%;
  }
}

.trafficIcon {
  vertical-align: baseline;
}

.trafficIcon > text {
  line-height: 1em;
  font-weight: bold;
  font-size: 120%;
  fill: #000;
  text-anchor: middle;
}

.trafficIcon.-s > text {
  font-size: 90%;
}

.trafficIcon.-xs > text {
  font-size: 70%;
}

.trafficIcon.-invert > text {
  fill: #fff;
}

.trafficArrowIcon {
  /* icon size */
  height: 10px;
  height: 0.625rem;
  width: 25px;
  width: 1.5625rem;
}

@media (min-width: 27em) {
  .trafficArrowIcon {
    height: 15px;
    height: 0.9375rem;
    width: 30px;
    width: 1.875rem;
  }
}

.trafficArrowIconDouble {
  /* icon size */
  height: 15px;
  height: 0.9375rem;
  width: 30px;
  width: 1.875rem;
}

@media (min-width: 27em) {
  .trafficArrowIconDouble {
    height: 20px;
    height: 1.25rem;
    width: 35px;
    width: 2.1875rem;
  }
}

/* Traffic info specific breakpoints */
.trafficInfo {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.trafficInfo__item {
  border-bottom: 1px dotted #000;
  overflow: hidden;
  display: none;
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}

.trafficInfo__item:last-child {
  border-bottom: none;
}

.trafficInfo__item.-isActive {
  display: inline-block;
}

.trafficInfo__headline {
  margin-top: 7px;
  margin-top: 0.4375rem;
  margin-bottom: -4px;
  margin-bottom: -0.25rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
}

@media (min-width: 30em) {
  .trafficInfo__headline {
    margin-top: 5px;
    margin-top: 0.3125rem;
    margin-bottom: -4px;
    margin-bottom: -0.25rem;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}

.trafficInfo__subline {
  display: block;
  margin-top: 8px;
  margin-top: 0.5rem;
  margin-bottom: -3px;
  margin-bottom: -0.1875rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 17px;
  line-height: 1.0625rem;
}

@media (min-width: 30em) {
  .trafficInfo__subline {
    margin-top: 8px;
    margin-top: 0.5rem;
    margin-bottom: -3px;
    margin-bottom: -0.1875rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 19px;
    line-height: 1.1875rem;
  }
}

.trafficInfo__icon {
  float: left;
  width: 44px;
}

.trafficInfo__icon > .trafficIcon {
  width: 44px;
  height: 35px;
}

.trafficInfo__textContainer {
  margin-left: 60px;
  margin-left: 3.75rem;
}

.trafficInfo__text {
  margin-top: 13px;
  margin-top: 0.8125rem;
  margin-bottom: -7px;
  margin-bottom: -0.4375rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
}

@media (min-width: 30em) {
  .trafficInfo__text {
    margin-top: 18px;
    margin-top: 1.125rem;
    margin-bottom: -9px;
    margin-bottom: -0.5625rem;
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
}

.trafficInfo__text.-noLocation {
  margin-top: 0;
}

.trafficInfoFilter {
  overflow: hidden;
  background: #d8e9f6;
  width: 106.25%;
  margin: 0 -3.125%;
  padding: 4.1666666667% 2.0833333333%;
  margin-top: 20px;
  margin-top: 1.25rem;
  /* Hide the filter as it relies on JS */
}

@media (min-width: 40.625em) {
  .trafficInfoFilter {
    width: 100%;
    margin: 0;
    margin-top: 20px;
    margin-top: 1.25rem;
    padding: 2.0833333333% 1.0416666667%;
  }
}

@media (min-width: 60em) {
  .trafficInfoFilter {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
}

.trafficInfoFilter__headline {
  margin-top: 5px;
  margin-top: 0.3125rem;
  margin-bottom: -4px;
  margin-bottom: -0.25rem;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 24px;
  line-height: 1.5rem;
}

.trafficInfoFilter__headItems {
  display: none;
  visibility: hidden;
}

.trafficInfoFilter__messageCounter {
  padding: 0 1.0416666667%;
  margin-bottom: 16px;
}

.trafficInfoFilter__headline--small {
  padding: 0 1.0416666667%;
  margin-bottom: 16px;
}

.trafficInfoFilter__roadItems {
  position: relative;
  height: auto;
  max-height: 100px;
  overflow: hidden;
}

.trafficInfoFilter__roadItems.-open {
  max-height: 100%;
  max-height: 1000vh;
  padding-bottom: 22px;
}

.trafficInfoFilter__roadItems.-open:before {
  display: none;
}

.trafficInfoFilter__icon {
  float: left;
}

.trafficInfoFilter__icon > .trafficIcon {
  width: 42px;
  height: 33px;
  vertical-align: top;
}

.trafficInfoFilter__openclose {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 25;
  cursor: pointer;
  background: rgba(216, 233, 246, 0.7);
  background: linear-gradient(175deg, rgba(216, 233, 246, 0) 0%, rgba(216, 233, 246, 0.7) 35%, #d8e9f6 100%);
}

.trafficInfoFilter__roadItems.-open .trafficInfoFilter__openclose {
  top: inherit;
  background: none;
}

.trafficInfoFilter__roadItems.-open .trafficInfoFilter__open {
  display: none;
}

.trafficInfoFilter__roadItems.-open .trafficInfoFilter__close, .trafficInfoFilter__roadItems.-open .trafficInfoFilter__reset {
  display: inline-block;
}

.trafficInfoFilter .arrow--down,
.trafficInfoFilter .arrow--up,
.trafficInfoFilter .reset {
  fill: #005293;
  margin-left: 6px;
}

.trafficInfoFilter__open, .trafficInfoFilter__close, .trafficInfoFilter__reset {
  display: inline-block;
  position: absolute;
  font-family: Merriweather, serif;
  font-style: italic;
  font-size: 12px;
  color: #005293;
  padding-top: 14px;
  height: 44px;
  bottom: -12px;
}

.trafficInfoFilter__open {
  right: 0;
}

.trafficInfoFilter__close {
  right: 0;
}

.trafficInfoFilter__reset {
  margin-left: 1.0416666667%;
}

.trafficInfoFilter__close, .trafficInfoFilter__reset {
  display: none;
}

.trafficInfoFilter__headItem, .trafficInfoFilter__item {
  position: relative;
  display: inline-block;
  padding: 2px 6px 3px 5px;
  border: 1px solid transparent;
  cursor: pointer;
}

.trafficInfoFilter__headItem .trafficInfoFilter__icon, .trafficInfoFilter__item .trafficInfoFilter__icon {
  opacity: 0.4;
}

.trafficInfoFilter__headItem.-isActive .trafficInfoFilter__icon, .trafficInfoFilter__item.-isActive .trafficInfoFilter__icon {
  opacity: 1;
}

.trafficInfoFilter__headItem.-isSelected, .trafficInfoFilter__item.-isSelected {
  border-radius: 4px;
  border: 1px solid #005293;
}

.no-js .trafficInfoFilter {
  display: none;
}

/* Speedcam specific breakpoints */
.speedcam__notice {
  font-family: RobotoCond, sans-serif;
  font-weight: 700;
  font-size: 1.3125em;
  line-height: 1.1666666667em;
  margin-bottom: 1.75em;
}

.speedcam__list {
  margin-bottom: 1.3125em;
}

.speedcam__text {
  display: inline-block;
  margin-top: -5px;
  margin-top: -0.3125rem;
  margin-bottom: -7px;
  margin-bottom: -0.4375rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
}

@media (min-width: 30em) {
  .speedcam__text {
    margin-top: -6px;
    margin-top: -0.375rem;
    margin-bottom: -9px;
    margin-bottom: -0.5625rem;
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
}

.speedcam__entry {
  display: block;
  margin-left: 0;
  margin-right: 0;
  margin-top: 21px;
  margin-top: 1.3125rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  border-bottom: 1px dotted #797979;
  padding-left: 50px;
  padding-left: 3.125rem;
}

.speedcam__entry:nth-of-type(1) {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.speedcam__entry > .list {
  list-style-position: inside;
  padding-left: 21px;
  padding-left: 1.3125rem;
}

@media (min-width: 27em) {
  .speedcam__entry {
    padding-left: 60px;
    padding-left: 3.75rem;
  }
}

.speedcam__icon {
  vertical-align: top;
  width: 40px;
  height: 31px;
  margin-left: -50px;
  margin-right: 10px;
}

@media (min-width: 30em) {
  .speedcam__icon {
    width: 50px;
    height: 39px;
    margin-left: -60px;
    margin-right: 10px;
  }
}

.twitterCard {
  padding: 2.0833333333%;
  border: 1px solid #e3e3e3;
}

@media (min-width: 27em) {
  .twitterCard {
    padding: 20px;
  }
}

.twitterCard__state {
  text-align: right;
}

.twitterCard__image {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.twitterCard__profileBox {
  position: relative;
}

.twitterCard__profile {
  display: block;
  margin-bottom: 20px;
  color: #000;
}

.twitterCard__profile:visited, .twitterCard__profile:hover, .twitterCard__profile:focus {
  color: #000;
}

.twitterCard__profileImage {
  display: inline-block;
  margin: 1px;
}

.twitterCard__profileNaming {
  display: inline-block;
  margin-left: 3px;
}

.twitterCard__profileAuthor {
  display: block;
  letter-spacing: 0;
  font-family: RobotoCond, sans-serif;
}

.twitterCard__profileName {
  display: block;
  color: #999;
  letter-spacing: 0;
}

.twitterCard .icon--twitter {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  border-radius: 4px;
}

.twitterCard .icon--twitterMeta {
  color: #797979;
  fill: #797979;
  margin: -4px 4px 0 0;
  width: 25px;
  width: 1.5625rem;
  height: 25px;
  height: 1.5625rem;
}

.twitterCard .icon--twitterMeta {
  color: #999;
  fill: #999;
}

.twitterCard__text {
  display: block;
  margin-bottom: 10px;
}

.twitterCard__time {
  display: block;
  margin-bottom: 10px;
}

.twitterCard__meta {
  display: block;
}

.twitterCard__metaEntry {
  color: #797979;
  display: inline-block;
  padding: 10px 20px;
  font-size: 19px;
}

.twitterCard__metaEntry:hover {
  color: #999;
  fill: #999;
}

.twitterCard__metaEntry:first-child {
  padding-left: 0;
}

.videoElement__video {
  width: 100%;
  height: 100%;
  display: block;
  z-index: 50;
}

.videoElement__downloadInfo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 3% 8%;
  background-color: #ffb114;
  z-index: 70;
  text-align: center;
}

/* playerBackground */
.pb {
  background-color: #e3e3e3;
}

@media (min-width: 0) and (max-width: 43.6875em) {
  .weatherForecast__map {
    margin-top: 1.3125em;
  }
}

.weatherForecast__error {
  border-bottom: 1px dotted #797979;
  border-top: 1px dotted #797979;
  width: 95.8333333333%;
  float: right;
  margin-left: 0;
  margin-right: 2.0833333333%;
  clear: both;
  margin-top: 20px;
  margin-top: 1.25rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}

@media (min-width: 27em) {
  .weatherForecast__error {
    width: 97.9166666667%;
    float: right;
    margin-left: 0;
    margin-right: 1.0416666667%;
    clear: both;
  }
}

.weatherForecast__container--navigation {
  width: 95.8333333333%;
  float: right;
  margin-left: 0;
  margin-right: 2.0833333333%;
  clear: both;
}

@media (min-width: 27em) {
  .weatherForecast__container--navigation {
    width: 97.9166666667%;
    float: right;
    margin-left: 0;
    margin-right: 1.0416666667%;
    clear: both;
  }
}

@media (min-width: 43.75em) {
  .weatherForecast__container--navigation {
    width: 47.9166666667%;
    float: right;
    margin-left: 0;
    margin-right: 1.0416666667%;
    clear: both;
  }
}

.weatherForecast__container--navigation .navigation__headline {
  font-family: RobotoCond, sans-serif;
  font-weight: 700;
  margin-top: 41px;
  margin-top: 2.5625rem;
  margin-bottom: -4px;
  margin-bottom: -0.25rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
}

@media (min-width: 27em) {
  .weatherForecast__container--navigation .navigation__headline {
    margin-top: 39px;
    margin-top: 2.4375rem;
    margin-bottom: -4px;
    margin-bottom: -0.25rem;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}

@media (min-width: 43.75em) {
  .weatherForecast__container--navigation .navigation__headline {
    margin-top: 49px;
    margin-top: 3.0625rem;
    margin-bottom: -4px;
    margin-bottom: -0.25rem;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}

.weatherForecast__container--navigation .contentNav {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.weatherForecast__container--map {
  width: 95.8333333333%;
  float: right;
  margin-left: 0;
  margin-right: 2.0833333333%;
  clear: both;
}

@media (min-width: 27em) {
  .weatherForecast__container--map {
    width: 97.9166666667%;
    float: right;
    margin-left: 0;
    margin-right: 1.0416666667%;
    clear: both;
  }
}

@media (min-width: 43.75em) {
  .weatherForecast__container--map {
    width: 47.9166666667%;
    float: left;
    margin-right: -100%;
    margin-left: 1.0416666667%;
    clear: none;
    margin-top: 40px;
    margin-top: 2.5rem;
  }
}

@media (min-width: 0em) and (max-width: 43.6875em) {
  .weatherForecast__container--map.-hiddenWhenSmall {
    display: none;
  }
}

.weatherForecast__container--legend {
  width: 95.8333333333%;
  float: right;
  margin-left: 0;
  margin-right: 2.0833333333%;
  clear: both;
}

@media (min-width: 27em) {
  .weatherForecast__container--legend {
    width: 97.9166666667%;
    float: right;
    margin-left: 0;
    margin-right: 1.0416666667%;
    clear: both;
  }
}

@media (min-width: 43.75em) {
  .weatherForecast__container--legend {
    width: 47.9166666667%;
    float: left;
    margin-right: -100%;
    margin-left: 1.0416666667%;
    clear: left;
  }
}

.weatherForecast__container--dataRight {
  width: 95.8333333333%;
  float: right;
  margin-left: 0;
  margin-right: 2.0833333333%;
  clear: both;
}

@media (min-width: 27em) {
  .weatherForecast__container--dataRight {
    width: 97.9166666667%;
    float: right;
    margin-left: 0;
    margin-right: 1.0416666667%;
    clear: both;
  }
}

@media (min-width: 43.75em) {
  .weatherForecast__container--dataRight {
    width: 47.9166666667%;
    float: right;
    margin-left: 0;
    margin-right: 1.0416666667%;
    clear: right;
  }
}

.weatherForecast__container--dataBelow {
  width: 95.8333333333%;
  float: right;
  margin-left: 0;
  margin-right: 2.0833333333%;
  clear: both;
}

@media (min-width: 27em) {
  .weatherForecast__container--dataBelow {
    width: 97.9166666667%;
    float: right;
    margin-left: 0;
    margin-right: 1.0416666667%;
    clear: both;
  }
}

.weatherForecast__headline {
  margin-top: 44px;
  margin-top: 2.75rem;
  margin-bottom: -4px;
  margin-bottom: -0.25rem;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 24px;
  line-height: 1.5rem;
}

@media (min-width: 43.75em) {
  .weatherForecast__headline {
    margin-top: 64px;
    margin-top: 4rem;
    margin-bottom: -4px;
    margin-bottom: -0.25rem;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}

.weatherForecast__legend {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.forecastCity__days {
  margin-top: 45px;
  margin-top: 2.8125rem;
  border-bottom: 1px dotted #797979;
}

@media (min-width: 43.75em) {
  .forecastCity__days {
    margin-top: 60px;
    margin-top: 3.75rem;
  }
}

.forecastCity__dayPhases {
  margin-bottom: 0.4375em;
  border-bottom: 1px dotted #797979;
}

.forecastCity__dayPhase {
  text-align: center;
}

.forecastCity__dayPhase--morning {
  width: 29.1666666667%;
  float: left;
  margin-right: -100%;
  margin-left: 2.0833333333%;
  clear: both;
}

@media (min-width: 27em) {
  .forecastCity__dayPhase--morning {
    padding-bottom: 0.4375em;
  }
}

.forecastCity__dayPhase--afternoon {
  width: 29.1666666667%;
  float: left;
  margin-right: -100%;
  margin-left: 35.4166666667%;
  clear: none;
}

@media (min-width: 27em) {
  .forecastCity__dayPhase--afternoon {
    padding-bottom: 0.4375em;
  }
}

.forecastCity__dayPhase--evening {
  width: 29.1666666667%;
  float: right;
  margin-left: 0;
  margin-right: 2.0833333333%;
  clear: none;
}

@media (min-width: 27em) {
  .forecastCity__dayPhase--evening {
    padding-bottom: 0.4375em;
  }
}

.forecastCity__dayPhase--future {
  width: 95.8333333333%;
  float: right;
  margin-left: 0;
  margin-right: 2.0833333333%;
  clear: none;
  margin-top: 0.875em;
}

@media (min-width: 27em) {
  .forecastCity__dayPhase--future {
    padding-bottom: 0.4375em;
    margin-top: 1.3125em;
  }
}

@media (min-width: 0) and (max-width: 43.6875em) {
  .forecastCity__region--text {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 43.75em) {
  .forecastCity__region--text {
    padding-right: 0;
    float: right;
  }
}

@media (min-width: 0) and (max-width: 43.6875em) {
  .forecastCity__region--editor {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 43.75em) {
  .forecastCity__region--editor {
    padding-left: 0;
    float: left;
  }
}

.forecastCity__day--trend {
  width: 50%;
  float: left;
}

.forecastCity__dayTemp > .headline {
  display: inline-block;
}

.forecastCity__dayTemp > .forecastTemperature {
  display: inline-block;
  padding-left: 12px;
  padding-left: 0.75rem;
}

.forecastOverview__description > .headline {
  margin-bottom: 0.875em;
}

.forecastOverview__description > .explanationText {
  margin-top: 1.75em;
}

.forecastIcon {
  text-align: center;
}

.forecastIcon__icon {
  fill: #fff;
  width: 60px;
  height: 60px;
}

@media (min-width: 27em) {
  .forecastIcon__icon {
    width: 75px;
    height: 75px;
  }
}

@media (min-width: 40.625em) {
  .forecastIcon__icon {
    width: 80px;
    height: 80px;
  }
}

.forecastIcon__caption {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
      hyphens: auto;
  font-size: 0.75em;
  line-height: 1.4583333333em;
}

@media (min-width: 0) and (max-width: 27em) {
  .forecastIcon__caption {
    display: none;
  }
}

.forecastIcon__headline {
  margin-bottom: 0.4375em;
}

.legend__symbol--max {
  font-weight: 700;
  padding-left: 2px;
  padding-left: 0.125rem;
  padding-right: 4px;
  padding-right: 0.25rem;
}

@media (min-width: 27em) {
  .legend__symbol--max {
    padding-left: 4px;
    padding-left: 0.25rem;
    padding-right: 2px;
    padding-right: 0.125rem;
  }
}

@media (min-width: 70em) {
  .legend__symbol--max {
    padding-left: 3px;
    padding-left: 0.1875rem;
    padding-right: 3px;
    padding-right: 0.1875rem;
  }
}

.legend__symbol--min {
  font-weight: 700;
  padding-left: 3px;
  padding-left: 0.1875rem;
  padding-right: 5px;
  padding-right: 0.3125rem;
}

@media (min-width: 27em) {
  .legend__symbol--min {
    padding-left: 5px;
    padding-left: 0.3125rem;
    padding-right: 3px;
    padding-right: 0.1875rem;
  }
}

@media (min-width: 70em) {
  .legend__symbol--min {
    padding-left: 4px;
    padding-left: 0.25rem;
    padding-right: 4px;
    padding-right: 0.25rem;
  }
}

.legend__symbol--warn {
  padding-right: 9px;
  padding-right: 0.5625rem;
}

@media (min-width: 27em) {
  .legend__symbol--warn {
    padding-right: 6px;
    padding-right: 0.375rem;
  }
}

.legend__text {
  font-size: 0.75em;
  line-height: 1.4583333333em;
}

.forecastMap {
  fill: transparent;
  font-family: DIN, sans-serif;
  font-size: 1.125em;
  line-height: 1.3611111111em;
}

.forecastMap__region.-active {
  fill: #000;
  fill-opacity: 0.4;
}

.forecastMap__cityArea_pin {
  fill: #fff;
}

.forecastMap__cityArea {
  fill: #fff;
}

.forecastMap__cityName {
  fill: #000;
  color: #000;
}

.forecastMap__temperature {
  fill: #000;
  color: #000;
}

.forecastMap__icon--warning {
  fill: #fff;
}

.forecastMap__link {
  cursor: pointer;
}

.forecastMap__link:hover, .forecastMap__link.-active {
  text-decoration: none;
}

.forecastMap__link:hover .forecastMap__cityArea_pin, .forecastMap__link.-active .forecastMap__cityArea_pin {
  stroke-width: 1;
  stroke: #005293;
  fill: #005293;
}

.forecastMap__link:hover .forecastMap__cityArea, .forecastMap__link.-active .forecastMap__cityArea {
  stroke-width: 4;
  stroke: #005293;
  fill: #fff;
}

.forecastMap__link:hover .forecastMap__cityName, .forecastMap__link.-active .forecastMap__cityName {
  /*fill: fillColor(1);*/
  /*color: fillColor(1);*/
  fill: #000;
  color: #000;
}

.forecastMap__link:hover .forecastMap__temperature, .forecastMap__link.-active .forecastMap__temperature {
  color: #000;
  fill: #000;
}

.forecastTemperature {
  white-space: nowrap;
  color: #797979;
  font-size: 1em;
  line-height: 1.3125em;
}

@media (min-width: 40.625em) {
  .forecastTemperature {
    font-size: 1.1875em;
    line-height: 1.1052631579em;
  }
}

.forecastTemperature--max {
  padding-left: 8px;
  padding-left: 0.5rem;
  padding-right: 4px;
  padding-right: 0.25rem;
  color: #cc1a14;
}

.forecastTemperature--min {
  padding-left: 4px;
  padding-left: 0.25rem;
  padding-right: 8px;
  padding-right: 0.5rem;
  color: #006dc1;
}

.temperature--max {
  fill: #cc1a14;
  color: #cc1a14;
}

.temperature--min {
  fill: #005293;
  color: #005293;
}

.measurand__nav.accentedGroup {
  margin-top: 30px;
  margin-top: 1.875rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.measurand__nav .teaser {
  display: inline-block;
  margin-top: 18px;
  margin-bottom: 0.4375em;
}

.measurand__nav .teaser--30 {
  width: 100%;
}

@media (min-width: 43.75em) {
  .measurand__nav .teaser--30 {
    width: 30%;
    vertical-align: super;
  }
}

.measurand__nav .teaser--70 {
  width: 100%;
}

@media (min-width: 43.75em) {
  .measurand__nav .teaser--70 {
    width: 70%;
  }
}

.measurandExplanation {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.measurandExplanation__headline {
  margin-top: 44px;
  margin-top: 2.75rem;
  margin-bottom: -4px;
  margin-bottom: -0.25rem;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 24px;
  line-height: 1.5rem;
}

.measurandExplanation__list, .measurandExplanation__list--single {
  display: inline-block;
  float: left;
}

@media (min-width: 0em) and (max-width: 43.6875em) {
  .measurandExplanation__list.grid__gutter, .grid__gutter.measurandExplanation__list--single {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 43.75em) {
  .measurandExplanation__list:nth-of-type(1).grid__gutter, .measurandExplanation__list--single:nth-of-type(1).grid__gutter {
    padding-left: 0;
  }
  .measurandExplanation__list:nth-of-type(2).grid__gutter, .measurandExplanation__list--single:nth-of-type(2).grid__gutter {
    padding-right: 0;
  }
}

.measurandExplanation__list--single {
  width: 100%;
}

.measurandExplanation__item {
  overflow: hidden;
  padding-top: 14px;
  padding-top: 0.875rem;
  padding-bottom: 14px;
  padding-bottom: 0.875rem;
  border-bottom: 1px dotted #c6c6c6;
}

.measurandExplanation__text {
  margin-top: 25px;
  margin-top: 1.5625rem;
  margin-bottom: -7px;
  margin-bottom: -0.4375rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
}

.measurandExplanation__toggle {
  position: relative;
  padding-right: 54px;
  padding-right: 3.375rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
}

.measurandExplanation__toggle:hover {
  text-decoration: underline;
  cursor: pointer;
}

.measurandExplanation__toggle .measurandExplanation__icon .icon--arrowUp {
  display: none;
}

.measurandExplanation__toggle.-isOpen .icon--arrowUp {
  display: inline;
}

.measurandExplanation__toggle.-isOpen .icon--arrowDown {
  display: none;
}

.measurandExplanation__icon {
  position: absolute;
  top: 2px;
  top: 0.125rem;
  right: 30px;
  right: 1.875rem;
  font-size: 0.6667em;
  line-height: 1.6em;
}

.measurandExplanation__icon > .icon {
  width: 16px;
  height: 15px;
}

.measurandTable {
  height: 38px;
  overflow: hidden;
}

.measurandTable.-isFirst {
  height: 65px;
}

.measurandTable.-isOpen {
  height: auto;
  overflow-x: visible;
}

.measurandTable.-isOpen tfoot.shadow {
  height: calc(100% - 14px);
}

.measurandTable__head, .measurandTable__body {
  margin-top: 2px;
}

.measurandTable__head {
  width: 128px;
}

@media (min-width: 27em) {
  .measurandTable__head {
    width: 208px;
  }
}

@media (min-width: 40.625em) {
  .measurandTable__head {
    width: 234px;
  }
}

.measurandTable__headItem, .measurandTable__bodyItem {
  height: 76px;
  max-width: 128px;
  padding-top: 10px;
  font-size: 0.875em;
  line-height: 1.25em;
  border-bottom: 2px solid #e3e3e3;
}

@media (min-width: 27em) {
  .measurandTable__headItem, .measurandTable__bodyItem {
    height: 38px;
    max-width: inherit;
  }
}

.measurandTable__headItem {
  border-right: 1px solid #e3e3e3;
  padding-right: 12px;
  padding-top: 12px;
}

.measurandTable__headItem:first-child {
  padding-left: 12px;
  background-color: #e3e3e3;
}

.measurandTable__headItem.isToggleable:first-child {
  cursor: pointer;
}

.measurandTable__lastRow .measurandTable__bodyItem {
  color: #fff;
  background-color: #005293;
}

.measurandTable.-isFirst .measurandTable__head,
.measurandTable.-isFirst .measurandTable__body {
  padding-top: 28px;
}

.measurandTable.-isFirst .measurandTable__lastRow:after {
  display: block;
  position: absolute;
  content: 'aktuell';
  height: 28px;
  width: 64px;
  top: 0;
  background-color: #005293;
  color: #fff;
  text-align: center;
  font-family: Merriweather, serif;
  font-style: italic;
  margin-top: 10px;
  margin-top: 0.625rem;
  margin-bottom: -5px;
  margin-bottom: -0.3125rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
  padding-top: 7px;
  margin-top: 0;
}

.measurandTable__bodyHeadItem {
  padding-left: 12px;
  padding-right: 12px;
  background-color: #e3e3e3;
}

.measurandTable__bodyItem {
  width: 64px;
}

.measurandTable__icons {
  float: right;
}

.measurandTable__linkIcon, .measurandTable__icon {
  fill: #005293;
  width: 15px;
  height: 15px;
  margin-right: 4px;
  vertical-align: middle;
}

.measurandTable__icon--down {
  width: 14px;
  display: inline-block;
  fill: inherit;
}

.measurandTable__icon--up {
  width: 14px;
  display: none;
  fill: inherit;
}

.measurandTable__headItem .measurandTable__linkIcon {
  display: none;
}

@media (min-width: 27em) {
  .measurandTable__headItem .measurandTable__linkIcon {
    display: inline-block;
  }
}

.measurandTable.-isOpen .measurandTable__icon--down {
  display: none;
}

.measurandTable.-isOpen .measurandTable__icon--up {
  display: inline-block;
}

.measurandTable__byline {
  margin-top: 10px;
  margin-top: 0.625rem;
  margin-bottom: -5px;
  margin-bottom: -0.3125rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
}

.measurandTable__warning--level1 {
  color: #fff;
  background-color: #f07800;
}

.measurandTable__warning--level2 {
  color: #fff;
  background-color: noteColor();
}

.measurandTable .link {
  vertical-align: baseline;
  font-weight: normal;
}

@media (min-width: 27em) {
  .measurandTable .link {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}

.measurandTable__unit {
  display: none;
  font-weight: normal;
  font-size: 0.75em;
  line-height: 1.4583333333em;
}

@media (min-width: 40.625em) {
  .measurandTable__unit {
    display: inline-block;
    vertical-align: baseline;
    color: #000;
    margin-left: 4px;
  }
}

.measurandTable tfoot.shadow {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

.measurandTable tfoot.shadow.-isFirst {
  top: 28px;
  height: calc( 100% - 28px - 14px);
}

.measurandTable .shadow {
  position: relative;
}

.measurandTable .shadow:after {
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  width: 21px;
  content: '';
  z-index: 1;
  opacity: 1;
  transition: opacity 0.25s ease-in;
}

.measurandTable .shadow.-toRight:after {
  right: -21px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 50%, transparent 100%);
}

.measurandTable .shadow.-toLeft:after {
  right: 0;
  background: linear-gradient(-90deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 50%, transparent 100%);
}

.measurandTable .shadow.-fadeOut:after {
  opacity: 0;
}

.measurandTable__legend .-level2 {
  background: #cc1a14;
}

.measurandTable__legend .-level1 {
  background: #f07800;
}

.measurandTable__legend .-active {
  background: #005293;
}

.rainradar__shorttext {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

@media (min-width: 30em) {
  .rainradar__shorttext {
    margin-top: 44px;
    margin-top: 2.75rem;
  }
}

.regioMap__region {
  stroke: #797979;
  stroke-width: 2;
  fill: #e3e3e3;
  cursor: pointer;
}

.regioMap__region:hover {
  stroke: #606060;
  stroke-width: 4;
  fill: #f1f1ec;
}

.regioMap__region.-active {
  stroke: #606060;
  stroke-width: 4;
  cursor: default;
}

.regioMap__city {
  font-family: DIN, sans-serif;
  letter-spacing: 0.02em;
  fill: #fff;
  stroke: #797979;
  stroke-width: 1;
  pointer-events: none;
}

.regioMap__tooltip {
  visibility: hidden;
  font-family: DIN, sans-serif;
  letter-spacing: 0.02em;
  fill: #fff;
  stroke: #005293;
  stroke-width: 1;
  pointer-events: none;
}

.regioMap__region:hover ~ .regioMap__tooltip {
  visibility: visible;
}

.regioMap__warningExtreme {
  fill: #AE0062;
}

.regioMap__warningExtreme:hover {
  fill: #d67fb0;
}

.regioMap__warningSevere {
  fill: #FF0000;
}

.regioMap__warningSevere:hover, .regioMap__warningSevere.-active {
  fill: #ff7f7f;
}

.regioMap__warningModerate {
  fill: #FA9500;
}

.regioMap__warningModerate:hover {
  fill: #fcca7f;
}

.regioMap__warningMinor {
  fill: #F4F400;
}

.regioMap__warningMinor:hover {
  fill: #f9f97f;
}

.severityBar {
  position: absolute;
  width: 21px;
  height: 100%;
  top: 0;
  left: -31px;
  border-radius: 3px;
}

@media (min-width: 27em) {
  .severityBar {
    left: -42px;
    width: 26px;
  }
}

.severityBar.-asIcon {
  height: 21px;
}

@media (min-width: 27em) {
  .severityBar.-asIcon {
    height: 26px;
  }
}

.severityBar.-noRoundedCorners {
  border-radius: 0;
}

.severityBar__warningIcon {
  position: absolute;
  width: 21px;
  height: 21px;
}

@media (min-width: 27em) {
  .severityBar__warningIcon {
    width: 27px;
    height: 26px;
  }
}

.toggle--isHidden {
  left: -99999px;
  top: 0;
  position: absolute !important;
  padding: 0;
  margin: 0;
}

.regioMapList__warnings, .weatherWarning {
  padding-left: 2em;
}

@media (min-width: 27em) {
  .regioMapList__warnings, .weatherWarning {
    padding-left: 2.6875em;
  }
}

.regioMapList__entry.-hidden {
  display: none;
}

.regioMapList__headline {
  margin-bottom: 0.875em;
}

.weatherWarning {
  overflow: hidden;
  border-bottom: 1px dotted #c6c6c6;
  /* As the SVG map requires JS and SVG support don't show the section at all if neither is available. */
}

.weatherWarning__toggle {
  position: relative;
  padding-top: 0.6667em;
  padding-bottom: 0.6667em;
  padding-right: 2.5714em;
}

.weatherWarning__toggle:hover {
  text-decoration: underline;
  cursor: pointer;
}

.weatherWarning__toggleSeverityIndicator {
  top: 0.7143em;
}

@media (min-width: 27em) {
  .weatherWarning__toggleSeverityIndicator {
    top: 0.619em;
  }
}

.weatherWarning__legend {
  top: 0.6667em;
  left: -1.5714em;
  width: 1.2381em;
  height: 1.2381em;
}

.weatherWarning__icon {
  position: absolute;
  top: 0.8571em;
  right: 1.4286em;
  font-size: 0.6667em;
  line-height: 1.6em;
}

.weatherWarning__icon > .icon {
  width: 1em;
  height: 1em;
}

.weatherWarning__areaWarning {
  position: relative;
  font-family: DIN, sans-serif;
  margin-bottom: 2.625em;
}

.weatherWarning__areaWarning:last-child {
  margin-bottom: 1.3125em;
}

.weatherWarning__areaWarningHeadline {
  font-weight: 700;
  margin-bottom: 0.875em;
}

.weatherWarning__areaWarningText {
  margin-bottom: 0.875em;
}

.weatherWarning__areaWarningMeta {
  font-weight: 700;
  font-size: 0.875em;
  line-height: 1.25em;
  margin-bottom: 0.4375em;
}

.weatherWarning__severityLegend {
  padding-left: 2em;
  margin-top: 30px;
  margin-top: 1.875rem;
}

@media (min-width: 27em) {
  .weatherWarning__severityLegend {
    padding-left: 2.6875em;
  }
}

.weatherWarning__severityLegendEntry {
  position: relative;
  display: block;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.875em;
  line-height: 1.25em;
  padding-top: 3px;
  padding-top: 0.1875rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

@media (min-width: 27em) {
  .weatherWarning__severityLegendEntry {
    padding-top: 6px;
    padding-top: 0.375rem;
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
  }
}

@media (min-width: 27em) {
  .weatherWarning__forecastLegend {
    padding-left: 2.6875em;
  }
}

.weatherWarning__forecastLegendEntry {
  position: relative;
  display: block;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.875em;
  line-height: 1.25em;
  padding-top: 3px;
  padding-top: 0.1875rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

@media (min-width: 27em) {
  .weatherWarning__forecastLegendEntry {
    padding-top: 6px;
    padding-top: 0.375rem;
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
  }
}

.weatherWarning__countText {
  font-weight: 700;
  margin-top: 25px;
  margin-top: 1.5625rem;
}

@media (min-width: 30em) {
  .weatherWarning__countText {
    margin-top: 44px;
    margin-top: 2.75rem;
  }
}

.weatherWarning__countText .count {
  color: #cc1a14;
}

@media (min-width: 0em) and (max-width: 43.6875em) {
  .weatherWarning__list:nth-of-type(1) {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
}

@media (min-width: 43.75em) {
  .weatherWarning__list {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
}

@media (min-width: 0) and (max-width: 43.6875em) {
  .weatherWarning__list, .weatherWarning__regioMapAndLegend, .weatherWarning__regioMapList {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 43.75em) {
  .weatherWarning__mapContainer {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
}

@media (min-width: 0) and (max-width: 43.6875em) {
  .weatherWarning__regioMap, .weatherWarning__regioMapList {
    display: none;
  }
}

.no-js .weatherWarning__regioMap,
.no-svg .weatherWarning__regioMap,
.no-js .weatherWarning__regioMapList,
.no-svg .weatherWarning__regioMapList {
  display: none;
}

.weatherWarning__toggle .weatherWarning__icon .icon.icon--arrowUp {
  width: 0 !important;
  height: 0 !important;
}

.weatherWarning__toggle.-isOpen .weatherWarning__icon .icon.icon--arrowUp {
  width: 1em !important;
  height: 1em !important;
}

.weatherWarning__toggle.-isOpen .weatherWarning__icon .icon.icon--arrowDown {
  width: 0 !important;
  height: 0 !important;
}

.c-webformHead {
  padding-top: 23px;
  padding-top: 1.4375rem;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 29px;
  line-height: 1.8125rem;
  padding-left: 0px;
  padding-left: 0rem;
  padding-right: 0px;
  padding-right: 0rem;
  background-color: #d8e9f6;
  margin-left: -4.347826087%;
  margin-right: -4.347826087%;
  padding-left: 4.347826087%;
  padding-right: 4.347826087%;
  font-family: RobotoCond, sans-serif;
  font-weight: 700;
  color: #000;
}

@media (min-width: 27em) and (max-width: 40.5625em) {
  .c-webformHead {
    margin-left: -3.1802911534%;
    margin-right: -3.1802911534%;
    padding-left: 3.1802911534%;
    padding-right: 3.1802911534%;
  }
}

@media (min-width: 40.625em) {
  .c-webformHead {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 40.625em) {
  .c-webformHead {
    padding-left: 20px;
    padding-left: 1.25rem;
    padding-right: 20px;
    padding-right: 1.25rem;
  }
}

/* required styles */
.leaflet-map-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-pane,
.leaflet-tile-container,
.leaflet-overlay-pane,
.leaflet-shadow-pane,
.leaflet-marker-pane,
.leaflet-popup-pane,
.leaflet-overlay-pane svg,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.leaflet-container {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-user-drag: none;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}

/* map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container img {
  max-width: none !important;
}

/* stupid Android 2 doesn't understand "max-width: none" properly */
.leaflet-container img.leaflet-image-layer {
  max-width: 15000px !important;
}

.leaflet-tile {
  -webkit-filter: inherit;
          filter: inherit;
  visibility: hidden;
}

.leaflet-tile-loaded {
  visibility: inherit;
}

.leaflet-zoom-box {
  width: 0;
  height: 0;
}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

.leaflet-tile-pane {
  z-index: 2;
}

.leaflet-objects-pane {
  z-index: 3;
}

.leaflet-overlay-pane {
  z-index: 4;
}

.leaflet-shadow-pane {
  z-index: 5;
}

.leaflet-marker-pane {
  z-index: 6;
}

.leaflet-popup-pane {
  z-index: 7;
}

.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}

/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 7;
  pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

.leaflet-top {
  top: 0;
}

.leaflet-right {
  right: 0;
}

.leaflet-bottom {
  bottom: 0px;
  z-index: 0;
}

.leaflet-left {
  left: 0;
}

.leaflet-control {
  float: left;
  clear: both;
}

.leaflet-right .leaflet-control {
  float: right;
}

.leaflet-top .leaflet-control {
  margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
  margin-left: 10px;
}

.leaflet-right .leaflet-control {
  margin-right: 10px;
}

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile,
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-tile-loaded,
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile,
.leaflet-touching .leaflet-zoom-animated {
  transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

/* cursors */
.leaflet-clickable {
  cursor: pointer;
}

.leaflet-container {
  cursor: -webkit-grab;
  cursor: -moz-grab;
}

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}

.leaflet-dragging .leaflet-container,
.leaflet-dragging .leaflet-clickable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}

/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline: 0;
}

.leaflet-container a {
  color: #0078A8;
}

.leaflet-container a.leaflet-active {
  outline: 2px solid orange;
}

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}

/* general typography */
.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}

.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

.leaflet-bar a:hover {
  background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px 'Lucida Console', Monaco, monospace;
  text-indent: 1px;
}

.leaflet-control-zoom-out {
  font-size: 20px;
}

.leaflet-touch .leaflet-control-zoom-in {
  font-size: 22px;
}

.leaflet-touch .leaflet-control-zoom-out {
  font-size: 24px;
}

/* layers control */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}

.leaflet-control-layers-toggle {
  background-image: url(images/layers.png);
  width: 36px;
  height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(images/layers-2x.png);
  background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

.leaflet-control-layers label {
  display: block;
}

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
}

.leaflet-control-attribution a {
  text-decoration: none;
}

.leaflet-control-attribution a:hover {
  text-decoration: underline;
}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px;
}

.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: content-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
}

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
}

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}

.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4;
}

.leaflet-popup-content p {
  margin: 18px 0;
}

.leaflet-popup-tip-container {
  margin: 0 auto;
  width: 40px;
  height: 20px;
  position: relative;
  overflow: hidden;
}

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
}

.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999;
}

.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px;
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}

/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}

.zoom__map {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Einfärben der Startseite */
/*# sourceMappingURL=library.css.map */