@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.5.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: none;
      touch-action: none; }

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .slider-fill.is-dragging {
    -webkit-transition: all 0s linear;
    -o-transition: all 0s linear;
    transition: all 0s linear; }

.slider-handle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #1779ba;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #14679e; }
  .slider-handle.is-dragging {
    -webkit-transition: all 0s linear;
    -o-transition: all 0s linear;
    transition: all 0s linear; }

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed; }

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1); }
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; }
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }

.sticky-container {
  position: relative; }

.sticky {
  position: relative;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

/*! nouislider - 13.1.5 - 4/24/2019 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.noUi-target {
  position: relative;
  direction: ltr; }

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; }

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0; }

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  -webkit-transform-style: flat;
          transform-style: flat; }

/* Offset direction
 */
html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0; }

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0; }

.noUi-horizontal .noUi-origin {
  height: 0; }

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute; }

.noUi-touch-area {
  height: 100%;
  width: 100%; }

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px; }

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px; }

.noUi-vertical {
  width: 18px; }

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px; }

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -17px;
  left: auto; }

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  -webkit-box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
          box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB; }

.noUi-connects {
  border-radius: 3px; }

.noUi-connect {
  background: #3FB8AF; }

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize; }

.noUi-vertical .noUi-draggable {
  cursor: ns-resize; }

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
          box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB; }

.noUi-active {
  -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
          box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB; }

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px; }

.noUi-handle:after {
  left: 17px; }

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px; }

.noUi-vertical .noUi-handle:after {
  top: 17px; }

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8; }

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed; }

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.noUi-pips {
  position: absolute;
  color: #999; }

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center; }

.noUi-value-sub {
  color: #ccc;
  font-size: 10px; }

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC; }

.noUi-marker-sub {
  background: #AAA; }

.noUi-marker-large {
  background: #AAA; }

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%; }

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
      transform: translate(-50%, 50%); }

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
      transform: translate(50%, 50%); }

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px; }

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px; }

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px; }

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%; }

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  padding-left: 25px; }

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
      transform: translate(0, 50%); }

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px; }

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px; }

.noUi-marker-vertical.noUi-marker-large {
  width: 15px; }

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap; }

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%; }

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  top: 50%;
  right: 120%; }

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help; }

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #fefefe; }
  .tooltip::before {
    position: absolute; }
  .tooltip.bottom::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #0a0a0a;
    bottom: 100%; }
  .tooltip.bottom.align-center::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .tooltip.top::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #0a0a0a transparent transparent;
    top: 100%;
    bottom: auto; }
  .tooltip.top.align-center::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #0a0a0a;
    left: 100%; }
  .tooltip.left.align-center::before {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .tooltip.right::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #0a0a0a transparent transparent;
    right: 100%;
    left: auto; }
  .tooltip.right.align-center::before {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .tooltip.align-top::before {
    bottom: auto;
    top: 10%; }
  .tooltip.align-bottom::before {
    bottom: 10%;
    top: auto; }
  .tooltip.align-left::before {
    left: 10%;
    right: auto; }
  .tooltip.align-right::before {
    left: auto;
    right: 10%; }

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

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

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

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

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em&xxxlarge=105em"; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%; }

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: Lato, Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.4;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 0; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.grid-container {
  padding-right: 0.15625rem;
  padding-left: 0.15625rem;
  max-width: 106.25rem;
  margin-left: auto;
  margin-right: auto; }
  @media print, screen and (min-width: 40em) {
    .grid-container {
      padding-right: 0.15625rem;
      padding-left: 0.15625rem; } }
  .grid-container.fluid {
    padding-right: 0.15625rem;
    padding-left: 0.15625rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    @media print, screen and (min-width: 40em) {
      .grid-container.fluid {
        padding-right: 0.15625rem;
        padding-left: 0.15625rem; } }
  .grid-container.full {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }

.grid-x {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }

.cell {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%; }
  .cell.auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px; }
  .cell.shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }

.grid-x > .auto {
  width: auto; }

.grid-x > .shrink {
  width: auto; }

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } }

@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } }

.grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.grid-x > .small-1 {
  width: 8.33333%; }

.grid-x > .small-2 {
  width: 16.66667%; }

.grid-x > .small-3 {
  width: 25%; }

.grid-x > .small-4 {
  width: 33.33333%; }

.grid-x > .small-5 {
  width: 41.66667%; }

.grid-x > .small-6 {
  width: 50%; }

.grid-x > .small-7 {
  width: 58.33333%; }

.grid-x > .small-8 {
  width: 66.66667%; }

.grid-x > .small-9 {
  width: 75%; }

.grid-x > .small-10 {
  width: 83.33333%; }

.grid-x > .small-11 {
  width: 91.66667%; }

.grid-x > .small-12 {
  width: 100%; }

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto; }
  .grid-x > .medium-shrink, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .grid-x > .medium-shrink {
    width: auto; }
  .grid-x > .medium-1 {
    width: 8.33333%; }
  .grid-x > .medium-2 {
    width: 16.66667%; }
  .grid-x > .medium-3 {
    width: 25%; }
  .grid-x > .medium-4 {
    width: 33.33333%; }
  .grid-x > .medium-5 {
    width: 41.66667%; }
  .grid-x > .medium-6 {
    width: 50%; }
  .grid-x > .medium-7 {
    width: 58.33333%; }
  .grid-x > .medium-8 {
    width: 66.66667%; }
  .grid-x > .medium-9 {
    width: 75%; }
  .grid-x > .medium-10 {
    width: 83.33333%; }
  .grid-x > .medium-11 {
    width: 91.66667%; }
  .grid-x > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto; }
  .grid-x > .large-shrink, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .grid-x > .large-shrink {
    width: auto; }
  .grid-x > .large-1 {
    width: 8.33333%; }
  .grid-x > .large-2 {
    width: 16.66667%; }
  .grid-x > .large-3 {
    width: 25%; }
  .grid-x > .large-4 {
    width: 33.33333%; }
  .grid-x > .large-5 {
    width: 41.66667%; }
  .grid-x > .large-6 {
    width: 50%; }
  .grid-x > .large-7 {
    width: 58.33333%; }
  .grid-x > .large-8 {
    width: 66.66667%; }
  .grid-x > .large-9 {
    width: 75%; }
  .grid-x > .large-10 {
    width: 83.33333%; }
  .grid-x > .large-11 {
    width: 91.66667%; }
  .grid-x > .large-12 {
    width: 100%; } }

.grid-margin-x:not(.grid-x) > .cell {
  width: auto; }

.grid-margin-y:not(.grid-y) > .cell {
  height: auto; }

.grid-margin-x {
  margin-left: -0.15625rem;
  margin-right: -0.15625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x {
      margin-left: -0.15625rem;
      margin-right: -0.15625rem; } }
  .grid-margin-x > .cell {
    width: calc(100% - 0.3125rem);
    margin-left: 0.15625rem;
    margin-right: 0.15625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x > .cell {
      width: calc(100% - 0.3125rem);
      margin-left: 0.15625rem;
      margin-right: 0.15625rem; } }
  .grid-margin-x > .auto {
    width: auto; }
  .grid-margin-x > .shrink {
    width: auto; }
  .grid-margin-x > .small-1 {
    width: calc(8.33333% - 0.3125rem); }
  .grid-margin-x > .small-2 {
    width: calc(16.66667% - 0.3125rem); }
  .grid-margin-x > .small-3 {
    width: calc(25% - 0.3125rem); }
  .grid-margin-x > .small-4 {
    width: calc(33.33333% - 0.3125rem); }
  .grid-margin-x > .small-5 {
    width: calc(41.66667% - 0.3125rem); }
  .grid-margin-x > .small-6 {
    width: calc(50% - 0.3125rem); }
  .grid-margin-x > .small-7 {
    width: calc(58.33333% - 0.3125rem); }
  .grid-margin-x > .small-8 {
    width: calc(66.66667% - 0.3125rem); }
  .grid-margin-x > .small-9 {
    width: calc(75% - 0.3125rem); }
  .grid-margin-x > .small-10 {
    width: calc(83.33333% - 0.3125rem); }
  .grid-margin-x > .small-11 {
    width: calc(91.66667% - 0.3125rem); }
  .grid-margin-x > .small-12 {
    width: calc(100% - 0.3125rem); }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x > .auto {
      width: auto; }
    .grid-margin-x > .shrink {
      width: auto; }
    .grid-margin-x > .small-1 {
      width: calc(8.33333% - 0.3125rem); }
    .grid-margin-x > .small-2 {
      width: calc(16.66667% - 0.3125rem); }
    .grid-margin-x > .small-3 {
      width: calc(25% - 0.3125rem); }
    .grid-margin-x > .small-4 {
      width: calc(33.33333% - 0.3125rem); }
    .grid-margin-x > .small-5 {
      width: calc(41.66667% - 0.3125rem); }
    .grid-margin-x > .small-6 {
      width: calc(50% - 0.3125rem); }
    .grid-margin-x > .small-7 {
      width: calc(58.33333% - 0.3125rem); }
    .grid-margin-x > .small-8 {
      width: calc(66.66667% - 0.3125rem); }
    .grid-margin-x > .small-9 {
      width: calc(75% - 0.3125rem); }
    .grid-margin-x > .small-10 {
      width: calc(83.33333% - 0.3125rem); }
    .grid-margin-x > .small-11 {
      width: calc(91.66667% - 0.3125rem); }
    .grid-margin-x > .small-12 {
      width: calc(100% - 0.3125rem); }
    .grid-margin-x > .medium-auto {
      width: auto; }
    .grid-margin-x > .medium-shrink {
      width: auto; }
    .grid-margin-x > .medium-1 {
      width: calc(8.33333% - 0.3125rem); }
    .grid-margin-x > .medium-2 {
      width: calc(16.66667% - 0.3125rem); }
    .grid-margin-x > .medium-3 {
      width: calc(25% - 0.3125rem); }
    .grid-margin-x > .medium-4 {
      width: calc(33.33333% - 0.3125rem); }
    .grid-margin-x > .medium-5 {
      width: calc(41.66667% - 0.3125rem); }
    .grid-margin-x > .medium-6 {
      width: calc(50% - 0.3125rem); }
    .grid-margin-x > .medium-7 {
      width: calc(58.33333% - 0.3125rem); }
    .grid-margin-x > .medium-8 {
      width: calc(66.66667% - 0.3125rem); }
    .grid-margin-x > .medium-9 {
      width: calc(75% - 0.3125rem); }
    .grid-margin-x > .medium-10 {
      width: calc(83.33333% - 0.3125rem); }
    .grid-margin-x > .medium-11 {
      width: calc(91.66667% - 0.3125rem); }
    .grid-margin-x > .medium-12 {
      width: calc(100% - 0.3125rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-x > .large-auto {
      width: auto; }
    .grid-margin-x > .large-shrink {
      width: auto; }
    .grid-margin-x > .large-1 {
      width: calc(8.33333% - 0.3125rem); }
    .grid-margin-x > .large-2 {
      width: calc(16.66667% - 0.3125rem); }
    .grid-margin-x > .large-3 {
      width: calc(25% - 0.3125rem); }
    .grid-margin-x > .large-4 {
      width: calc(33.33333% - 0.3125rem); }
    .grid-margin-x > .large-5 {
      width: calc(41.66667% - 0.3125rem); }
    .grid-margin-x > .large-6 {
      width: calc(50% - 0.3125rem); }
    .grid-margin-x > .large-7 {
      width: calc(58.33333% - 0.3125rem); }
    .grid-margin-x > .large-8 {
      width: calc(66.66667% - 0.3125rem); }
    .grid-margin-x > .large-9 {
      width: calc(75% - 0.3125rem); }
    .grid-margin-x > .large-10 {
      width: calc(83.33333% - 0.3125rem); }
    .grid-margin-x > .large-11 {
      width: calc(91.66667% - 0.3125rem); }
    .grid-margin-x > .large-12 {
      width: calc(100% - 0.3125rem); } }

.grid-padding-x .grid-padding-x {
  margin-right: -0.15625rem;
  margin-left: -0.15625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-x .grid-padding-x {
      margin-right: -0.15625rem;
      margin-left: -0.15625rem; } }

.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.15625rem;
  margin-left: -0.15625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-container:not(.full) > .grid-padding-x {
      margin-right: -0.15625rem;
      margin-left: -0.15625rem; } }

.grid-padding-x > .cell {
  padding-right: 0.15625rem;
  padding-left: 0.15625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-x > .cell {
      padding-right: 0.15625rem;
      padding-left: 0.15625rem; } }

.small-up-1 > .cell {
  width: 100%; }

.small-up-2 > .cell {
  width: 50%; }

.small-up-3 > .cell {
  width: 33.33333%; }

.small-up-4 > .cell {
  width: 25%; }

.small-up-5 > .cell {
  width: 20%; }

.small-up-6 > .cell {
  width: 16.66667%; }

.small-up-7 > .cell {
  width: 14.28571%; }

.small-up-8 > .cell {
  width: 12.5%; }

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%; }
  .medium-up-2 > .cell {
    width: 50%; }
  .medium-up-3 > .cell {
    width: 33.33333%; }
  .medium-up-4 > .cell {
    width: 25%; }
  .medium-up-5 > .cell {
    width: 20%; }
  .medium-up-6 > .cell {
    width: 16.66667%; }
  .medium-up-7 > .cell {
    width: 14.28571%; }
  .medium-up-8 > .cell {
    width: 12.5%; } }

@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%; }
  .large-up-2 > .cell {
    width: 50%; }
  .large-up-3 > .cell {
    width: 33.33333%; }
  .large-up-4 > .cell {
    width: 25%; }
  .large-up-5 > .cell {
    width: 20%; }
  .large-up-6 > .cell {
    width: 16.66667%; }
  .large-up-7 > .cell {
    width: 14.28571%; }
  .large-up-8 > .cell {
    width: 12.5%; } }

.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 0.3125rem); }

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 0.3125rem); }

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.33333% - 0.3125rem); }

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 0.3125rem); }

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 0.3125rem); }

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.66667% - 0.3125rem); }

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.28571% - 0.3125rem); }

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 0.3125rem); }

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 0.3125rem); }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 0.3125rem); }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 0.3125rem); }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 0.3125rem); }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 0.3125rem); }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 0.3125rem); }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 0.3125rem); }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 0.3125rem); }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 0.3125rem); }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 0.3125rem); }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 0.3125rem); }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 0.3125rem); }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 0.3125rem); }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 0.3125rem); }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 0.3125rem); }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 0.3125rem); } }

@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 0.3125rem); }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 0.3125rem); }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 0.3125rem); }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 0.3125rem); }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 0.3125rem); }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66667% - 0.3125rem); }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 0.3125rem); }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 0.3125rem); } }

.small-margin-collapse {
  margin-right: 0;
  margin-left: 0; }
  .small-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0; }
  .small-margin-collapse > .small-1 {
    width: 8.33333%; }
  .small-margin-collapse > .small-2 {
    width: 16.66667%; }
  .small-margin-collapse > .small-3 {
    width: 25%; }
  .small-margin-collapse > .small-4 {
    width: 33.33333%; }
  .small-margin-collapse > .small-5 {
    width: 41.66667%; }
  .small-margin-collapse > .small-6 {
    width: 50%; }
  .small-margin-collapse > .small-7 {
    width: 58.33333%; }
  .small-margin-collapse > .small-8 {
    width: 66.66667%; }
  .small-margin-collapse > .small-9 {
    width: 75%; }
  .small-margin-collapse > .small-10 {
    width: 83.33333%; }
  .small-margin-collapse > .small-11 {
    width: 91.66667%; }
  .small-margin-collapse > .small-12 {
    width: 100%; }
  @media print, screen and (min-width: 40em) {
    .small-margin-collapse > .medium-1 {
      width: 8.33333%; }
    .small-margin-collapse > .medium-2 {
      width: 16.66667%; }
    .small-margin-collapse > .medium-3 {
      width: 25%; }
    .small-margin-collapse > .medium-4 {
      width: 33.33333%; }
    .small-margin-collapse > .medium-5 {
      width: 41.66667%; }
    .small-margin-collapse > .medium-6 {
      width: 50%; }
    .small-margin-collapse > .medium-7 {
      width: 58.33333%; }
    .small-margin-collapse > .medium-8 {
      width: 66.66667%; }
    .small-margin-collapse > .medium-9 {
      width: 75%; }
    .small-margin-collapse > .medium-10 {
      width: 83.33333%; }
    .small-margin-collapse > .medium-11 {
      width: 91.66667%; }
    .small-margin-collapse > .medium-12 {
      width: 100%; } }
  @media print, screen and (min-width: 64em) {
    .small-margin-collapse > .large-1 {
      width: 8.33333%; }
    .small-margin-collapse > .large-2 {
      width: 16.66667%; }
    .small-margin-collapse > .large-3 {
      width: 25%; }
    .small-margin-collapse > .large-4 {
      width: 33.33333%; }
    .small-margin-collapse > .large-5 {
      width: 41.66667%; }
    .small-margin-collapse > .large-6 {
      width: 50%; }
    .small-margin-collapse > .large-7 {
      width: 58.33333%; }
    .small-margin-collapse > .large-8 {
      width: 66.66667%; }
    .small-margin-collapse > .large-9 {
      width: 75%; }
    .small-margin-collapse > .large-10 {
      width: 83.33333%; }
    .small-margin-collapse > .large-11 {
      width: 91.66667%; }
    .small-margin-collapse > .large-12 {
      width: 100%; } }

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0; }
  .small-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0; }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .medium-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .small-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .small-3 {
    width: 25%; }
  .medium-margin-collapse > .small-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .small-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .small-6 {
    width: 50%; }
  .medium-margin-collapse > .small-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .small-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .small-9 {
    width: 75%; }
  .medium-margin-collapse > .small-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .small-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .medium-3 {
    width: 25%; }
  .medium-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .medium-6 {
    width: 50%; }
  .medium-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .medium-9 {
    width: 75%; }
  .medium-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .large-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .large-3 {
    width: 25%; }
  .medium-margin-collapse > .large-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .large-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .large-6 {
    width: 50%; }
  .medium-margin-collapse > .large-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .large-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .large-9 {
    width: 75%; }
  .medium-margin-collapse > .large-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .large-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .large-12 {
    width: 100%; } }

@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .medium-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .large-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.33333%; }
  .large-margin-collapse > .small-2 {
    width: 16.66667%; }
  .large-margin-collapse > .small-3 {
    width: 25%; }
  .large-margin-collapse > .small-4 {
    width: 33.33333%; }
  .large-margin-collapse > .small-5 {
    width: 41.66667%; }
  .large-margin-collapse > .small-6 {
    width: 50%; }
  .large-margin-collapse > .small-7 {
    width: 58.33333%; }
  .large-margin-collapse > .small-8 {
    width: 66.66667%; }
  .large-margin-collapse > .small-9 {
    width: 75%; }
  .large-margin-collapse > .small-10 {
    width: 83.33333%; }
  .large-margin-collapse > .small-11 {
    width: 91.66667%; }
  .large-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .large-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .large-margin-collapse > .medium-3 {
    width: 25%; }
  .large-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .large-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .large-margin-collapse > .medium-6 {
    width: 50%; }
  .large-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .large-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .large-margin-collapse > .medium-9 {
    width: 75%; }
  .large-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .large-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .large-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.33333%; }
  .large-margin-collapse > .large-2 {
    width: 16.66667%; }
  .large-margin-collapse > .large-3 {
    width: 25%; }
  .large-margin-collapse > .large-4 {
    width: 33.33333%; }
  .large-margin-collapse > .large-5 {
    width: 41.66667%; }
  .large-margin-collapse > .large-6 {
    width: 50%; }
  .large-margin-collapse > .large-7 {
    width: 58.33333%; }
  .large-margin-collapse > .large-8 {
    width: 66.66667%; }
  .large-margin-collapse > .large-9 {
    width: 75%; }
  .large-margin-collapse > .large-10 {
    width: 83.33333%; }
  .large-margin-collapse > .large-11 {
    width: 91.66667%; }
  .large-margin-collapse > .large-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .large-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

.small-offset-0 {
  margin-left: 0%; }

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.15625rem); }

.small-offset-1 {
  margin-left: 8.33333%; }

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.33333% + 0.15625rem); }

.small-offset-2 {
  margin-left: 16.66667%; }

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.66667% + 0.15625rem); }

.small-offset-3 {
  margin-left: 25%; }

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 0.15625rem); }

.small-offset-4 {
  margin-left: 33.33333%; }

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.33333% + 0.15625rem); }

.small-offset-5 {
  margin-left: 41.66667%; }

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.66667% + 0.15625rem); }

.small-offset-6 {
  margin-left: 50%; }

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 0.15625rem); }

.small-offset-7 {
  margin-left: 58.33333%; }

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.33333% + 0.15625rem); }

.small-offset-8 {
  margin-left: 66.66667%; }

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.66667% + 0.15625rem); }

.small-offset-9 {
  margin-left: 75%; }

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 0.15625rem); }

.small-offset-10 {
  margin-left: 83.33333%; }

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.33333% + 0.15625rem); }

.small-offset-11 {
  margin-left: 91.66667%; }

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.66667% + 0.15625rem); }

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.15625rem); }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.33333% + 0.15625rem); }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.66667% + 0.15625rem); }
  .medium-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.15625rem); }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.33333% + 0.15625rem); }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.66667% + 0.15625rem); }
  .medium-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.15625rem); }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.33333% + 0.15625rem); }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.66667% + 0.15625rem); }
  .medium-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.15625rem); }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.33333% + 0.15625rem); }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.66667% + 0.15625rem); } }

@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.15625rem); }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333% + 0.15625rem); }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.66667% + 0.15625rem); }
  .large-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.15625rem); }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.33333% + 0.15625rem); }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.66667% + 0.15625rem); }
  .large-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.15625rem); }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.33333% + 0.15625rem); }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.66667% + 0.15625rem); }
  .large-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.15625rem); }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.33333% + 0.15625rem); }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.66667% + 0.15625rem); } }

.grid-y {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap; }
  .grid-y > .cell {
    width: auto;
    max-width: none; }
  .grid-y > .auto {
    height: auto; }
  .grid-y > .shrink {
    height: auto; }
  .grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto; }
  @media print, screen and (min-width: 40em) {
    .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto; } }
  @media print, screen and (min-width: 64em) {
    .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto; } }
  .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .grid-y > .small-1 {
    height: 8.33333%; }
  .grid-y > .small-2 {
    height: 16.66667%; }
  .grid-y > .small-3 {
    height: 25%; }
  .grid-y > .small-4 {
    height: 33.33333%; }
  .grid-y > .small-5 {
    height: 41.66667%; }
  .grid-y > .small-6 {
    height: 50%; }
  .grid-y > .small-7 {
    height: 58.33333%; }
  .grid-y > .small-8 {
    height: 66.66667%; }
  .grid-y > .small-9 {
    height: 75%; }
  .grid-y > .small-10 {
    height: 83.33333%; }
  .grid-y > .small-11 {
    height: 91.66667%; }
  .grid-y > .small-12 {
    height: 100%; }
  @media print, screen and (min-width: 40em) {
    .grid-y > .medium-auto {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px;
      height: auto; }
    .grid-y > .medium-shrink, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
    .grid-y > .medium-shrink {
      height: auto; }
    .grid-y > .medium-1 {
      height: 8.33333%; }
    .grid-y > .medium-2 {
      height: 16.66667%; }
    .grid-y > .medium-3 {
      height: 25%; }
    .grid-y > .medium-4 {
      height: 33.33333%; }
    .grid-y > .medium-5 {
      height: 41.66667%; }
    .grid-y > .medium-6 {
      height: 50%; }
    .grid-y > .medium-7 {
      height: 58.33333%; }
    .grid-y > .medium-8 {
      height: 66.66667%; }
    .grid-y > .medium-9 {
      height: 75%; }
    .grid-y > .medium-10 {
      height: 83.33333%; }
    .grid-y > .medium-11 {
      height: 91.66667%; }
    .grid-y > .medium-12 {
      height: 100%; } }
  @media print, screen and (min-width: 64em) {
    .grid-y > .large-auto {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px;
      height: auto; }
    .grid-y > .large-shrink, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
    .grid-y > .large-shrink {
      height: auto; }
    .grid-y > .large-1 {
      height: 8.33333%; }
    .grid-y > .large-2 {
      height: 16.66667%; }
    .grid-y > .large-3 {
      height: 25%; }
    .grid-y > .large-4 {
      height: 33.33333%; }
    .grid-y > .large-5 {
      height: 41.66667%; }
    .grid-y > .large-6 {
      height: 50%; }
    .grid-y > .large-7 {
      height: 58.33333%; }
    .grid-y > .large-8 {
      height: 66.66667%; }
    .grid-y > .large-9 {
      height: 75%; }
    .grid-y > .large-10 {
      height: 83.33333%; }
    .grid-y > .large-11 {
      height: 91.66667%; }
    .grid-y > .large-12 {
      height: 100%; } }

.grid-padding-y .grid-padding-y {
  margin-top: -0.15625rem;
  margin-bottom: -0.15625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-y .grid-padding-y {
      margin-top: -0.15625rem;
      margin-bottom: -0.15625rem; } }

.grid-padding-y > .cell {
  padding-top: 0.15625rem;
  padding-bottom: 0.15625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-y > .cell {
      padding-top: 0.15625rem;
      padding-bottom: 0.15625rem; } }

.grid-margin-y {
  margin-top: -0.15625rem;
  margin-bottom: -0.15625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y {
      margin-top: -0.15625rem;
      margin-bottom: -0.15625rem; } }
  .grid-margin-y > .cell {
    height: calc(100% - 0.3125rem);
    margin-top: 0.15625rem;
    margin-bottom: 0.15625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .cell {
      height: calc(100% - 0.3125rem);
      margin-top: 0.15625rem;
      margin-bottom: 0.15625rem; } }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 0.3125rem); }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 0.3125rem); }
  .grid-margin-y > .small-3 {
    height: calc(25% - 0.3125rem); }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 0.3125rem); }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 0.3125rem); }
  .grid-margin-y > .small-6 {
    height: calc(50% - 0.3125rem); }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 0.3125rem); }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 0.3125rem); }
  .grid-margin-y > .small-9 {
    height: calc(75% - 0.3125rem); }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 0.3125rem); }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 0.3125rem); }
  .grid-margin-y > .small-12 {
    height: calc(100% - 0.3125rem); }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.33333% - 0.3125rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.66667% - 0.3125rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 0.3125rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.33333% - 0.3125rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.66667% - 0.3125rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 0.3125rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.33333% - 0.3125rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.66667% - 0.3125rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 0.3125rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.33333% - 0.3125rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.66667% - 0.3125rem); }
    .grid-margin-y > .small-12 {
      height: calc(100% - 0.3125rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.33333% - 0.3125rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.66667% - 0.3125rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 0.3125rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.33333% - 0.3125rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.66667% - 0.3125rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 0.3125rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.33333% - 0.3125rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.66667% - 0.3125rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 0.3125rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.33333% - 0.3125rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.66667% - 0.3125rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 0.3125rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.33333% - 0.3125rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.66667% - 0.3125rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 0.3125rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.33333% - 0.3125rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.66667% - 0.3125rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 0.3125rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.33333% - 0.3125rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.66667% - 0.3125rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 0.3125rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.33333% - 0.3125rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.66667% - 0.3125rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 0.3125rem); } }

.grid-frame {
  overflow: hidden;
  position: relative;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100vw; }

.cell .grid-frame {
  width: 100%; }

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

.cell-block-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 100%; }
  .cell-block-container > .grid-x {
    max-height: 100%;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw; }
  .cell .medium-grid-frame {
    width: 100%; }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .medium-cell-block-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%; }
    .medium-cell-block-container > .grid-x {
      max-height: 100%;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; } }

@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw; }
  .cell .large-grid-frame {
    width: 100%; }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .large-cell-block-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%; }
    .large-cell-block-container > .grid-x {
      max-height: 100%;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; } }

.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100vh; }

@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh; } }

@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh; } }

.cell .grid-y.grid-frame {
  height: 100%; }

@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%; } }

@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%; } }

.grid-margin-y {
  margin-top: -0.15625rem;
  margin-bottom: -0.15625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y {
      margin-top: -0.15625rem;
      margin-bottom: -0.15625rem; } }
  .grid-margin-y > .cell {
    height: calc(100% - 0.3125rem);
    margin-top: 0.15625rem;
    margin-bottom: 0.15625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .cell {
      height: calc(100% - 0.3125rem);
      margin-top: 0.15625rem;
      margin-bottom: 0.15625rem; } }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 0.3125rem); }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 0.3125rem); }
  .grid-margin-y > .small-3 {
    height: calc(25% - 0.3125rem); }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 0.3125rem); }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 0.3125rem); }
  .grid-margin-y > .small-6 {
    height: calc(50% - 0.3125rem); }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 0.3125rem); }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 0.3125rem); }
  .grid-margin-y > .small-9 {
    height: calc(75% - 0.3125rem); }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 0.3125rem); }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 0.3125rem); }
  .grid-margin-y > .small-12 {
    height: calc(100% - 0.3125rem); }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.33333% - 0.3125rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.66667% - 0.3125rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 0.3125rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.33333% - 0.3125rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.66667% - 0.3125rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 0.3125rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.33333% - 0.3125rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.66667% - 0.3125rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 0.3125rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.33333% - 0.3125rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.66667% - 0.3125rem); }
    .grid-margin-y > .small-12 {
      height: calc(100% - 0.3125rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.33333% - 0.3125rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.66667% - 0.3125rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 0.3125rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.33333% - 0.3125rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.66667% - 0.3125rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 0.3125rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.33333% - 0.3125rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.66667% - 0.3125rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 0.3125rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.33333% - 0.3125rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.66667% - 0.3125rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 0.3125rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.33333% - 0.3125rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.66667% - 0.3125rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 0.3125rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.33333% - 0.3125rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.66667% - 0.3125rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 0.3125rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.33333% - 0.3125rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.66667% - 0.3125rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 0.3125rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.33333% - 0.3125rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.66667% - 0.3125rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 0.3125rem); } }

.grid-frame.grid-margin-y {
  height: calc(100vh + 0.3125rem); }
  @media print, screen and (min-width: 40em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 0.3125rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 0.3125rem); } }

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 0.3125rem); } }

@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 0.3125rem); } }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.99875em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.99875em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.4;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: Lato, Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 800;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small, .h1 small,
  h2 small, .h2 small,
  h3 small, .h3 small,
  h4 small, .h4 small,
  h5 small, .h5 small,
  h6 small, .h6 small {
    line-height: 0;
    color: #e1e6eb; }

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6, .h6 {
  font-size: 1rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 3.75rem; }
  h2, .h2 {
    font-size: 2rem; }
  h3, .h3 {
    font-size: 1.5rem; }
  h4, .h4 {
    font-size: 1.5rem; }
  h5, .h5 {
    font-size: 1.25rem; }
  h6, .h6 {
    font-size: 1rem; } }

a {
  line-height: inherit;
  color: #000;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #000;
    text-decoration: underline; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 106.25rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #e1e6eb;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.4; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: square; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #e1e6eb; }
  blockquote, blockquote p {
    line-height: 1.4;
    color: #333; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #333; }
  cite:before {
    content: "\2014   "; }

abbr, abbr[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
  text-decoration: none; }

figure {
  margin: 0; }

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #e1e6eb;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #000; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #333; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none; }

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #333;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .print-break-inside {
    page-break-inside: auto; } }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 2.3375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #e1e6eb;
  border-radius: 0;
  background-color: #fff;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.4;
  color: #000;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #333;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px #e1e6eb;
            box-shadow: 0 0 5px #e1e6eb;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0; }

input[type='search'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

::-webkit-input-placeholder {
  color: #e1e6eb; }

::-moz-placeholder {
  color: #e1e6eb; }

:-ms-input-placeholder {
  color: #e1e6eb; }

::-ms-input-placeholder {
  color: #e1e6eb; }

::placeholder {
  color: #e1e6eb; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #000; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #000; }

.input-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  .input-group > :first-child, .input-group > :first-child.input-group-button > * {
    border-radius: 0 0 0 0; }
  .input-group > :last-child, .input-group > :last-child.input-group-button > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #e1e6eb;
  background: #e6e6e6;
  color: #000;
  text-align: center;
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  min-width: 0; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

legend {
  max-width: 100%;
  margin-bottom: 0.5rem; }

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #e1e6eb; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem; }

select {
  height: 2.3375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #e1e6eb;
  border-radius: 0;
  background-color: #fff;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.4;
  color: #000;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%2851, 51, 51%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1px solid #333;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px #e1e6eb;
            box-shadow: 0 0 5px #e1e6eb;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }
  select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #faedeb; }
  .is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus)::-moz-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus):-ms-input-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus)::-ms-input-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37; }

.is-invalid-label {
  color: #cc4b37; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37; }
  .form-error.is-visible {
    display: block; }

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.7em 2em;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out, border-color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out, color 0.25s ease-out, border-color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out, border-color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #96be0e;
  color: #fff; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #78980b;
    color: #fff; }
  .button.small {
    font-size: 0.5rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button.primary {
    background-color: #96be0e;
    color: #000; }
    .button.primary:hover, .button.primary:focus {
      background-color: #78980b;
      color: #000; }
  .button.negative {
    background-color: #fff;
    color: #000; }
    .button.negative:hover, .button.negative:focus {
      background-color: #cccccc;
      color: #000; }
  .button.black {
    background-color: #000;
    color: #fff; }
    .button.black:hover, .button.black:focus {
      background-color: black;
      color: #fff; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
      background-color: #96be0e;
      color: #fff; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #96be0e;
        color: #000; }
    .button.disabled.negative, .button[disabled].negative {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.negative, .button.disabled.negative:hover, .button.disabled.negative:focus, .button[disabled].negative, .button[disabled].negative:hover, .button[disabled].negative:focus {
        background-color: #fff;
        color: #000; }
    .button.disabled.black, .button[disabled].black {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.black, .button.disabled.black:hover, .button.disabled.black:focus, .button[disabled].black, .button[disabled].black:hover, .button[disabled].black:focus {
        background-color: #000;
        color: #fff; }
  .button.hollow, .button.topic {
    border: 2px solid #96be0e;
    color: #96be0e; }
    .button.hollow, .button.topic, .button.hollow:hover, .button.topic:hover, .button.hollow:focus, .button.topic:focus {
      background-color: transparent; }
    .button.hollow.disabled, .button.disabled.topic, .button.hollow.disabled:hover, .button.disabled.topic:hover, .button.hollow.disabled:focus, .button.disabled.topic:focus, .button.hollow[disabled], .button.topic[disabled], .button.hollow[disabled]:hover, .button.topic[disabled]:hover, .button.hollow[disabled]:focus, .button.topic[disabled]:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.topic:hover, .button.hollow:focus, .button.topic:focus {
      border-color: #4b5f07;
      color: #4b5f07; }
      .button.hollow:hover.disabled, .button.topic:hover.disabled, .button.hollow:hover[disabled], .button.topic:hover[disabled], .button.hollow:focus.disabled, .button.topic:focus.disabled, .button.hollow:focus[disabled], .button.topic:focus[disabled] {
        border: 2px solid #96be0e;
        color: #96be0e; }
    .button.hollow.primary, .button.primary.topic {
      border: 2px solid #96be0e;
      color: #96be0e; }
      .button.hollow.primary:hover, .button.primary.topic:hover, .button.hollow.primary:focus, .button.primary.topic:focus {
        border-color: #4b5f07;
        color: #4b5f07; }
        .button.hollow.primary:hover.disabled, .button.primary.topic:hover.disabled, .button.hollow.primary:hover[disabled], .button.primary.topic:hover[disabled], .button.hollow.primary:focus.disabled, .button.primary.topic:focus.disabled, .button.hollow.primary:focus[disabled], .button.primary.topic:focus[disabled] {
          border: 2px solid #96be0e;
          color: #96be0e; }
    .button.hollow.negative, .button.negative.topic {
      border: 2px solid #fff;
      color: #fff; }
      .button.hollow.negative:hover, .button.negative.topic:hover, .button.hollow.negative:focus, .button.negative.topic:focus {
        border-color: gray;
        color: gray; }
        .button.hollow.negative:hover.disabled, .button.negative.topic:hover.disabled, .button.hollow.negative:hover[disabled], .button.negative.topic:hover[disabled], .button.hollow.negative:focus.disabled, .button.negative.topic:focus.disabled, .button.hollow.negative:focus[disabled], .button.negative.topic:focus[disabled] {
          border: 2px solid #fff;
          color: #fff; }
    .button.hollow.black, .button.black.topic {
      border: 2px solid #000;
      color: #000; }
      .button.hollow.black:hover, .button.black.topic:hover, .button.hollow.black:focus, .button.black.topic:focus {
        border-color: black;
        color: black; }
        .button.hollow.black:hover.disabled, .button.black.topic:hover.disabled, .button.hollow.black:hover[disabled], .button.black.topic:hover[disabled], .button.hollow.black:focus.disabled, .button.black.topic:focus.disabled, .button.hollow.black:focus[disabled], .button.black.topic:focus[disabled] {
          border: 2px solid #000;
          color: #000; }
  .button.clear {
    border: 2px solid #96be0e;
    color: #96be0e; }
    .button.clear, .button.clear:hover, .button.clear:focus {
      background-color: transparent; }
    .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
      background-color: transparent; }
    .button.clear:hover, .button.clear:focus {
      border-color: #4b5f07;
      color: #4b5f07; }
      .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
        border: 2px solid #96be0e;
        color: #96be0e; }
    .button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
      border-color: transparent; }
    .button.clear.primary {
      border: 2px solid #96be0e;
      color: #96be0e; }
      .button.clear.primary:hover, .button.clear.primary:focus {
        border-color: #4b5f07;
        color: #4b5f07; }
        .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
          border: 2px solid #96be0e;
          color: #96be0e; }
      .button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
        border-color: transparent; }
    .button.clear.negative {
      border: 2px solid #fff;
      color: #fff; }
      .button.clear.negative:hover, .button.clear.negative:focus {
        border-color: gray;
        color: gray; }
        .button.clear.negative:hover.disabled, .button.clear.negative:hover[disabled], .button.clear.negative:focus.disabled, .button.clear.negative:focus[disabled] {
          border: 2px solid #fff;
          color: #fff; }
      .button.clear.negative, .button.clear.negative.disabled, .button.clear.negative[disabled], .button.clear.negative:hover, .button.clear.negative:hover.disabled, .button.clear.negative:hover[disabled], .button.clear.negative:focus, .button.clear.negative:focus.disabled, .button.clear.negative:focus[disabled] {
        border-color: transparent; }
    .button.clear.black {
      border: 2px solid #000;
      color: #000; }
      .button.clear.black:hover, .button.clear.black:focus {
        border-color: black;
        color: black; }
        .button.clear.black:hover.disabled, .button.clear.black:hover[disabled], .button.clear.black:focus.disabled, .button.clear.black:focus[disabled] {
          border: 2px solid #000;
          color: #000; }
      .button.clear.black, .button.clear.black.disabled, .button.clear.black[disabled], .button.clear.black:hover, .button.clear.black:hover.disabled, .button.clear.black:hover[disabled], .button.clear.black:focus, .button.clear.black:focus.disabled, .button.clear.black:focus[disabled] {
        border-color: transparent; }
  .button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fff transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 2em; }
  .button.dropdown.hollow::after, .button.dropdown.topic::after, .button.dropdown.clear::after {
    border-top-color: #96be0e; }
  .button.dropdown.hollow.primary::after, .button.dropdown.primary.topic::after, .button.dropdown.clear.primary::after {
    border-top-color: #96be0e; }
  .button.dropdown.hollow.negative::after, .button.dropdown.negative.topic::after, .button.dropdown.clear.negative::after {
    border-top-color: #fff; }
  .button.dropdown.hollow.black::after, .button.dropdown.black.topic::after, .button.dropdown.clear.black::after {
    border-top-color: #000; }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

a.button:hover, a.button:focus {
  text-decoration: none; }

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #e1e6eb;
  border-radius: 0;
  background-color: #fff;
  font-size: 1rem; }
  .dropdown-pane.is-opening {
    display: block; }
  .dropdown-pane.is-open {
    display: block;
    visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large, .dropdown-pane.button.topic {
  width: 400px; }

.progress {
  height: 2rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: rgba(225, 230, 235, 0.5); }
  .progress.primary .progress-meter {
    background-color: #96be0e; }
  .progress.primary-darker .progress-meter {
    background-color: #7ea207; }
  .progress.dark-background .progress-meter {
    background-color: #011c31; }
  .progress.medium-background .progress-meter {
    background-color: #043358; }
  .progress.mediumlight-background .progress-meter {
    background-color: #04518F; }
  .progress.light-background .progress-meter {
    background-color: #f1f4f6; }
  .progress.neutral-light .progress-meter {
    background-color: rgba(0, 0, 0, 0.03); }
  .progress.neutral-medium .progress-meter {
    background-color: #e1e6eb; }
  .progress.neutral-dark .progress-meter {
    background-color: #333; }
  .progress.secondary .progress-meter {
    background-color: #008dff; }
  .progress.success .progress-meter {
    background-color: #3adb76; }
  .progress.warning .progress-meter {
    background-color: #ffae00; }
  .progress.alert .progress-meter {
    background-color: #cc4b37; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #96be0e; }

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
  white-space: nowrap; }

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  thead,
  tbody,
  tfoot {
    border: 1px solid #f2f2f2;
    background-color: #fff; }
  caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold; }
  thead {
    background: #f9f9f9;
    color: #000; }
  tfoot {
    background: #f2f2f2;
    color: #000; }
  thead tr,
  tfoot tr {
    background: transparent; }
  thead th,
  thead td,
  tfoot th,
  tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left; }
  tbody th,
  tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }
  tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f2f2f2; }
  table.unstriped tbody {
    background-color: #fff; }
    table.unstriped tbody tr {
      border-bottom: 0;
      border-bottom: 1px solid #f2f2f2;
      background-color: #fff; }

@media screen and (max-width: 63.99875em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover thead tr:hover {
  background-color: #f4f4f4; }

table.hover tfoot tr:hover {
  background-color: #ededed; }

table.hover tbody tr:hover {
  background-color: #fafafa; }

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ededed; }

.table-scroll {
  overflow-x: auto; }

/* animation: name duration timing-function delay iteration-count direction fill-mode; */
.grid-x {
  margin-top: 5px;
  margin-bottom: 5px; }
  .grid-x > .sticky-container {
    width: 100%; }
  .grid-x--medium {
    width: 100%;
    padding: 0 5vw; }
    @media print, screen and (min-width: 40em) {
      .grid-x--medium {
        max-width: 47rem;
        margin: 0 auto 3rem auto; } }
    @media print, screen and (min-width: 64em) {
      .grid-x--medium {
        max-width: 62.5rem;
        padding: 0; } }

@media screen and (max-width: 39.99875em) {
  .grid-margin-x > .cell {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0.15625rem; }
    .grid-margin-x > .cell:last-child {
      margin-bottom: 0; } }

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .grid-margin-x > .cell {
    margin-left: 0.15625rem;
    margin-right: 0.15625rem;
    margin-bottom: 0.15625rem; }
    .grid-margin-x > .cell:last-child {
      margin-bottom: 0; } }

.grid-padding-xy {
  padding: 5vh; }
  @media print, screen and (min-width: 64em) {
    .grid-padding-xy {
      padding: 12vh 10vw; } }

.grid-divider-inner-medium {
  position: relative; }
  .grid-divider-inner-medium .cell {
    margin-bottom: 0.3125rem; }
    .grid-divider-inner-medium .cell:before {
      content: '';
      position: absolute;
      left: -0.3125rem;
      right: -0.3125rem;
      top: 0;
      bottom: -0.3125rem;
      z-index: -1;
      background: #e1e6eb; }
      @media screen and (max-width: 39.99875em) {
        .grid-divider-inner-medium .cell:before {
          left: 0;
          right: 0; } }
  @media print, screen and (min-width: 64em) {
    .grid-divider-inner-medium .large-6:nth-child(2n+1):before {
      left: 0; }
    .grid-divider-inner-medium .large-6:nth-child(2n+2):before {
      right: 0; }
    .grid-divider-inner-medium .large-4:nth-child(3n+1):before {
      /** left: 0; **/ }
    .grid-divider-inner-medium .large-4:nth-child(3n+3):before {
      /** right: 0; **/ } }

.grid-border-bottom {
  border-bottom: 1px solid rgba(1, 28, 49, 0.2); }

.grid-divider-bottom-medium {
  margin-bottom: -5px; }
  .grid-divider-bottom-medium:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0.15625rem;
    right: 0.15625rem;
    z-index: 2;
    background: #e1e6eb;
    height: 5px; }

.cell--center {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center; }

body.lb-disable-scrolling {
  overflow: hidden; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(1, 28, 49, 0.95);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  display: none; }

.lightbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0% !important;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 5px solid #fff; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
       This is visible during transitions. */
  background-color: white; }

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

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/assets/icons/loading.gif) no-repeat; }

.lb-nav {
  position: fixed;
  bottom: -0px;
  left: 0;
  right: 0;
  height: 200px;
  margin: 0 auto;
  width: 100%;
  max-width: 240px;
  z-index: 10;
  background-color: transparent; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }

.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 50%;
  left: 0;
  float: left;
  background: url(/assets/icons/arrow_forward.svg) right 52% no-repeat;
  background-size: 50px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 1;
  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-nav a.lb-next {
  width: 50%;
  right: 0;
  float: right;
  background: url(/assets/icons/arrow_forward.svg) right 48% no-repeat;
  background-size: 50px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 1;
  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-dataContainer {
  position: fixed;
  top: 60px;
  left: 50%;
  padding: 0 2rem;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  margin: 0 auto;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

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

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  display: inline-block;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1em; }

.lb-data .lb-caption a {
  color: #4ae; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/assets/icons/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.icon {
  /* Lets the icon inherit the text color. */
  fill: currentColor;
  /* Inherit the text’s size too. Also allows sizing
     the icon by changing its font-size. */
  width: 1em;
  height: 1em;
  /* Nice visual alignment for icons alongside text.
     (I got a few questions about this and: with most
     fonts and styles, this works better than just
     vertical-align:middle. Try it and see what you
     like best. */
  vertical-align: -0.15em; }
  .icon--medium {
    width: 1.25rem;
    height: 1.25rem; }
  .icon--large {
    width: 2.125rem;
    height: 2.125rem; }
  .icon--xlarge {
    width: 3rem;
    height: 3rem; }
  .icon--big {
    width: 5rem;
    height: 5rem; }
  .icon--xbig {
    width: 7rem;
    height: 7rem; }
  .icon--location {
    width: 6.5rem;
    height: 6.5rem; }
  .icon--count {
    width: 6.5rem;
    height: 6.5rem; }

/* Webfont: LatoLatin-Bold */
@font-face {
  font-family: 'Lato';
  src: url("/assets/fonts/LatoLatin-Bold.eot");
  /* IE9 Compat Modes */
  src: url("/assets/fonts/LatoLatin-Bold.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/LatoLatin-Bold.woff2") format("woff2"), url("/assets/fonts/LatoLatin-Bold.woff") format("woff"), url("/assets/fonts/LatoLatin-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  text-rendering: optimizeLegibility; }

/* Webfont: LatoLatin-Heavy */
@font-face {
  font-family: 'Lato';
  src: url("/assets/fonts/LatoLatin-Heavy.eot");
  /* IE9 Compat Modes */
  src: url("/assets/fonts/LatoLatin-Heavy.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/LatoLatin-Heavy.woff2") format("woff2"), url("/assets/fonts/LatoLatin-Heavy.woff") format("woff"), url("/assets/fonts/LatoLatin-Heavy.ttf") format("truetype");
  font-style: normal;
  font-weight: 800;
  text-rendering: optimizeLegibility; }

/* Webfont: LatoLatin-Light */
@font-face {
  font-family: 'Lato';
  src: url("/assets/fonts/LatoLatin-Light.eot");
  /* IE9 Compat Modes */
  src: url("/assets/fonts/LatoLatin-Light.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/LatoLatin-Light.woff2") format("woff2"), url("/assets/fonts/LatoLatin-Light.woff") format("woff"), url("/assets/fonts/LatoLatin-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
  text-rendering: optimizeLegibility; }

/* Webfont: LatoLatin-Regular */
@font-face {
  font-family: 'Lato';
  src: url("/assets/fonts/LatoLatin-Regular.eot");
  /* IE9 Compat Modes */
  src: url("/assets/fonts/LatoLatin-Regular.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/LatoLatin-Regular.woff2") format("woff2"), url("/assets/fonts/LatoLatin-Regular.woff") format("woff"), url("/assets/fonts/LatoLatin-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }

.headline-alpha, .hero__headline {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 30px;
  letter-spacing: 2px;
  margin-bottom: .8rem;
  line-height: 1;
  -webkit-hyphens: manual;
      -ms-hyphens: manual;
          hyphens: manual; }
  @media print, screen and (min-width: 40em) {
    .headline-alpha, .hero__headline {
      font-size: 50px; } }
  @media print, screen and (min-width: 64em) {
    .headline-alpha, .hero__headline {
      font-size: 3.75rem; } }

@media print, screen and (min-width: 64em) {
  .headline-alpha--hero, .hero__headline {
    font-size: 3.75rem; } }

.headline-beta {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 30px; }
  @media print, screen and (min-width: 64em) {
    .headline-beta {
      font-size: 48px; } }

h2,
.headline-gamma {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 25px;
  letter-spacing: 2px;
  line-height: 1;
  -webkit-hyphens: manual;
      -ms-hyphens: manual;
          hyphens: manual; }
  @media print, screen and (min-width: 40em) {
    h2,
    .headline-gamma {
      font-size: 1.75rem; } }

h3,
.headline-delta,
.mini-teaser__headline {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: none;
  -webkit-hyphens: manual;
      -ms-hyphens: manual;
          hyphens: manual; }
  @media print, screen and (min-width: 64em) {
    h3,
    .headline-delta,
    .mini-teaser__headline {
      font-size: 24px; } }

.headline-epsilon {
  font-weight: 300;
  font-size: 24px;
  letter-spacing: 1px; }

.subline-hero, .hero__subline {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase; }

.subline-alpha, .meta__special, .scroll-indicator {
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px; }

.subline-beta, .meta--small, .meta--small .meta__date, .meta--category {
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 2px; }

.subline-gamma, .meta--small .meta__category, .meta__member, .mini-teaser__meta {
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 2px; }

.subline-delta {
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase; }

.intro-large {
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700; }

.intro-hero, .hero__intro {
  font-size: 1.5rem;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 140%;
  max-width: 700px;
  margin: 0 auto 2rem auto; }

.intro-hero-small, .hero__intro--small {
  font-size: 1.125rem;
  letter-spacing: 0.5px;
  font-weight: 400;
  line-height: 140%;
  max-width: 700px;
  margin: 0 auto 2rem auto; }

.teaser-intro-copy {
  font-size: 1.875rem;
  letter-spacing: 0.5px;
  font-weight: 400;
  line-height: 140%; }
  @media screen and (max-width: 39.99875em) {
    .teaser-intro-copy {
      font-size: 1rem; } }

.intro-info-normal {
  margin: 1.25rem 0 0 0;
  font-size: 2.75rem;
  line-height: 1.2;
  text-transform: unset; }

.intro-info-light {
  margin: .625rem 0 0 0;
  font-size: 1.5625rem;
  font-weight: 400; }

.intro-teaser-light {
  font-size: 18px;
  letter-spacing: 0.5px;
  font-weight: 400;
  margin-bottom: 2rem; }

.intro-teaser-normal {
  font-size: 18px;
  letter-spacing: 0.5px;
  font-weight: 400;
  margin-bottom: 2rem; }

p {
  letter-spacing: 0.5px; }

.p-smaller, .checkbox-container label, .checkbox-container--small label, .select-fancy button {
  font-size: 13px; }

.p-small, .mini-teaser__text {
  font-size: 14px; }

.p-medium, .content--small p, .article p, .meta--large .meta__day, .meta--large .meta__date, .section-header__link {
  font-size: 18px;
  line-height: 160%;
  margin-bottom: 2rem; }

.p-standart {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: .625rem; }

.p-large, .filter__headline {
  font-size: 24px; }

ul li,
ol li {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: .5rem; }

p {
  font-size: 18px;
  letter-spacing: 0.5px;
  font-weight: 400;
  margin-bottom: 2rem;
  line-height: 1.6; }

.fussnote {
  font-size: .6875rem; }

a {
  color: #000; }
  a:hover, a:focus, a:active {
    color: #000;
    text-decoration: underline; }

.negative a,
a.negative,
.section-header__link {
  color: #fff; }
  .negative a:hover, .negative a:focus, .negative a:active,
  a.negative:hover,
  .section-header__link:hover,
  a.negative:focus,
  .section-header__link:focus,
  a.negative:active,
  .section-header__link:active {
    color: #fff; }

.header {
  background-color: white;
  position: fixed;
  width: 100%;
  height: 60px;
  z-index: 1020;
  -webkit-transition: height .5s ease, background-color .5s ease-in-out;
  -o-transition: height .5s ease, background-color .5s ease-in-out;
  transition: height .5s ease, background-color .5s ease-in-out;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-right: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media print, screen and (min-width: 40em) {
    .header {
      height: 115px;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding-right: 0; }
      .is-reveal-open .header, .header.smaller {
        height: 70px; } }
  .header.open {
    border-bottom-color: rgba(0, 0, 0, 0.1); }
  .header.initial {
    background-color: transparent; }

.header--white {
  border-bottom: 1px solid rgba(172, 179, 187, 0.3);
  background: #fff !important; }

.header__branding {
  position: absolute;
  left: .5rem;
  margin-left: 0;
  margin-right: 2rem;
  height: 100%;
  width: 120px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  z-index: 1020; }
  .header--amk .header__branding {
    width: 140px; }
  @media print, screen and (min-width: 40em) {
    .header__branding {
      position: relative;
      width: 132px;
      margin-left: 2rem;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
      .header--amk .header__branding {
        width: 98px; } }
  @media print, screen and (min-width: 64em) {
    .header__branding {
      left: 20px; } }

.header__branding__logo--color,
.header__branding__logo--negative {
  height: 65px;
  width: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0.7);
      -ms-transform: translateY(-50%) scale(0.7);
          transform: translateY(-50%) scale(0.7);
  left: 0;
  -webkit-transition: opacity .4s ease .2s, -webkit-transform .5s ease;
  transition: opacity .4s ease .2s, -webkit-transform .5s ease;
  -o-transition: transform .5s ease, opacity .4s ease .2s;
  transition: transform .5s ease, opacity .4s ease .2s;
  transition: transform .5s ease, opacity .4s ease .2s, -webkit-transform .5s ease;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center; }
  @media print, screen and (min-width: 40em) {
    .header__branding__logo--color,
    .header__branding__logo--negative {
      height: 75px; }
      .smaller .header__branding__logo--color, .smaller
      .header__branding__logo--negative {
        -webkit-transform: translateY(-50%) scale(0.7);
            -ms-transform: translateY(-50%) scale(0.7);
                transform: translateY(-50%) scale(0.7); }
      .initial .header__branding__logo--color, .initial
      .header__branding__logo--negative {
        -webkit-transform: translateY(-50%) scale(1);
            -ms-transform: translateY(-50%) scale(1);
                transform: translateY(-50%) scale(1); }
      .header--amk .header__branding__logo--color, .header--amk
      .header__branding__logo--negative {
        width: 200px;
        -webkit-transform: translateY(-50%) scale(1);
            -ms-transform: translateY(-50%) scale(1);
                transform: translateY(-50%) scale(1); } }
  .header__branding__logo--color img,
  .header__branding__logo--negative img {
    width: auto;
    height: 100%;
    vertical-align: top; }
    .header--amk .header__branding__logo--color img, .header--amk
    .header__branding__logo--negative img {
      width: 100%;
      max-width: 200px;
      height: 75px; }

.header__branding__logo--color {
  opacity: 1; }
  .active-search .header__branding__logo--color {
    opacity: 0; }
  .initial .header__branding__logo--color {
    opacity: 1; }
  .header--amk.initial .header__branding__logo--color {
    opacity: 0; }
  .initial.open .header__branding__logo--color,
  .smaller .header__branding__logo--color {
    opacity: 0; }
  .header--amk.smaller .header__branding__logo--color {
    opacity: 1; }
  .header--amk.header--white .header__branding__logo--color {
    opacity: 1; }

.header__branding__logo--negative {
  opacity: 0; }
  .active-search .header__branding__logo--negative {
    opacity: 1; }
  .header--white.initial .header__branding__logo--negative {
    opacity: 1; }
  .header--amk.initial .header__branding__logo--negative {
    opacity: 1; }
  .initial.open .header__branding__logo--negative,
  .smaller .header__branding__logo--negative {
    opacity: 1; }
  .header--amk.smaller .header__branding__logo--negative {
    opacity: 0; }
  .header--amk.header--white .header__branding__logo--negative {
    opacity: 0; }

.main-menu__button {
  width: 70px;
  background: transparent;
  height: 100%;
  position: relative;
  display: block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: auto;
  cursor: pointer; }
  .main-menu__button:focus {
    outline: none; }
  @media print, screen and (min-width: 40em) {
    .main-menu__button {
      width: 110px;
      color: black !important;
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
          -ms-flex-order: 3;
              order: 3;
      margin-left: auto; } }
  .main-menu__button div {
    text-transform: uppercase;
    font-size: 16px;
    margin-left: 45px;
    display: none; }
    @media print, screen and (min-width: 40em) {
      .main-menu__button div {
        display: block; } }
    .initial:not(.header--white) .main-menu__button div {
      color: #fff; }
  .main-menu__button span {
    position: absolute;
    width: 25px;
    height: 3px;
    background: #000;
    left: 20px;
    top: calc(50% - 1px);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transition: margin-top ease .2s .25s, opacity .2s ease .2s, -webkit-transform .2s ease 0s;
    transition: margin-top ease .2s .25s, opacity .2s ease .2s, -webkit-transform .2s ease 0s;
    -o-transition: transform .2s ease 0s, margin-top ease .2s .25s, opacity .2s ease .2s;
    transition: transform .2s ease 0s, margin-top ease .2s .25s, opacity .2s ease .2s;
    transition: transform .2s ease 0s, margin-top ease .2s .25s, opacity .2s ease .2s, -webkit-transform .2s ease 0s; }
    @media print, screen and (min-width: 40em) {
      .main-menu__button span {
        background: #000;
        left: 45px; } }
    .initial:not(.header--white) .main-menu__button span {
      background: #fff; }
    .main-menu__button span:nth-of-type(1) {
      margin-top: -8px; }
    .main-menu__button span:nth-of-type(2) {
      margin-top: 0; }
    .main-menu__button span:nth-of-type(3) {
      margin-top: 8px; }
  .main-menu__button.open div {
    color: #000 !important; }
  .main-menu__button.open span {
    -webkit-transition: margin-top ease .2s 0s, opacity .2s ease .2s, -webkit-transform .2s ease .25s;
    transition: margin-top ease .2s 0s, opacity .2s ease .2s, -webkit-transform .2s ease .25s;
    -o-transition: transform .2s ease .25s, margin-top ease .2s 0s, opacity .2s ease .2s;
    transition: transform .2s ease .25s, margin-top ease .2s 0s, opacity .2s ease .2s;
    transition: transform .2s ease .25s, margin-top ease .2s 0s, opacity .2s ease .2s, -webkit-transform .2s ease .25s;
    background: #000 !important; }
    .main-menu__button.open span:nth-of-type(1) {
      -webkit-transform: rotateZ(45deg);
          -ms-transform: rotate(45deg);
              transform: rotateZ(45deg);
      margin-top: 0; }
    .main-menu__button.open span:nth-of-type(2) {
      opacity: 0; }
    .main-menu__button.open span:nth-of-type(3) {
      -webkit-transform: rotateZ(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotateZ(-45deg);
      margin-top: 0; }

.main-menu {
  background: white;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  visibility: collapse;
  opacity: 0;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 60px;
  will-change: opacity, visibility, transform, z-index;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: opacity .5s ease-in-out .7s, visibility .5s ease-in-out .7s, z-index .5s ease-in-out .7s;
  -o-transition: opacity .5s ease-in-out .7s, visibility .5s ease-in-out .7s, z-index .5s ease-in-out .7s;
  transition: opacity .5s ease-in-out .7s, visibility .5s ease-in-out .7s, z-index .5s ease-in-out .7s;
  z-index: -100; }
  @media print, screen and (min-width: 40em) {
    .main-menu {
      padding-top: 115px; } }
  .main-menu ul,
  .main-menu li {
    margin: 0;
    padding: 0;
    list-style: none; }
  .main-menu ul li {
    opacity: 0;
    will-change: opacity, visibility, transform;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-animation: fadeOut .5s ease both;
            animation: fadeOut .5s ease both; }
    .main-menu ul li:nth-child(0) {
      -webkit-animation-delay: 0s;
              animation-delay: 0s; }
    .main-menu ul li:nth-child(1) {
      -webkit-animation-delay: 0.07s;
              animation-delay: 0.07s; }
    .main-menu ul li:nth-child(2) {
      -webkit-animation-delay: 0.14s;
              animation-delay: 0.14s; }
    .main-menu ul li:nth-child(3) {
      -webkit-animation-delay: 0.21s;
              animation-delay: 0.21s; }
    .main-menu ul li:nth-child(4) {
      -webkit-animation-delay: 0.28s;
              animation-delay: 0.28s; }
    .main-menu ul li:nth-child(5) {
      -webkit-animation-delay: 0.35s;
              animation-delay: 0.35s; }
    .main-menu ul li:nth-child(6) {
      -webkit-animation-delay: 0.42s;
              animation-delay: 0.42s; }
    .main-menu ul li:nth-child(7) {
      -webkit-animation-delay: 0.49s;
              animation-delay: 0.49s; }
    .main-menu ul li:nth-child(8) {
      -webkit-animation-delay: 0.56s;
              animation-delay: 0.56s; }
    .main-menu ul li:nth-child(9) {
      -webkit-animation-delay: 0.63s;
              animation-delay: 0.63s; }
    .main-menu ul li:nth-child(10) {
      -webkit-animation-delay: 0.7s;
              animation-delay: 0.7s; }
  .main-menu a {
    font-weight: bold;
    font-size: 5vh;
    display: block;
    text-align: center;
    margin-bottom: 1rem; }
  .main-menu .act a {
    color: #9fc90f; }
  .main-menu nav {
    width: 700px;
    max-width: 90%; }
  .main-menu__search {
    position: absolute;
    right: 160px;
    margin: 3px 2rem 0 2rem;
    color: #000;
    outline: none;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: color .2s ease .4s;
    -o-transition: color .2s ease .4s;
    transition: color .2s ease .4s; }
    @media print, screen and (min-width: 40em) {
      .main-menu__search {
        right: 200px; } }
    @media screen and (min-width: 64em) {
      .main-menu__search {
        right: 190px; } }
    @media screen and (min-width: 80em) {
      .main-menu__search {
        position: relative;
        right: 0;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1; } }
    .initial:not(.header--white) .main-menu__search {
      color: #fff; }
    .header.initial.open .main-menu__search {
      color: #000; }
  .main-menu.open {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .5s ease-in-out, visibility .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out, visibility .5s ease-in-out;
    transition: opacity .5s ease-in-out, visibility .5s ease-in-out;
    z-index: 1019; }
    .main-menu.open ul li {
      -webkit-animation: fadeIn .5s ease both;
              animation: fadeIn .5s ease both; }
      .main-menu.open ul li:nth-child(0) {
        -webkit-animation-delay: 0s;
                animation-delay: 0s; }
      .main-menu.open ul li:nth-child(1) {
        -webkit-animation-delay: 0.07s;
                animation-delay: 0.07s; }
      .main-menu.open ul li:nth-child(2) {
        -webkit-animation-delay: 0.14s;
                animation-delay: 0.14s; }
      .main-menu.open ul li:nth-child(3) {
        -webkit-animation-delay: 0.21s;
                animation-delay: 0.21s; }
      .main-menu.open ul li:nth-child(4) {
        -webkit-animation-delay: 0.28s;
                animation-delay: 0.28s; }
      .main-menu.open ul li:nth-child(5) {
        -webkit-animation-delay: 0.35s;
                animation-delay: 0.35s; }
      .main-menu.open ul li:nth-child(6) {
        -webkit-animation-delay: 0.42s;
                animation-delay: 0.42s; }
      .main-menu.open ul li:nth-child(7) {
        -webkit-animation-delay: 0.49s;
                animation-delay: 0.49s; }
      .main-menu.open ul li:nth-child(8) {
        -webkit-animation-delay: 0.56s;
                animation-delay: 0.56s; }
      .main-menu.open ul li:nth-child(9) {
        -webkit-animation-delay: 0.63s;
                animation-delay: 0.63s; }
      .main-menu.open ul li:nth-child(10) {
        -webkit-animation-delay: 0.7s;
                animation-delay: 0.7s; }

.quick-menu .press-link, .quick-menu .career-link {
  display: none; }

.quick-menu.quick-menu--lang .press-link, .quick-menu.quick-menu--lang .career-link {
  display: block !important; }

@media screen and (max-width: 1400px) {
  .quick-menu.quick-menu--lang .press-link, .quick-menu.quick-menu--lang .career-link {
    display: none !important; } }

li[class=doppela] a:nth-child(1) {
  display: none; }

.quick-menu {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  @media screen and (min-width: 80em) {
    .quick-menu {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  .quick-menu ul,
  .quick-menu li {
    list-style: none;
    margin: 0;
    padding: 0; }
  .quick-menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .quick-menu li {
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1; }
  .quick-menu a {
    padding: 5px 15px;
    font-size: 15px;
    letter-spacing: 0.5px;
    -webkit-transition: color .2s ease .4s;
    -o-transition: color .2s ease .4s;
    transition: color .2s ease .4s;
    color: #000;
    white-space: nowrap; }
    .initial .quick-menu a {
      color: #fff; }
    .header.initial.open .quick-menu a,
    .header--white.initial .quick-menu a {
      color: #000; }
  .quick-menu .act a {
    color: #9fc90f; }
    .header.initial.open .quick-menu .act a,
    .header--white.initial:not(.open) .quick-menu .act a {
      color: #9fc90f; }
  .quick-menu--lang {
    position: absolute;
    right: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    -webkit-box-flex: unset;
    -webkit-flex-grow: unset;
        -ms-flex-positive: unset;
            flex-grow: unset; }
    @media print, screen and (min-width: 40em) {
      .quick-menu--lang {
        right: 95px; } }
    @media screen and (min-width: 64em) {
      .quick-menu--lang {
        right: 85px; } }
    @media screen and (min-width: 80em) {
      .quick-menu--lang {
        position: static;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2; } }
    .quick-menu--lang .active {
      display: none; }
    .quick-menu--lang a {
      font-size: 1rem; }

body.not-scroll {
  position: fixed;
  overflow: hidden; }

.wrapper ~ svg {
  display: none; }

.wrapper .main {
  display: block; }
  @media screen and (max-width: 39.99875em) {
    .wrapper .main {
      overflow: hidden; } }

.content {
  max-width: 53.125rem;
  margin: 0 auto; }
  .content--small {
    margin: 5vh auto 10vh auto;
    max-width: 55rem;
    padding: 0 1rem; }
    .content--small .content--small {
      padding: 0; }
    @media print, screen and (min-width: 40em) {
      .content--small {
        margin: 7vh auto 10vh auto;
        padding: 0 3rem; } }
    @media print, screen and (min-width: 64em) {
      .content--small {
        padding: 0 1.5625rem; } }
    .content--small h1 {
      margin-bottom: 1rem;
      font-size: 2.25rem;
      line-height: 1; }
      @media print, screen and (min-width: 40em) {
        .content--small h1 {
          font-size: 3rem; } }
    .content--small h2 {
      margin-bottom: 1rem;
      font-size: 1.75rem;
      letter-spacing: 0px;
      line-height: 1.2;
      font-weight: 700; }
      @media print, screen and (min-width: 40em) {
        .content--small h2 {
          font-size: 2rem; } }
    .content--small h3 {
      margin-bottom: 1rem;
      font-size: 1.375rem;
      letter-spacing: .5px;
      line-height: 1.2; }
      @media print, screen and (min-width: 40em) {
        .content--small h3 {
          font-size: 1.75rem; } }
    .content--small h4 {
      margin-bottom: 1rem;
      font-size: 1.25rem;
      line-height: 1.2; }
    .content--small h1,
    .content--small h2,
    .content--small h3,
    .content--small h4 {
      text-transform: none; }
    .content--small ul,
    .content--small ol {
      margin: .5rem 0 1.5rem 1.25rem; }
    .content--small a.link-mail,
    .content--small a.link-download,
    .content--small a.link-internal,
    .content--small a.link-external,
    .content--small a.link-external-blank {
      text-decoration: underline;
      color: #7ea207; }
      .content--small a.link-mail:hover,
      .content--small a.link-download:hover,
      .content--small a.link-internal:hover,
      .content--small a.link-external:hover,
      .content--small a.link-external-blank:hover {
        text-decoration: none; }
    .content--small li {
      margin-left: 0; }
    .content--small img {
      width: 100%; }
    .content--small figcaption {
      font-size: .625rem;
      margin: .5rem 0 2rem 0; }
    .content--small .instructions h4 {
      font-size: 1rem;
      font-weight: 400; }
    .content--small .instructions li, .content--small .instructions p, .content--small .instructions table {
      font-size: .75rem; }

.main--no-hero {
  padding-top: 55px; }
  @media print, screen and (min-width: 40em) {
    .main--no-hero {
      padding-top: 110px; } }

.divider {
  padding: 3rem 2rem 4rem 4rem; }
  .divider--small {
    min-height: 5vh; }
  .divider--medium {
    min-height: 10vh; }
  .divider--large {
    min-height: 15vh; }
  .divider--xlarge {
    min-height: 20vh; }

.contact__location,
.contact__info {
  padding-top: 0; }

.content--small .ce-textpic img.image-embed-item {
  width: auto; }

.contenttable thead tr,
.contenttable tr:nth-child(even) {
  background: #f1f4f6; }

.image-copyright {
  position: absolute;
  right: 3vh;
  bottom: 2vh;
  z-index: 999;
  font-size: 0.5rem; }

table.contenttable {
  width: 100%;
  overflow: auto;
  display: block; }
  table.contenttable td,
  table.contenttable th {
    padding: .5rem; }

.ce-textpic.ce-left.ce-intext > .ce-gallery {
  width: 140px;
  float: left;
  margin-right: 2rem;
  width: 100%; }
  @media print, screen and (min-width: 40em) {
    .ce-textpic.ce-left.ce-intext > .ce-gallery {
      width: 200px; } }

.ce-textpic.ce-left.ce-above .ce-gallery {
  margin: 1rem 0; }

.ce-textpic.ce-left.ce-intext > .ce-bodytext {
  margin-left: 170px;
  margin-left: 0; }
  @media print, screen and (min-width: 40em) {
    .ce-textpic.ce-left.ce-intext > .ce-bodytext {
      margin-left: 240px; } }

.ce-textpic.ce-right.ce-intext > .ce-gallery {
  width: 140px;
  float: right;
  margin-left: 2rem;
  width: 100%; }
  @media print, screen and (min-width: 40em) {
    .ce-textpic.ce-right.ce-intext > .ce-gallery {
      width: 200px; } }

.ce-textpic.ce-right.ce-intext > .ce-bodytext {
  margin-right: 170px; }
  @media print, screen and (min-width: 40em) {
    .ce-textpic.ce-right.ce-intext > .ce-bodytext {
      margin-right: 0; } }
  @media print, screen and (min-width: 40em) {
    .ce-textpic.ce-right.ce-intext > .ce-bodytext {
      margin-right: 240px; } }

.lazy {
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transition: -webkit-filter .3s linear;
  transition: -webkit-filter .3s linear;
  -o-transition: filter .3s linear;
  transition: filter .3s linear;
  transition: filter .3s linear, -webkit-filter .3s linear;
  will-change: filter; }
  .lazy.revealed {
    -webkit-filter: blur(0);
            filter: blur(0); }

#p4347 .typo3-messages {
  text-align: center;
  width: 100%;
  list-style: none;
  margin: 1rem 0 0rem 0;
  color: red; }

#p4347 .alert-message {
  margin: 0; }

#p4495 .content--small header {
  margin-right: 3.75rem; }
  @media print, screen and (min-width: 40em) {
    #p4495 .content--small header {
      margin-right: 0; } }

#p4495 .form__rechner .barsEnv {
  margin-right: 3.75rem; }
  @media print, screen and (min-width: 40em) {
    #p4495 .form__rechner .barsEnv {
      height: 130%; } }

.article {
  max-width: 55rem;
  margin: 7vh auto 10vh auto;
  padding: 0 1rem; }
  @media print, screen and (min-width: 40em) {
    .article {
      padding: 0 3rem; } }
  @media print, screen and (min-width: 64em) {
    .article {
      padding: 0 1.5625rem; } }
  .article h1 {
    margin-bottom: 1rem;
    font-size: 2.25rem;
    line-height: 1; }
    @media print, screen and (min-width: 40em) {
      .article h1 {
        font-size: 3rem; } }
  .article h2 {
    margin-bottom: 1rem;
    font-size: 1.75rem;
    letter-spacing: 0px;
    line-height: 1.2;
    font-weight: 700; }
    @media print, screen and (min-width: 40em) {
      .article h2 {
        font-size: 2rem; } }
  .article h3 {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    letter-spacing: .5px;
    line-height: 1.2; }
    @media print, screen and (min-width: 40em) {
      .article h3 {
        font-size: 1.75rem; } }
  .article h4 {
    margin-bottom: 1rem;
    font-size: 1.25rem;
    line-height: 1.2; }
  .article h1,
  .article h2,
  .article h3,
  .article h4 {
    text-transform: none; }
  .article ul, .article ol {
    margin: .5rem 0 1.5rem 1.25rem; }
  .article a.link-mail,
  .article a.link-download,
  .article a.link-internal,
  .article a.link-external,
  .article a.link-external-blank {
    text-decoration: underline;
    color: #7ea207; }
    .article a.link-mail:hover,
    .article a.link-download:hover,
    .article a.link-internal:hover,
    .article a.link-external:hover,
    .article a.link-external-blank:hover {
      text-decoration: none; }
  .article img {
    width: 100%;
    margin: 0 0 2rem 0; }
  .article figcaption {
    font-size: .625rem;
    margin: .5rem 0 2rem 0; }
  .article .newsItem-meta-info {
    margin: 0 0 1.5rem; }
  .article .newsItem-divider {
    margin: 0 0.25rem; }
  .article .news-backlink-wrap .icon {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .article .button {
    padding: 0.7em 2em 0.7em 1.5em; }
  .article a:not(.button) {
    text-decoration: underline;
    color: #7ea207; }
  .article ul {
    margin: 0;
    padding: 0;
    margin-left: 1rem;
    margin-bottom: 2rem; }
  .article.old-style h4 {
    margin-bottom: 1rem;
    font-size: 2.25rem;
    line-height: 1; }
    @media print, screen and (min-width: 40em) {
      .article.old-style h4 {
        font-size: 3rem; } }
  .article.old-style img {
    display: none; }
  .article .news-related {
    display: block;
    width: 100%;
    margin: 0 0 2rem 0;
    padding: 2rem 1rem 1.25rem 2rem;
    background: #f1f4f6; }
    .article .news-related h4 {
      margin-bottom: 1rem;
      font-size: 1.25rem;
      line-height: 1.2; }
  .article ul.share_links {
    float: left;
    margin-left: -0.55rem; }
  .article ul.share_links > li {
    display: inline; }
  .article ul.share_links a {
    color: #000; }
  .article ul.share_links a:hover {
    color: #7ea207; }
  .article ul.share_links .icon {
    width: 3rem;
    height: 3rem;
    margin-right: 0.5rem; }

.footer__navigation {
  min-height: 200px;
  margin-bottom: 0;
  background: #011c31; }
  .footer__navigation nav {
    width: 100%;
    padding: 3rem 2.5rem 0rem 2.5rem; }
    .footer--amk .footer__navigation nav {
      padding: 3rem 1.875rem 0rem 1.875rem; }
    @media print, screen and (min-width: 40em) {
      .footer--amk .footer__navigation nav {
        padding: 3rem 2.5rem 0rem 2.5rem; } }
    .footer__navigation nav ul,
    .footer__navigation nav li {
      list-style: none;
      margin: 0;
      padding: 0; }
    .footer__navigation nav ul {
      display: block;
      width: 100%;
      margin-bottom: 2rem; }
    .footer__navigation nav li {
      line-height: 1.4; }
    .footer__navigation nav .icon {
      color: rgba(255, 255, 255, 0.7);
      vertical-align: text-bottom; }
    .footer__navigation nav a,
    .footer__navigation nav button {
      color: rgba(255, 255, 255, 0.7);
      font-size: 1.25rem;
      font-weight: 400;
      cursor: pointer; }
      .footer__navigation nav a:hover,
      .footer__navigation nav button:hover {
        text-decoration: underline; }
      @media print, screen and (min-width: 40em) {
        .footer__navigation nav a,
        .footer__navigation nav button {
          font-size: .875rem; } }
    .footer__navigation nav button {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      height: 40px;
      width: 40px; }
      @media print, screen and (min-width: 40em) {
        .footer__navigation nav button {
          height: 50px;
          width: 50px; } }
    .footer__navigation nav h5 a {
      color: #fff;
      font-size: .9375rem;
      font-weight: bold; }
    @media print, screen and (min-width: 40em) {
      .footer__navigation nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start; }
        .footer__navigation nav ul {
          width: 50%; } }
    @media print, screen and (min-width: 64em) {
      .footer__navigation nav {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap; }
        .footer__navigation nav ul {
          width: 100%; } }
  .footer__navigation hr {
    width: 95.5%;
    margin: 1rem auto;
    border-color: rgba(225, 230, 235, 0.3); }
  .footer__navigation .second {
    display: block;
    width: 100%;
    padding: 0rem 2.5rem 1rem 2.5rem; }
    .footer--amk .footer__navigation .second {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding: 0rem 2.5rem 1rem 2.5rem; }
    .footer__navigation .second ul {
      display: inline-block;
      width: auto;
      margin: 0 0 1.25rem 0; }
      @media print, screen and (min-width: 40em) {
        .footer__navigation .second ul {
          margin: 0; } }
    .footer__navigation .second a {
      font-size: 0.75rem; }
  .footer__navigation .footer__navigation-meta {
    width: auto;
    display: block;
    float: left; }
    @media screen and (max-width: 39.99875em) {
      .footer--amk .footer__navigation .footer__navigation-meta {
        float: none; } }
    .footer__navigation .footer__navigation-meta li {
      display: block;
      float: left;
      margin: 0 2rem 0 0;
      padding-left: 0; }
      @media screen and (max-width: 39.99875em) {
        .footer--amk .footer__navigation .footer__navigation-meta li {
          float: none;
          margin-bottom: 1rem; } }
      .footer__navigation .footer__navigation-meta li:before {
        content: '' !important; }
    .footer__navigation .footer__navigation-meta--social li {
      margin: 0 .625rem 0 0; }
      .footer--amk .footer__navigation .footer__navigation-meta--social li {
        float: left; }
      .footer__navigation .footer__navigation-meta--social li .icon {
        color: #fff; }
      .footer__navigation .footer__navigation-meta--social li:nth-child(2) {
        background-color: #3B5998; }
      .footer__navigation .footer__navigation-meta--social li:nth-child(3) {
        background-color: #32A7E0; }
      .footer__navigation .footer__navigation-meta--social li:nth-child(4) {
        background-color: #666; }
      .footer__navigation .footer__navigation-meta--social li:nth-child(5) {
        background-color: #0077b5; }
      .footer__navigation .footer__navigation-meta--social li:nth-child(6) {
        background-color: #026466; }
      .footer__navigation .footer__navigation-meta--social li:nth-child(7) {
        background-color: #25D366; }
  .footer__navigation .footer__navigation-press {
    display: block;
    width: auto;
    padding: 0;
    margin: 0; }
    @media print, screen and (min-width: 40em) {
      .footer__navigation .footer__navigation-press {
        float: right; } }
    .footer__navigation .footer__navigation-press li {
      display: block;
      float: left;
      margin: 0 0 0 2rem;
      line-height: 1; }
      .footer__navigation .footer__navigation-press li:before {
        content: ''; }
  .footer__navigation .linkedin-link {
    display: inline-block;
    width: 75px; }
    .footer__navigation .linkedin-link img {
      float: left;
      margin: 0 0.5rem 0 0; }
  .footer__navigation .bvi-link {
    display: inline-block;
    width: 50px;
    margin-right: 2rem; }
    .footer__navigation .bvi-link img {
      margin-top: -1rem; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff slick-image-url("ajax-loader.gif") center center no-repeat; }

/* Arrows */
.slick-prev,
.slick-next {
  z-index: 10;
  position: absolute;
  display: block;
  height: 20vh;
  width: 15vw;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: white;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  @media print, screen and (min-width: 40em) {
    .slick-prev,
    .slick-next {
      width: 8vw; } }
  .slick-prev:active,
  .slick-next:active {
    outline: none;
    background: #96be0e;
    opacity: .8;
    color: white; }
    .slick-prev:active:before,
    .slick-next:active:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-image: url("/assets/icons/arrow_forward.svg");
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    @media print, screen and (min-width: 40em) {
      .slick-prev:before,
      .slick-next:before {
        width: 50px;
        height: 50px; } }

.slick-prev {
  left: 0;
  display: none !important; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: 0; }
  .slick-prev:before {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
        -ms-transform: translate(-50%, -50%) rotate(180deg);
            transform: translate(-50%, -50%) rotate(180deg); }
    [dir="rtl"] .slick-prev:before {
      content: "\2192"; }

.slick-next {
  right: 0; }
  [dir="rtl"] .slick-next {
    left: 0;
    right: auto; }
  [dir="rtl"] .slick-next:before {
    content: "\2190"; }
  @media screen and (max-width: 39.99875em) {
    .slick-next {
      bottom: 0;
      top: auto;
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0); } }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "\2022";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.slider-hero .slick-slide > div > div {
  display: block !important; }

.slider-member img {
  display: inline-block;
  width: 100%; }

.slider-member .hero_figure {
  width: 50%; }

.slider-member.slick-dotted {
  margin-bottom: 0; }

.slider-member .slick-dots {
  bottom: 10px; }
  .slider-member .slick-dots li {
    width: 40px; }
  .slider-member .slick-dots button {
    height: 15px;
    width: 15px;
    margin: 0 auto;
    border-radius: 50%;
    background: #f1f4f6; }
    .slider-member .slick-dots button:before {
      display: none; }
  .slider-member .slick-dots .slick-active button {
    background: #043358; }

.main-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #043358;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  opacity: 0;
  -webkit-transform: scaleX(0.97) scaleY(0.97) scaleZ(1);
          transform: scaleX(0.97) scaleY(0.97) scaleZ(1);
  -webkit-transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  .main-search.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleX(1) scaleY(1) scaleZ(1);
            transform: scaleX(1) scaleY(1) scaleZ(1);
    height: 100vh; }
  .main-search .form--search {
    width: 90%;
    max-width: 950px;
    font-size: 0; }
  .main-search .input__text {
    display: inline-block;
    vertical-align: middle;
    height: 60px;
    font-size: 1.5rem;
    color: #333;
    padding: 0  .75rem;
    margin-bottom: 0;
    border: none;
    background-color: #fff; }
  .main-search .input__text {
    width: calc(100% - 61px);
    margin-right: 1px; }
  .main-search .form--search .submit-search-btn {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 60px;
    padding: 0;
    margin: 0;
    background-color: #96be0e;
    background-image: url(/assets/images/search.svg);
    background-position: 50% 50%;
    background-size: 30px;
    background-repeat: no-repeat;
    border: none;
    color: transparent;
    cursor: pointer; }
  .main-search .close-search {
    position: absolute;
    right: 0rem;
    top: 0rem;
    display: inline-block;
    padding: 1rem;
    color: #fff; }
    @media print, screen and (min-width: 40em) {
      .main-search .close-search {
        right: 1rem;
        top: 0.5rem;
        padding: 2rem; } }

.button {
  border: 2px solid #96be0e;
  letter-spacing: 0.5px;
  margin-bottom: 0;
  font-weight: 600; }
  .button:hover {
    border-color: #78980b; }
  .button.hollow:hover, .button.topic:hover {
    background: #96be0e;
    border-color: #96be0e;
    color: #fff; }
  .button.negative.hollow:hover, .button.negative.topic:hover {
    background: #96be0e;
    border-color: #96be0e;
    color: #fff; }
  .button.black.hollow:hover, .button.black.topic:hover {
    border-color: #96be0e;
    color: #96be0e;
    background: none; }
  .button.negative.black.hollow, .button.negative.black.topic {
    border-color: #96be0e;
    color: #96be0e; }
    .button.negative.black.hollow:hover, .button.negative.black.topic:hover {
      background: #000;
      border-color: #000;
      color: #fff; }
  .button.red.hollow:hover, .button.red.topic:hover {
    color: #fff;
    border-color: #cc4b37;
    background: #cc4b37; }
  .button.more {
    position: relative;
    border-color: transparent;
    border-color: #000;
    color: #000; }
    .button.more:hover {
      border-color: #000;
      color: #fff;
      background: #000; }
  .button.details {
    margin: 1rem 0 2rem; }
    .button.details span:first-child {
      display: inline; }
    .button.details span:last-child {
      display: none; }
    .button.details.open span:first-child {
      display: none; }
    .button.details.open span:last-child {
      display: inline; }
  .button.small {
    border-width: 1px !important; }
  .button.large, .button.topic {
    font-size: 16px;
    font-weight: normal; }
  .button.rounded, .button.topic {
    border-radius: 50px; }
  .button.text-white, .button.topic {
    color: #fff; }
  .button.topic {
    padding: .5rem 1rem; }

.cta-position {
  margin-top: 7vh; }

.button-bottom {
  margin-top: 1rem; }

/*****Cookie Hint Style********/
.cc_banner.cc_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  padding: 2rem 5vh; }
  @media print, screen and (min-width: 40em) {
    .cc_banner.cc_container {
      padding: 2rem 5vh;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }
  @media print, screen and (min-width: 64em) {
    .cc_banner.cc_container {
      padding: 2rem 15vh; } }

p.cc_message {
  margin-top: 0 !important;
  line-height: 140% !important;
  color: #fff !important;
  font-family: Lato, Helvetica, Roboto, Arial, sans-serif !important;
  padding: 0 !important; }
  @media print, screen and (min-width: 64em) {
    p.cc_message {
      max-width: 80%; } }

a.cc_more_info {
  color: #96be0e !important; }

a.cc_more_info:hover {
  text-decoration: underline; }

a.cc_btn.cc_btn_accept_all {
  width: 100%;
  max-width: 100%;
  background-color: #96be0e !important;
  color: #fff !important;
  border-radius: 0 !important;
  font-weight: 600 !important;
  margin-top: 1rem;
  padding: 1.5rem;
  line-height: 1.2;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2; }
  @media print, screen and (min-width: 40em) {
    a.cc_btn.cc_btn_accept_all {
      width: 160px;
      margin-top: 0;
      -webkit-box-sizing: content-box;
              box-sizing: content-box; } }
  @media print, screen and (min-width: 40em) {
    a.cc_btn.cc_btn_accept_all {
      max-width: 20%; } }

@media screen and (min-width: 992px) {
  .cc_container .cc_message {
    font-size: 1em !important; } }

body.cookie-padding {
  padding-bottom: 129px; }

/**************************/
.klaro.we_cookie_consent .cn-decline,
.cm-btn.cm-btn-sm.cm-btn-success {
  display: block !important;
  background: #96be0e !important;
  text-align: center !important;
  width: 100% !important;
  margin-right: 20px !important;
  color: #fff !important;
  cursor: pointer; }

.cm-link.cm-learn-more {
  display: none !important; }

.cookie-notice {
  height: 500px !important; }

.cn-ok {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }

.meta {
  position: relative; }

.meta--small .meta__date {
  margin-right: .3rem;
  font-weight: 400;
  letter-spacing: 1px; }

.meta--small .meta__category {
  padding-left: .3rem;
  letter-spacing: 1px; }
  .meta--small .meta__category:before {
    content: '';
    position: absolute;
    height: 13px;
    margin-left: -.4rem;
    margin-top: 0;
    border-left: 1px solid currentColor; }

.meta__member {
  display: inline-block;
  max-width: 115px;
  margin: 0 0 .5rem 0;
  padding: .2rem .5rem .2rem .5rem;
  letter-spacing: 1px;
  color: #fff;
  font-size: .625rem;
  background: #008dff; }

.meta--large {
  display: inline-block !important;
  background: #fff;
  color: #000;
  padding: .3rem 1rem; }

.meta--large .meta__day {
  font-weight: 400;
  margin-right: .5em; }

.meta--large .meta__date {
  font-weight: 900; }

.meta--category {
  text-transform: uppercase;
  padding-left: 10px;
  border-left: 10px solid #96be0e;
  line-height: 1;
  display: inline-block; }
  .meta--category span {
    font-size: .75rem; }

.meta--category--bold {
  font-weight: 700; }

.meta__special {
  background: #008dff;
  text-transform: none;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: calc(-1rem - 12px);
  margin: 0;
  padding: 6px 15px 6px 10px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }

.list--barebones, .list--barebones li {
  list-style: none;
  margin: 0;
  padding: 0; }

.list--teaser, .list--teaser li {
  list-style: none;
  margin: 0;
  padding: 0; }

@media print, screen and (min-width: 40em) {
  .list--teaser {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .list--teaser li {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%; } }

.list_membership {
  list-style: none;
  margin: 2rem 0 0;
  padding: 0 1rem; }
  @media screen and (min-width: 64em) {
    .list_membership {
      padding: 0 .5rem; } }
  @media screen and (min-width: 75em) {
    .list_membership {
      padding: 0 2rem; } }
  .list_membership li {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 80px;
    padding: .5rem 2rem;
    margin: 0 auto 1rem auto;
    border-radius: 80px;
    background-color: #fff;
    color: #000;
    text-align: center;
    overflow: hidden; }
    @media screen and (min-width: 64em) {
      .list_membership li {
        padding: .5rem 1rem; } }
    @media screen and (min-width: 75em) {
      .list_membership li {
        padding: .5rem 2rem; } }
  .list_membership h3 {
    color: #001c60;
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 900;
    text-align: center;
    margin: 0; }
  .list_membership p {
    margin: 0;
    color: #000;
    font-size: .75rem;
    line-height: 1.4;
    font-weight: 400;
    text-align: center; }
  .list_membership span {
    display: block;
    margin: 1rem 0 0;
    color: #96be0e;
    font-size: 1rem; }
  .list_membership .icon {
    margin-right: .5rem; }
  .list_membership--big {
    padding: 0; }
    .list_membership--big li {
      width: 320px;
      height: 180px;
      padding: 4rem 3rem;
      margin: 0 auto 2rem;
      border-radius: 100px; }
      @media print, screen and (min-width: 40em) {
        .list_membership--big li {
          width: 380px; } }
    .list_membership--big h3 {
      font-size: 1.25rem; }
    .list_membership--big p {
      font-size: 1rem; }

.tooltip {
  max-width: 13rem !important; }

.overview {
  padding: 2rem 20px; }
  @media print, screen and (min-width: 40em) {
    .overview {
      padding: 2rem 20px; } }
  @media print, screen and (min-width: 64em) {
    .overview {
      padding: 5rem; } }
  @media print, screen and (min-width: 40em) {
    .overview ul {
      -webkit-columns: 2;
         -moz-columns: 2;
              columns: 2; } }
  @media print, screen and (min-width: 64em) {
    .overview ul {
      -webkit-columns: 3;
         -moz-columns: 3;
              columns: 3; } }
  .overview li {
    margin-bottom: 1rem;
    list-style: none; }

.overview__headline {
  text-align: center;
  padding-bottom: 3rem; }

.scroll-indicator {
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  height: 110px;
  width: 120px;
  text-align: center; }
  .scroll-indicator .icon {
    fill: currentColor;
    width: 3em;
    height: 3em;
    vertical-align: -0.15em;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
  .scroll-indicator:hover, .scroll-indicator:focus {
    outline: none; }
  .negative .scroll-indicator {
    color: #fff; }
  .scroll-indicator span {
    display: none; }
    @media print, screen and (min-width: 64em) {
      .scroll-indicator span {
        display: block; } }
  .scroll-indicator div {
    position: absolute;
    left: 50%;
    width: 10px;
    height: 10px;
    margin-left: -5px;
    -webkit-animation: scroll-indicator-animation 2.5s infinite;
            animation: scroll-indicator-animation 2.5s infinite;
    opacity: 0; }
  .scroll-indicator div:nth-of-type(1) {
    top: 25px;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    background-color: #04518f; }
  .scroll-indicator div:nth-of-type(2) {
    top: 40px;
    -webkit-animation-delay: .25s;
            animation-delay: .25s;
    background-color: #1977c3; }
  .scroll-indicator div:nth-of-type(3) {
    top: 55px;
    -webkit-animation-delay: .5s;
            animation-delay: .5s;
    background-color: #96be0e; }
  .scroll-indicator div:nth-of-type(4) {
    top: 70px;
    -webkit-animation-delay: .65s;
            animation-delay: .65s;
    background-color: #b5cf5c; }
  .scroll-indicator div:nth-of-type(5) {
    width: 15px;
    height: 15px;
    top: 85px;
    -webkit-animation-delay: .85s;
            animation-delay: .85s;
    background-color: transparent;
    background-image: url("/assets/icons/arrow_forward.svg");
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: rotate(90deg) translate(0, 2.5px);
        -ms-transform: rotate(90deg) translate(0, 2.5px);
            transform: rotate(90deg) translate(0, 2.5px); }

.scroll-indicator--white div:nth-of-type(1) {
  background-color: #fff; }

.scroll-indicator--white div:nth-of-type(2) {
  background-color: rgba(255, 255, 255, 0.8); }

.scroll-indicator--white div:nth-of-type(3) {
  background-color: rgba(255, 255, 255, 0.6); }

.scroll-indicator--white div:nth-of-type(4) {
  background-color: rgba(255, 255, 255, 0.4); }

@-webkit-keyframes scroll-indicator-animation {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  60% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes scroll-indicator-animation {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  60% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.checkbox-container label {
  color: #fff;
  margin: 0;
  padding-left: 2.3rem;
  position: relative;
  cursor: pointer; }
  .checkbox-container label:before {
    content: '';
    position: absolute;
    background: #13456d;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    -webkit-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out; }
  .checkbox-container label:hover:before {
    background: #fff; }

.checkbox-container input {
  position: absolute;
  opacity: 0; }

.checkbox-container input:checked + label:before {
  background: #96be0e;
  background-image: url("/assets/icons/icon-close-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px; }

.checkbox-container--small label {
  color: #000;
  margin: 0;
  padding-left: 40px;
  position: relative;
  cursor: pointer; }
  .checkbox-container--small label:before {
    content: '';
    position: absolute;
    background: #043358;
    left: 15px;
    top: 3px;
    width: 15px;
    height: 15px;
    border-radius: 3px;
    -webkit-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out; }
  .checkbox-container--small label:hover:before {
    background: #fff; }

.checkbox-container--small input {
  position: absolute;
  opacity: 0; }

.checkbox-container--small input:checked + label:before {
  background: #96be0e; }

.select-fancy {
  width: 170px;
  -webkit-transition: background .2s ease;
  -o-transition: background .2s ease;
  transition: background .2s ease;
  z-index: 3; }
  .select-fancy button {
    padding: 8px 15px 16px 15px;
    width: 100%;
    text-align: left;
    color: #fff;
    cursor: pointer; }
  .select-fancy ul {
    padding: 20px;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    max-height: 0;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease; }
  .select-fancy ul,
  .select-fancy li {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  .select-fancy li {
    margin-bottom: .5rem; }
  .select-fancy.is-open {
    background: #e1e6eb; }
    .select-fancy.is-open button {
      color: #000; }
    .select-fancy.is-open ul {
      opacity: 1;
      max-height: 300px;
      visibility: visible;
      overflow: scroll; }

@-webkit-keyframes SelectAppear {
  0% {
    opacity: 0;
    max-height: 0; }
  100% {
    opacity: 1;
    max-height: 300px; } }

@keyframes SelectAppear {
  0% {
    opacity: 0;
    max-height: 0; }
  100% {
    opacity: 1;
    max-height: 300px; } }

.form {
  width: 100%;
  margin: 4rem 0; }
  .form__rechner, .form.inforservice {
    margin: 0; }
  .form .large-12,
  .form .large-6 {
    padding: 0 1rem; }
    @media print, screen and (min-width: 40em) {
      .form .large-12,
      .form .large-6 {
        padding: 0 1rem; } }
    @media print, screen and (min-width: 64em) {
      .form .large-12,
      .form .large-6 {
        padding: 0 2rem; } }
  @media print, screen and (min-width: 40em) {
    .form .cell.medium-6:first-child {
      padding-right: 1rem; }
    .form .cell.medium-6:last-child {
      padding-left: 1rem; } }
  @media screen and (max-width: 39.99875em) {
    .form .small-12 {
      padding: 0 2rem; } }
  @media print, screen and (min-width: 40em) {
    .form .medium-centered {
      float: none;
      clear: both;
      margin-left: auto;
      margin-right: auto; } }
  .form .button {
    margin: 1rem auto; }
  .form hr {
    margin: .5rem auto; }

.form__field {
  position: relative;
  margin: 1rem 0; }
  .form__field.homepage {
    display: none; }
  .form__field--bottom {
    margin-bottom: 2.5rem; }

.form--submit {
  position: relative; }
  .form--submit:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0; }

.label {
  color: #000;
  font-size: 1rem;
  font-family: Lato, Helvetica, Roboto, Arial, sans-serif; }
  @media print, screen and (min-width: 64em) {
    .label {
      font-size: 1.25rem; } }
  .label__text, .label__date {
    position: absolute;
    top: 40px;
    left: 10px;
    line-height: 1.4;
    color: rgba(0, 0, 0, 0.4);
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
            transform-origin: top left;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    will-change: transform;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    @media print, screen and (min-width: 40em) {
      .label__text, .label__date {
        left: 16px; } }
  .label__checkbox, .label__radio {
    display: block;
    position: relative;
    padding-left: 2.5rem;
    margin-bottom: 2rem;
    cursor: pointer; }
    .label__checkbox:before, .label__radio:before {
      content: '';
      display: block;
      position: absolute;
      top: 6px;
      left: 0;
      width: 1.5rem;
      height: 1.5rem;
      background-color: #e1e6eb;
      -webkit-transform-style: preserve-3d;
              transform-style: preserve-3d;
      will-change: transform;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .label__checkbox:after, .label__radio:after {
      content: '';
      display: block;
      position: absolute;
      top: 0.3rem;
      left: 0;
      width: 1.2rem;
      height: 1.2rem;
      background-color: transparent;
      opacity: 0;
      -webkit-transform-style: preserve-3d;
              transform-style: preserve-3d;
      will-change: transform, opacity;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
  .label:hover:after {
    opacity: 0.3; }
  .label__checkbox:after {
    left: 7px;
    width: 10px;
    top: 6px;
    border: solid #96be0e;
    border-width: 0 4px 4px 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .label__radio:before, .label__radio:after {
    border-radius: 1rem; }
  .label__radio:before {
    top: -3px;
    left: 3px; }
    @media print, screen and (min-width: 40em) {
      .label__radio:before {
        top: 2px; } }
    @media print, screen and (min-width: 64em) {
      .label__radio:before {
        top: 6px; } }
  .label__radio:after {
    top: 2px;
    left: 9px;
    width: 0.8rem;
    height: 0.8rem;
    background-color: #96be0e; }
    @media print, screen and (min-width: 40em) {
      .label__radio:after {
        top: 8px; } }
    @media print, screen and (min-width: 64em) {
      .label__radio:after {
        top: 12px; } }

select,
.input {
  display: block;
  width: 100%;
  height: 5.5rem;
  padding: 2rem 1rem .5rem 1rem;
  margin: -1px 0 0 0;
  border-width: 1px;
  border-color: transparent;
  border-style: solid;
  border-bottom-color: rgba(0, 0, 0, 0.4);
  font-size: 1.25rem;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: Lato, Helvetica, Roboto, Arial, sans-serif; }
  select.f3-form-error,
  .input.f3-form-error {
    background-color: transparent !important;
    border-color: transparent !important;
    border-bottom-color: #cc4b37 !important; }
    select.f3-form-error + .label__text,
    .input.f3-form-error + .label__text {
      color: #cc4b37;
      border: none !important; }
  select.not-empty,
  .input.not-empty {
    border-color: transparent;
    border-bottom: 5px solid #fff;
    background-color: rgba(220, 225, 235, 0.3); }
    select.not-empty + .label__text,
    .input.not-empty + .label__text {
      color: #000;
      border: none !important;
      -webkit-transform: scale(0.6) translateY(-25px);
          -ms-transform: scale(0.6) translateY(-25px);
              transform: scale(0.6) translateY(-25px); }
  select:focus,
  .input:focus {
    border: 2px solid #96be0e;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
    select:focus + .label__text,
    .input:focus + .label__text {
      color: #000;
      -webkit-transform: scale(0.6) translateY(-25px);
          -ms-transform: scale(0.6) translateY(-25px);
              transform: scale(0.6) translateY(-25px); }
  select__select--border, select__text--border,
  .input__select--border,
  .input__text--border {
    height: 3.5rem;
    padding: .5rem 1rem;
    border-color: rgba(0, 0, 0, 0.4); }
    select__select--border + .label__text, select__text--border + .label__text,
    .input__select--border + .label__text,
    .input__text--border + .label__text {
      top: 12px; }
    select__select--border.not-empty + .label__text, select__select--border:focus + .label__text, select__text--border.not-empty + .label__text, select__text--border:focus + .label__text,
    .input__select--border.not-empty + .label__text,
    .input__select--border:focus + .label__text,
    .input__text--border.not-empty + .label__text,
    .input__text--border:focus + .label__text {
      background-color: #fff;
      padding: 2px 10px;
      -webkit-transform: scale(1) translateY(-20px);
          -ms-transform: scale(1) translateY(-20px);
              transform: scale(1) translateY(-20px);
      font-size: .65rem; }
      @media print, screen and (min-width: 40em) {
        select__select--border.not-empty + .label__text, select__select--border:focus + .label__text, select__text--border.not-empty + .label__text, select__text--border:focus + .label__text,
        .input__select--border.not-empty + .label__text,
        .input__select--border:focus + .label__text,
        .input__text--border.not-empty + .label__text,
        .input__text--border:focus + .label__text {
          -webkit-transform: scale(0.6) translateY(-33px);
              -ms-transform: scale(0.6) translateY(-33px);
                  transform: scale(0.6) translateY(-33px);
          font-size: 1rem; } }
      @media print, screen and (min-width: 64em) {
        select__select--border.not-empty + .label__text, select__select--border:focus + .label__text, select__text--border.not-empty + .label__text, select__text--border:focus + .label__text,
        .input__select--border.not-empty + .label__text,
        .input__select--border:focus + .label__text,
        .input__text--border.not-empty + .label__text,
        .input__text--border:focus + .label__text {
          -webkit-transform: scale(0.6) translateY(-40px);
              -ms-transform: scale(0.6) translateY(-40px);
                  transform: scale(0.6) translateY(-40px); } }
    select__select--border.not-empty, select__text--border.not-empty,
    .input__select--border.not-empty,
    .input__text--border.not-empty {
      border: 1px solid #666; }
  select__textarea,
  .input__textarea {
    height: 22rem; }
  select__checkbox, select__radio,
  .input__checkbox,
  .input__radio {
    display: none;
    opacity: 0; }
    select__checkbox + label, select__radio + label,
    .input__checkbox + label,
    .input__radio + label {
      margin-bottom: .5rem; }
    select__checkbox:checked + .label:after, select__radio:checked + .label:after,
    .input__checkbox:checked + .label:after,
    .input__radio:checked + .label:after {
      opacity: 1; }
  @media screen and (max-width: 39.99875em) {
    select__radio + .label__radio,
    .input__radio + .label__radio {
      font-size: .75rem;
      margin: 1rem 0; } }
  select__more,
  .input__more {
    opacity: 0;
    max-height: 0rem;
    overflow: hidden;
    will-change: opacity, max-height;
    -webkit-transition: max-height .3s ease-in-out .2s, opacity .3s ease-in-out 0s;
    -o-transition: max-height .3s ease-in-out .2s, opacity .3s ease-in-out 0s;
    transition: max-height .3s ease-in-out .2s, opacity .3s ease-in-out 0s; }
    select__more.open,
    .input__more.open {
      opacity: 1;
      max-height: 30rem;
      overflow: visible;
      -webkit-transition: max-height .3s ease-in-out 0s, opacity .3s ease-in-out .2s;
      -o-transition: max-height .3s ease-in-out 0s, opacity .3s ease-in-out .2s;
      transition: max-height .3s ease-in-out 0s, opacity .3s ease-in-out .2s; }

.input__sliderhandle #button__more-1,
.retirement-calculator #button__more-1 {
  position: relative;
  z-index: 10; }

.input__sliderhandle #button__more-2,
.retirement-calculator #button__more-2 {
  display: none; }

.input__sliderhandle .intro-info-normal,
.retirement-calculator .intro-info-normal {
  margin: 1.25rem 0 2rem 0;
  font-size: 1.25rem; }

.input__sliderhandle .input__retirement .input__label,
.retirement-calculator .input__retirement .input__label {
  margin-bottom: -2rem;
  max-width: 60%; }
  @media print, screen and (min-width: 64em) {
    .input__sliderhandle .input__retirement .input__label,
    .retirement-calculator .input__retirement .input__label {
      margin-bottom: 0;
      max-width: 100%; } }

.input__sliderhandle .input__retirement .large-10,
.retirement-calculator .input__retirement .large-10 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2; }
  @media print, screen and (min-width: 64em) {
    .input__sliderhandle .input__retirement .large-10,
    .retirement-calculator .input__retirement .large-10 {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; } }

.input__sliderhandle .input__retirement .large-2,
.retirement-calculator .input__retirement .large-2 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; }
  @media print, screen and (min-width: 64em) {
    .input__sliderhandle .input__retirement .large-2,
    .retirement-calculator .input__retirement .large-2 {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; } }

.input__sliderhandle .input__label,
.retirement-calculator .input__label {
  font-size: 1.125rem;
  line-height: 1.4; }

.input__sliderhandle .input__number,
.retirement-calculator .input__number {
  width: auto;
  height: auto;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none; }

.input__sliderhandle .slider,
.retirement-calculator .slider {
  position: relative;
  height: 0.25rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background: #e1e6eb; }
  .input__sliderhandle .slider--special,
  .retirement-calculator .slider--special {
    height: 2rem; }

.input__sliderhandle .noUi-base,
.input__sliderhandle .noUi-target,
.retirement-calculator .noUi-base,
.retirement-calculator .noUi-target {
  height: 3rem; }

.input__sliderhandle .noUi-handle,
.retirement-calculator .noUi-handle {
  top: -2px; }

.input__sliderhandle .noUi-handle,
.input__sliderhandle .slider-handle,
.retirement-calculator .noUi-handle,
.retirement-calculator .slider-handle {
  width: 2.25rem;
  height: 2.25rem;
  outline: none;
  z-index: 10;
  overflow: hidden;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 100px;
  background: #fff;
  border: 3px solid #96be0e;
  cursor: pointer; }
  @media print, screen and (min-width: 40em) {
    .input__sliderhandle .noUi-handle,
    .input__sliderhandle .slider-handle,
    .retirement-calculator .noUi-handle,
    .retirement-calculator .slider-handle {
      width: 3rem;
      height: 3rem; } }

.input__sliderhandle .noUi-handle,
.retirement-calculator .noUi-handle {
  background: #fff;
  border: 3px solid #96be0e; }
  .input__sliderhandle .noUi-handle:before, .input__sliderhandle .noUi-handle:after,
  .retirement-calculator .noUi-handle:before,
  .retirement-calculator .noUi-handle:after {
    display: none; }
  .input__sliderhandle .noUi-handle--hidden,
  .retirement-calculator .noUi-handle--hidden {
    display: none; }
  .input__sliderhandle .noUi-handle.noUi-handle-lower,
  .retirement-calculator .noUi-handle.noUi-handle-lower {
    right: -25px !important;
    left: auto;
    top: -25px;
    border-color: #00538f; }
  .input__sliderhandle .noUi-handle.noUi-handle-upper,
  .retirement-calculator .noUi-handle.noUi-handle-upper {
    border-color: #96be0e;
    left: auto;
    right: -25px !important;
    top: 25px !important; }

.input__sliderhandle .slider-fill,
.retirement-calculator .slider-fill {
  position: absolute;
  top: -.125rem;
  left: 0;
  height: .5rem;
  text-align: center;
  color: #fff;
  background: #96be0e;
  line-height: 1.75;
  overflow: hidden; }
  .input__sliderhandle .slider-fill--darkblue,
  .retirement-calculator .slider-fill--darkblue {
    left: 0% !important;
    background: #00538f;
    -webkit-transition: none;
    -o-transition: none;
    transition: none; }
  .input__sliderhandle .slider-fill--blue,
  .retirement-calculator .slider-fill--blue {
    background: #49a3e5;
    z-index: 10; }
  .input__sliderhandle .slider-fill--green,
  .retirement-calculator .slider-fill--green {
    left: auto !important;
    right: 0;
    background: #96be0e;
    -webkit-transition: none;
    -o-transition: none;
    transition: none; }

.input__sliderhandle .slider-result,
.retirement-calculator .slider-result {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-flow: nowrap;
      -ms-flex-flow: nowrap;
          flex-flow: nowrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: -3px; }
  @media print, screen and (min-width: 40em) {
    .input__sliderhandle .slider-result,
    .retirement-calculator .slider-result {
      margin-top: -13px; } }
  @media print, screen and (min-width: 64em) {
    .input__sliderhandle .slider-result,
    .retirement-calculator .slider-result {
      -webkit-box-pack: left;
      -webkit-justify-content: left;
          -ms-flex-pack: left;
              justify-content: left;
      padding-left: 1rem;
      margin-top: 0; } }

.input__sliderhandle .allocated__number,
.input__sliderhandle .input__number,
.input__sliderhandle .input__unit,
.retirement-calculator .allocated__number,
.retirement-calculator .input__number,
.retirement-calculator .input__unit {
  font-size: 1.125rem;
  color: #000;
  letter-spacing: .5px; }
  @media print, screen and (min-width: 40em) {
    .input__sliderhandle .allocated__number,
    .input__sliderhandle .input__number,
    .input__sliderhandle .input__unit,
    .retirement-calculator .allocated__number,
    .retirement-calculator .input__number,
    .retirement-calculator .input__unit {
      font-size: 2rem; }
      .input__sliderhandle .allocated__number--medium,
      .input__sliderhandle .input__number--medium,
      .input__sliderhandle .input__unit--medium,
      .retirement-calculator .allocated__number--medium,
      .retirement-calculator .input__number--medium,
      .retirement-calculator .input__unit--medium {
        font-size: 1.5rem; } }
  .input__sliderhandle .allocated__number--darkblue,
  .input__sliderhandle .input__number--darkblue,
  .input__sliderhandle .input__unit--darkblue,
  .retirement-calculator .allocated__number--darkblue,
  .retirement-calculator .input__number--darkblue,
  .retirement-calculator .input__unit--darkblue {
    color: #00538f; }
  .input__sliderhandle .allocated__number--blue,
  .input__sliderhandle .input__number--blue,
  .input__sliderhandle .input__unit--blue,
  .retirement-calculator .allocated__number--blue,
  .retirement-calculator .input__number--blue,
  .retirement-calculator .input__unit--blue {
    color: #49a3e5; }
  .input__sliderhandle .allocated__number--green,
  .input__sliderhandle .input__number--green,
  .input__sliderhandle .input__unit--green,
  .retirement-calculator .allocated__number--green,
  .retirement-calculator .input__number--green,
  .retirement-calculator .input__unit--green {
    color: #96be0e; }
  .input__sliderhandle .allocated__number--text,
  .input__sliderhandle .input__number--text,
  .input__sliderhandle .input__unit--text,
  .retirement-calculator .allocated__number--text,
  .retirement-calculator .input__number--text,
  .retirement-calculator .input__unit--text {
    display: block;
    margin-left: .25rem;
    width: 100%; }
    @media print, screen and (min-width: 40em) {
      .input__sliderhandle .allocated__number--text,
      .input__sliderhandle .input__number--text,
      .input__sliderhandle .input__unit--text,
      .retirement-calculator .allocated__number--text,
      .retirement-calculator .input__number--text,
      .retirement-calculator .input__unit--text {
        display: inline;
        width: auto; } }

.input__sliderhandle .retirement__allocated,
.retirement-calculator .retirement__allocated {
  margin: 2rem 0; }
  .input__sliderhandle .retirement__allocated .slider-result,
  .retirement-calculator .retirement__allocated .slider-result {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
    margin: .5rem 0;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    text-align: center; }
  .input__sliderhandle .retirement__allocated .allocated__slider,
  .retirement-calculator .retirement__allocated .allocated__slider {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 1.5rem; }
    @media print, screen and (min-width: 64em) {
      .input__sliderhandle .retirement__allocated .allocated__slider,
      .retirement-calculator .retirement__allocated .allocated__slider {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1;
        margin-top: 0; } }
  .input__sliderhandle .retirement__allocated .allocated__results,
  .retirement-calculator .retirement__allocated .allocated__results {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
    @media print, screen and (min-width: 64em) {
      .input__sliderhandle .retirement__allocated .allocated__results,
      .retirement-calculator .retirement__allocated .allocated__results {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2; }
        .input__sliderhandle .retirement__allocated .allocated__results .input__unit,
        .input__sliderhandle .retirement__allocated .allocated__results .allocated__number,
        .retirement-calculator .retirement__allocated .allocated__results .input__unit,
        .retirement-calculator .retirement__allocated .allocated__results .allocated__number {
          font-size: 1.25rem; } }

.input__sliderhandle #allocated,
.retirement-calculator #allocated {
  margin: 0 0 1rem 0; }

.input__sliderhandle .small-12 {
  padding: 0; }

.input__sliderhandle .large-9 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2; }
  @media print, screen and (min-width: 64em) {
    .input__sliderhandle .large-9 {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; } }

.input__sliderhandle .large-3 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; }
  @media print, screen and (min-width: 64em) {
    .input__sliderhandle .large-3 {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; } }

.input__sliderhandle .input__label {
  margin-bottom: -1.625rem;
  max-width: 60%; }
  @media screen and (max-width: 39.99875em) {
    .input__sliderhandle .input__label {
      font-size: 1rem; } }
  @media print, screen and (min-width: 40em) {
    .input__sliderhandle .input__label {
      margin-bottom: -1.25rem;
      max-width: 100%; } }
  @media print, screen and (min-width: 64em) {
    .input__sliderhandle .input__label {
      margin-bottom: 0; } }

.form__rechner {
  position: relative; }
  @media screen and (max-width: 39.99875em) {
    .form__rechner h3 {
      margin-bottom: 0; } }
  .form__rechner hr {
    margin: .5rem auto 2.5rem auto; }
  .form__rechner--progress {
    position: absolute;
    top: 0;
    padding: .925rem 0rem 1rem 1.5rem; }
    @media print, screen and (min-width: 40em) {
      .form__rechner--progress {
        padding: 1rem 1.5rem 1rem 0rem; } }
    @media print, screen and (min-width: 64em) {
      .form__rechner--progress {
        padding: 1rem 1.5rem 1rem 0rem; } }
    @media screen and (max-width: 39.99875em) {
      .form__rechner--progress {
        margin-top: 5rem !important; } }
  .form__rechner .sticky.is-stuck.is-at-top {
    margin-top: 4.375rem !important; }
  .form__rechner .sticky-container {
    top: -155px; }
    @media print, screen and (min-width: 40em) {
      .form__rechner .sticky-container {
        top: -80px;
        left: 25px; } }
    @media print, screen and (min-width: 64em) {
      .form__rechner .sticky-container {
        top: -80px; } }
  .form__rechner.riesterrecher .sticky-container {
    top: -133px; }
    @media print, screen and (min-width: 40em) {
      .form__rechner.riesterrecher .sticky-container {
        top: -70px; } }
    @media print, screen and (min-width: 64em) {
      .form__rechner.riesterrecher .sticky-container {
        top: -13px; } }
  .form__rechner div#rentenrechner_result {
    border-bottom: 1px solid #e1e6eb;
    padding-bottom: 1rem; }
    @media print, screen and (min-width: 40em) {
      .form__rechner div#rentenrechner_result {
        padding-bottom: .5rem; } }
  .form__rechner .trenner {
    width: 100%;
    line-height: 10px;
    font-size: .5625rem;
    padding: 0 0 2.75rem 0;
    color: #000;
    text-align: right;
    border-bottom: 1px solid #e1e6eb; }
    @media print, screen and (min-width: 40em) {
      .form__rechner .trenner {
        padding: 0 0 3.125rem 0; } }
    @media print, screen and (min-width: 64em) {
      .form__rechner .trenner {
        padding: 0 0 3.125rem 0; } }
    .form__rechner .trenner .erg2 {
      margin-top: 0.5rem;
      font-size: 1rem; }
    .form__rechner .trenner span {
      font-size: .875rem;
      font-weight: bold; }
      @media print, screen and (min-width: 40em) {
        .form__rechner .trenner span {
          font-size: 1.125rem; } }
      @media print, screen and (min-width: 64em) {
        .form__rechner .trenner span {
          font-size: 1.25rem; } }
  .form__rechner .barsEnv {
    position: absolute;
    top: -50px;
    left: 0;
    height: 135%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media print, screen and (min-width: 40em) {
      .form__rechner .barsEnv {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        height: 120%; } }
    @media print, screen and (min-width: 64em) {
      .form__rechner .barsEnv {
        top: 0;
        left: -95px;
        width: 85px;
        height: 100%; } }
    .form__rechner .barsEnv span {
      line-height: 10px;
      font-size: .625rem;
      color: #666;
      text-align: right; }
      .form__rechner .barsEnv span:first-child {
        -webkit-align-self: baseline;
            -ms-flex-item-align: baseline;
                align-self: baseline; }
        @media print, screen and (min-width: 64em) {
          .form__rechner .barsEnv span:first-child {
            margin-top: 1vh; } }
      .form__rechner .barsEnv span:last-child {
        -webkit-align-self: flex-end;
            -ms-flex-item-align: end;
                align-self: flex-end;
        margin-bottom: 1vh; }
      @media print, screen and (min-width: 40em) {
        .form__rechner .barsEnv span {
          display: inline;
          width: auto;
          text-align: left; } }
  .form__rechner .barText.zuwachs,
  .form__rechner .barText.einzahlung {
    position: absolute;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: .875rem;
    z-index: 1; }
    @media print, screen and (min-width: 40em) {
      .form__rechner .barText.zuwachs,
      .form__rechner .barText.einzahlung {
        font-size: 1rem; } }
    .form__rechner .barText.zuwachs span,
    .form__rechner .barText.einzahlung span {
      color: #fff; }
  .form__rechner .barText.zuwachs {
    top: 1vh; }
  .form__rechner .barText.einzahlung {
    bottom: 1vh; }
  .form__rechner #rentenrechner_result .progress--vertical {
    margin: 3.5rem 0 3.5rem auto; }
    @media print, screen and (min-width: 40em) {
      .form__rechner #rentenrechner_result .progress--vertical {
        margin: 4.5rem 0 2.5rem auto; } }
    @media print, screen and (min-width: 64em) {
      .form__rechner #rentenrechner_result .progress--vertical {
        margin: 1rem 0 .5rem auto; } }
  @media screen and (max-width: 39.99875em) {
    .form__rechner .order-change-mobile {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; } }
  @media screen and (max-width: 39.99875em) {
    .form__rechner #submit-button {
      margin-top: 3rem; } }
  @media screen and (max-width: 63.99875em) {
    .form__rechner .label__radio {
      margin: .75rem 0; } }
  @media screen and (max-width: 39.99875em) {
    .form__rechner .label__radio {
      margin: 1rem 0; } }

#result_graph2 + .instructions {
  margin-top: 3rem; }

.instructions {
  width: 100%; }

.rechner__dropdown,
.retirement__dropdown {
  display: inline-block;
  margin: 0 .5rem;
  padding: .5rem; }

.contact__headline {
  margin: 1.25rem 0 1.75rem 0;
  font-size: 2.75rem;
  line-height: 1.2;
  text-transform: unset; }

@media print, screen and (min-width: 64em) {
  .contact__location,
  .contact__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 0 0 4vh; } }

.contact__location {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }

.contact__info {
  margin-bottom: 2rem; }
  @media print, screen and (min-width: 40em) {
    .contact__info {
      margin-bottom: 0;
      text-align: right; } }
  .contact__info a {
    text-decoration: underline;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out; }
    .contact__info a:hover {
      color: #96be0e; }

.contact__border {
  width: 100%; }

@media print, screen and (min-width: 40em) {
  .contact__manager {
    display: grid;
    grid-template-columns: 1fr; } }

@media print, screen and (min-width: 64em) {
  .contact__manager {
    grid-template-columns: 23.4375rem auto;
    grid-template-rows: 1fr;
    min-height: 23.4375rem; } }

.contact__manager h2 {
  margin-top: 1.25rem 0 .5rem 0;
  font-size: 1.75rem;
  line-height: 1.2;
  font-weight: 700; }

.contact__manager h4 {
  margin-bottom: 1.1875rem;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.4; }

.contact__manager .contact__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.25rem 2.5rem 2.4375rem;
  background: rgba(5, 5, 6, 0.05); }

.contact__manager a {
  font-size: 1.125rem;
  font-weight: 700;
  -webkit-align-self: baseline;
      -ms-flex-item-align: baseline;
          align-self: baseline; }

.contact__manager .image-copyright {
  color: #fff; }

.contact__figure {
  position: relative;
  width: 100%;
  padding-top: 65.25%; }
  @media print, screen and (min-width: 64em) {
    .contact__figure {
      width: 23.4375rem;
      min-height: auto;
      padding-top: 0; } }
  .contact__figure img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }

.contact__journey {
  position: relative;
  padding: 1.25rem 2.5rem 2.4375rem; }
  @media print, screen and (min-width: 64em) {
    .contact__journey {
      margin: 2vh 0; } }

.contact__map {
  width: 100%; }
  .contact__map iframe {
    width: 100%; }

.contact__text a {
  display: inline;
  -webkit-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out; }
  .contact__text a:hover {
    color: #96be0e; }
  .contact__text a .icon {
    margin-right: .5rem; }

.page-navigation {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1rem 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .page-navigation > p {
    display: none; }
  .page-navigation ul {
    margin: 0; }
    .page-navigation ul li {
      float: left;
      display: block;
      padding: 0 2px;
      background: none; }
      .page-navigation ul li.current a {
        color: #96be0e; }
  .page-navigation li {
    padding: .625rem !important;
    margin: 0;
    line-height: 1;
    font-size: 1.25rem; }
    .page-navigation li.current {
      color: #96be0e; }
      .page-navigation li.current a {
        color: #96be0e; }

.position__scroll .f3-widget-paginator {
  display: none; }

/* Slider text media */
html.is-reveal-open {
  overflow: hidden; }

.reveal {
  position: fixed;
  top: 60px !important;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: calc(100vh - 60px);
  margin: 0;
  padding: 10vh 5vw 10vh 5vw;
  color: #fff;
  opacity: 0;
  visibility: collapse;
  background-color: rgba(0, 0, 0, 0.9);
  overflow: hidden;
  z-index: 1006; }
  @media print, screen and (min-width: 64em) {
    .reveal {
      top: 60px !important;
      height: calc(100vh - 60px); } }
  .reveal.opened {
    visibility: visible; }
  .reveal__content {
    position: relative;
    max-width: 80%;
    height: 100%;
    padding: 1rem 2rem;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.7);
    overflow-y: auto; }
    @media print, screen and (min-width: 40em) {
      .reveal__content {
        padding: 1rem 4rem; } }
    @media screen and (min-width: 90em) {
      .reveal__content {
        max-width: 70%; } }
    .reveal__content--slider {
      max-height: 40vh;
      margin: 0 auto;
      top: 15vh;
      padding: 0;
      overflow: visible;
      background-color: transparent; }
      @media print, screen and (min-width: 40em) {
        .reveal__content--slider {
          margin: 40% auto 0 auto;
          top: -20vh; } }
      @media print, screen and (min-width: 64em) {
        .reveal__content--slider {
          padding: 1rem;
          max-height: none;
          margin: 0 auto;
          top: 0; } }
  .reveal__text {
    padding: 0;
    margin: 0; }
    .reveal__text br {
      display: none; }
  .reveal h1:not(.slider-text--category-headline) {
    margin-top: 1.25rem;
    font-size: 2.375rem;
    font-weight: 700;
    line-height: 1; }
  .reveal p {
    margin: 0 0 1.125rem;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.5px; }
  .reveal .slider-wrapper {
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 0; }
  .reveal .slick-list {
    overflow: visible; }
  .reveal .slider--gallery {
    height: 100%;
    overflow: visible;
    margin: 0;
    background-color: transparent; }
    .reveal .slider--gallery .figure__wide {
      position: relative; }
      .reveal .slider--gallery .figure__wide:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 56.25%; }
    .reveal .slider--gallery .image-fit.compat-object-fit {
      background-size: cover;
      background-position: center center; }
      .reveal .slider--gallery .image-fit.compat-object-fit img {
        opacity: 0; }
    .reveal .slider--gallery .image-container {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    .reveal .slider--gallery img {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover !important;
         object-fit: cover !important; }
  .reveal .slider-text-wrapper {
    height: 70vh; }
    @media print, screen and (min-width: 40em) {
      .reveal .slider-text-wrapper {
        height: 60vh; } }
  .reveal .slick-next,
  .reveal .slick-prev {
    display: block !important; }
  .reveal .slider-text--content {
    position: absolute;
    bottom: 5vh;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center; }
    @media print, screen and (min-width: 40em) {
      .reveal .slider-text--content {
        bottom: 0; } }
  .reveal .slider-text--content {
    max-width: 50vh;
    margin: 0 auto; }
    .reveal .slider-text--content p {
      display: inline;
      padding: .125rem .5rem;
      background-color: rgba(0, 0, 0, 0.7); }
    @media print, screen and (min-width: 64em) {
      .reveal .slider-text--content {
        margin: 0;
        max-width: none; } }
  .reveal .overlay {
    display: none; }
  .reveal .close-button {
    position: absolute;
    top: -2vh;
    right: -3vw;
    padding: 2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid transparent;
    z-index: 10;
    color: #fff;
    cursor: pointer; }
    @media print, screen and (min-width: 40em) {
      .reveal .close-button {
        top: 1vh;
        right: 2vw; } }
    .reveal .close-button:focus {
      outline: none; }
    .reveal .close-button span {
      display: block;
      width: 1.5rem;
      height: 1.5rem; }

.fx-opacity-to-open {
  will-change: opacity;
  -webkit-animation: opacity-to-open 1s cubic-bezier(0.65, 0.05, 0.36, 1) 0s 1 normal forwards;
  animation: opacity-to-open 1s cubic-bezier(0.65, 0.05, 0.36, 1) 0s 1 normal forwards; }

@-webkit-keyframes opacity-to-open {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes opacity-to-open {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.slider-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  /* Navigation on slider, arrows, dots and scroll down button */ }
  .slider-wrapper .slick-slide {
    background-color: rgba(0, 0, 0, 0.9); }
  .slider-wrapper .slider-text-wrapper {
    position: absolute;
    top: -20vh;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }
    @media print, screen and (min-width: 40em) {
      .slider-wrapper .slider-text-wrapper {
        top: -15vh; } }
    @media print, screen and (min-width: 64em) {
      .slider-wrapper .slider-text-wrapper {
        top: 0%; } }
  .slider-wrapper .overlay {
    position: absolute;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#141414), to(rgba(20, 20, 20, 0.8)));
    background-image: -o-linear-gradient(bottom, #141414, rgba(20, 20, 20, 0.8));
    background-image: linear-gradient(0deg, #141414, rgba(20, 20, 20, 0.8));
    opacity: .5;
    z-index: 99;
    will-change: opacity; }
  .slider-wrapper .slick-next,
  .slider-wrapper .slick-prev {
    position: absolute;
    width: 15vw;
    height: 30%;
    top: auto;
    bottom: -20vh;
    color: transparent;
    font-size: 2rem;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    overflow: hidden;
    background-color: transparent;
    pointer-events: auto;
    outline: none;
    cursor: pointer;
    z-index: 902;
    -webkit-transition: opacity 0.3s ease-in-out 0s, background-color 0.3s ease-in-out 0s;
    -o-transition: opacity 0.3s ease-in-out 0s, background-color 0.3s ease-in-out 0s;
    transition: opacity 0.3s ease-in-out 0s, background-color 0.3s ease-in-out 0s; }
    @media print, screen and (min-width: 40em) {
      .slider-wrapper .slick-next,
      .slider-wrapper .slick-prev {
        height: 40%;
        bottom: -25vh; } }
    @media print, screen and (min-width: 64em) {
      .slider-wrapper .slick-next,
      .slider-wrapper .slick-prev {
        height: 130px;
        bottom: -130px; } }
    @media screen and (max-width: 39.99875em) {
      .slider-wrapper .slick-next,
      .slider-wrapper .slick-prev {
        width: 20vw; }
        .slider-wrapper .slick-next:active,
        .slider-wrapper .slick-prev:active {
          opacity: 1;
          background-color: #000; } }
    .slider-wrapper .slick-next:active,
    .slider-wrapper .slick-prev:active {
      opacity: 1;
      background-color: #96be0e; }
  .slider-wrapper .slick-dots {
    position: absolute;
    bottom: -30vw;
    right: 0;
    left: 0;
    width: auto;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    z-index: 901; }
    @media print, screen and (min-width: 40em) {
      .slider-wrapper .slick-dots {
        bottom: -25vh; } }
    @media print, screen and (min-width: 64em) {
      .slider-wrapper .slick-dots {
        bottom: .5vh; } }
    .slider-wrapper .slick-dots li {
      display: inline-block;
      width: 1.25rem;
      height: .5rem;
      margin: 0 0 0 .5rem;
      color: transparent;
      background-color: #fff;
      cursor: pointer;
      -webkit-transition: background-color 0.1s ease-in-out 0s;
      -o-transition: background-color 0.1s ease-in-out 0s;
      transition: background-color 0.1s ease-in-out 0s; }
      @media print, screen and (min-width: 40em) {
        .slider-wrapper .slick-dots li {
          width: 2rem; } }
      .slider-wrapper .slick-dots li.slick-active, .slider-wrapper .slick-dots li:hover {
        background-color: #96be0e; }
    .slider-wrapper .slick-dots button {
      display: block;
      margin: 0;
      padding: 0;
      color: transparent;
      outline: none; }
  .slider-wrapper .slider-text {
    display: block;
    padding: 1.5rem;
    color: #fff;
    background-color: transparent; }
    @media print, screen and (min-width: 40em) {
      .slider-wrapper .slider-text {
        padding: 2rem; } }
    @media print, screen and (min-width: 64em) {
      .slider-wrapper .slider-text {
        padding: 2.5rem 4rem 2rem 3rem; } }
    .slider-wrapper .slider-text--category-headline {
      margin: 0 0 .3125rem 0;
      font-size: 1.5rem;
      font-weight: 900;
      line-height: .9;
      text-transform: uppercase; }
      @media print, screen and (min-width: 40em) {
        .slider-wrapper .slider-text--category-headline {
          font-size: 2rem; } }
    .slider-wrapper .slider-text--headline {
      margin: 0 0 1.25rem 0;
      font-size: 1.25rem;
      font-weight: 600;
      line-height: 1; }
      @media print, screen and (min-width: 40em) {
        .slider-wrapper .slider-text--headline {
          font-size: 1.5rem; } }
    .slider-wrapper .slider-text--content p {
      margin: 0 0 1.25rem 0;
      font-size: .875rem;
      font-weight: 300;
      line-height: 1.2; }
      @media print, screen and (min-width: 40em) {
        .slider-wrapper .slider-text--content p {
          font-size: 1rem; } }
      @media print, screen and (min-width: 64em) {
        .slider-wrapper .slider-text--content p {
          font-size: 1.25rem; } }
    .slider-wrapper .slider-text--content .button {
      margin: 0; }

/**
 * some initial styles of solr (migrated from solr.css) ... TODO: consolidate with the part underneath!
 */
/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */
/* search form */
.tx-solr {
  margin: 0; }
  .tx-solr .hidden {
    display: none; }

.tx-solr-search-no-results {
  position: relative;
  font-weight: 200;
  text-align: center;
  width: 100%;
  font-size: 2rem;
  padding: 2rem 0;
  border-bottom: 5px solid #fff; }
  .tx-solr-search-no-results:before {
    content: '';
    display: block;
    height: 5px;
    width: 100%;
    background-color: #fff;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    z-index: 10; }

.tx-solr-search-form {
  background-color: #f2f2f2;
  border: 1px solid #cfcecf;
  padding: 10px;
  margin-bottom: 10px; }

.tx-solr-q {
  border: 1px solid #cfcecf;
  padding: 5px;
  width: 80%; }

.tx-solr-submit {
  background-color: #cfcecf;
  border: none;
  padding: 6px;
  color: #494949;
  font-weight: bold;
  width: 15%; }

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */
/* pagination */
#tx-solr-pagination-results-per-page select {
  margin-left: 5px; }

#tx-solr-search #tx-solr-pagination ul.tx-pagebrowse {
  margin-top: 0px;
  padding-top: 2px; }

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */
/* search functions */
#tx-solr-search-functions div.secondaryContentSection {
  padding: 0px 0px 10px 0px;
  margin: 0px 10px 2.4em 0px;
  width: 100%; }

#tx-solr-search-functions .secondaryContentSection .csc-header {
  padding-left: 10px; }

#tx-solr-search-functions .secondaryContentSection .csc-header h1,
#tx-solr-search-functions .secondaryContentSection .csc-header h2,
#tx-solr-search-functions .secondaryContentSection .csc-header h3 {
  width: 100%; }

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */
/* faceting */
#tx-solr-faceting .facets {
  margin: 0; }

#tx-solr-faceting .facets .csc-header {
  padding: 3px 0px 3px 10px; }

#tx-solr-faceting .facets .facet-option-list {
  padding: 5px 0px 10px 0px; }

#tx-solr-faceting .facets .facet-type-numericRange .facet-option-list {
  width: 85%; }

#tx-solr-faceting .facets .facet-label {
  background-color: #cfcecf;
  color: #fff;
  font-weight: bold; }

#tx-solr-faceting .facets .facet-result-count {
  color: #999; }

#tx-solr-facets-in-use li {
  list-style-type: none;
  margin-left: 10px; }

#tx-solr-facets-in-use .facets-remove-all {
  margin-top: 10px; }

#tx-solr-faceting .facets li {
  list-style-type: none;
  margin-left: 0px; }

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */
/* sorting */
#tx-solr-sorting li {
  list-style-type: none;
  margin-left: 10px; }

#tx-solr-facets-active-options {
  margin: 0;
  list-style-type: none; }
  #tx-solr-facets-active-options a {
    font-size: 0.8rem;
    color: #043882;
    text-decoration: underline; }

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */
/* results */
.tx-solr-search-word {
  font-weight: bold; }

.tx-pagebrowse {
  margin-top: 10px; }

.results-list {
  margin: 2rem 0 0 0; }

.results-list li {
  list-style: none inside;
  margin-left: 0px; }

.results-entry {
  border-bottom: 1px solid #cfcecf;
  margin-bottom: 20px; }

.results-topic {
  font-weight: bold;
  margin-bottom: 5px;
  word-wrap: break-word; }

.result-content {
  clear: both; }

.results-highlight {
  background: #fdee53; }

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */
/* relevance */
.relevance {
  height: 20px; }

.relevance-label,
.relevance-bar,
.relevance-percent {
  float: left;
  margin-right: 3px; }

.relevance-bar {
  height: 20px;
  padding-top: 3px; }

.tx-solr-relevance-bar {
  width: 100px;
  height: 8px;
  border: 1px solid #ccc;
  font-size: 1px;
  padding: 1px; }

.tx-solr-relevance,
.tx-solr-relevance-fill {
  margin-right: 0px !important;
  height: 8px;
  padding: 0px;
  float: left; }

.tx-solr-relevance {
  background-color: #f18f0b; }

.tx-solr-relevance-fill {
  background-color: #ccc; }

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */
/* frequent searches */
#tx-solr-frequent-searches ul {
  padding-right: 10px; }

#tx-solr-frequent-searches li {
  list-style-type: none;
  margin-left: 10px;
  display: inline; }

.tx-solr-frequent-term-14 {
  font-size: 14px; }

.tx-solr-frequent-term-15 {
  font-size: 15px; }

.tx-solr-frequent-term-16 {
  font-size: 1rem; }

.tx-solr-frequent-term-16 {
  font-size: 1rem; }

.tx-solr-frequent-term-17 {
  font-size: 17px; }

.tx-solr-frequent-term-18 {
  font-size: 18px; }

.tx-solr-frequent-term-19 {
  font-size: 19px; }

.tx-solr-frequent-term-20 {
  font-size: 20px; }

.tx-solr-frequent-term-21 {
  font-size: 21px; }

.tx-solr-frequent-term-22 {
  font-size: 22px; }

.tx-solr-frequent-term-23 {
  font-size: 23px; }

.tx-solr-frequent-term-24 {
  font-size: 24px; }

.tx-solr-frequent-term-25 {
  font-size: 25px; }

.tx-solr-frequent-term-26 {
  font-size: 26px; }

.tx-solr-frequent-term-27 {
  font-size: 27px; }

.tx-solr-frequent-term-28 {
  font-size: 28px; }

.tx-solr-frequent-term-29 {
  font-size: 29px; }

.tx-solr-frequent-term-30 {
  font-size: 30px; }

.tx-solr-frequent-term-31 {
  font-size: 31px; }

.tx-solr-frequent-term-32 {
  font-size: 32px; }

.tx-solr-frequent-term-33 {
  font-size: 33px; }

.tx-solr-frequent-term-34 {
  font-size: 34px; }

/**
 * new solr styles 2017, responsive frontend
 */
/* Form search of Solr */
#tx-solr-search {
  width: 100% !important; }

#tx-solr-search-form-pi-results {
  text-align: left;
  margin: 0 0 1.875rem 0;
  position: relative; }

.tx-solr-search-form-focus:focus {
  border-color: rgba(145, 180, 20, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(145, 180, 20, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(145, 180, 20, 0.6); }

.tx-solr-search-form .tx-solr-q {
  /* Display & Box Model */
  width: 90%;
  height: 25px;
  padding: 10px;
  border: 1px solid #979797;
  border-right: 0;
  border-radius: 0;
  margin: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  /* Color */
  color: #60616e;
  /* Text */
  font-size: 1rem;
  font-weight: bold; }

.tx-solr-search-form .tx-solr-q:focus {
  -webkit-box-shadow: none;
          box-shadow: none; }

.tx-solr-search-form .tx-solr-submit {
  /* Positioning */
  position: absolute;
  top: 0;
  right: 0;
  /* Display & Box Model */
  width: 20%;
  height: 47px;
  border: 1px solid #979797;
  /* Color */
  background-color: #d8d8d8;
  background-image: url("/assets/icons/seach_icon.svg");
  background-repeat: no-repeat;
  background-position: 15% center;
  color: #043882;
  /* Text */
  font-size: 1rem;
  font-weight: bold; }

.tx-solr-search-form .tx-solr-submit:hover {
  /* Color */
  background-color: #7e9d11;
  color: #fff; }

/* Standart transition in solr */
.tx-solr-transition {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }

/* get result with 300 letter, desktop version*/
.search-result__item__content {
  display: block;
  margin-bottom: .625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  word-wrap: break-word; }

/* get result with 100 letter, mobile version*/
.result-content-mobile {
  display: none;
  font-size: 1rem;
  line-height: 1.75rem; }

/* active options filter */
#tx-solr-facets-in-use {
  margin-top: -30px; }

.solr__breadcrumb__label ul {
  margin: 0 0 .25rem 0; }

.solr__breadcrumb__label li {
  display: inline;
  color: #93b715;
  font-size: .75rem; }

.solr__breadcrumb__label li:first-child a {
  margin-left: 0; }

.solr__breadcrumb__label a {
  display: inline;
  color: #043882;
  margin: 0 .25rem 0 0rem; }

.solr__breadcrumb__label a:hover {
  color: #7E9D11; }

/*
	Shame code
*/
.breadcrumb_nav {
  display: none; }

.widget > .csc-header-n1 > h1.csc-firstHeader {
  display: none; }

.tx-solr-search-form {
  background-color: transparent;
  border: 0;
  padding: 0px; }

.tx-solr-search-form > header h1 {
  font-size: 1rem !important;
  font-weight: bold;
  margin-bottom: 1rem; }

li.search-result__item::marker {
  content: ""; }

li.search-result__item {
  list-style: none; }

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */
/* tx-solr-column-2 */
.tx-solr-column-2 {
  position: relative;
  padding-left: 0px;
  padding-right: 15px; }

.tx-solr-column-2 .facet-show-list {
  cursor: pointer; }

.tx-solr-column-2 #tx-solr-show-all {
  font-size: 14px;
  font-weight: normal;
  text-decoration: underline;
  text-transform: lowercase;
  float: right;
  cursor: pointer; }

.tx-solr-column-2 #tx-solr-show-all.close {
  display: none; }

.tx-solr-column-2 #tx-solr-close-all {
  font-size: 14px;
  font-weight: normal;
  text-decoration: underline;
  text-transform: lowercase;
  float: right;
  cursor: pointer;
  display: none; }

.tx-solr-column-2 #tx-solr-close-all.open {
  display: block; }

.tx-solr-column-2 #tx-solr-show-all:hover,
.tx-solr-column-2 #tx-solr-close-all:hover {
  color: #7E9D11; }

.tx-solr-column-2 #tx-solr-close-filter {
  display: none;
  margin: 0;
  background-color: transparent;
  color: #043882;
  border: 1px solid #043882;
  padding: 5px 5px 5px 30px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  position: relative;
  top: -5px;
  cursor: pointer;
  float: right; }

.tx-solr-column-2 #tx-solr-close-filter:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  color: #043882;
  background-image: url("/assets/icons/close_icon.svg");
  background-repeat: no-repeat;
  background-position: 15% center;
  font-size: 15px;
  font-weight: bold;
  position: absolute;
  top: 3px;
  left: 5px; }

.tx-solr-column-2 #tx-solr-sorting .tx-solr-sorting-list li {
  margin: 15px 0; }

#tx-solr-search .tx-solr-column-2 .csc-header {
  padding: 0;
  position: relative; }

#tx-solr-search-functions div.secondaryContentSection {
  margin-bottom: 0;
  padding: 0; }

#tx-solr-search-functions #tx-solr-sorting.secondaryContentSection {
  border-top: 1px solid #cfcecf;
  padding: 15px 0 10px 0; }

#tx-solr-search .tx-solr-column-2 #tx-solr-sorting .csc-header h5 {
  padding: 0;
  color: #043882;
  background-color: transparent;
  font-size: 1rem;
  font-weight: normal;
  position: relative; }

#tx-solr-search .tx-solr-column-2 .csc-header h3 {
  background-color: transparent;
  background: transparent;
  padding: 0;
  margin-bottom: 10px;
  font-size: 1rem;
  text-transform: initial;
  color: #043882; }

#tx-solr-sorting .tx-solr-sorting-list li a {
  display: block;
  position: relative;
  font-size: 15px;
  text-decoration: none;
  color: #043882; }

#tx-solr-sorting .tx-solr-sorting-list li a:hover {
  color: #043882; }

.tx-solr-column-2 #tx-solr-faceting .facets .facet-label {
  color: #043882;
  background-color: transparent;
  font-size: 1rem;
  font-weight: normal;
  position: relative;
  padding: 0; }

.tx-solr-column-2 #tx-solr-faceting .facets .facet-pageHierarchy .facet-label {
  font-weight: bold; }

.tx-solr-column-2 #tx-solr-faceting .facets .facet-label:after,
#tx-solr-search .tx-solr-column-2 #tx-solr-sorting .csc-header:after {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -5px;
  right: 0;
  background-image: url("/assets/icons/down_arrow_icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #d8d8d8;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.tx-solr-column-2 #tx-solr-faceting .facets .facet-label.open:after,
#tx-solr-search .tx-solr-column-2 #tx-solr-sorting .csc-header.open:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.tx-solr-column-2 .facet-fileExtension .facet-option {
  text-transform: uppercase; }

.tx-solr-column-2 #tx-solr-faceting .facets .facet-pageHierarchy .facet-label:after {
  display: none; }

.tx-solr-column-2 #tx-solr-faceting .facets .facet-pageHierarchy .facet-option-list > li > a {
  background-color: #d8d8d8;
  font-size: 15px;
  font-weight: 300;
  position: relative;
  padding: 12px 10px;
  margin-bottom: 2px;
  display: block; }

.tx-solr-column-2 #tx-solr-faceting .facets .facet-pageHierarchy .facet-option-list > li > a.open {
  background-color: #043882;
  color: #fff; }

.tx-solr-column-2 #tx-solr-faceting .facets .facet-pageHierarchy .facet-option-list > li > a:after {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 10px;
  right: 10px;
  background-image: url("/assets/icons/down_arrow_icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px; }

.tx-solr-column-2 #tx-solr-faceting .facets .facet-pageHierarchy .facet-option-list > li > a.open:after {
  background-image: url("/assets/icons/down_arrow_white_icon.svg");
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
      transform: rotate(180deg); }

/* no arrow down for facet option "Newsletter", please */
.tx-solr-column-2 #tx-solr-faceting .facets .facet-pageHierarchy .facet-option-list > li.facet-option--Newsletter > a:after,
.tx-solr-column-2 #tx-solr-faceting .facets .facet-pageHierarchy .facet-option-list > li.facet-option--Newsletter > a.open:after {
  background-image: none; }

.tx-solr-column-2 #tx-solr-faceting .facets .facet-pageHierarchy .facet-option-list > li > a + ul {
  margin: 0;
  padding: 0 5px;
  display: none; }

.tx-solr-column-2 #tx-solr-faceting .facets .facet-pageHierarchy .facet-option-list > li > a + ul > li {
  margin: 0 0 2px 0; }

.tx-solr-column-2 #tx-solr-faceting .facets .facet-pageHierarchy .facet-option-list > li > a + ul > li > a {
  position: relative;
  background-color: #eeeeee;
  display: block;
  padding: 10px 18px 10px 10px; }

.tx-solr-column-2 #tx-solr-faceting .facets .facet-pageHierarchy .facet-option-list > li > a + ul > li > a:after {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 7px;
  right: 8px;
  background-image: url("/assets/icons/down_arrow_icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #d8d8d8;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.tx-solr-column-2 #tx-solr-faceting .facets .facet-pageHierarchy .facet-option-list > li > a + ul > li > a.open:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.tx-solr-column-2 #tx-solr-faceting .facets .facet-pageHierarchy .facet-option-list > li > a + ul > li > a + ul {
  display: none; }

.tx-solr-column-2 #tx-solr-faceting .facets .facet-pageHierarchy .facet-option-list > li > a + ul > li > a + ul > li > a {
  padding-left: 25px; }

.tx-solr-column-2 #tx-solr-faceting .facets .facet-pageHierarchy .facet-option-list a:hover {
  color: #7E9D11; }

.tx-solr-column-2 #tx-solr-faceting .facets li {
  position: relative;
  margin: 15px 0;
  font-size: 0.8rem;
  color: #043882; }

.tx-solr-column-2 #tx-solr-faceting .facets li a {
  color: #043882; }

.tx-solr-column-2 #tx-solr-faceting .facets li.facet-pageHierarchy > ul.facet-option-list > li {
  margin: 0; }

.tx-solr-column-2 #tx-solr-faceting .facets > li {
  margin: 0px 0 10px 0;
  border-top: 1px solid #cfcecf;
  padding-top: 13px; }

.tx-solr-column-2 #tx-solr-faceting .facets > .facet-pageHierarchy {
  padding-top: 30px; }

.tx-solr-column-2 #tx-solr-faceting .facets li label {
  color: #043882;
  font-size: 15px;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 3px;
  width: 100%;
  margin: 0;
  word-break: break-word;
  word-wrap: break-word; }

#tx-solr-sorting .tx-solr-sorting-list li img {
  display: none; }

#tx-solr-sorting .tx-solr-sorting-list li:not(.desactive):first-child a:after,
#tx-solr-sorting .tx-solr-sorting-list li img + a:after,
.tx-solr-column-2 #tx-solr-faceting .facets li input[type=checkbox]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1; }

.tx-solr-column-2 #tx-solr-faceting .facets li input[type="checkbox"] {
  visibility: hidden; }

#tx-solr-sorting .tx-solr-sorting-list li a:before,
.tx-solr-column-2 #tx-solr-faceting .facets li label:before {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  right: 0px;
  top: 0;
  background: #e9e9e9;
  border-radius: 0px;
  border: 1px solid #ccc;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 ); }

#tx-solr-sorting .tx-solr-sorting-list li a:after,
.tx-solr-column-2 #tx-solr-faceting .facets li label:after {
  /*Icon square*/
  /*Icon check*/
  content: '';
  width: 15px;
  height: 8px;
  position: absolute;
  top: 6px;
  right: 4px;
  border: 2px solid #96be0e;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }

#tx-solr-sorting .tx-solr-sorting-list li a:hover:after,
.tx-solr-column-2 #tx-solr-faceting .facets li label:hover:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3; }

#tx-solr-sorting .tx-solr-sorting-list,
.facet-contentCreationYear .facet-option-list,
.facet-fileExtension .facet-option-list {
  display: none; }

#tx-solr-sorting .tx-solr-sorting-list {
  padding: 5px 0px 0px 0px;
  margin: 0px; }

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */
/* tx-solr-column-10 */
.tx-solr-column-10 {
  position: relative;
  padding-left: 15px;
  padding-right: 0px; }
  .tx-solr-column-10 > h2 {
    margin-bottom: 2rem;
    color: #043882; }

#tx-solr-show-filter {
  display: none;
  text-align: right; }

#tx-solr-show-filter a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: .75rem 0.5rem .75rem 1rem;
  margin: 0;
  text-align: center;
  font-weight: bold;
  outline: none;
  color: #043882; }

#tx-solr-show-filter .icon {
  margin-right: .5rem; }

#tx-solr-search .tx-solr-column-10 .results-list {
  margin: 30px 0 0 0; }

.tx-solr-column-10 .results-list li.results-entry {
  margin-bottom: 15px;
  padding-top: 25px;
  border-top: 1px solid #cfcecf;
  border-bottom: 0; }

.tx-solr-column-10 .input__text {
  display: inline-block;
  width: calc( 100% - 56px);
  margin: 0;
  vertical-align: middle; }

.tx-solr-column-10 .label__text {
  top: 18px; }

.tx-solr-column-10 input[type='submit'].button {
  display: inline-block;
  vertical-align: middle;
  width: 56px;
  height: 56px;
  padding: 0;
  margin: 0 0 0 -9px;
  background-color: #96be0e;
  background-image: url(/assets/images/search.svg);
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  border: none;
  color: transparent;
  cursor: pointer; }

/*** BEM start *******************************************************/
/* CAG: starting to refactor CSS using modern BEM-style class naming */
.search-result__item__headline.search-result__item__headline {
  margin-bottom: 1rem;
  padding-left: 30px;
  font-size: 1rem;
  position: relative;
  color: #043882; }
  .search-result__item__headline.search-result__item__headline a {
    color: #043882; }

.search-result__item__headline:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-color: #93b715;
  background-image: url("/assets/icons/internal_link__icon.svg");
  background-repeat: no-repeat;
  position: absolute;
  left: 0; }

/* special properties for files / downloads */
.search-result__item--file .search-result__item__headline:before {
  background-color: #9cbce0;
  background-image: url("/assets/icons/download_icon.svg"); }

/*** BEM end ********************************************************/
.tx-solr-column-10 .results-list li.results-entry h3 span {
  float: right;
  font-size: 13px;
  width: 90px;
  height: 15px;
  overflow: hidden;
  text-align: right; }

.tx-solr-column-10 .tx-pagebrowse {
  list-style: none;
  text-align: center; }

.tx-solr-column-10 .tx-pagebrowse li {
  display: inline; }

.tx-solr-column-10 .tx-pagebrowse li.tx-pagebrowse-first {
  padding: 0.25rem 0.75rem;
  font-size: 1rem;
  margin-right: 5px; }

.tx-solr-column-10 .tx-pagebrowse li.tx-pagebrowse-last {
  padding: 0.25rem 0.75rem;
  font-size: 1rem; }

.tx-solr-column-10 .tx-pagebrowse li.tx-pagebrowse-next,
.tx-solr-column-10 .tx-pagebrowse li.tx-pagebrowse-prev {
  display: none; }

.tx-solr-column-10 .tx-pagebrowse li.tx-pagebrowse-pages li,
.tx-solr-column-10 .tx-pagebrowse li.tx-pagebrowse-pages li a {
  font-size: 1rem; }

.tx-solr-column-10 .tx-pagebrowse li.tx-pagebrowse-pages li {
  margin: 0 5px; }

.tx-solr-pagination-page-browser {
  margin: 2rem 0; }

.tx-pagebrowse-pages ol {
  margin: 0;
  display: inline; }

.tx-pagebrowse-pages ol li:last-child {
  color: #043882; }

.tx-pagebrowse li.tx-pagebrowse-first,
.tx-pagebrowse li.tx-pagebrowse-last,
.tx-pagebrowse li.tx-pagebrowse-first a,
.tx-pagebrowse li.tx-pagebrowse-last a,
.tx-pagebrowse-pages .tx-pagebrowse-page a {
  background-color: #043882;
  padding: 0.25rem 0.75rem;
  color: #fff;
  text-decoration: none; }

.tx-pagebrowse-pages .tx-pagebrowse-current {
  background-color: #d8d8d8;
  padding: 0.25rem 0.75rem;
  color: #043882; }

.tx-pagebrowse li.tx-pagebrowse-first:hover,
.tx-pagebrowse li.tx-pagebrowse-last:hover,
.tx-pagebrowse li.tx-pagebrowse-first:hover a,
.tx-pagebrowse li.tx-pagebrowse-last:hover a,
.tx-pagebrowse li.tx-pagebrowse-first a:hover,
.tx-pagebrowse li.tx-pagebrowse-last a:hover,
.tx-pagebrowse-pages .tx-pagebrowse-page a:hover {
  background-color: #d8d8d8;
  color: #043882; }

#tx-solr-faceting .facets .facet-option-list {
  margin: 0px;
  padding: 5px 0px 0px 0px; }

#tx-solr-faceting .facets .facet-pageHierarchy .facet-option-list {
  margin: 0px;
  padding: 15px 0px 0px 0px; }

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */
/* responsive */
@media only screen and (min-width: 768px) {
  .tx-solr-column-2 {
    position: absolute;
    left: 2.5%;
    width: 20%;
    padding: 0; }
  .tx-solr .tx-solr-column-10 {
    width: 75%;
    margin: 0 0 0 auto;
    padding: 0; }
  .tx-solr-column-10 .label__text {
    top: 16px; } }

@media only screen and (min-width: 1600px) {
  .tx-solr-column-2 {
    position: absolute;
    left: 3%;
    width: 20%; }
  .tx-solr .tx-solr-column-10 {
    width: 100%;
    margin: 0 auto; } }

@media only screen and (max-width: 768px) {
  body {
    padding: 0; }
  .tx-solr {
    padding: 0rem .75rem 0; }
  .result-content {
    display: none; }
  .result-content-mobile {
    display: block; }
  .result-links {
    display: none; }
  .tx-solr-many-result {
    color: #043882; }
  #tx-solr-sorting .tx-solr-sorting-list,
  .facet-contentCreationYear .facet-option-list,
  .facet-fileExtension .facet-option-list {
    display: block; }
  #tx-solr-faceting .facets .facet-option-list {
    padding: 5px 0px 10px 0px; }
  #tx-solr-search .tx-solr-column-2 {
    width: 50%;
    padding: 20px;
    margin-top: 0px;
    background-color: #eee;
    overflow: hidden;
    position: absolute;
    -webkit-transform: translate(-110%, 0);
        -ms-transform: translate(-110%, 0);
            transform: translate(-110%, 0);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    will-change: transform;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  #tx-solr-search.show_filter .tx-solr-column-2 {
    -webkit-box-shadow: 0px 10px 13px rgba(50, 50, 50, 0.75);
            box-shadow: 0px 10px 13px rgba(50, 50, 50, 0.75);
    -webkit-transform: translate(0%, 0);
        -ms-transform: translate(0%, 0);
            transform: translate(0%, 0);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .tx-solr .tx-solr-column-10 {
    width: 100%;
    padding: 0px;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    will-change: transform;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  #tx-solr-search.show_filter .tx-solr-column-10 {
    -webkit-transform: translate(60%, 0);
        -ms-transform: translate(60%, 0);
            transform: translate(60%, 0);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .tx-solr .tx-solr-column-10 .results-list li.results-entry h3 span {
    display: block;
    margin: 1rem 0 1rem -2rem;
    float: none;
    text-align: left;
    font-size: .875rem; }
  .tx-solr-search-form > header h1 {
    display: none; }
  #tx-solr-search-form-pi-results {
    position: relative;
    margin: 0;
    padding: 0; }
  .tx-solr-search-form {
    background-color: transparent;
    border: 0;
    padding: 0px;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    z-index: 99;
    padding: 0; }
  .tx-solr-search-form input[type="text"] {
    width: 100%;
    height: 20px;
    background-image: url("/typo3conf/ext/bvi/Resources/Public/Icons/icon_search.gif");
    background-repeat: no-repeat;
    background-position: 95% center;
    border: 1px solid #979797;
    padding: 15px 0;
    text-indent: 10px; }
  .tx-solr-search-form .tx-solr-submit:hover {
    background-color: transparent; }
  .tx-solr-search-form .tx-solr-submit {
    width: 20%;
    height: 100%;
    font-size: 0;
    border: 0;
    margin-left: 0px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    background-position: center;
    background-color: transparent;
    background-image: none; }
  .tx-solr-column-2 #tx-solr-show-all,
  .tx-solr-column-2 #tx-solr-close-all {
    display: none; }
  .tx-solr-column-2 #tx-solr-close-filter {
    display: block; }
  #tx-solr-search .tx-solr-column-2 .csc-header h3 {
    margin-bottom: 50px; }
  .tx-solr-column-2 #tx-solr-faceting .facets .facet-label:after,
  #tx-solr-search .tx-solr-column-2 #tx-solr-sorting .csc-header:after {
    display: none; }
  #tx-solr-sorting .tx-solr-sorting-list li a:before,
  .tx-solr-column-2 #tx-solr-faceting .facets li label:before {
    border: none;
    background: #d8d8d8; }
  #tx-solr-search-functions #tx-solr-sorting.secondaryContentSection {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    border-top: none; }
  #tx-solr-search-functions #tx-solr-sorting:after {
    content: '';
    display: block;
    width: 150%;
    height: 1px;
    background-color: #c4c4c4;
    position: absolute;
    top: -15px;
    left: -50px; }
  .tx-solr-column-2 #tx-solr-faceting .facets li.facet {
    position: relative;
    border: none;
    padding: 10px 0 0 0; }
  .tx-solr-column-2 #tx-solr-faceting .facets li.facet:after {
    content: '';
    display: block;
    width: 150%;
    height: 1px;
    background-color: #c4c4c4;
    position: absolute;
    top: -15px;
    left: -50px; }
  #tx-solr-show-filter {
    display: block;
    margin-bottom: 0px;
    margin-top: -70px;
    cursor: pointer; }
  .tx-solr-column-2 #tx-solr-faceting .facets .facet-pageHierarchy .facet-option-list > li > a {
    padding: 15px 10px; }
  .tx-solr-column-2 #tx-solr-faceting .facets .facet-pageHierarchy .facet-option-list > li > a:after {
    top: 15px;
    right: 15px; }
  .tx-solr-column-2 #tx-solr-faceting .facets .facet-pageHierarchy .facet-option-list > li > a + ul > li > a {
    padding: 20px 10px 15px 15px;
    border-top: 1px solid #cfcecf; }
  .tx-solr-column-2 #tx-solr-faceting .facets .facet-pageHierarchy .facet-option-list > li > a + ul > li > a:after {
    top: 15px;
    right: 0px; }
  .tx-solr-column-2 #tx-solr-faceting .facets .facet-label,
  #tx-solr-search .tx-solr-column-2 #tx-solr-sorting .csc-header h5,
  .tx-solr-column-2 #tx-solr-faceting .facets .facet-pageHierarchy .facet-option-list > li > a,
  #tx-solr-search .tx-solr-column-2 .csc-header h3 {
    font-size: 20px; }
  .tx-solr-column-2 #tx-solr-faceting .facets li label,
  #tx-solr-search .tx-solr-column-2 #tx-solr-sorting a,
  .tx-solr-column-2 #tx-solr-faceting .facets .facet-pageHierarchy .facet-option-list > li > a + ul > li a {
    font-size: 1rem;
    text-decoration: none; }
  .tx-solr-column-10 .tx-pagebrowse li.tx-pagebrowse-pages li {
    margin: 0 5px; }
  .tx-solr-column-10 .tx-pagebrowse li.tx-pagebrowse-pages li:first-child {
    margin-left: 0px; }
  .tx-solr-column-10 .tx-pagebrowse li.tx-pagebrowse-pages li:last-child {
    margin-right: 0px; }
  #tx-solr-facets-active-options {
    margin-top: -30px;
    margin-bottom: 50px; }
  #tx-solr-facets-active-options li {
    margin: 1.5rem 0; }
  #tx-solr-facets-active-options a {
    margin: 0;
    background-color: transparent;
    color: #043882;
    border: 1px solid #043882;
    padding: 8px 10px 8px 30px;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    position: relative;
    top: 0px;
    cursor: pointer;
    text-decoration: none; }
  #tx-solr-facets-active-options a:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    color: #043882;
    background-image: url("/assets/icons/close_icon.svg");
    background-repeat: no-repeat;
    background-position: 15% center;
    font-size: 15px;
    font-weight: bold;
    position: absolute;
    top: 7px;
    left: 5px; } }

@media only screen and (max-width: 520px) {
  .tx-solr {
    margin: 1rem auto; }
  .tx-solr .button {
    margin: 1rem auto; }
  .menu-collapser {
    position: fixed;
    top: 0px;
    z-index: 99; }
  ul.slimmenu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    position: fixed;
    top: 44px;
    z-index: 99; }
  .solr__breadcrumb__label {
    display: none; }
  .tx-solr-search-form {
    position: fixed;
    top: 48px;
    left: 0;
    padding: .5rem .75rem;
    background-color: #fff;
    opacity: 1;
    z-index: 98;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .tx-solr-search-form.show_slimmenu {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .tx-solr-search-form.scroll {
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
            box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3); }
  .tx-solr-many-result {
    display: inline-block;
    float: none;
    margin: 0; }
  #tx-solr-search.show_filter .tx-solr-search-form {
    left: 500px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  #tx-solr-search .tx-solr-column-2 {
    width: 80%; }
  #tx-solr-search.show_filter .tx-solr-column-2 {
    -webkit-transform: translate(-5%, 0);
        -ms-transform: translate(-5%, 0);
            transform: translate(-5%, 0); }
  #tx-solr-search.show_filter .tx-solr-column-10 {
    -webkit-transform: translate(95%, 0);
        -ms-transform: translate(95%, 0);
            transform: translate(95%, 0); }
  .tx-solr-column-10 .tx-pagebrowse li.tx-pagebrowse-pages li {
    margin: 0 2px; }
  .tx-solr-column-10 .tx-pagebrowse li.tx-pagebrowse-pages li:first-child {
    margin-left: 0px; }
  .tx-solr-column-10 .tx-pagebrowse li.tx-pagebrowse-pages li:last-child {
    margin-right: 0px; } }

@media only screen and (max-width: 420px) {
  .tx-pagebrowse-pages ol {
    margin: 1rem 0;
    display: block; } }

.tx-jpfaq .jpfaqCategory {
  display: none; }

.tx-jpfaq .jpfaqList {
  margin: 2rem 0 0 0; }
  .tx-jpfaq .jpfaqList li {
    margin: 0 0 1.5rem 0;
    border-bottom: 1px solid rgba(172, 179, 187, 0.3);
    padding: 0 0 1.5rem 0; }
    .tx-jpfaq .jpfaqList li:first-child {
      border-top: 1px solid rgba(172, 179, 187, 0.3);
      padding: 1.5rem 0 1.5rem 0; }

.tx-jpfaq .jpfaqAll {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.tx-jpfaq .jpfaqShowAll,
.tx-jpfaq .jpfaqHideAll,
.tx-jpfaq .toggleTrigger {
  position: relative;
  padding-left: 2rem !important;
  background: none !important; }
  .tx-jpfaq .jpfaqShowAll:before,
  .tx-jpfaq .jpfaqHideAll:before,
  .tx-jpfaq .toggleTrigger:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 5px;
    left: 0;
    background-image: url(/assets/images/more.svg);
    background-position: center;
    background-repeat: no-repeat;
    will-change: transform;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
  .tx-jpfaq .jpfaqShowAll.questionUnfolded,
  .tx-jpfaq .jpfaqHideAll.questionUnfolded,
  .tx-jpfaq .toggleTrigger.questionUnfolded {
    background: none !important; }
    .tx-jpfaq .jpfaqShowAll.questionUnfolded:before,
    .tx-jpfaq .jpfaqHideAll.questionUnfolded:before,
    .tx-jpfaq .toggleTrigger.questionUnfolded:before {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }

.tx-jpfaq .jpfaqShowAll,
.tx-jpfaq .jpfaqHideAll {
  color: #96be0e;
  padding-left: 2rem !important;
  background: none !important; }
  .tx-jpfaq .jpfaqShowAll:before,
  .tx-jpfaq .jpfaqHideAll:before {
    top: 2px;
    background-image: url(/assets/images/more_green.svg); }

.tx-jpfaq .jpfaqHideAll:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

.tx-jpfaq .jpfaqAnswer {
  padding: .5rem 0 0 2rem; }

.tx-jpfaq p {
  margin-bottom: 1rem; }

.fancybox-content {
  max-width: 86vw !important; }
  .fancybox-content:before {
    content: '';
    display: block;
    width: 100px;
    height: 80px;
    position: absolute;
    top: 1rem;
    left: 1rem;
    background-image: url(/assets/images/BVI-Logo-color.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
    @media print, screen and (min-width: 40em) {
      .fancybox-content:before {
        top: 1rem;
        left: 3rem; } }
  @media screen and (max-width: 39.99875em) {
    .fancybox-content {
      padding: 5rem 1rem 1rem 1rem !important; }
      .fancybox-content p {
        font-size: 1rem; } }
  @media print, screen and (min-width: 40em) {
    .fancybox-content {
      padding-top: 5rem !important;
      max-width: 60vh !important; } }
  @media print, screen and (min-width: 64em) {
    .fancybox-content {
      max-width: 80vh !important; } }
  .fancybox-content a {
    outline: none; }

@media screen and (max-width: 39.99875em) {
  .fancybox-slide--html {
    padding: 1rem !important; } }

.eufondsvermoegens {
  position: relative;
  padding: 2rem 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0.6))), -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(39%, transparent)), url("/assets/images/AdobeStock_81030484.jpeg");
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), -o-linear-gradient(bottom, #fff, transparent 39%), url("/assets/images/AdobeStock_81030484.jpeg");
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), linear-gradient(0deg, #fff, transparent 39%), url("/assets/images/AdobeStock_81030484.jpeg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  .eufondsvermoegens .graph-wrapper {
    position: relative;
    width: 80%;
    height: 250px;
    margin: 5vh auto 0 auto;
    background-image: none; }
    @media print, screen and (min-width: 40em) {
      .eufondsvermoegens .graph-wrapper {
        height: 450px;
        margin: 15vh auto 0 auto; } }
    @media print, screen and (min-width: 64em) {
      .eufondsvermoegens .graph-wrapper {
        height: 60vh; } }
  .eufondsvermoegens .bar-list {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding-bottom: 7vh;
    padding-left: 0;
    list-style-type: none; }
    @media print, screen and (min-width: 40em) {
      .eufondsvermoegens .bar-list {
        padding-bottom: 7vh; } }
  .eufondsvermoegens .list-item {
    position: relative;
    width: 20%;
    height: 100%;
    float: left; }
  .eufondsvermoegens .main-bar {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    width: 50%;
    height: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-color: #001c60; }
  .eufondsvermoegens .main-bar.de {
    display: block; }
  .eufondsvermoegens .main-bar.fr {
    height: 63.63%; }
  .eufondsvermoegens .main-bar.en {
    height: 63.63%; }
  .eufondsvermoegens .main-bar.nl {
    height: 40.9%; }
  .eufondsvermoegens .main-bar.it {
    height: 40.9%; }
  .eufondsvermoegens .privat-bar {
    position: relative;
    display: block;
    height: 9%; }
  .eufondsvermoegens .privat-bar.fr {
    height: 17%; }
  .eufondsvermoegens .privat-bar.en {
    height: 21%; }
  .eufondsvermoegens .privat-bar.de {
    height: 23%;
    background-color: transparent; }
  .eufondsvermoegens .privat-bar.it {
    height: 48%; }
  .eufondsvermoegens .main-percent {
    position: absolute;
    left: 0%;
    top: -50px;
    right: 0%;
    bottom: auto;
    font-family: Lato, sans-serif;
    color: #000;
    font-size: 1.875rem;
    line-height: 100%;
    text-align: center; }
  .eufondsvermoegens .switch-wrapper {
    position: absolute;
    left: auto;
    top: -130px;
    right: 0;
    bottom: auto;
    width: 370px;
    margin-right: 5%;
    margin-bottom: 0px;
    padding-left: 0px;
    list-style-type: none; }
    @media print, screen and (min-width: 40em) {
      .eufondsvermoegens .switch-wrapper {
        top: -50px; } }
  .eufondsvermoegens .privat {
    position: relative;
    display: block;
    margin-bottom: .3125rem;
    float: right;
    clear: right; }
  .eufondsvermoegens .inverstoren {
    position: relative;
    display: inline-block;
    float: right;
    padding-right: .625rem;
    padding-left: .625rem;
    border-right: .75rem solid #001c60;
    border-left: 1.25rem none #0b0b29; }
  .eufondsvermoegens .text-block {
    position: relative;
    padding-right: .625rem;
    padding-left: .625rem;
    float: right;
    border-right: .75rem solid #567ad3;
    border-left: 1.25rem none #188d35;
    font-family: Lato, sans-serif;
    font-size: .75rem;
    line-height: .75rem; }
  .eufondsvermoegens .verteilungs-liste {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -50px;
    display: block;
    width: 100%;
    margin: 0px;
    padding-left: 0px;
    list-style-type: none; }
  .eufondsvermoegens .sub-percent {
    position: relative;
    left: 0%;
    top: 0px;
    right: 0%;
    font-family: Lato, sans-serif;
    color: #fff;
    font-size: 1rem;
    line-height: 100%;
    text-align: center; }
  .eufondsvermoegens .sub-percent.small {
    font-size: .875rem; }
  .eufondsvermoegens .list-item-2 {
    position: relative;
    height: 60px;
    padding-top: 1.125rem;
    margin-bottom: 0; }
  .eufondsvermoegens .list-item-2.top {
    height: 50px;
    padding-top: 21px; }
  .eufondsvermoegens .list-item-2.top.small {
    height: 40px;
    padding-top: 1.55rem;
    font-size: .75rem; }
  .eufondsvermoegens .list-item-2.bottom {
    height: 50px; }
  .eufondsvermoegens .text-block-2 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -30px;
    font-family: Lato, sans-serif;
    color: #000;
    font-size: .675rem;
    font-weight: 700;
    text-align: center; }
    @media print, screen and (min-width: 40em) {
      .eufondsvermoegens .text-block-2 {
        bottom: -50px;
        font-size: 1.125rem; } }
  .eufondsvermoegens .button-zuwachs {
    position: relative;
    width: 100%;
    height: 4.3125rem;
    padding-top: .8125rem;
    border-radius: 60px;
    background-color: #8bc73f;
    text-align: center; }
  .eufondsvermoegens .zuwachs-bar {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    height: 10.1%; }
  .eufondsvermoegens .zuwachs-bar.de {
    height: 10.2%; }
  .eufondsvermoegens .zuwachs-bar.fr {
    height: 10%; }
  .eufondsvermoegens .zuwachs-bar.en {
    height: 12.2%; }
  .eufondsvermoegens .zuwachs-bar.nl {
    height: 22.2%; }
  .eufondsvermoegens .zuwachs-bar.it {
    height: 29.4%; }
  .eufondsvermoegens .sub-percent-2 {
    position: absolute;
    left: 0%;
    right: 0%;
    bottom: .625rem;
    height: 1rem;
    font-family: Lato, sans-serif;
    color: #fff;
    font-size: 1rem;
    line-height: 100%;
    text-align: center; }
  .eufondsvermoegens .sub-percent-2.small {
    font-size: 1rem; }
  .eufondsvermoegens .green-color-bar {
    height: 100%;
    background-color: #567ad3; }
  .eufondsvermoegens .black-color-bar {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 100%;
    background-color: #8bc73f; }
  .eufondsvermoegens .heading {
    position: relative;
    margin-top: 0;
    padding-right: 5vw;
    padding-left: 5vw;
    font-size: 1.875rem;
    line-height: 1.2; }
    @media print, screen and (min-width: 40em) {
      .eufondsvermoegens .heading {
        padding-right: 14vw;
        padding-left: 14vw; } }
  .eufondsvermoegens .switch {
    position: relative;
    width: 100px;
    height: 1.875rem;
    margin-top: -1.875rem;
    float: right;
    clear: right;
    border: 1px none #000;
    border-radius: 100px;
    background-color: #8a8a8a;
    -webkit-box-shadow: inset 0 0 7px 0 rgba(0, 0, 0, 0.41);
            box-shadow: inset 0 0 7px 0 rgba(0, 0, 0, 0.41); }
  .eufondsvermoegens .div-block {
    position: absolute;
    display: block;
    width: 44px;
    height: 24px;
    margin-top: 3px;
    margin-left: 3px;
    border-style: none;
    border-width: 1px;
    border-color: #8bc73f;
    border-radius: 100px;
    background-color: #fff;
    -webkit-box-shadow: 4px 0 4px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 4px 0 4px 0 rgba(0, 0, 0, 0.3); }
  .eufondsvermoegens .legende {
    position: relative;
    display: inline-block;
    margin-top: 1.25rem;
    margin-right: .625rem;
    padding-left: 0px;
    float: right;
    clear: none; }
  .eufondsvermoegens .text-block-3 {
    position: relative;
    width: 100%;
    margin-right: 1.25rem;
    padding: .3125rem 30% .3125rem .625rem;
    float: left;
    clear: left;
    border-radius: 100px;
    background-color: #fff;
    font-family: Lato, sans-serif;
    font-size: .8125rem;
    text-align: right; }
  .eufondsvermoegens .text-block-4 {
    position: absolute;
    overflow: visible;
    width: 100%;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    color: #fff;
    text-align: center;
    line-height: 1; }
  .eufondsvermoegens .text-block-5 {
    font-family: Lato, sans-serif;
    font-size: .75rem;
    line-height: .75rem; }
  .eufondsvermoegens .div-block-2 {
    width: 70%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding: 1rem; }
  .eufondsvermoegens .text-legende-footer {
    position: relative;
    width: 100%;
    margin-right: 1.25rem;
    padding: 0px 4.25% 0px 0px;
    border-radius: 100px;
    background-color: transparent;
    font-family: Lato, sans-serif;
    font-size: .625rem;
    text-align: left; }
  .eufondsvermoegens .text-block-6 {
    position: relative;
    padding-right: 14vw;
    padding-left: 14vw;
    font-family: Lato, sans-serif;
    font-size: 1.125rem; }
  .eufondsvermoegens .text-block-7 {
    position: absolute;
    left: auto;
    top: -50px;
    right: 23px;
    bottom: auto;
    font-family: Lato, sans-serif;
    font-size: 1rem; }
  .eufondsvermoegens .text-block-2-copy {
    position: absolute;
    left: 0%;
    top: 10px;
    right: 0%;
    font-family: Lato, sans-serif;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    text-align: center; }
  .eufondsvermoegens .arrow {
    height: 80px;
    margin-top: -80px;
    background-image: url("/assets/images/arrow_up_blue.svg");
    background-position: 50% 0%;
    background-size: auto 60px;
    background-repeat: no-repeat; }
  .eufondsvermoegens .text-block-6-copy-copy,
  .eufondsvermoegens .text-block-6-copy {
    position: relative;
    padding-right: 14vw;
    padding-left: 14vw;
    font-family: Lato, sans-serif;
    font-size: 18px; }
  .eufondsvermoegens .text-block-6-copy-copy,
  .eufondsvermoegens .text-block-6-copy {
    display: none; }
  .eufondsvermoegens .legende-copy {
    position: relative;
    display: inline-block;
    margin-top: 20px;
    margin-right: 10px;
    padding-left: 0px;
    float: right;
    clear: none; }
  .eufondsvermoegens .text-block-copy {
    position: relative;
    padding-right: 10px;
    padding-left: 10px;
    float: right;
    border-right: 0px solid #8bc73f;
    border-left: 0px none #188d35;
    font-family: Lato, sans-serif;
    font-size: 12px;
    line-height: 12px; }
  @media (max-width: 991px) {
    .eufondsvermoegens .main-bar {
      width: 70%; }
    .eufondsvermoegens .switch-wrapper {
      margin-right: 0; }
    .eufondsvermoegens .div-block-2 {
      margin-bottom: 2rem;
      padding-left: 3%; }
    .eufondsvermoegens .text-block-2-copy {
      font-size: 14px; }
    .eufondsvermoegens .text-block-6-copy-copy,
    .eufondsvermoegens .text-block-6-copy,
    .eufondsvermoegens .text-block-6 {
      height: 80px; } }
  @media (max-width: 479px) {
    .eufondsvermoegens .eufondsvermoegens {
      padding: 6rem 0; }
    .eufondsvermoegens .graph-wrapper {
      width: 95%; }
    .eufondsvermoegens .main-bar {
      width: 90%; }
    .eufondsvermoegens .main-percent {
      top: -1.875rem;
      font-size: 1.25rem; }
    .eufondsvermoegens .text-block-6-copy-copy,
    .eufondsvermoegens .text-block-6-copy,
    .eufondsvermoegens .text-block-6 {
      height: 80px;
      padding: 5vw; }
    .eufondsvermoegens .switch-wrapper {
      top: -310px; }
    .eufondsvermoegens .text-block-3 {
      font-size: .7125rem; }
    .eufondsvermoegens .sub-percent-2 {
      bottom: -2px;
      font-size: .75rem; }
    .eufondsvermoegens .text-block-2-copy {
      font-size: 8px;
      top: 8px; }
    .eufondsvermoegens .sub-percent {
      top: 10px;
      font-size: .75rem; }
    .eufondsvermoegens .sub-percent.small {
      font-size: .5rem;
      top: 7px; }
    .eufondsvermoegens .zuwachs-bar.de {
      height: 15.2%; }
    .eufondsvermoegens .zuwachs-bar.fr {
      height: 12%; }
    .eufondsvermoegens .zuwachs-bar.en {
      height: 15.2%; }
    .eufondsvermoegens .zuwachs-bar.nl {
      height: 27.2%; }
    .eufondsvermoegens .zuwachs-bar.it {
      height: 44.4%; } }
  .eufondsvermoegens .button-wrap-2 {
    position: relative;
    width: 100%;
    height: 100%;
    margin-bottom: .625rem;
    float: right; }

.marktuberblick .bar-list {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 350px;
  margin: 0;
  margin-top: 2vh;
  margin-bottom: 0px;
  padding-top: 120px;
  padding-bottom: 30px;
  padding-left: 0px;
  list-style-type: none; }
  @media screen and (min-width: 100em) {
    .marktuberblick .bar-list {
      padding-top: 140px; } }

.marktuberblick .list-item {
  position: relative;
  width: 14.28%;
  height: 100%;
  float: left;
  border-bottom: 2px none #fff;
  -webkit-box-shadow: none;
          box-shadow: none; }

.marktuberblick .main-bar {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: visible;
  width: 50%;
  height: 101%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #001c60; }

.marktuberblick .main-bar._2nd-col {
  height: 106%; }

.marktuberblick .main-bar._3rd-col {
  height: 111%; }

.marktuberblick .main-bar._4th-col {
  height: 114%; }

.marktuberblick .main-bar._5th-col {
  height: 90%; }

.marktuberblick .main-bar._6th-col {
  height: 102%; }

.marktuberblick .main-bar._7th-col {
  height: 129%; }

.marktuberblick .privat-bar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.marktuberblick .privat-bar.fr {
  height: 50%; }

.marktuberblick .privat-bar.en {
  height: 21%; }

.marktuberblick .privat-bar.de {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 23%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent; }

.marktuberblick .privat-bar.it {
  height: 48%; }

.marktuberblick .main-percent {
  position: absolute;
  left: 0%;
  top: -50px;
  right: 0%;
  bottom: auto;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 100%;
  text-align: center; }

.marktuberblick .verteilungs-liste {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -50px;
  display: block;
  width: 100%;
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none; }

.marktuberblick .sub-percent {
  position: relative;
  left: 0%;
  top: 0px;
  right: 0%;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 100%;
  text-align: center; }

.marktuberblick .sub-percent.small {
  font-size: 14px; }

.marktuberblick .list-item-2 {
  position: relative;
  height: 60px;
  padding-top: 18px; }

.marktuberblick .list-item-2.top {
  height: 50px;
  padding-top: 21px; }

.marktuberblick .list-item-2.top.small {
  height: 40px;
  padding-top: 25px;
  font-size: 12px; }

.marktuberblick .list-item-2.bottom {
  height: 50px; }

.marktuberblick .text-block-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -50px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  text-align: center; }

.marktuberblick .zuwachs-bar {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  height: 10.1%; }

.marktuberblick .zuwachs-bar.fr {
  height: 17%; }

.marktuberblick .zuwachs-bar.en {
  height: 21%; }

.marktuberblick .zuwachs-bar._1st-col {
  overflow: hidden;
  height: 48.5%; }

.marktuberblick .zuwachs-bar.it {
  height: 48%; }

.marktuberblick .zuwachs-bar._2nd-col {
  height: 49.05%; }

.marktuberblick .zuwachs-bar._3rd-col {
  height: 50.45%; }

.marktuberblick .zuwachs-bar._4th-col {
  height: 52.63%; }

.marktuberblick .zuwachs-bar._5th-col {
  height: 46%; }

.marktuberblick .zuwachs-bar._6th-col {
  height: 49%; }

.marktuberblick .zuwachs-bar._7th-col {
  height: 58.14%; }

.marktuberblick .sub-percent-2 {
  position: absolute;
  left: 0%;
  top: 25%;
  right: 0%;
  height: 16px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 100%;
  text-align: center; }

.marktuberblick .lightblue-color-bar {
  height: 100%;
  background-color: #567ad3; }

.marktuberblick .green-color-bar {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #8bc73f; }

.marktuberblick .body {
  overflow: scroll;
  height: 100vh;
  font-family: Lato, sans-serif; }

.marktuberblick .text-block-2-copy {
  position: absolute;
  left: 0%;
  top: -20px;
  right: 0%;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 10px;
  font-weight: 400;
  text-align: center; }

.marktuberblick .arrow {
  height: 80px;
  margin-top: -80px;
  background-image: url("/assets/images/arrow.svg");
  background-position: 50% 0%;
  background-size: auto 60px;
  background-repeat: no-repeat; }

.marktuberblick .section {
  min-height: 100vh;
  padding: 5vw 20vw; }
  @media screen and (min-width: 80em) {
    .marktuberblick .section {
      padding: 5vw 10rem; } }
  @media screen and (min-width: 100em) {
    .marktuberblick .section {
      padding: 5vw 5rem; } }
  @media screen and (min-width: 120em) {
    .marktuberblick .section {
      padding: 5vw 0; } }

.marktuberblick .section.balken-no-3 {
  display: none; }

.marktuberblick .chart-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 400px;
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.marktuberblick .content-wrapper {
  position: relative;
  height: auto;
  padding-bottom: 5vh; }

.marktuberblick .text-block-3 {
  font-size: 18px;
  line-height: 160%; }

.marktuberblick .heading {
  position: relative; }

.marktuberblick .heading-2 {
  margin-bottom: 0px;
  color: #081c60;
  font-size: 20px;
  line-height: 120%; }

.marktuberblick .text-block-4 {
  font-size: 12px; }

.marktuberblick .chart {
  position: relative;
  width: 100%;
  margin-top: 2vh;
  padding-right: 2vw;
  padding-bottom: 30px;
  padding-left: 2vw;
  background-color: #f0f0f0; }

.marktuberblick .chart.felx {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5vh;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.marktuberblick .legende {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin-top: 5vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.marktuberblick .legende.vertikal {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: auto;
  height: 100%;
  margin-top: 0vh;
  padding-top: 5vh;
  padding-right: 5vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.marktuberblick .legende.list-3 {
  margin-top: 10vh; }

.marktuberblick .list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none; }

.marktuberblick .list.vertikal {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.marktuberblick .list-item-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 15px;
  margin-right: 2vh;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.marktuberblick .list-item-3.blue {
  height: 15px;
  margin-right: 2vw;
  border-left: 15px solid #00518f; }

.marktuberblick .list-item-3.green {
  height: 15px;
  margin-right: 2vw;
  border-left: 15px solid #8bc73f; }

.marktuberblick .list-item-3.vertikal {
  position: relative;
  display: block;
  height: 20px;
  margin-bottom: 15px;
  padding-left: 25px; }

.marktuberblick .list-item-3.vertikal.blue {
  border-left-width: 20px;
  border-left-color: #00518f; }

.marktuberblick .list-item-3.vertikal.green {
  border-left-width: 20px; }

.marktuberblick .list-item-3.vertikal.red {
  width: auto;
  height: auto;
  margin-left: auto;
  border-left: 15px solid #aa006f; }

.marktuberblick .list-item-3.vertikal.lightblue {
  height: auto;
  border-left: 20px solid #008dff; }

.marktuberblick .list-item-3.vertikal.orange {
  width: auto;
  height: auto;
  margin-left: auto;
  border-left: 15px solid #f46600;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

.marktuberblick .list-item-3.vertikal.orange2 {
  border-left: 20px solid #f46600; }

.marktuberblick .list-item-3.vertikal.red2 {
  border-left: 20px solid #aa006f; }

.marktuberblick .list-item-3.last {
  margin-right: 0vh; }

.marktuberblick .text-block-5 {
  padding-left: 25px;
  line-height: 100%; }

.marktuberblick .bar-list-2 {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 50vh;
  margin: 0;
  margin-top: 2vh;
  margin-bottom: 0px;
  padding-top: 7vh;
  padding-bottom: 2vh;
  padding-left: 0px;
  list-style-type: none; }

.marktuberblick .green-bar {
  position: absolute;
  left: 15%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: block;
  width: 35%;
  height: 10%;
  background-color: #8bc73f; }

.marktuberblick .green-bar.fr {
  height: 17%; }

.marktuberblick .green-bar.en {
  height: 21%; }

.marktuberblick .green-bar._1st-col {
  height: 7.15%; }

.marktuberblick .green-bar._1st-col.bottom {
  left: 15%;
  top: 0%;
  right: auto;
  bottom: auto;
  height: 10.34%; }

.marktuberblick .green-bar.it {
  height: 48%; }

.marktuberblick .green-bar._2nd-col {
  height: 47%; }

.marktuberblick .green-bar._3rd-col {
  height: 62.72%; }

.marktuberblick .green-bar._4th-col {
  height: 56.84%; }

.marktuberblick .green-bar._5th-col {
  height: 68.6%; }

.marktuberblick .green-bar._6th-col {
  height: 50.1%; }

.marktuberblick .green-bar._6th {
  height: 80.36%; }

.marktuberblick .green-bar._7th {
  height: 100%; }

.marktuberblick .blue-bar {
  position: absolute;
  left: auto;
  top: auto;
  right: 15%;
  bottom: 0%;
  display: block;
  overflow: visible;
  width: 35%;
  height: 82.6%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #001c60; }

.marktuberblick .blue-bar._2nd-col {
  height: 3.9%; }

.marktuberblick .blue-bar._2nd-col.bottom {
  height: 7.15%; }

.marktuberblick .blue-bar._3rd-col {
  height: 2%; }

.marktuberblick .blue-bar._4th-col {
  height: 21.56%; }

.marktuberblick .blue-bar._4th-col.bottom {
  height: 43.12%; }

.marktuberblick .blue-bar._5th-col {
  height: 140%; }

.marktuberblick .blue-bar._5th-col.bottom {
  height: 39.2%; }

.marktuberblick .blue-bar._6th-col {
  height: 101.7%; }

.marktuberblick .blue-bar.bottom {
  left: auto;
  top: 0%;
  right: 15%;
  bottom: auto; }

.marktuberblick .blue-bar._1st-col {
  height: 20%; }

.marktuberblick .blue-bar._1st-col.bottom {
  height: 15.6%; }

.marktuberblick .blue-bar._6th-col {
  height: 11.76%; }

.marktuberblick .blue-bar._6th-col.bottom {
  height: 25.48%; }

.marktuberblick .blue-bar._7th-col {
  height: 140%; }

.marktuberblick .blue-bar._7th-col.bottom {
  height: 50.96%; }

.marktuberblick .bar-wrapper {
  position: relative;
  height: 40vh;
  margin-bottom: 1px; }

.marktuberblick .list-item-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 14.28%;
  height: 100%;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.marktuberblick .number {
  position: absolute;
  left: 0%;
  top: -30px;
  right: 0%;
  bottom: auto;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 100%;
  text-align: center; }

.marktuberblick .number.bottom {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -30px; }

.marktuberblick .bar-wrapper-bottom {
  position: relative;
  height: 20vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.marktuberblick .bar-wrapper-bottom.small {
  height: 12.5%; }

.marktuberblick .text-block-6 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -5vh;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  text-align: center; }

.marktuberblick .text-block-6.centerec {
  bottom: auto;
  font-size: 24px;
  line-height: 100%; }

.marktuberblick .bottom-line {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 100;
  width: 0%;
  height: 1px;
  margin-bottom: -1px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2); }

.marktuberblick .circle-chart-wrap {
  position: relative;
  width: 30vw;
  height: 30vw; }

.marktuberblick .main-circle {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%; }

.marktuberblick .center-circle {
  position: absolute;
  z-index: 100;
  width: 30%;
  height: 30%;
  border-radius: 50%;
  background-color: #fff; }

.marktuberblick .circle-red {
  position: absolute;
  z-index: 90;
  width: 0.8vh;
  height: 4%;
  border-radius: 50%;
  background-color: #a51e1e; }

.marktuberblick .circle-lightblue {
  position: absolute;
  z-index: 85;
  width: 14%;
  height: 14%;
  border-radius: 50%;
  background-color: #7ebff8; }

.marktuberblick .circle-orange {
  position: absolute;
  z-index: 80;
  width: 52%;
  height: 52%;
  border-radius: 50%;
  background-color: #ff9500; }

.marktuberblick .circle-center {
  position: absolute;
  z-index: 75;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: #e5e5e5;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2); }

.marktuberblick .circle-wrap {
  position: absolute;
  z-index: 70;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 50%; }

.marktuberblick .red {
  position: absolute;
  overflow: hidden;
  width: 50%;
  height: 50%;
  margin-left: 50%;
  -webkit-perspective-origin: 0% 100%;
  perspective-origin: 0% 100%;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%; }

.marktuberblick .red-segment {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-image: url("/assets/images/red-hablkreis.svg");
  background-position: 100% 50%;
  background-size: auto 100%;
  -webkit-transform: rotate(-82.8deg);
  -ms-transform: rotate(-82.8deg);
  transform: rotate(-82.8deg);
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%; }

.marktuberblick .light-blue {
  position: absolute;
  z-index: 200;
  overflow: hidden;
  width: 50%;
  height: 50%;
  margin-left: 50%;
  -webkit-perspective-origin: 0% 100%;
  perspective-origin: 0% 100%;
  -webkit-transform: rotate(-32.4deg);
  -ms-transform: rotate(-32.4deg);
  transform: rotate(-32.4deg);
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%; }

.marktuberblick .lightblue-segment {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-image: url("/assets/images/lightblue-hablkreis.svg");
  background-position: -100% 50%;
  background-size: auto 100%;
  -webkit-transform: rotate(-57.6deg);
  -ms-transform: rotate(-57.6deg);
  transform: rotate(-57.6deg);
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%; }

.marktuberblick .orange {
  position: absolute;
  overflow: hidden;
  width: 50%;
  height: 100%;
  margin-left: 50%;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
  -webkit-transform: rotate(208.8deg);
  -ms-transform: rotate(208.8deg);
  transform: rotate(208.8deg);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%; }

.marktuberblick .lorange-segment {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-image: url("/assets/images/orange-hablkreis.svg");
  background-position: 0% 50%;
  background-size: 100%;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
  -webkit-transform: rotate(-61.2deg);
  -ms-transform: rotate(-61.2deg);
  transform: rotate(-61.2deg);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: opacity 200ms ease, opacity 200ms ease;
  -o-transition: opacity 200ms ease, opacity 200ms ease;
  transition: opacity 200ms ease, opacity 200ms ease; }

.marktuberblick .darkblue {
  position: absolute;
  overflow: hidden;
  width: 50%;
  height: 100%;
  margin-left: 50%;
  -webkit-transform: rotate(118.8deg);
  -ms-transform: rotate(118.8deg);
  transform: rotate(118.8deg);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%; }

.marktuberblick .darkblue-segment {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-image: url("/assets/images/darkblue-hablkreis.svg");
  background-position: 0% 50%;
  background-size: 100%;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%; }

.marktuberblick .greeen {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50%;
  height: 100%;
  margin-left: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%; }

.marktuberblick .green-segment {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-image: url("/assets/images/green-hablkreis.svg");
  background-position: 0% 50%;
  background-size: 100%;
  -webkit-transform: rotate(-61.2deg) scale(1);
  -ms-transform: rotate(-61.2deg) scale(1);
  transform: rotate(-61.2deg) scale(1);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%; }

.marktuberblick .heading-3 {
  position: absolute;
  z-index: 10;
  margin-top: 20px;
  margin-bottom: 130px;
  margin-left: 0px;
  -webkit-transform: rotate(-238deg);
  -ms-transform: rotate(-238deg);
  transform: rotate(-238deg); }

.marktuberblick .heading-4 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0%;
  margin-bottom: 0px;
  margin-left: 0%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #fff;
  font-size: 24px;
  font-weight: 400; }

.marktuberblick .heading-4.green {
  left: -32%;
  right: auto;
  bottom: 40%; }

.marktuberblick .heading-4.darkblue {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

.marktuberblick .heading-4.dblue {
  left: 60%;
  top: auto;
  right: auto;
  bottom: -20%; }

.marktuberblick .heading-4.dblue.whiet {
  color: #fff; }

.marktuberblick .heading-4.orange {
  width: auto;
  height: auto;
  margin-top: -20%;
  margin-right: -140%; }

.marktuberblick .heading-4.lblue {
  left: 30%;
  top: auto;
  right: auto;
  bottom: 100%;
  font-size: 20px; }

.marktuberblick .heading-4.red {
  width: auto;
  height: auto;
  margin-top: -150%; }

.marktuberblick .heading-4.orange2 {
  left: 100%;
  top: auto;
  right: auto;
  bottom: 85%; }

.marktuberblick .heading-4.red2 {
  margin-top: -120%;
  margin-left: 8%;
  font-size: 1.375vh; }

.marktuberblick .text-block-5-copy {
  font-size: 18px;
  line-height: 100%; }

.marktuberblick .text-block-5-copy {
  line-height: 100%; }

.marktuberblick .text-block-5-copy {
  line-height: 100%; }

.marktuberblick .text-block-5-copy {
  line-height: 100%; }

.marktuberblick .text-block-5-copy {
  line-height: 100%; }

.marktuberblick .div-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #001c60; }

.marktuberblick .div-block.green {
  background-color: #8bc73f; }

.marktuberblick .div-block-copy {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #8bc73f; }

.marktuberblick .div-block-copy.green {
  background-color: #00518f; }

.marktuberblick .div-block-copy.ornge2 {
  background-color: #f46600; }

.marktuberblick .div-block-copy.lightblue {
  background-color: #008dff; }

.marktuberblick .div-block-copy.ornge2-copy {
  background-color: #aa006f; }

.marktuberblick .legende-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin-top: 5vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.marktuberblick .legende-copy.vertikal {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: auto;
  height: 100%;
  margin-top: 0vh;
  padding-top: 0vh;
  padding-right: 0vh;
  padding-left: 2vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.marktuberblick .blue-bar-2 {
  position: absolute;
  left: 15%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: block;
  overflow: visible;
  width: 35%;
  height: 82.6%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #001c60; }

.marktuberblick .blue-bar-2._2nd-col {
  height: 39%; }

.marktuberblick .blue-bar-2._2nd-col.bottom {
  height: 7.15%; }

.marktuberblick .blue-bar-2._3rd-col {
  height: 61%; }

.marktuberblick .blue-bar-2._4th-col {
  height: 104%; }

.marktuberblick .blue-bar-2._5th-col {
  height: 35%; }

.marktuberblick .blue-bar-2._5th-col.bottom {
  height: 140%; }

.marktuberblick .blue-bar-2._6th-col {
  height: 36%; }

.marktuberblick .blue-bar-2.bottom {
  left: 15%;
  top: 0%;
  right: auto;
  bottom: auto; }

.marktuberblick .blue-bar-2._1st-col {
  height: 24%; }

.marktuberblick .blue-bar-2._1st-col.bottom {
  height: 14.3%; }

.marktuberblick .blue-bar-2._6th-col {
  height: 140%; }

.marktuberblick .blue-bar-2._6th-col.bottom {
  height: 21.45%; }

.marktuberblick .blue-bar-2._6th-col {
  height: 36%; }

.marktuberblick .blue-bar-2._6th-col.bottom {
  height: 140%; }

.marktuberblick .green-bar-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 15%;
  bottom: 0%;
  display: block;
  width: 35%;
  height: 10%;
  background-color: #8bc73f; }

.marktuberblick .green-bar-2.fr {
  height: 17%; }

.marktuberblick .green-bar-2.en {
  height: 21%; }

.marktuberblick .green-bar-2._1st-col {
  height: 0.27%; }

.marktuberblick .green-bar-2._1st-col.bottom {
  height: 1.2%; }

.marktuberblick .green-bar-2.it {
  height: 48%; }

.marktuberblick .green-bar-2._2nd-col {
  height: 21.45%; }

.marktuberblick .green-bar-2._2nd-col.bottom {
  height: 1%; }

.marktuberblick .green-bar-2._3rd-col {
  height: 1%; }

.marktuberblick .green-bar-2._4th-col {
  height: 0.6%; }

.marktuberblick .green-bar-2._5th-col {
  height: 21.45%; }

.marktuberblick .green-bar-2._5th-col.bottom {
  height: 4%; }

.marktuberblick .green-bar-2._6th-col {
  height: 50.1%; }

.marktuberblick .green-bar-2._6th-col.bottom {
  height: 2%; }

.marktuberblick .green-bar-2.bottom {
  left: auto;
  top: 0%;
  right: 15%;
  bottom: auto; }

.marktuberblick .green-bar-2._6th {
  height: 57.2%; }

.marktuberblick .bar-list-3 {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 300px;
  margin: 0;
  margin-top: 2vh;
  padding-top: 5vh;
  padding-left: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  list-style-type: none; }

.marktuberblick .text-block-8 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -50px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  text-align: center; }

@media screen and (max-width: 991px) {
  .marktuberblick .bar-list {
    padding-top: 120px; }
  .marktuberblick .main-bar {
    width: 70%; }
  .marktuberblick .text-block-2 {
    font-size: 14px; }
  .marktuberblick .text-block-2-copy {
    font-size: 14px; }
  .marktuberblick .section {
    display: block;
    padding-right: 5vw;
    padding-left: 5vw; }
  .marktuberblick .section.balken-no-3 {
    display: none; }
  .marktuberblick .chart.felx {
    padding: 2vh 5vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .marktuberblick .list.vertikal {
    margin-left: 4vw; }
  .marktuberblick .bar-list-2 {
    height: 40vh; }
  .marktuberblick .green-bar {
    left: 10%;
    width: 40%; }
  .marktuberblick .green-bar._1st-col.bottom {
    left: 10%; }
  .marktuberblick .blue-bar {
    right: 10%;
    width: 40%; }
  .marktuberblick .blue-bar._2nd-col.bottom {
    right: 10%; }
  .marktuberblick .blue-bar.bottom {
    right: 10%; }
  .marktuberblick .blue-bar._1st-col.bottom {
    width: 35%; }
  .marktuberblick .text-block-6 {
    bottom: -5vh;
    font-size: 14px; }
  .marktuberblick .text-block-6.centerec {
    font-size: 20px; }
  .marktuberblick .circle-chart-wrap {
    width: auto !important;
    height: auto !important;
    margin-top: 2vh; }
  .marktuberblick .main-circle {
    width: 55vw;
    height: 55vw; }
  .marktuberblick .light-blue {
    -webkit-transform: rotate(-32.4deg);
    -ms-transform: rotate(-32.4deg);
    transform: rotate(-32.4deg); }
  .marktuberblick .lightblue-segment {
    -webkit-transform: rotate(-57.6deg);
    -ms-transform: rotate(-57.6deg);
    transform: rotate(-57.6deg); }
  .marktuberblick .orange {
    -webkit-transform: rotate(208.8deg);
    -ms-transform: rotate(208.8deg);
    transform: rotate(208.8deg); }
  .marktuberblick .lorange-segment {
    -webkit-transform: rotate(-61.2deg);
    -ms-transform: rotate(-61.2deg);
    transform: rotate(-61.2deg); }
  .marktuberblick .darkblue {
    -webkit-transform: rotate(118.8deg);
    -ms-transform: rotate(118.8deg);
    transform: rotate(118.8deg); }
  .marktuberblick .darkblue-segment {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  .marktuberblick .greeen {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  .marktuberblick .green-segment {
    -webkit-transform: rotate(-61.2deg) scale(1);
    -ms-transform: rotate(-61.2deg) scale(1);
    transform: rotate(-61.2deg) scale(1); }
  .marktuberblick .heading-4.lblue {
    left: 27%;
    bottom: 99%;
    font-size: 18px; }
  .marktuberblick .heading-4.red2 {
    margin-top: -60%;
    margin-left: 4%;
    font-size: 12px; }
  .marktuberblick .div-block-copy {
    background-color: #8bc73f; }
  .marktuberblick .div-block-copy.green {
    background-color: #00518f; }
  .marktuberblick .legende-copy.vertikal {
    padding-right: 0vh; }
  .marktuberblick .blue-bar-2 {
    width: 35%; }
  .marktuberblick .text-block-8 {
    font-size: 14px; } }

@media screen and (max-width: 479px) {
  .marktuberblick .bar-list {
    height: 320px;
    padding-top: 100px;
    padding-bottom: 30px; }
  .marktuberblick .main-bar {
    width: 90%; }
  .marktuberblick .main-percent {
    top: -30px;
    font-size: 14px; }
  .marktuberblick .sub-percent {
    font-size: 14px; }
  .marktuberblick .text-block-2 {
    bottom: -20px;
    font-size: 7px;
    line-height: 120%; }
  .marktuberblick .sub-percent-2 {
    font-size: 14px; }
  .marktuberblick .section {
    padding-right: 5vw;
    padding-left: 5vw; }
  .marktuberblick .chart.felx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .marktuberblick .legende {
    margin-top: 0vh; }
  .marktuberblick .list-item-3.vertikal {
    margin-bottom: 5px; }
  .marktuberblick .bar-list-2 {
    height: 300px;
    padding-top: 5vh;
    padding-bottom: 6vh; }
  .marktuberblick .blue-bar {
    width: 40%; }
  .marktuberblick .number {
    top: -20px;
    font-size: 10px; }
  .marktuberblick .number.bottom {
    bottom: -20px; }
  .marktuberblick .text-block-6 {
    bottom: -4vh;
    font-size: 12px;
    line-height: 120%; }
  .marktuberblick .text-block-6.centerec {
    font-size: 16px; }
  .marktuberblick .circle-chart-wrap {
    width: 80vw;
    height: 80vw;
    margin-bottom: 20px; }
  .marktuberblick .main-circle {
    width: 80vw;
    height: 80vw; }
  .marktuberblick .circle-wrap {
    width: 80vw; }
  .marktuberblick .green-segment {
    z-index: 0; }
  .marktuberblick .heading-4 {
    font-size: 20px; }
  .marktuberblick .heading-4.green {
    left: -37%;
    bottom: 33%;
    z-index: 10; }
  .marktuberblick .heading-4.dblue {
    left: 55%;
    bottom: -25%; }
  .marktuberblick .heading-4.lblue {
    left: 24%;
    bottom: 95%; }
  .marktuberblick .heading-4.orange2 {
    left: 95%;
    bottom: 75%; }
  .marktuberblick .text-block-5-copy {
    font-size: 14px; }
  .marktuberblick .div-block-copy {
    width: 14px;
    height: 14px; }
  .marktuberblick .blue-bar-2 {
    width: 35%; } }

.ce-speech {
  position: relative;
  height: 100vh;
  border: 0 solid #fff;
  border-width: 1rem;
  outline: none;
  overflow: hidden; }
  .ce-speech + .ce-speech {
    height: calc(100vh - 1rem);
    border-width: 0 1rem 1rem 1rem; }
    .ce-speech + .ce-speech .ce-speech__text {
      top: 8vh; }
      @media print, screen and (min-width: 40em) {
        .ce-speech + .ce-speech .ce-speech__text {
          top: 25vh; } }
      @media print, screen and (min-width: 64em) {
        .ce-speech + .ce-speech .ce-speech__text {
          top: 20vh; } }
  .ce-speech.show .ce-speech__box {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
            transform: translate3d(0, 0, 0) scale3d(1, 1, 1); }
  .ce-speech.show .ce-speech__download,
  .ce-speech.show .ce-speech__anchor {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  .ce-speech .image-copyright {
    color: #fff; }

.ce-speech__box {
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.025, 0.56, 0.7, 1);
  -o-transition: opacity 0.5s cubic-bezier(0.025, 0.56, 0.7, 1);
  transition: opacity 0.5s cubic-bezier(0.025, 0.56, 0.7, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transform: translate3d(0, 2rem, 0) scale3d(0.98, 0.98, 1);
          transform: translate3d(0, 2rem, 0) scale3d(0.98, 0.98, 1); }

.ce-speech__text {
  position: absolute;
  top: 11vh;
  right: 0;
  left: 0;
  width: 80vw;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  z-index: 7; }
  @media print, screen and (min-width: 40em) {
    .ce-speech__text {
      top: 30vh; } }
  @media print, screen and (min-width: 64em) {
    .ce-speech__text {
      top: 20vh;
      width: 50vw; } }
  @media screen and (min-width: 105em) {
    .ce-speech__text {
      top: 35vh; } }

.ce-speech__topline {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80px;
  height: 80px;
  margin: 0px auto 12vh;
  border: 2px solid #96be0e;
  border-radius: 200px;
  color: #fff;
  font-size: 2rem;
  -webkit-transform: scale3d(1, 1, 1) rotateX(90deg);
          transform: scale3d(1, 1, 1) rotateX(90deg);
  -webkit-transition: all 0.5s cubic-bezier(0.025, 0.56, 0.7, 1) 0.3s;
  -o-transition: all 0.5s cubic-bezier(0.025, 0.56, 0.7, 1) 0.3s;
  transition: all 0.5s cubic-bezier(0.025, 0.56, 0.7, 1) 0.3s; }
  @media print, screen and (min-width: 40em) {
    .ce-speech__topline {
      width: 100px;
      height: 100px;
      font-size: 2.5rem; } }
  .ce-speech__topline:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: -40px;
    height: 0vh;
    width: 2px;
    margin-top: 5px;
    margin-right: auto;
    margin-left: auto;
    background-color: #96be0e;
    will-change: height;
    -webkit-transition: height 0.5s cubic-bezier(0.025, 0.56, 0.7, 1) 0.6s;
    -o-transition: height 0.5s cubic-bezier(0.025, 0.56, 0.7, 1) 0.6s;
    transition: height 0.5s cubic-bezier(0.025, 0.56, 0.7, 1) 0.6s; }
    @media print, screen and (min-width: 40em) {
      .ce-speech__topline:after {
        bottom: -50px; } }
  .ce-speech__topline.show {
    -webkit-transform: scale3d(1, 1, 1) rotateX(0deg);
            transform: scale3d(1, 1, 1) rotateX(0deg); }
    .ce-speech__topline.show:after {
      height: 4vh; }

.ce-speech__headline {
  opacity: 0;
  font-size: 2rem;
  margin-bottom: 4vh;
  -webkit-transform: translate3d(0, 2rem, 0);
          transform: translate3d(0, 2rem, 0);
  -webkit-transition: all 0.5s cubic-bezier(0.025, 0.56, 0.7, 1) 0.3s;
  -o-transition: all 0.5s cubic-bezier(0.025, 0.56, 0.7, 1) 0.3s;
  transition: all 0.5s cubic-bezier(0.025, 0.56, 0.7, 1) 0.3s; }
  @media print, screen and (min-width: 40em) {
    .ce-speech__headline {
      margin-bottom: 3vh;
      font-size: 3.75rem; } }
  @media print, screen and (min-width: 64em) {
    .ce-speech__headline {
      margin-bottom: 2vh;
      font-size: 3.75rem; } }
  .ce-speech__headline.show {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }

.ce-speech__subline {
  font-size: 1.125rem;
  line-height: 1.2;
  opacity: 0;
  -webkit-transform: translate3d(0, 2rem, 0);
          transform: translate3d(0, 2rem, 0);
  -webkit-transition: all 0.5s cubic-bezier(0.025, 0.56, 0.7, 1) 0.3s;
  -o-transition: all 0.5s cubic-bezier(0.025, 0.56, 0.7, 1) 0.3s;
  transition: all 0.5s cubic-bezier(0.025, 0.56, 0.7, 1) 0.3s; }
  .ce-speech__subline.show {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  @media print, screen and (min-width: 40em) {
    .ce-speech__subline {
      font-size: 1.75rem; } }
  @media print, screen and (min-width: 64em) {
    .ce-speech__subline {
      font-size: 1.75rem; } }

.ce-speech__paragraph {
  display: block;
  font-size: .875rem;
  line-height: 1.4;
  opacity: 0;
  -webkit-transform: translate3d(0, 2rem, 0);
          transform: translate3d(0, 2rem, 0);
  -webkit-transition: all 1s cubic-bezier(0.025, 0.56, 0.7, 1) 0.5s;
  -o-transition: all 1s cubic-bezier(0.025, 0.56, 0.7, 1) 0.5s;
  transition: all 1s cubic-bezier(0.025, 0.56, 0.7, 1) 0.5s; }
  .ce-speech__paragraph.show {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  .ce-speech__paragraph p {
    font-size: 0.875rem;
    margin-bottom: 1rem;
    line-height: 1.4; }
    @media print, screen and (min-width: 40em) {
      .ce-speech__paragraph p {
        font-size: 1.125rem;
        line-height: 1.6; } }
    @media print, screen and (min-width: 64em) {
      .ce-speech__paragraph p {
        font-size: 1.125rem;
        line-height: 1.6; } }
  @media print, screen and (min-width: 40em) {
    .ce-speech__paragraph {
      font-size: 1.125rem; } }

.ce-speech__figure,
.ce-speech__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.ce-speech__figure {
  z-index: 4; }
  .ce-speech__figure img {
    -o-object-fit: cover;
       object-fit: cover;
    max-width: none;
    width: 100%;
    height: 100%; }

.ce-speech__overlay {
  z-index: 6;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 28, 49, 0.95)), to(rgba(4, 51, 88, 0.3)));
  background: -o-linear-gradient(top, rgba(1, 28, 49, 0.95), rgba(4, 51, 88, 0.3));
  background: linear-gradient(180deg, rgba(1, 28, 49, 0.95), rgba(4, 51, 88, 0.3)); }

.ce-speech__download {
  position: absolute;
  left: 3vh;
  right: auto;
  bottom: 2vh;
  font-size: .75rem;
  font-weight: 900;
  color: #fff;
  z-index: 8;
  opacity: 0;
  -webkit-transform: translate3d(0, 2rem, 0);
          transform: translate3d(0, 2rem, 0);
  -webkit-transition: all 1s cubic-bezier(0.025, 0.56, 0.7, 1) 0.5s;
  -o-transition: all 1s cubic-bezier(0.025, 0.56, 0.7, 1) 0.5s;
  transition: all 1s cubic-bezier(0.025, 0.56, 0.7, 1) 0.5s; }
  @media print, screen and (min-width: 40em) {
    .ce-speech__download {
      right: 2vh;
      left: auto;
      bottom: 3rem;
      font-size: 1rem; } }
  .ce-speech__download:hover {
    color: #96be0e;
    text-decoration: none; }
  .ce-speech__download .icon {
    width: 1rem;
    height: 1rem;
    margin-right: .25rem; }
    @media print, screen and (min-width: 40em) {
      .ce-speech__download .icon {
        width: 1.5rem;
        height: 1.5rem;
        margin-right: .5rem; } }

.ce-speech__anchor {
  opacity: 0;
  -webkit-transform: translate3d(0, 2rem, 0);
          transform: translate3d(0, 2rem, 0);
  -webkit-transition: all 0.5s cubic-bezier(0.025, 0.56, 0.7, 1) 1s;
  -o-transition: all 0.5s cubic-bezier(0.025, 0.56, 0.7, 1) 1s;
  transition: all 0.5s cubic-bezier(0.025, 0.56, 0.7, 1) 1s; }

.ce-speech__anchor_first {
  bottom: -4rem; }
  .ce-speech__anchor_first a {
    margin-top: 0.5rem; }

.ce-speech,
.ce-speech__topline,
.ce-speech__headline,
.ce-speech__subline,
.ce-speech__paragraph,
.ce-speech__anchor,
.ce-speech__download {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  will-change: opacity, transform; }

.ce-speech__back {
  position: fixed;
  top: 1rem;
  right: 1rem;
  padding: .5rem;
  color: #fff;
  z-index: 15;
  -webkit-transition: all 0.3s cubic-bezier(0.025, 0.56, 0.7, 1);
  -o-transition: all 0.3s cubic-bezier(0.025, 0.56, 0.7, 1);
  transition: all 0.3s cubic-bezier(0.025, 0.56, 0.7, 1);
  opacity: 0;
  -webkit-animation: speechIn 3s cubic-bezier(0.025, 0.56, 0.7, 1) 0.25s forwards;
          animation: speechIn 3s cubic-bezier(0.025, 0.56, 0.7, 1) 0.25s forwards; }
  .smaller .ce-speech__back {
    top: 0rem;
    right: 0rem;
    background-color: #fff;
    color: #000; }
  .ce-speech__back:hover {
    color: #96be0e; }
  @media print, screen and (min-width: 40em) {
    .ce-speech__back {
      top: 1rem;
      right: 1rem;
      padding: 1rem; } }
  @media print, screen and (min-width: 64em) {
    .ce-speech__back {
      top: 2rem;
      right: 2rem; } }
  .ce-speech__back .icon {
    width: 1.25rem;
    height: 1rem; }

@-webkit-keyframes speechIn {
  0% {
    opacity: 0;
    visibility: hidden; }
  100% {
    opacity: 1;
    visibility: visible; } }

@keyframes speechIn {
  0% {
    opacity: 0;
    visibility: hidden; }
  100% {
    opacity: 1;
    visibility: visible; } }

.hero {
  height: 65vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; }
  @media screen and (min-width: 40em) {
    .hero {
      -webkit-transition: height .2s ease-in-out;
      -o-transition: height .2s ease-in-out;
      transition: height .2s ease-in-out; } }
  .hero:after {
    content: '';
    background: #04518F;
    opacity: .5;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2; }
  .hero.negative {
    color: #fff; }
  .hero--no-overlay:after {
    display: none; }

.hero--large {
  height: 100vh; }

.hero--medium {
  height: 85vh; }
  @media print, screen and (min-width: 40em) {
    .hero--medium {
      height: 75vh; } }

.hero--small {
  height: 65vh; }
  @media print, screen and (min-width: 40em) {
    .hero--small {
      height: 55vh; } }

.hero--member {
  height: 20vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #e1e6eb; }
  .slider-member--tworows .hero--member {
    background: #fff; }
  .hero--member:after {
    background: transparent;
    border: 2px solid #f1f4f6; }
  .hero--member > a {
    position: relative;
    padding: 1rem;
    z-index: 10;
    cursor: pointer; }
    .slider-member--tworows .hero--member > a {
      padding: 0rem 2rem; }
      @media print, screen and (min-width: 64em) {
        .slider-member--tworows .hero--member > a {
          padding: 0rem 3vw; } }

.hero__figure {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1; }
  .hero__figure img {
    -o-object-fit: cover;
       object-fit: cover;
    max-width: none;
    width: 100%;
    height: 100%; }
  .hero__figure.compat-object-fit {
    background-size: cover;
    background-position: center center; }
    .hero__figure.compat-object-fit img {
      opacity: 0; }

.hero__text {
  z-index: 10;
  position: relative;
  text-align: center;
  width: 90%;
  margin-top: 0; }
  @media screen and (max-width: 39.99875em) {
    .hero__text .meta--large {
      margin: 0 0 1.25rem 0; } }

@media screen and (max-width: 39.99875em) {
  .hero__intro {
    font-size: 1rem; } }

.hero__subline {
  margin: 0 0 2rem 0; }

.hero__scroll-indicator {
  position: absolute;
  z-index: 9;
  bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .hero__scroll-indicator {
      left: 50%;
      bottom: 15px;
      -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
              transform: translate(-50%, 0); } }

.hero__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  background: white;
  opacity: 0; }

.section-header {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: calc(100% - 0.3125rem);
  margin-right: 0.15625rem;
  margin-left: 0.15625rem;
  background: #96be0e;
  text-align: center;
  padding: 3rem 1rem 3rem 1rem;
  min-height: 180px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (max-width: 63.99875em) {
    .section-header {
      width: 100%;
      margin-left: 0;
      margin-right: 0;
      min-height: 100px;
      padding: 5vh 2vh; } }
  @media screen and (max-width: 39.99875em) {
    .section-header {
      min-height: 0; } }
  .section-header--white {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #fff;
    width: calc(100% - 1rem);
    margin: 0 auto; }
    @media print, screen and (min-width: 40em) {
      .section-header--white {
        width: calc(100% - 3rem);
        min-height: 50vh; } }
    @media print, screen and (min-width: 64em) {
      .section-header--white {
        min-height: 60vh;
        max-width: 64rem; } }
    .section-header--white .section-header__headline,
    .section-header--white .section-header__text {
      color: #000;
      text-align: left; }
    @media print, screen and (min-width: 40em) {
      .section-header--white .section-header__text {
        width: 100%; } }
    .section-header--white .section-header__text .button {
      position: absolute;
      left: 0;
      right: 0;
      width: 170px;
      margin: 0 auto; }
    .section-header--white .section-header__headline {
      margin: 1rem auto;
      font-weight: 800; }
      @media print, screen and (min-width: 40em) {
        .section-header--white .section-header__headline {
          margin: 0 0 2rem 0; } }
      @media print, screen and (min-width: 64em) {
        .section-header--white .section-header__headline {
          margin: 0 0 2.75rem 0; } }
    .section-header--white .section-header__text {
      font-size: 1.25rem; }
      @media print, screen and (min-width: 40em) {
        .section-header--white .section-header__text {
          font-size: 1.875rem; } }
    .section-header--white .teaser__text--center {
      text-align: center; }
  .section-header--medium {
    width: calc(100% - 5rem);
    margin: 0 auto; }
    @media print, screen and (min-width: 40em) {
      .section-header--medium {
        min-height: 15vh; } }
    @media print, screen and (min-width: 64em) {
      .section-header--medium {
        min-height: 40vh;
        max-width: 64rem; } }

.section-header__headline {
  color: #fff;
  margin-bottom: 0;
  width: 100%;
  text-transform: uppercase;
  font-size: 1.75rem;
  font-weight: 800; }
  @media print, screen and (min-width: 40em) {
    .section-header__headline {
      font-size: 2.5rem; } }
  @media print, screen and (min-width: 64em) {
    .section-header__headline {
      font-size: 3rem; } }

.section-header__link {
  width: 100%;
  margin: .5rem 0; }
  @media screen and (max-width: 39.99875em) {
    .section-header__link {
      margin-bottom: 0; } }

.section-header--teaser {
  min-height: 30vh; }
  @media print, screen and (min-width: 64em) {
    .section-header--teaser .section-header__headline {
      margin-top: 3rem; } }

.teaser {
  position: relative;
  min-height: 420px;
  padding: 2rem;
  background: #fff; }
  @media print, screen and (min-width: 40em) {
    .teaser {
      min-height: 400px;
      padding: 3rem 2rem 4rem 4rem; } }
  @media print, screen and (min-width: 64em) {
    .teaser {
      padding: 8vh;
      min-height: 450px; }
      .teaser.sticky__partner {
        max-height: 600px; }
        .teaser.sticky__partner + div {
          max-height: 600px; } }
  .teaser--location {
    margin-bottom: 0.15625rem; }
    @media print, screen and (min-width: 64em) {
      .teaser--location {
        min-height: 75vh;
        margin-bottom: 0; } }
    .teaser--location:last-child {
      margin-bottom: 0; }
  @media screen and (max-width: 39.99875em) {
    .teaser--management .teaser__text {
      padding-top: 20rem;
      max-width: 100%; }
    .teaser--management.teaser--overlay-gradient-trans:after {
      background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #011c31), color-stop(80%, rgba(1, 28, 49, 0)));
      background-image: -o-linear-gradient(bottom, #011c31 50%, rgba(1, 28, 49, 0) 80%);
      background-image: linear-gradient(0deg, #011c31 50%, rgba(1, 28, 49, 0) 80%); }
    .teaser--management .teaser__figure {
      height: 50%; } }
  @media print, screen and (min-width: 40em) {
    .teaser--management {
      min-height: 80vh;
      margin-bottom: 0; }
      .teaser--management.teaser--overlay-gradient-trans:after {
        background-image: -webkit-gradient(linear, right top, left top, color-stop(10%, rgba(1, 28, 49, 0.65)), color-stop(75%, rgba(255, 255, 255, 0)));
        background-image: -o-linear-gradient(right, rgba(1, 28, 49, 0.65) 10%, rgba(255, 255, 255, 0) 75%);
        background-image: linear-gradient(270deg, rgba(1, 28, 49, 0.65) 10%, rgba(255, 255, 255, 0) 75%); }
      .teaser--management .teaser__text {
        max-width: 50vw; } }
  @media screen and (min-width: 90em) {
    .teaser--management .teaser__text {
      max-width: 40vw; } }
  .teaser--not-padding {
    padding: 0; }
    @media print, screen and (min-width: 64em) {
      .teaser--not-padding {
        min-height: 18rem; } }
  .teaser__shoppingcart {
    padding: 0; }
    @media print, screen and (min-width: 64em) {
      .teaser__shoppingcart {
        min-height: 15rem; } }
  .teaser.negative {
    color: #fff;
    background: #8a959d; }
  .teaser--center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center; }
  .teaser--end {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .teaser--left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
        -ms-flex-pack: end;
            justify-content: end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .teaser--large > .grid-x {
    width: 100%; }
  @media print, screen and (min-width: 40em) {
    .teaser--large {
      min-height: 80vh;
      margin-bottom: 0;
      padding: 8vh 5vh 8vh 5vh; }
      .teaser--large .teaser__text {
        max-width: 50vw; } }
  @media screen and (min-width: 64em) {
    .teaser--large.teaser-international {
      padding: 10vh 5vh 10vh 5vh; } }
  @media screen and (min-width: 75em) {
    .teaser--large.teaser-international {
      padding: 10vh 7vh 10vh 7vh; } }
  @media print, screen and (min-width: 64em) {
    .teaser--large {
      padding: 10vh 12vh 10vh 15vh; } }
  @media screen and (min-width: 90em) {
    .teaser--large .teaser__text {
      max-width: 40vw; } }
  @media print, screen and (min-width: 40em) {
    .teaser--count {
      padding: 6vh 2vw; } }
  .teaser .button {
    margin-bottom: .5rem; }
    @media screen and (min-width: 75em) {
      .teaser .button {
        margin-bottom: 0; } }

.teaser__cell {
  z-index: 10;
  position: relative; }
  .teaser__cell--center {
    text-align: center; }
  .teaser__cell h3 {
    font-size: 1.75rem; }
    @media print, screen and (min-width: 40em) {
      .teaser__cell h3 {
        font-size: 2.75rem; } }
    @media print, screen and (min-width: 64em) {
      .teaser__cell h3 {
        font-size: 1.75rem; } }
  .teaser__cell p {
    font-size: 1rem; }
    @media print, screen and (min-width: 40em) {
      .teaser__cell p {
        font-size: 1.125rem; } }
    @media print, screen and (min-width: 64em) {
      .teaser__cell p {
        font-size: 1rem; } }
    .teaser__cell p.p-medium, .teaser__cell .content--small p, .content--small .teaser__cell p, .teaser__cell .article p, .article .teaser__cell p, .teaser__cell .meta--large p.meta__day, .meta--large .teaser__cell p.meta__day, .teaser__cell .meta--large p.meta__date, .meta--large .teaser__cell p.meta__date, .teaser__cell p.section-header__link {
      font-size: 1.125rem; }
  .teaser__cell .images {
    min-height: 120px;
    margin-bottom: 2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .teaser__cell .images img {
      width: auto; }
      @media print, screen and (min-width: 40em) {
        .teaser__cell .images img {
          width: 150px; } }
      @media print, screen and (min-width: 64em) {
        .teaser__cell .images img {
          width: auto; } }

.teaser__text {
  z-index: 10;
  position: relative;
  max-width: 100%; }
  .tx-solr .teaser__text h2 {
    text-transform: none; }
  @media print, screen and (min-width: 40em) {
    .teaser__text {
      max-width: 35em; } }
  @media print, screen and (min-width: 64em) {
    .teaser__text {
      max-width: 60em; }
      .teaser__text p {
        display: block; } }
  .teaser__text--center {
    text-align: center; }

.teaser__meta {
  margin-bottom: 1.8rem; }
  @media print, screen and (min-width: 64em) {
    .teaser__meta .meta + .meta {
      margin-top: 2.2rem; } }

@media print, screen and (min-width: 64em) {
  .teaser__meta + .headline-alpha, .teaser__meta + .hero__headline {
    margin-top: 6rem; } }

.teaser__figure {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  overflow: hidden; }
  .teaser__figure img {
    -o-object-fit: cover;
       object-fit: cover;
    max-width: none;
    width: 100%;
    height: 100%; }
  .teaser__figure.compat-object-fit {
    background-size: cover;
    background-position: center center; }
    .teaser__figure.compat-object-fit img {
      opacity: 0; }

@media screen and (max-width: 39.99875em) {
  .teaser--5050-text-right {
    min-height: 620px; } }

@media print, screen and (min-width: 40em) {
  .teaser--5050-text-right .teaser__text {
    margin-left: 50%; } }

@media print, screen and (min-width: 64em) {
  .teaser--6633-text-right {
    padding-left: 0;
    padding-right: 0; }
    .teaser--6633-text-right .teaser__text {
      width: 33%;
      float: right;
      padding: 0 5rem; } }

.teaser--overlay-light:after,
.teaser--overlay-medium:after,
.teaser--overlay-dark:after,
.teaser--overlay-dark-nohover:after,
.teaser--overlay-blue:after,
.teaser--overlay-gradient-dark:after,
.teaser--overlay-gradient-trans:after,
.teaser--overlay-gray:after {
  content: '';
  background: #f1f4f6;
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2; }

.teaser--overlay-light:hover:after,
.teaser--overlay-medium:hover:after,
.teaser--overlay-dark:hover:after,
.teaser--overlay-dark-nohover:hover:after,
.teaser--overlay-blue:hover:after,
.teaser--overlay-gradient-dark:hover:after,
.teaser--overlay-gradient-trans:hover:after,
.teaser--overlay-gray:hover:after {
  opacity: 1; }

.teaser--overlay-medium:after {
  background: #011c31;
  opacity: .5; }

.teaser--overlay-medium:hover:after {
  opacity: .5; }

.teaser--overlay-dark:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 28, 49, 0.9)), color-stop(60%, rgba(1, 28, 49, 0.5)), color-stop(99%, rgba(1, 28, 49, 0.2))) !important;
  background: -o-linear-gradient(top, rgba(1, 28, 49, 0.9) 0%, rgba(1, 28, 49, 0.5) 60%, rgba(1, 28, 49, 0.2) 99%) !important;
  background: linear-gradient(to bottom, rgba(1, 28, 49, 0.9) 0%, rgba(1, 28, 49, 0.5) 60%, rgba(1, 28, 49, 0.2) 99%) !important;
  opacity: 1; }

.teaser--overlay-dark:hover:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#011c31), color-stop(60%, rgba(1, 28, 49, 0.8)), color-stop(99%, rgba(1, 28, 49, 0.5))) !important;
  background: -o-linear-gradient(top, #011c31 0%, rgba(1, 28, 49, 0.8) 60%, rgba(1, 28, 49, 0.5) 99%) !important;
  background: linear-gradient(to bottom, #011c31 0%, rgba(1, 28, 49, 0.8) 60%, rgba(1, 28, 49, 0.5) 99%) !important; }

.teaser--overlay-dark-nohover:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 28, 49, 0.9)), color-stop(60%, rgba(1, 28, 49, 0.5)), color-stop(99%, rgba(1, 28, 49, 0.2))) !important;
  background: -o-linear-gradient(top, rgba(1, 28, 49, 0.9) 0%, rgba(1, 28, 49, 0.5) 60%, rgba(1, 28, 49, 0.2) 99%) !important;
  background: linear-gradient(to bottom, rgba(1, 28, 49, 0.9) 0%, rgba(1, 28, 49, 0.5) 60%, rgba(1, 28, 49, 0.2) 99%) !important;
  opacity: 1; }

.teaser--overlay-dark-nohover:hover:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 28, 49, 0.9)), color-stop(60%, rgba(1, 28, 49, 0.5)), color-stop(99%, rgba(1, 28, 49, 0.2))) !important;
  background: -o-linear-gradient(top, rgba(1, 28, 49, 0.9) 0%, rgba(1, 28, 49, 0.5) 60%, rgba(1, 28, 49, 0.2) 99%) !important;
  background: linear-gradient(to bottom, rgba(1, 28, 49, 0.9) 0%, rgba(1, 28, 49, 0.5) 60%, rgba(1, 28, 49, 0.2) 99%) !important; }

.teaser--background-dark {
  background: #011c31 !important; }

.teaser--overlay-gradient-trans:after {
  background: transparent;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(1, 28, 49, 0.65)), to(rgba(255, 255, 255, 0)));
  background-image: -o-linear-gradient(right, rgba(1, 28, 49, 0.65), rgba(255, 255, 255, 0));
  background-image: linear-gradient(270deg, rgba(1, 28, 49, 0.65), rgba(255, 255, 255, 0));
  opacity: 1; }

.teaser--overlay-gradient-dark:after {
  background: -o-linear-gradient(135deg, transparent 46%, #011c31) !important;
  background: linear-gradient(315deg, transparent 46%, #011c31) !important;
  background-position: 0px 0px, 100% 50%;
  opacity: 1; }

.teaser--overlay-blue:after {
  background: #043358;
  opacity: 1; }

.teaser--overlay-gray:after {
  background: rgba(5, 5, 6, 0.05);
  opacity: 1; }

.teaser--overlay-light:nth-child(3n+1) .teaser__member {
  -webkit-transition-delay: .2s;
       -o-transition-delay: .2s;
          transition-delay: .2s; }

.teaser--overlay-light:nth-child(3n+3) .teaser__member {
  -webkit-transition-delay: .6s;
       -o-transition-delay: .6s;
          transition-delay: .6s; }

.teaser__member {
  opacity: 0;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: translate(0, -10px);
      -ms-transform: translate(0, -10px);
          transform: translate(0, -10px);
  -webkit-transition: opacity .5s ease-in-out, -webkit-transform .5s ease-in-out;
  transition: opacity .5s ease-in-out, -webkit-transform .5s ease-in-out;
  -o-transition: transform .5s ease-in-out, opacity .5s ease-in-out;
  transition: transform .5s ease-in-out, opacity .5s ease-in-out;
  transition: transform .5s ease-in-out, opacity .5s ease-in-out, -webkit-transform .5s ease-in-out;
  -webkit-transition-delay: .4s;
       -o-transition-delay: .4s;
          transition-delay: .4s; }
  .teaser__member[data-was-processed="true"] {
    opacity: 1;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }
  .teaser__member .member__logo {
    display: block;
    height: 90px;
    margin: 1rem 0 2rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }
  .teaser__member .member__headline {
    margin-bottom: 2rem;
    font-size: 1rem;
    text-transform: none;
    letter-spacing: 1px;
    -webkit-hyphens: manual;
        -ms-hyphens: manual;
            hyphens: manual; }
    @media print, screen and (min-width: 40em) {
      .teaser__member .member__headline {
        font-size: 1.175rem; } }
    @media print, screen and (min-width: 64em) {
      .teaser__member .member__headline {
        font-size: 1.375rem; } }
  .teaser__member .member__subheadline {
    display: block;
    margin: .5rem 0;
    font-size: 1rem;
    text-transform: none;
    letter-spacing: .5px; }
  .teaser__member .member__link {
    margin-left: -1rem;
    padding: 1rem;
    word-break: break-all; }

.teaser__publication {
  z-index: 10;
  position: relative;
  display: block;
  grid-template-columns: auto;
  border-bottom: 5px solid #f1f4f6; }
  @media print, screen and (min-width: 40em) {
    .teaser__publication {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  .teaser__publication .publication__image {
    position: relative;
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media print, screen and (min-width: 64em) {
      .teaser__publication .publication__image {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
            -ms-flex: 0 0 20%;
                flex: 0 0 20%;
        max-width: 20%;
        min-height: 18rem; } }
    .teaser__publication .publication__image > img {
      max-height: 220px;
      z-index: 10;
      -o-object-fit: contain;
         object-fit: contain; }
  .teaser__publication .publication__info {
    position: relative;
    padding: 2rem 2rem 0;
    margin: 0; }
    @media print, screen and (min-width: 40em) {
      .teaser__publication .publication__info {
        padding: 0 2rem;
        margin: 2rem 0 1rem 0;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 calc(100% - 35%);
            -ms-flex: 0 0 calc(100% - 35%);
                flex: 0 0 calc(100% - 35%);
        max-width: calc(100% - 35%); } }
    @media print, screen and (min-width: 64em) {
      .teaser__publication .publication__info {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 60%;
            -ms-flex: 0 0 60%;
                flex: 0 0 60%;
        max-width: 60%; } }
    @media print, screen and (min-width: 40em) {
      .teaser__publication .publication__info:after {
        content: '';
        display: block;
        position: absolute;
        width: 1px;
        height: 100%;
        bottom: auto;
        left: auto;
        top: 0;
        right: 0;
        background-color: #e1e6eb; } }
  .teaser__publication .publication__content {
    position: relative; }
    .teaser__publication .publication__content a {
      text-decoration: underline;
      color: #7ea207; }
      .teaser__publication .publication__content a:hover {
        text-decoration: none; }
    .teaser__shoppingcart .teaser__publication .publication__content {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    @media print, screen and (min-width: 40em) {
      .teaser__publication .publication__content {
        min-height: 14rem; }
        .teaser__shoppingcart .teaser__publication .publication__content {
          min-height: 12rem; } }
  .teaser__publication .publication__order {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    padding: 0 0 3rem 2rem;
    margin: 0; }
    @media print, screen and (min-width: 40em) {
      .teaser__publication .publication__order {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
            -ms-flex-align: end;
                align-items: flex-end;
        padding: 2rem 2rem 2rem 1rem;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 35%;
            -ms-flex: 0 0 35%;
                flex: 0 0 35%;
        max-width: 35%; } }
    @media print, screen and (min-width: 64em) {
      .teaser__publication .publication__order {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
            -ms-flex: 0 0 20%;
                flex: 0 0 20%;
        max-width: 20%; } }
    .teaser__publication .publication__order label {
      margin-right: .5rem;
      font-size: 1rem;
      color: #000;
      line-height: 1.2; }
    .teaser__publication .publication__order input[type='number'],
    .teaser__publication .publication__order input[type='text'] {
      width: 50px;
      height: 40px;
      margin: 0;
      padding: .5rem;
      text-align: center;
      border: 2px solid #000;
      -webkit-box-shadow: none;
              box-shadow: none;
      background-color: transparent;
      -webkit-transition: border-color .2s ease-in-out;
      -o-transition: border-color .2s ease-in-out;
      transition: border-color .2s ease-in-out; }
      .teaser__publication .publication__order input[type='number']:focus,
      .teaser__publication .publication__order input[type='text']:focus {
        border-color: #96be0e; }
    .teaser__publication .publication__order .icon {
      margin: .25rem .5rem 0 0;
      vertical-align: sub; }
    .teaser__publication .publication__order .button {
      position: relative;
      padding: .8rem 1rem 0.8rem 2.5rem;
      text-align: left; }
      .teaser__publication .publication__order .button .icon {
        position: absolute;
        top: 6px;
        left: 12px;
        -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
                transform: rotate(0deg);
        -webkit-transform-style: preserve-3d;
                transform-style: preserve-3d;
        will-change: transform;
        -webkit-transition: -webkit-transform .2s ease-in-out;
        transition: -webkit-transform .2s ease-in-out;
        -o-transition: transform .2s ease-in-out;
        transition: transform .2s ease-in-out;
        transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out; }
      .teaser__publication .publication__order .button.is-open .icon {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }
    .teaser__publication .publication__order p,
    .teaser__publication .publication__order a {
      margin: .5rem 0 0 0; }
  .teaser__publication .publication__details {
    opacity: 0;
    max-height: 0rem;
    overflow: hidden;
    will-change: opacity, max-height, padding;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    .teaser__publication .publication__details.is-open {
      opacity: 1;
      max-height: 45rem; }
  .teaser__publication .publication__headline {
    font-size: 1.75rem;
    text-transform: uppercase;
    letter-spacing: 0;
    -webkit-hyphens: manual;
        -ms-hyphens: manual;
            hyphens: manual; }
    @media print, screen and (min-width: 40em) {
      .teaser__publication .publication__headline {
        font-size: 2rem; } }
  .teaser__publication .publication__type {
    padding-left: 0;
    margin-bottom: 2rem;
    text-transform: uppercase;
    font-size: .75rem;
    letter-spacing: 2px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1; }
  .teaser__publication .publication__size {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.5rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media print, screen and (min-width: 40em) {
      .teaser__publication .publication__size {
        margin-top: 0.5rem; } }
    .teaser__publication .publication__size .icon {
      margin: 0 1rem 0 0;
      -webkit-align-self: center;
          -ms-flex-item-align: center;
              align-self: center;
      color: #000; }

@media screen and (max-width: 39.99875em) {
  .teaser--count .teaser__text {
    max-width: 100%; } }

.teaser--count .teaser__number {
  margin: 1rem 0;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1; }
  @media print, screen and (min-width: 64em) {
    .teaser--count .teaser__number {
      margin: 3rem 0 1rem 0;
      font-size: 3.5rem; } }

.teaser__share {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 3rem;
  height: 80%;
  z-index: 15; }
  .teaser__share:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    z-index: 100;
    -webkit-transition: all .75s ease-in-out;
    -o-transition: all .75s ease-in-out;
    transition: all .75s ease-in-out; }
  .teaser__share > .icon {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .2s ease-in-out .35s;
    -o-transition: opacity .2s ease-in-out .35s;
    transition: opacity .2s ease-in-out .35s; }
  .teaser__share ul {
    position: absolute;
    top: 0;
    margin: 0;
    padding: 0;
    list-style: none; }
  .teaser__share li {
    opacity: 0;
    will-change: opacity;
    -webkit-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out; }
    .teaser__share li:nth-child(1) {
      -webkit-transition-delay: 0.1s;
           -o-transition-delay: 0.1s;
              transition-delay: 0.1s; }
    .teaser__share li:nth-child(2) {
      -webkit-transition-delay: 0.2s;
           -o-transition-delay: 0.2s;
              transition-delay: 0.2s; }
    .teaser__share li:nth-child(3) {
      -webkit-transition-delay: 0.3s;
           -o-transition-delay: 0.3s;
              transition-delay: 0.3s; }
    .teaser__share li:nth-child(4) {
      -webkit-transition-delay: 0.4s;
           -o-transition-delay: 0.4s;
              transition-delay: 0.4s; }
    .teaser__share li:nth-child(5) {
      -webkit-transition-delay: 0.5s;
           -o-transition-delay: 0.5s;
              transition-delay: 0.5s; }
    .teaser__share li:nth-child(1) a:hover {
      background-color: #0077b5; }
    .teaser__share li:nth-child(2) a:hover {
      background-color: #32A7E0; }
    .teaser__share li:nth-child(3) a:hover {
      background-color: #25D366; }
    .teaser__share li:nth-child(4) a:hover {
      background-color: #666; }
  .teaser__share a {
    display: block;
    line-height: 1;
    background-color: transparent;
    will-change: background-color;
    -webkit-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out; }
  .teaser__share .icon {
    color: #fff;
    width: 2.5rem;
    height: 2.5rem; }

.teaser .teaser__share:hover:before {
  z-index: -1; }

.teaser .teaser__share:hover > .icon {
  opacity: 0;
  visibility: collapse;
  -webkit-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out; }

.teaser .teaser__share:hover li {
  opacity: 1; }

.grid-positionen .teaser .teaser__share .icon {
  color: #000; }

.grid-positionen .teaser .teaser__share li:hover .icon {
  color: #fff; }

.teaser__anchor, .ce-speech__anchor {
  display: inline-block;
  padding: .5625rem .9375rem;
  position: absolute;
  right: -34px;
  bottom: 0;
  width: 4rem;
  height: 4rem;
  margin-top: auto;
  margin-right: 50%;
  margin-bottom: -34px;
  border-radius: 200px;
  background-color: #fff;
  cursor: pointer;
  z-index: 10; }
  @media print, screen and (min-width: 40em) {
    .teaser__anchor, .ce-speech__anchor {
      right: -40px;
      width: 5rem;
      height: 5rem;
      margin-bottom: -40px; } }
  .teaser__anchor a, .ce-speech__anchor a {
    width: 100%;
    height: 60%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media print, screen and (min-width: 40em) {
      .teaser__anchor a, .ce-speech__anchor a {
        height: 80%; } }
  .teaser__anchor .icon, .ce-speech__anchor .icon {
    width: 1.125rem;
    height: 2rem;
    color: #000; }

.teaser__scroll {
  z-index: 10;
  position: relative; }
  .teaser__scroll * {
    opacity: 0;
    -webkit-transform: translate(0px, -20px);
        -ms-transform: translate(0px, -20px);
            transform: translate(0px, -20px);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    will-change: transform, opacity;
    -webkit-transition: opacity .7s ease-in, -webkit-transform .7s ease-in;
    transition: opacity .7s ease-in, -webkit-transform .7s ease-in;
    -o-transition: opacity .7s ease-in, transform .7s ease-in;
    transition: opacity .7s ease-in, transform .7s ease-in;
    transition: opacity .7s ease-in, transform .7s ease-in, -webkit-transform .7s ease-in; }
  .teaser__scroll.scrolled *:nth-child(1) {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    -webkit-transition-delay: 0.25s;
         -o-transition-delay: 0.25s;
            transition-delay: 0.25s; }
  .teaser__scroll.scrolled *:nth-child(2) {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    -webkit-transition-delay: 0.5s;
         -o-transition-delay: 0.5s;
            transition-delay: 0.5s; }
  .teaser__scroll.scrolled *:nth-child(3) {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    -webkit-transition-delay: 0.75s;
         -o-transition-delay: 0.75s;
            transition-delay: 0.75s; }
  .teaser__scroll.scrolled *:nth-child(4) {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    -webkit-transition-delay: 1s;
         -o-transition-delay: 1s;
            transition-delay: 1s; }
  .teaser__scroll.scrolled *:nth-child(5) {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    -webkit-transition-delay: 1.25s;
         -o-transition-delay: 1.25s;
            transition-delay: 1.25s; }
  .teaser__scroll.scrolled *:nth-child(6) {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    -webkit-transition-delay: 1.5s;
         -o-transition-delay: 1.5s;
            transition-delay: 1.5s; }
  .teaser__scroll.scrolled *:nth-child(7) {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    -webkit-transition-delay: 1.75s;
         -o-transition-delay: 1.75s;
            transition-delay: 1.75s; }
  .teaser__scroll.scrolled *:nth-child(8) {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    -webkit-transition-delay: 2s;
         -o-transition-delay: 2s;
            transition-delay: 2s; }
  .teaser__scroll.scrolled *:nth-child(9) {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    -webkit-transition-delay: 2.25s;
         -o-transition-delay: 2.25s;
            transition-delay: 2.25s; }
  .teaser__scroll.scrolled *:nth-child(10) {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    -webkit-transition-delay: 2.5s;
         -o-transition-delay: 2.5s;
            transition-delay: 2.5s; }
  @media screen and (max-width: 39.99875em) {
    .teaser__scroll .teaser__cell h2 {
      font-size: .9375rem; }
    .teaser__scroll .teaser__cell p {
      font-size: .8125rem; } }

.page-4340 .teaser__text > h2 {
  margin-bottom: 2rem; }

.mini-teaser {
  padding: 20px;
  position: relative; }
  @media print, screen and (min-width: 40em) {
    .mini-teaser {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 30px; } }
  @media print, screen and (min-width: 64em) {
    .mini-teaser {
      padding: 30px;
      min-height: 200px; } }
  .mini-teaser:hover {
    background: #f1f4f6; }
  .mini-teaser > *:last-child {
    margin-bottom: 0; }
  .mini-teaser .button {
    max-width: 80%; }

.mini-teaser__meta {
  margin: 0 0 5px 0;
  line-height: 1; }

.mini-teaser__headline {
  font-size: 1.25rem; }
  .mini-teaser__headline a {
    text-decoration: underline; }

.mini-teaser__cta .button {
  margin: 0 0 .5rem 0; }

.mini-teaser--icon {
  padding-left: 6.25rem; }
  @media print, screen and (min-width: 40em) {
    .mini-teaser--icon {
      padding-left: 5.625rem; } }
  @media print, screen and (min-width: 64em) {
    .mini-teaser--icon {
      padding-left: 5.625rem; } }

.mini-teaser--programm {
  padding-left: 8.125rem; }

.mini-teaser__hour,
.mini-teaser__icon {
  position: absolute;
  width: 45px;
  height: 60px;
  background: transparent;
  top: 36px;
  left: 30px; }
  @media print, screen and (min-width: 40em) {
    .mini-teaser__hour,
    .mini-teaser__icon {
      top: 45px;
      left: 20px; } }
  @media print, screen and (min-width: 64em) {
    .mini-teaser__hour,
    .mini-teaser__icon {
      left: 20px; } }

.mini-teaser__hour {
  width: 100px;
  top: 20px;
  line-height: 1.2; }
  @media print, screen and (min-width: 40em) {
    .mini-teaser__hour {
      top: 30px; } }
  @media print, screen and (min-width: 64em) {
    .mini-teaser__hour {
      top: 30px; } }
  .mini-teaser__hour span {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 2px; }

.cta-box {
  text-align: center;
  padding: 5rem 2rem 4rem 2rem; }

.cta-box--light-background {
  background: #f1f4f6; }

.filter {
  width: 100%;
  top: 60px;
  max-width: 106.25rem;
  position: fixed;
  z-index: 20;
  background: #043358;
  -webkit-transition: top .4s ease;
  -o-transition: top .4s ease;
  transition: top .4s ease; }
  .filter--not-fixed {
    position: relative;
    top: 0 !important;
    z-index: 1; }
  @media screen and (max-width: 39.99875em) {
    .filter {
      max-height: 60vh;
      overflow: scroll; } }
  @media print, screen and (min-width: 40em) {
    .filter {
      top: 115px; } }
  .filter .filter__topics-wrapper {
    max-height: 100rem;
    -webkit-animation: appear .5s ease .5s both;
            animation: appear .5s ease .5s both;
    -webkit-transition: max-height .5s ease .5s;
    -o-transition: max-height .5s ease .5s;
    transition: max-height .5s ease .5s;
    overflow: hidden; }
    @media print, screen and (min-width: 40em) {
      .filter .filter__topics-wrapper {
        max-height: 40rem; } }
  .filter.active, .filter.smaller {
    overflow: hidden; }
    @media print, screen and (min-width: 40em) {
      .filter.active, .filter.smaller {
        top: 70px; } }
    .filter.active .filter__topics-wrapper, .filter.smaller .filter__topics-wrapper {
      -webkit-animation: hide .8s ease both;
              animation: hide .8s ease both;
      max-height: 0;
      overflow: hidden; }
  @media print, screen and (min-width: 40em) {
    .filter.active {
      top: 116px; } }
  @media print, screen and (min-width: 40em) {
    .filter.smaller.active {
      top: 70px; } }
  @media screen and (max-width: 39.99875em) {
    .filter--links {
      max-height: 80vh; } }
  .filter--links .all {
    display: none;
    margin: 5rem 0 0 1.875rem;
    line-height: 1.6;
    -webkit-animation: fadeIn .5s ease both;
            animation: fadeIn .5s ease both; }
    @media print, screen and (min-width: 40em) {
      .filter--links .all {
        position: absolute;
        top: 25px;
        right: 40px;
        margin: 0; } }
  .filter--links .is-open + .all {
    display: inline-block; }
  .filter--links a {
    display: inline-block;
    text-align: center;
    min-width: 2.5rem;
    height: 2.5rem;
    border: 1px solid;
    padding: .3125rem .625rem;
    border-radius: 1.25rem;
    margin: 0 .325rem 1rem;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    .filter--links a:hover {
      color: #96be0e;
      background: transparent;
      border-color: #96be0e;
      text-decoration: none; }
    .filter--links a.active {
      color: #fff;
      background: #96be0e;
      border-color: #96be0e;
      text-decoration: none; }

.filter__header {
  min-height: 5rem; }
  @media print, screen and (min-width: 40em) {
    .filter__header {
      padding: 1rem 14rem .5rem 14rem; } }

.filter__headline {
  text-transform: none;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 2rem;
  right: 2rem;
  margin-top: .8rem; }

.filter__by-year {
  position: absolute;
  right: 0px;
  top: 80px; }
  @media print, screen and (min-width: 40em) {
    .filter__by-year {
      right: 20px;
      top: 30px; } }
  .smaller .filter__by-year,
  .active .filter__by-year {
    display: none; }

.filter__topics-wrapper {
  margin-top: 3rem; }
  @media print, screen and (min-width: 40em) {
    .filter__topics-wrapper {
      margin-top: 0; } }

.filter__topics-list,
.filter__topics-list li {
  list-style-type: none;
  padding: 0;
  margin: 0; }

.filter__topics-list li {
  margin-bottom: 1rem;
  display: inline-block;
  width: 100%; }
  @media print, screen and (min-width: 40em) {
    .filter__topics-list li {
      max-width: 270px; } }

.filter--not-fixed .filter__topics-list {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2; }

@media print, screen and (min-width: 40em) {
  .filter__topics-list {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2; }
    .filter--not-fixed .filter__topics-list {
      -webkit-column-count: 4;
         -moz-column-count: 4;
              column-count: 4; } }

@media print, screen and (min-width: 64em) {
  .filter__topics-list {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4; }
    .filter--not-fixed .filter__topics-list {
      -webkit-column-count: 8;
         -moz-column-count: 8;
              column-count: 8; } }

@media screen and (min-width: 75em) {
  .filter__topics-list {
    -webkit-column-count: 5;
       -moz-column-count: 5;
            column-count: 5; }
    .filter--not-fixed .filter__topics-list {
      -webkit-column-count: 9;
         -moz-column-count: 9;
              column-count: 9; } }

.filter__topics-list--links {
  margin: -1rem 0 0 0; }
  .filter__topics-list--links li {
    margin: 0; }
  .filter--not-fixed .filter__topics-list--links {
    -webkit-column-count: 5;
       -moz-column-count: 5;
            column-count: 5; }
  @media print, screen and (min-width: 40em) {
    .filter--not-fixed .filter__topics-list--links {
      -webkit-column-count: 7;
         -moz-column-count: 7;
              column-count: 7; } }
  @media screen and (min-width: 90em) {
    .filter--not-fixed .filter__topics-list--links {
      -webkit-column-count: 13;
         -moz-column-count: 13;
              column-count: 13; } }

.filter--not-fixed .filter__topics-list--news {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2; }

@media print, screen and (min-width: 40em) {
  .filter--not-fixed .filter__topics-list--news {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4; } }

@media screen and (min-width: 90em) {
  .filter--not-fixed .filter__topics-list--news {
    -webkit-column-count: 6;
       -moz-column-count: 6;
            column-count: 6; } }

.filter__topics {
  padding: 0 2rem; }

.filter__topics--main {
  padding-bottom: 1rem; }

.filter__topics--additional {
  height: auto;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .4s ease .2s, padding .4s ease .2s;
  -o-transition: max-height .4s ease .2s, padding .4s ease .2s;
  transition: max-height .4s ease .2s, padding .4s ease .2s;
  -webkit-animation: hide .5s ease-in-out 0 backwards alternate;
          animation: hide .5s ease-in-out 0 backwards alternate;
  opacity: 0;
  padding-top: 2rem;
  padding-bottom: 2rem; }
  @media print, screen and (min-width: 40em) {
    .filter__topics--additional {
      padding-top: 0; } }
  .filter--not-fixed .filter__topics--additional {
    padding-bottom: 0;
    padding-top: 0; }
  .filter__topics--additional.is-open {
    max-height: none;
    -webkit-animation: appear .5s ease-in-out .5s forwards alternate;
            animation: appear .5s ease-in-out .5s forwards alternate; }
    @media print, screen and (min-width: 40em) {
      .filter__topics--additional.is-open {
        max-height: 20rem;
        padding-top: 2rem; } }
    .filter--not-fixed .filter__topics--additional.is-open {
      max-height: 25rem;
      padding-bottom: 2rem;
      padding-top: 2rem; }

.filter__chosen {
  padding: .5rem 0;
  text-align: center; }
  @media print, screen and (min-width: 40em) {
    .filter__chosen {
      padding: 0; } }
  .filter__chosen ul,
  .filter__chosen li {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  .filter__chosen li {
    display: inline-block;
    margin: 5px; }

@-webkit-keyframes appear {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
    visibility: hidden; }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    visibility: visible; } }

@keyframes appear {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
    visibility: hidden; }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    visibility: visible; } }

@-webkit-keyframes hide {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    visibility: visible; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
    visibility: hidden; } }

@keyframes hide {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    visibility: visible; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
    visibility: hidden; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    visibility: hidden; }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    visibility: visible; } }

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    visibility: hidden; }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    visibility: visible; } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    visibility: visible; }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    visibility: hidden; } }

@keyframes fadeOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    visibility: visible; }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    visibility: hidden; } }

.filter__headline {
  visibility: hidden; }
  .filter__headline.animation-show {
    -webkit-animation: fadeOut .5s ease both;
            animation: fadeOut .5s ease both; }
  .filter__headline.animation-hide {
    -webkit-animation: fadeIn .5s ease both;
            animation: fadeIn .5s ease both; }

.filter__chosen {
  -webkit-animation: fadeOut .5s ease both;
          animation: fadeOut .5s ease both; }
  .filter__chosen.animation-hide {
    -webkit-animation: fadeIn .5s ease both;
            animation: fadeIn .5s ease both; }

.filter__more-button {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 2; }

.filter__open-button {
  position: absolute;
  top: 75px;
  left: 20px;
  z-index: 2;
  -webkit-animation: fadeOut .5s ease both;
          animation: fadeOut .5s ease both; }
  @media print, screen and (min-width: 40em) {
    .filter__open-button {
      top: 20px; } }
  .active .filter__open-button,
  .smaller .filter__open-button {
    -webkit-animation: fadeIn .5s ease both .5s;
            animation: fadeIn .5s ease both .5s; }
  .filter--not-fixed .filter__open-button {
    position: absolute;
    top: 22px;
    bottom: auto;
    left: 30px;
    -webkit-animation: none;
            animation: none; }
  .filter__open-button span:first-child {
    display: inline; }
  .filter__open-button span:last-child {
    display: none; }
  .filter__open-button.is-open span:first-child {
    display: none; }
  .filter__open-button.is-open span:last-child {
    display: inline; }

@media print, screen and (min-width: 40em) {
  .header.smaller ~ .main .filter:not(.smaller) {
    top: 70px; } }

.form__fonds-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  padding: 0 1rem; }
  @media print, screen and (min-width: 40em) {
    .form__fonds-search {
      padding: 0;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .form__fonds-search .input__text {
    height: 60px;
    padding: .5625rem .75rem .625rem 1.5rem;
    margin: 0 0 1rem 0;
    font-size: 1.125rem;
    -webkit-box-shadow: none;
            box-shadow: none; }
    @media print, screen and (min-width: 40em) {
      .form__fonds-search .input__text {
        width: 600px;
        margin: 0; } }
  .form__fonds-search .input__submit {
    height: 60px;
    margin: 0;
    font-size: 1.125rem; }

.fonds-results {
  display: block;
  margin: 0 0 4rem 0; }
  .fonds-results .f3-widget-paginator {
    display: none; }
  .fonds-results ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    list-style: none;
    margin: 0; }
  .fonds-results li {
    min-height: 100%;
    padding: 1.25rem 1rem 1rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
    border-left: 1px solid #fff;
    text-align: left; }
    @media print, screen and (min-width: 40em) {
      .fonds-results li:nth-child(1) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 15%;
            -ms-flex: 0 0 15%;
                flex: 0 0 15%;
        max-width: 15%;
        border-left: none; }
      .fonds-results li:nth-child(2) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
            -ms-flex: 0 0 20%;
                flex: 0 0 20%;
        max-width: 20%; }
      .fonds-results li:nth-child(3) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 40%;
            -ms-flex: 0 0 40%;
                flex: 0 0 40%;
        max-width: 40%;
        min-height: 100%; }
      .fonds-results li:nth-child(4) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
        max-width: 25%; } }
    @media print, screen and (min-width: 64em) {
      .fonds-results li {
        padding: 1.25rem 1.5rem 1rem; } }
    @media screen and (max-width: 39.99875em) {
      .fonds-results li:nth-child(1), .fonds-results li:nth-child(2), .fonds-results li:nth-child(4) {
        display: none; } }
  .fonds-results a {
    color: #fff; }
  .fonds-results p {
    margin: 0;
    -webkit-hyphens: manual;
        -ms-hyphens: manual;
            hyphens: manual; }
  .fonds-results .active .icon {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
  .fonds-results__header {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    background-color: #043358;
    color: #fff; }
    .fonds-results__header .icon {
      margin-left: .25rem;
      -webkit-transform: rotate(270deg);
          -ms-transform: rotate(270deg);
              transform: rotate(270deg); }
  .fonds-results__content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    overflow: hidden; }
    @media screen and (min-width: 40em) and (max-width: 63.99875em) {
      .fonds-results__content li {
        font-size: .75rem;
        padding: 1.25rem 1rem 1rem; } }
    .fonds-results__content ul {
      position: relative;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      cursor: pointer;
      background-color: transparent; }
      .fonds-results__content ul:nth-child(2n) {
        background-color: rgba(4, 51, 88, 0.05); }
      .fonds-results__content ul:after, .fonds-results__content ul:before {
        content: '';
        display: block;
        width: 10px;
        height: 100%;
        position: absolute;
        top: 0;
        background-color: transparent;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease; }
      .fonds-results__content ul:after {
        left: 0; }
      .fonds-results__content ul:before {
        right: 0; }
      .fonds-results__content ul:hover:after, .fonds-results__content ul:hover::before {
        background-color: #043358; }
      .fonds-results__content ul.is-open:after, .fonds-results__content ul.is-open::before {
        background-color: #96be0e; }
  .fonds-results__scroll {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    overflow-x: scroll; }
    @media print, screen and (min-width: 64em) {
      .fonds-results__scroll {
        display: block;
        overflow-x: visible; } }
  .fonds-results__name {
    position: relative;
    min-height: 150px;
    font-weight: 400;
    text-align: left;
    overflow: hidden; }
    @media print, screen and (min-width: 64em) {
      .fonds-results__name {
        min-height: 100%;
        font-size: 1.125rem; } }
    .fonds-results__name p {
      margin-right: 3rem; }
      @media print, screen and (min-width: 64em) {
        .fonds-results__name p {
          margin-right: 2rem; } }
    .fonds-results__name .icon {
      position: absolute;
      right: 2rem;
      width: 1.5625rem;
      height: 1.5625rem; }
  .fonds-results__more {
    max-height: 0rem;
    opacity: 0;
    margin: 0;
    font-size: .75rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    will-change: max-height, opacity, margin;
    -webkit-transition: max-height .3s ease-in-out, opacity .2s ease-in-out, margin .3s ease-in-out;
    -o-transition: max-height .3s ease-in-out, opacity .2s ease-in-out, margin .3s ease-in-out;
    transition: max-height .3s ease-in-out, opacity .2s ease-in-out, margin .3s ease-in-out;
    overflow: hidden; }
    @media print, screen and (min-width: 64em) {
      .fonds-results__more {
        font-size: .875rem; } }
    .is-open .fonds-results__more {
      max-height: 30rem;
      margin: 3.125rem 0 1.5rem 0;
      opacity: 1; }
    .fonds-results__more p {
      padding: 1rem 0;
      margin: 0;
      border-top: 1px solid rgba(0, 0, 0, 0.3); }
    @media print, screen and (min-width: 40em) {
      .fonds-results__more .mobile {
        display: none; } }
    .fonds-results__more span:first-child {
      display: block; }
      @media print, screen and (min-width: 40em) {
        .fonds-results__more span:first-child {
          display: inline-block;
          min-width: 120px; } }
  .fonds-results__company {
    font-size: .75rem;
    line-height: 1.2;
    text-align: left;
    font-weight: 400; }

/*
*   default progress bar from foundation and style hier only vertical
*/
.progress--vertical {
  height: 120px;
  width: 2rem;
  position: relative;
  margin: 1rem auto 2rem; }
  @media print, screen and (min-width: 40em) {
    .progress--vertical {
      width: 4rem; } }
  @media print, screen and (min-width: 64em) {
    .progress--vertical {
      width: 2rem; } }
  .progress--vertical .progress-meter {
    position: absolute;
    width: 100%;
    height: 0%;
    bottom: 0;
    background-color: #96be0e; }

.progress--large {
  height: 300px;
  width: 5rem; }
  @media print, screen and (min-width: 40em) {
    .progress--large {
      height: 450px;
      width: 6rem; } }
  @media print, screen and (min-width: 64em) {
    .progress--large {
      height: 500px;
      width: 5.5rem; } }

.progress--redgreen {
  background: -webkit-gradient(linear, left top, left bottom, from(#aa3636), color-stop(25%, #c44242), to(#ca5050));
  background: -o-linear-gradient(top, #aa3636 0%, #c44242 25%, #ca5050 100%);
  background: linear-gradient(to bottom, #aa3636 0%, #c44242 25%, #ca5050 100%); }
  .progress--redgreen .progress-meter {
    background: -webkit-gradient(linear, left top, left bottom, from(#96be0f), color-stop(19%, #84a613), to(#728f0f));
    background: -o-linear-gradient(top, #96be0f 0%, #84a613 19%, #728f0f 100%);
    background: linear-gradient(to bottom, #96be0f 0%, #84a613 19%, #728f0f 100%); }

.progress--bluegreen {
  background: -webkit-gradient(linear, left top, left bottom, from(#6081af), color-stop(19%, #6081af), to(#1b4a8d));
  background: -o-linear-gradient(top, #6081af 0%, #6081af 19%, #1b4a8d 100%);
  background: linear-gradient(to bottom, #6081af 0%, #6081af 19%, #1b4a8d 100%); }
  .progress--bluegreen .progress-meter {
    background: -webkit-gradient(linear, left top, left bottom, from(#96be0f), color-stop(19%, #84a613), to(#728f0f));
    background: -o-linear-gradient(top, #96be0f 0%, #84a613 19%, #728f0f 100%);
    background: linear-gradient(to bottom, #96be0f 0%, #84a613 19%, #728f0f 100%); }

.progress--greengreen {
  background: -webkit-gradient(linear, left top, left bottom, from(#6081af), color-stop(19%, #6081af), to(#1b4a8d));
  background: -o-linear-gradient(top, #6081af 0%, #6081af 19%, #1b4a8d 100%);
  background: linear-gradient(to bottom, #6081af 0%, #6081af 19%, #1b4a8d 100%); }
  .progress--greengreen .progress-meter {
    background: -webkit-gradient(linear, left top, left bottom, from(#96be0f), color-stop(19%, #84a613), to(#728f0f));
    background: -o-linear-gradient(top, #96be0f 0%, #84a613 19%, #728f0f 100%);
    background: linear-gradient(to bottom, #96be0f 0%, #84a613 19%, #728f0f 100%); }

.progress--greenblue {
  background: -webkit-gradient(linear, left top, left bottom, from(#6081af), color-stop(19%, #6081af), to(#1b4a8d));
  background: -o-linear-gradient(top, #6081af 0%, #6081af 19%, #1b4a8d 100%);
  background: linear-gradient(to bottom, #6081af 0%, #6081af 19%, #1b4a8d 100%); }
  .progress--greenblue .progress-meter {
    background: -webkit-gradient(linear, left top, left bottom, from(#b5cd63), color-stop(25%, #b8cc70), to(#95b720));
    background: -o-linear-gradient(top, #b5cd63 0%, #b8cc70 25%, #95b720 100%);
    background: linear-gradient(to bottom, #b5cd63 0%, #b8cc70 25%, #95b720 100%); }

.progress--redgreen .stripe-arrow,
.progress--redgreen .stripe-blue, .progress--bluegreen .stripe-arrow,
.progress--bluegreen .stripe-blue, .progress--greengreen .stripe-arrow,
.progress--greengreen .stripe-blue {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("/assets/images/stripe.svg");
  opacity: 0.1; }

.progress--redgreen .stripe-arrow, .progress--bluegreen .stripe-arrow, .progress--greengreen .stripe-arrow {
  background-image: url("/assets/images/arrow-up.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center 50px;
  opacity: 0.1; }
  .progress--redgreen .stripe-arrow--down, .progress--bluegreen .stripe-arrow--down, .progress--greengreen .stripe-arrow--down {
    background-image: url("/assets/images/arrow-down.svg"); }

.amkcontent_left .teaser--5050-text-right {
  margin: .3125rem 0; }

.amkcontent_left br {
  display: none; }

@media screen and (max-width: 63.99875em) {
  .amkcontent_right .sticky {
    position: static !important;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: -1; } }

.typo3-messages {
  list-style: none !important;
  padding: 0; }

.typo3-messages li {
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 5px; }

.typo3-messages .alert-OK {
  background-color: #dff0d8;
  color: #3c763d; }

.typo3-messages .alert-INFO {
  background-color: #d9edf7;
  color: #31708f; }

.typo3-messages .alert-WARNING {
  background-color: #fcf8e3;
  color: #8a6d3b; }

.typo3-messages .alert-ERROR {
  background-color: #f2dede;
  color: #a94442; }

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 18px;
  color: #c09853;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  border-radius: 4px; }

.alert-heading {
  color: inherit; }

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 18px; }

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7; }

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px; }

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0; }

.alert-block p + p {
  margin-top: 5px; }

.extraimage {
  width: 100%; }

ul.slick-dots {
  display: none !important; }

