/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
}

html {
  background: #f3f5f6;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
html.theme-dark {
  background: #000;
}

body {
  color: #19224f;
  font-family: -apple-system;
  font-family: "-apple-system", "HelveticaNeue", "Roboto", sans-serif;
  /* TODO
  font: -apple-system-body
  font: -apple-system-headline
  font: -apple-system-subheadline
  font: -apple-system-caption1
  font: -apple-system-caption2
  font: -apple-system-footnote
  font: -apple-system-short-body
  font: -apple-system-short-headline
  font: -apple-system-short-subheadline
  font: -apple-system-short-caption1
  font: -apple-system-short-footnote
  font: -apple-system-tall-body
  */
}
html.theme-dark body {
  color: #fef5f6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #19224f;
}

.view-container {
  position: relative;
  overflow: clip;
}
.view-container--loading {
  visibility: hidden;
}

.view-container--PREV {
  border-bottom: 4px solid #808080;
}

.view-container__inner {
  min-width: 320px;
  max-width: 448px;
  padding: 0px 24px 14px;
  margin: 0px auto 0;
}

.overlay {
  background-color: darkgrey;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 0.7;
  z-index: 120;
}

.spinner {
  position: fixed !important;
}

.header {
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
  height: 65px;
}

.topnav {
  display: -webkit-box;
  display: flex;
  background-color: #131d40;
  height: 100%;
  margin: 0 auto;
  max-width: 448px;
}

.header span {
  margin: 10px auto;
  display: inline-block;
  align-self: flex-end;
  color: #fff;
  font-weight: 600;
}

html.theme-dark .topnav {
  background-color: #1c1c1e;
}

html.appBridge-ios .header {
  height: 90px;
}
html.appBridge-ios .back-to-top {
  bottom: 50px;
}

/**
 * Swiper 5.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 16, 2020
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container {
  padding-bottom: 48px;
  -webkit-transition: padding 0.2s ease-out;
  transition: padding 0.2s ease-out;
}
.swiper-container.is-fullWith {
  margin-left: -24px;
  margin-right: -24px;
}
.swiper-container.is-truncated {
  overflow: visible;
  padding: 8px 48px 48px 24px;
  width: calc(100% + 48px);
  margin: -8px 0 0 -24px;
}
.swiper-container.is-truncated.on-last-slide {
  padding-left: 48px;
  padding-right: 24px;
}

.swiper-slide {
  /*  .swiper-container.is-fullWith & {
      padding: 0 8px;
    }*/
  -webkit-transition: margin 0.2s ease-out;
  transition: margin 0.2s ease-out;
}
.swiper-container.is-truncated .swiper-slide {
  width: calc(100% - 12px);
  margin-right: 12px;
}
.on-last-slide .swiper-container.is-truncated .swiper-slide {
  margin-left: 12px;
  margin-right: 0;
}
.swiper-slide > * {
  margin-bottom: 0 !important;
}

.swiper-container-horizontal > .swiper-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
}

.swiper-pagination-bullet {
  background: #d2d7d9;
  opacity: 1;
}
.swiper-pagination-bullet.swiper-pagination-bullet:focus {
  outline: none;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #19224f;
}
html.theme-dark .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.2);
}
html.theme-dark .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.back-to-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 60px;
  height: 60px;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjIwcHgiIGhlaWdodD0iMjBweCIgdmlld0JveD0iMCAwIDIwIDIwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDx0aXRsZT5hcnJvdy11cDwvdGl0bGU+DQogICAgPGcgaWQ9IlBhZ2UtMiIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj4NCiAgICAgICAgPGcgaWQ9Im8yX0JhY2t0b1RvcCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTM1MC4wMDAwMDAsIC03NDcuMDAwMDAwKSIgc3Ryb2tlPSIjMDA5MEQwIiBzdHJva2Utd2lkdGg9IjIuNCI+DQogICAgICAgICAgICA8ZyBpZD0iQmFja3RvdG9wIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzMzAuMDAwMDAwLCA3MjcuMDAwMDAwKSI+DQogICAgICAgICAgICAgICAgPGcgaWQ9ImFycm93LXVwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyMi4wMDAwMDAsIDIyLjAwMDAwMCkiPg0KICAgICAgICAgICAgICAgICAgICA8bGluZSB4MT0iOC40IiB5MT0iMTYuOCIgeDI9IjguNCIgeTI9IjAiIGlkPSJQYXRoIi8+DQogICAgICAgICAgICAgICAgICAgIDxwb2x5bGluZSBpZD0iUGF0aCIgcG9pbnRzPSIwIDguNCA4LjQgMCAxNi44IDguNCIvPg0KICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgIDwvZz4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 20px;
  background-color: #ffffff;
  box-shadow: 0 0 11px 0 rgba(17, 42, 64, 0.31);
  border-radius: 50% 50%;
  z-index: 200;
  opacity: 1;
}
.back-to-top.back-to-top--fade-enter-active, .back-to-top.back-to-top--fade-leave-active {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.back-to-top.back-to-top--fade-enter, .back-to-top.back-to-top--fade-leave-to {
  opacity: 0;
}
.filter[data-v-533c754e] {
  padding: 14px 24px;
  margin-left: -24px;
  margin-right: -24px;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 200;
  overflow: auto;
  white-space: nowrap;
  background-color: #f3f5f6;
  margin-bottom: 24px;
  cursor: grab;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.filter[data-v-533c754e]::-webkit-scrollbar {
  display: none;
}
.filter-btn[data-v-533c754e] {
  border-radius: 20px;
  margin-right: 10px;
  padding: 0 24px;
  height: 32px;
  border: none;
  color: #0090d0;
  background-color: #FFFFFF;
  cursor: pointer;
}
.filter-btn[data-v-533c754e]:focus {
  outline: none;
}
.filter-btn.active[data-v-533c754e] {
  background-color: #0090d0;
  color: #fff;
}
.category {
  position: relative;
  z-index: 100;
  font-size: 16px;
  font-weight: bold;
}
.category:not(last-child) {
  margin-bottom: 16px;
}
.teaser-alert {
  position: relative;
  z-index: 100;
  color: #19224f;
  background: #fff;
  border: 1px solid #19224f;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
}
.teaser-alert:not(last-child) {
  margin: 24px 0 24px 0;
}
.teaser-alert--removing {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: remove-by-fade-and-slide;
          animation-name: remove-by-fade-and-slide;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
@-webkit-keyframes remove-by-fade-and-slide {
0% {
    opacity: 1;
    height: var(--measured-height);
}
50% {
    opacity: 0;
    height: var(--measured-height);
    margin: 0 0 24px 0;
}
100% {
    opacity: 0;
    height: 0;
    margin: 0;
}
}
@keyframes remove-by-fade-and-slide {
0% {
    opacity: 1;
    height: var(--measured-height);
}
50% {
    opacity: 0;
    height: var(--measured-height);
    margin: 0 0 24px 0;
}
100% {
    opacity: 0;
    height: 0;
    margin: 0;
}
}
.teaser-alert__remove {
  position: absolute;
  right: 0;
  top: 0;
  padding: 16px;
  line-height: 1;
  font-size: 12px;
}
.teaser-alert__remove svg .path {
  fill: #19224f;
}
.teaser-alert__body {
  padding: 16px;
}
.teaser-alert__headline {
  font-size: 14px;
  padding-right: 24px;
}
.teaser-alert__description {
  font-size: 12px;
  line-height: 19.4px;
  padding-right: 24px;
}
.teaser-alert__description:not(first-child) {
  margin-top: 12px;
}
.teaser-alert__bottom {
  position: relative;
  padding: 12px 16px;
}
.teaser-alert__bottom:before {
  content: "";
  position: absolute;
  height: 1px;
  left: 16px;
  right: 16px;
  top: 0;
  background-color: #f3f5f6;
}
html.theme-dark .teaser-alert__bottom:before {
  background-color: rgba(255, 255, 255, 0.1);
}
.teaser-alert__call-to-action {
  position: relative;
}
.teaser-alert__call-to-action p {
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
}
.teaser-alert__call-to-action p:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjEwcHgiIHZpZXdCb3g9IjAgMCA2IDEwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogIDxwYXRoIGNsYXNzPSJwYXRoIiBmaWxsPSIjODRCNTBGIiBkPSJNMC42MjAwMTU0ODEsOS4zNjc5MTk2NSBDMC43MDAwNTk5NSw5LjQ1NTk3MzIzIDAuODA0ODk2MzQ5LDkuNSAwLjkwOTgwMTA0Niw5LjUgQzEuMDE0NjM3NDUsOS41IDEuMTE5NTQyMTQsOS40NTU5NzMyMyAxLjE5OTU4NjYxLDkuMzY3OTE5NjUgTDQuODc5OTI0NzYsNS4zMTkzMzQ5NiBDNS4wNDAwMTM3LDUuMTQzMzAzIDUuMDQwMDEzNyw0Ljg1Nzg4MDMgNC44Nzk5OTMwNSw0LjY4MTg0ODM0IEwxLjE5OTU4NjYxLDAuNjMyMDYxNTM4IEMxLjAzOTYzNDI3LDAuNDU2MDI5NTgzIDAuNzgwMTA0NDE5LDAuNDU1OTU0NDUyIDAuNjIwMDgzNzc4LDAuNjMxOTg2NDA3IEMwLjQ2MDA2MzEzNywwLjgwODAxODM2MiAwLjQ1OTk5NDg0LDEuMDkzNDQxMDcgMC42MjAwMTU0ODEsMS4yNjk0NzMwMiBMNC4wMTA3MDQ2NSw1LjAwMDU1NDA5IEwwLjYyMDAxNTQ4MSw4LjczMDQzMzA1IEMwLjQ1OTk5NDg0LDguOTA2NDY0OTggMC40NTk5OTQ4NCw5LjE5MTg4NzcxIDAuNjIwMDE1NDgxLDkuMzY3OTE5NjUgTDAuNjIwMDE1NDgxLDkuMzY3OTE5NjUgWiIgaWQ9InJpZ2h0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjc1MDAwMCwgNS4wMDAwMDApIHNjYWxlKC0xLCAxKSByb3RhdGUoLTE4MC4wMDAwMDApIHRyYW5zbGF0ZSgtMi4yNTAwMDAsIC01LjAwMDAwMCkgIj48L3BhdGg+Cjwvc3ZnPgo=");
  position: relative;
  top: 0.1em;
  margin-left: 0.4em;
}
.teaser-alert--info {
  background: rgba(132, 181, 15, 0.05);
  color: #84b50f;
  border-color: #84b50f;
}
html.theme-dark .teaser-alert--info {
  background: rgba(132, 181, 15, 0.2);
}
.teaser-alert--info .teaser-alert__remove svg .path {
  fill: #84b50f;
}
.teaser-alert--info .teaser-alert__bottom:before {
  background: rgba(132, 181, 15, 0.1);
}
.pricing[data-v-3286e35e] {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
.pricing > * + *[data-v-3286e35e] {
  margin-left: 20px;
}
.pricing__price__title[data-v-3286e35e] {
  font-size: 10px;
}
.pricing__price__abrogate[data-v-3286e35e] {
  display: inline;
  margin-right: 5px;
}
.pricing__price__value[data-v-3286e35e] {
  display: inline;
}
.pricing__price--special[data-v-3286e35e] {
  color: #7814b3;
}
html.theme-dark .pricing__price--special[data-v-3286e35e] {
  color: #00B6F1;
}
html.theme-dark .teaser-offer--inverted .pricing__price--special[data-v-3286e35e] {
  color: #7814b3;
}
.pricing[data-v-5fb525e8] {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
.pricing > * + *[data-v-5fb525e8] {
  margin-left: 20px;
}
.pricing__price__title[data-v-5fb525e8] {
  font-size: 10px;
}
.pricing__price__abrogate[data-v-5fb525e8] {
  display: inline;
  margin-right: 5px;
}
.pricing__price__value[data-v-5fb525e8] {
  display: inline;
}
.pricing__price--special[data-v-5fb525e8] {
  color: #7814b3;
}
html.theme-dark .pricing__price--special[data-v-5fb525e8] {
  color: #00B6F1;
}
html.theme-dark .teaser-offer--inverted .pricing__price--special[data-v-5fb525e8] {
  color: #7814b3;
}
.pricing__price__prefix[data-v-5fb525e8] {
  font-size: 10px;
}
.pricing__suffix[data-v-5fb525e8] {
  font-size: 10px;
  align-self: flex-end;
}
.pricing__suffix--special[data-v-5fb525e8] {
  color: #7814b3;
}
html.theme-dark .pricing__suffix--special[data-v-5fb525e8] {
  color: #00B6F1;
}
html.theme-dark .teaser-offer--inverted .pricing__suffix--special[data-v-5fb525e8] {
  color: #7814b3;
}
.pricing[data-v-1ed40a09] {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
.pricing__price[data-v-1ed40a09] {
  text-align: center;
  -webkit-box-flex: 1;
          flex: 1 0 50%;
}
html.theme-dark .pricing__price + .teaser-offer__price[data-v-1ed40a09] {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.pricing__price__title[data-v-1ed40a09] {
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.33px;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.pricing__price__abrogate[data-v-1ed40a09] {
  display: inline-block;
  font-size: 12px;
  position: relative;
  margin-right: 8px;
}
.pricing__price__abrogate[data-v-1ed40a09]:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.pricing__price__value[data-v-1ed40a09] {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
}
.pricing[data-v-05d14ba9] {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
.pricing__price[data-v-05d14ba9] {
  text-align: center;
  -webkit-box-flex: 1;
          flex: 1 0 50%;
}
html.theme-dark .pricing__price + .teaser-offer__price[data-v-05d14ba9] {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.pricing__price__title[data-v-05d14ba9] {
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.33px;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.pricing__price__abrogate[data-v-05d14ba9] {
  display: inline-block;
  font-size: 12px;
  position: relative;
  margin-right: 8px;
}
.pricing__price__abrogate[data-v-05d14ba9]:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.pricing__price__value[data-v-05d14ba9] {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
}
.pricing__price__abrogate[data-v-05d14ba9] {
  opacity: 60%;
}
.pricing__price__abrogate__prefix[data-v-05d14ba9] {
  font-size: 10px;
}
.pricing__price__abrogate__value[data-v-05d14ba9] {
  font-size: 10px;
  font-weight: 500;
}
.pricing__price__abrogate__value.slashed[data-v-05d14ba9] {
  font-size: 12px;
}
.slashed[data-v-05d14ba9] {
  position: relative;
}
.slashed[data-v-05d14ba9]:after {
  content: "";
  position: absolute;
  left: -15%;
  right: -15%;
  bottom: 10%;
  top: 5%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.slashed[data-v-05d14ba9]:after {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="35px" height="11px" viewBox="0 0 35 11" version="1.1" preserveAspectRatio="none" xmlns="http://www.w3.org/2000/svg"><line x1="1" y1="9.5" x2="34" y2="1.4" stroke="rgb(246, 68, 23)" stroke-width="1" /></svg>');
}
.pricing[data-v-5d3afec8] {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
.pricing .price__prefix[data-v-5d3afec8] {
  font-size: 10px;
  margin-bottom: 2px;
}
.pricing__abrogate[data-v-5d3afec8] {
  margin-right: 35px;
}
.pricing__abrogate .price__value[data-v-5d3afec8] {
  font-size: 12px;
  opacity: 0.6;
  margin-top: 8px;
}
.pricing__value .price__value[data-v-5d3afec8] {
  font-size: 18px;
  font-weight: bold;
}
.pricing__suffix[data-v-5d3afec8] {
  font-size: 10px;
  align-self: flex-end;
  margin-left: 9px;
}
.slashed[data-v-5d3afec8] {
  position: relative;
}
.slashed[data-v-5d3afec8]:after {
  content: "";
  position: absolute;
  left: -15%;
  right: -15%;
  bottom: 10%;
  top: 5%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.slashed[data-v-5d3afec8]:after {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="35px" height="11px" viewBox="0 0 35 11" version="1.1" preserveAspectRatio="none" xmlns="http://www.w3.org/2000/svg"><line x1="1" y1="9.5" x2="34" y2="1.4" stroke="rgb(246, 68, 23)" stroke-width="1" /></svg>');
}
.teaser-timer {
  background-color: #39C7C5;
  color: black;
  width: 95%;
  margin: 0px 10px;
  padding-bottom: 4px;
}
.teaser-timer .teaser-timer-title {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  font-size: 11px;
  margin-bottom: 4px;
}
.teaser-timer .timer {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  font-size: 20px;
}
.teaser-timer .timer div {
  text-align: center;
  padding: 0px 8px;
}
.teaser-timer .timer div .timer-label {
  display: block;
  font-size: 11px;
}
.teaser-offer {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(25, 34, 79, 0.08), 0 4px 6px 0 rgba(25, 34, 79, 0.08);
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
}
.teaser-offer:not(last-child) {
  margin-bottom: 24px;
}
html.theme-dark .teaser-offer {
  background: #1c1c1e;
}
.teaser-offer__flag {
  position: absolute;
  top: 18px;
  left: 16px;
  padding: 4px 23px 4px 18px;
  background-size: 100%;
  font-size: 16px;
  z-index: 10;
  border-radius: 4px;
  font-weight: 700;
  color: #020065;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='141px' height='20px' viewBox='0 0 141 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ERectangle%3C/title%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='220314-Mein-Blau-App-1080-Flags-Brush-SPEC-V1' transform='translate(-161.000000, -382.000000)' fill='%23F65C7D'%3E%3Cg id='x-Includes/Teaser-Blau-white-Symbol-' transform='translate(132.500000, 116.000000)'%3E%3Crect id='Rectangle' x='28.5' y='266' width='141' height='20'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.teaser-offer__flag--urgent {
  background: #F65C7D;
  color: #020065;
}
.teaser-offer__flag--txtcolor-white {
  color: #fff;
}
.teaser-offer__flag--txtcolor-black {
  color: #000;
}
.teaser-offer__flag--txtcolor- {
  color: #fff;
}
.teaser-offer__flag--txtcolor-blue-magenta {
  color: #020065;
}
.teaser-offer__flag--new-- {
  color: #020065;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='250px' height='30px' viewBox='0 0 250 30' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='HW-Benefit--HW-choice--smallscreen' transform='translate(-36.000000, -588.000000)'%3E%3Cg id='Group' transform='translate(16.000000, 569.000000)'%3E%3Cg id='hw-benefit-stoerer' transform='translate(20.000000, 19.000000)'%3E%3Cg id='stoerer-bg' fill='%23F65C7D'%3E%3Cpath d='M176.693105,29.0163628 C176.666169,29.7716041 176.57877,30.0614612 176.430909,29.885934 C181.205453,29.8119279 206.037551,29.1857228 210.44588,29.7293827 C212.225374,30.1762654 214.168202,29.6126808 213.741811,28.9637046 L216.109311,29.0505194 L216.004433,29.6824173 C216.532263,29.7009188 217.342921,27.9560836 219.668298,28.2948037 C223.592639,28.5680568 227.853967,28.3474618 231.7998,28.4940508 C231.737904,28.871197 230.910053,29.0946384 230.079623,29.3180798 C230.608313,29.3365813 231.414673,29.2398041 231.902099,29.5116341 C230.948738,28.8427332 233.557802,29.0661745 232.812478,28.7843822 C235.70265,27.2416405 239.441305,28.650602 241.992772,27.6045549 C242.112365,26.8584611 240.716956,19.4606901 240.099412,13.3634919 C239.96066,11.9935588 240.579016,10.3797361 240.451329,9.11815425 C240.089284,5.5410717 239.807316,2.67865308 239.807316,2.11373675 C240.599062,2.14362381 241.387369,2.17351087 241.628933,2.31013744 C241.424334,1.92160563 239.868352,1.73659048 239.040501,1.95860866 L238.897797,2.8424118 C236.994513,3.15266797 238.451635,2.31725341 236.593912,2.37702754 C236.494192,1.65404526 238.204912,1.49891717 239.711034,1.42918069 C238.355353,1.34521228 237.003969,0.817207501 236.452069,1.60992626 C235.178055,1.30820925 236.593912,0.72612312 235.058562,0.417290138 C233.965936,0.629345964 232.529446,1.33809631 231.273485,0.909715076 L231.295836,0.781627665 C228.242329,0.0344510969 226.624452,1.87890982 223.834,1.14027242 L224.13488,0.898329529 C223.148852,0.479910651 221.206883,1.04207207 219.428249,0.596612515 C219.935448,0.741778248 220.376453,1.26551344 219.307038,1.35090505 C217.26191,0.895483142 215.866684,1.35090505 214.371738,0.788743632 L212.936108,1.49607078 C205.814696,1.35802102 185.333533,1.18713965 178.179455,1.29957193 L178.460563,1.18713965 C167.560092,1.54151482 36.3744705,2.84069415 33.7052306,2.99439905 L33.8101089,2.36392434 C31.5835932,3.04136443 27.3987751,2.75957212 25.7989505,2.82646222 C22.1402435,2.56459462 16.4983041,1.46588927 11.6068467,2.29988064 C8.85751068,15.7016191 9.63628747,23.9447556 13.943177,27.0292902 L13.8408777,27.6597649 L15.1174707,27.5772197 C16.6511016,27.8874759 17.3594603,27.1573777 17.2554416,27.7864292 L15.1552957,27.7095767 C16.6958039,27.8917455 15.620371,28.2261959 15.0323645,28.5819943 C15.6753891,28.6431916 16.2995013,28.7200441 16.8118578,28.9121752 C17.1153173,28.6702323 16.5883466,28.6503076 16.3493615,28.513681 C17.1772127,28.2916628 18.3308745,27.6996144 19.3392541,27.9899458 C20.9167276,28.04972 19.4398341,29.0103755 21.2795035,29.0786888 C30.9841894,29.5668442 174.102094,30.3157384 176.693105,29.0163628 Z' id='Fill-7'/%3E%3Cpath d='M2.03983843,28.9214659 C2.03589604,28.6005809 0.835786462,25.9497742 4.45072524,24.1651868 C3.24667327,24.7600492 3.24667327,22.9741516 2.03983843,23.5703243 C2.03983843,21.7857369 1.20405197,18.8114246 6.02582559,18.2152519 L2.40949538,18.2152519 C1.20405197,17.6203894 2.40949538,16.4306645 2.40949538,15.2422499 C3.61633021,15.2422499 4.82038218,15.2422499 4.82038218,14.6460771 L4.82038218,12.2679376 L0,12.2679376 C1.20405197,12.2679376 2.40949538,12.2679376 2.40949538,11.6730751 L2.40949538,9.292315 C4.82038218,8.69745254 2.40578489,9.88848773 4.81806313,9.292315 L4.81806313,7.50903789 C2.40578489,6.91286516 4.82038218,7.50903789 2.40949538,7.50903789 C3.61633021,6.91286516 3.61633021,6.31931297 3.61633021,5.12827778 C7.23126899,4.53210505 10.8475992,6.31931297 14.4616104,4.53210505 L10.8475992,4.53210505 C13.2570946,1.55779275 19.2819925,3.93855286 22.8983228,3.3436904 C34.8358766,1.37959606 44.2224728,30.7086738 2.03983843,28.9214659 Z' id='Fill-1' transform='translate(16.500000, 16.000000) scale(1, -1) translate(-16.500000, -16.000000) '/%3E%3Cpath d='M216.081144,3.09098896 C221.46451,2.88082925 226.630096,2.9144966 229.474501,4.53210505 L229.474501,4.53210505 L221.629951,4.53210505 C226.336681,5.6044298 231.045223,5.38996485 235.753838,5.17559424 L237.323376,5.10590614 C239.93927,4.99564936 242.555127,4.92955354 245.170648,5.12827778 C245.170648,5.50724352 244.864881,5.82572028 244.532308,6.10303897 L244.388949,6.21942631 C243.887141,6.61835693 243.414687,6.9308954 243.913082,7.22228352 L243.981,7.258 L243.971441,7.25947657 C243.875938,7.26633321 243.771574,7.27519428 243.667202,7.28547312 L243.511746,7.30188137 C243.128626,7.34519367 242.807658,7.40431839 243.01574,7.44831818 L243.043,7.453 L242.821107,7.47925553 L242.821107,7.47925553 L242.562174,7.50903789 L242.562174,9.292315 C245.180213,9.59040137 244.423896,9.44168575 243.667202,9.29280635 L243.511746,9.26214789 C242.82213,9.12549281 242.333887,9.01539627 244.769964,9.292315 L244.769964,9.292315 L244.769964,11.6730751 C244.769964,12.2121692 246.91889,12.2627093 249.26703,12.2674474 L242.557141,12.2679376 L242.557141,14.6460771 C242.557141,15.2061182 242.198222,15.2400601 244.326266,15.2421172 L244.769964,15.2422499 C244.769964,15.5817969 244.983558,15.9214509 245.227666,16.247307 L245.351415,16.4090208 C245.932866,17.1577186 246.514316,17.8186769 244.769964,18.2152519 L244.769964,18.2152519 L239.940613,18.2152519 C247.301395,18.6345382 247.094149,20.2301148 246.323178,21.7608321 L246.249461,21.904109 L246.249461,21.904109 L246.059136,22.2591471 L246.059136,22.2591471 L245.983959,22.3993041 C245.761488,22.8177849 245.572339,23.217329 245.572339,23.5703243 C242.952791,22.9741516 245.973024,24.7600492 243.359516,24.1651868 C251.206079,25.9497742 245.580897,28.6005809 245.572339,28.9214659 C233.455101,29.1579852 223.351191,28.849537 215,28.1407734 L215.004995,3.135752 C215.015679,3.135284 215.026363,3.13481661 215.037047,3.13434983 Z M244.104,7.313 L244.188865,7.34605943 C244.340293,7.40066451 244.531824,7.45484037 244.769964,7.50903789 C243.777488,7.50903789 243.270393,7.4875941 243.064549,7.4569073 L243.043,7.453 L243.056796,7.45154483 C243.505484,7.39815842 243.819689,7.35687194 244.029293,7.32570543 L244.104,7.313 Z' id='Combined-Shape'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.teaser-offer__flag--newurgent-- {
  color: #020065;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='141px' height='20px' viewBox='0 0 141 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ERectangle%3C/title%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='220314-Mein-Blau-App-1080-Flags-Brush-SPEC-V1' transform='translate(-161.000000, -382.000000)' fill='%23F65C7D'%3E%3Cg id='x-Includes/Teaser-Blau-white-Symbol-' transform='translate(132.500000, 116.000000)'%3E%3Crect id='Rectangle' x='28.5' y='266' width='141' height='20'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.teaser-offer__flag--new--pantone-1787 {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='250px' height='30px' viewBox='0 0 250 30' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='HW-Benefit--HW-choice--smallscreen' transform='translate(-36.000000, -588.000000)'%3E%3Cg id='Group' transform='translate(16.000000, 569.000000)'%3E%3Cg id='hw-benefit-stoerer' transform='translate(20.000000, 19.000000)'%3E%3Cg id='stoerer-bg' fill='%23f4364c'%3E%3Cpath d='M176.693105,29.0163628 C176.666169,29.7716041 176.57877,30.0614612 176.430909,29.885934 C181.205453,29.8119279 206.037551,29.1857228 210.44588,29.7293827 C212.225374,30.1762654 214.168202,29.6126808 213.741811,28.9637046 L216.109311,29.0505194 L216.004433,29.6824173 C216.532263,29.7009188 217.342921,27.9560836 219.668298,28.2948037 C223.592639,28.5680568 227.853967,28.3474618 231.7998,28.4940508 C231.737904,28.871197 230.910053,29.0946384 230.079623,29.3180798 C230.608313,29.3365813 231.414673,29.2398041 231.902099,29.5116341 C230.948738,28.8427332 233.557802,29.0661745 232.812478,28.7843822 C235.70265,27.2416405 239.441305,28.650602 241.992772,27.6045549 C242.112365,26.8584611 240.716956,19.4606901 240.099412,13.3634919 C239.96066,11.9935588 240.579016,10.3797361 240.451329,9.11815425 C240.089284,5.5410717 239.807316,2.67865308 239.807316,2.11373675 C240.599062,2.14362381 241.387369,2.17351087 241.628933,2.31013744 C241.424334,1.92160563 239.868352,1.73659048 239.040501,1.95860866 L238.897797,2.8424118 C236.994513,3.15266797 238.451635,2.31725341 236.593912,2.37702754 C236.494192,1.65404526 238.204912,1.49891717 239.711034,1.42918069 C238.355353,1.34521228 237.003969,0.817207501 236.452069,1.60992626 C235.178055,1.30820925 236.593912,0.72612312 235.058562,0.417290138 C233.965936,0.629345964 232.529446,1.33809631 231.273485,0.909715076 L231.295836,0.781627665 C228.242329,0.0344510969 226.624452,1.87890982 223.834,1.14027242 L224.13488,0.898329529 C223.148852,0.479910651 221.206883,1.04207207 219.428249,0.596612515 C219.935448,0.741778248 220.376453,1.26551344 219.307038,1.35090505 C217.26191,0.895483142 215.866684,1.35090505 214.371738,0.788743632 L212.936108,1.49607078 C205.814696,1.35802102 185.333533,1.18713965 178.179455,1.29957193 L178.460563,1.18713965 C167.560092,1.54151482 36.3744705,2.84069415 33.7052306,2.99439905 L33.8101089,2.36392434 C31.5835932,3.04136443 27.3987751,2.75957212 25.7989505,2.82646222 C22.1402435,2.56459462 16.4983041,1.46588927 11.6068467,2.29988064 C8.85751068,15.7016191 9.63628747,23.9447556 13.943177,27.0292902 L13.8408777,27.6597649 L15.1174707,27.5772197 C16.6511016,27.8874759 17.3594603,27.1573777 17.2554416,27.7864292 L15.1552957,27.7095767 C16.6958039,27.8917455 15.620371,28.2261959 15.0323645,28.5819943 C15.6753891,28.6431916 16.2995013,28.7200441 16.8118578,28.9121752 C17.1153173,28.6702323 16.5883466,28.6503076 16.3493615,28.513681 C17.1772127,28.2916628 18.3308745,27.6996144 19.3392541,27.9899458 C20.9167276,28.04972 19.4398341,29.0103755 21.2795035,29.0786888 C30.9841894,29.5668442 174.102094,30.3157384 176.693105,29.0163628 Z' id='Fill-7'/%3E%3Cpath d='M2.03983843,28.9214659 C2.03589604,28.6005809 0.835786462,25.9497742 4.45072524,24.1651868 C3.24667327,24.7600492 3.24667327,22.9741516 2.03983843,23.5703243 C2.03983843,21.7857369 1.20405197,18.8114246 6.02582559,18.2152519 L2.40949538,18.2152519 C1.20405197,17.6203894 2.40949538,16.4306645 2.40949538,15.2422499 C3.61633021,15.2422499 4.82038218,15.2422499 4.82038218,14.6460771 L4.82038218,12.2679376 L0,12.2679376 C1.20405197,12.2679376 2.40949538,12.2679376 2.40949538,11.6730751 L2.40949538,9.292315 C4.82038218,8.69745254 2.40578489,9.88848773 4.81806313,9.292315 L4.81806313,7.50903789 C2.40578489,6.91286516 4.82038218,7.50903789 2.40949538,7.50903789 C3.61633021,6.91286516 3.61633021,6.31931297 3.61633021,5.12827778 C7.23126899,4.53210505 10.8475992,6.31931297 14.4616104,4.53210505 L10.8475992,4.53210505 C13.2570946,1.55779275 19.2819925,3.93855286 22.8983228,3.3436904 C34.8358766,1.37959606 44.2224728,30.7086738 2.03983843,28.9214659 Z' id='Fill-1' transform='translate(16.500000, 16.000000) scale(1, -1) translate(-16.500000, -16.000000) '/%3E%3Cpath d='M216.081144,3.09098896 C221.46451,2.88082925 226.630096,2.9144966 229.474501,4.53210505 L229.474501,4.53210505 L221.629951,4.53210505 C226.336681,5.6044298 231.045223,5.38996485 235.753838,5.17559424 L237.323376,5.10590614 C239.93927,4.99564936 242.555127,4.92955354 245.170648,5.12827778 C245.170648,5.50724352 244.864881,5.82572028 244.532308,6.10303897 L244.388949,6.21942631 C243.887141,6.61835693 243.414687,6.9308954 243.913082,7.22228352 L243.981,7.258 L243.971441,7.25947657 C243.875938,7.26633321 243.771574,7.27519428 243.667202,7.28547312 L243.511746,7.30188137 C243.128626,7.34519367 242.807658,7.40431839 243.01574,7.44831818 L243.043,7.453 L242.821107,7.47925553 L242.821107,7.47925553 L242.562174,7.50903789 L242.562174,9.292315 C245.180213,9.59040137 244.423896,9.44168575 243.667202,9.29280635 L243.511746,9.26214789 C242.82213,9.12549281 242.333887,9.01539627 244.769964,9.292315 L244.769964,9.292315 L244.769964,11.6730751 C244.769964,12.2121692 246.91889,12.2627093 249.26703,12.2674474 L242.557141,12.2679376 L242.557141,14.6460771 C242.557141,15.2061182 242.198222,15.2400601 244.326266,15.2421172 L244.769964,15.2422499 C244.769964,15.5817969 244.983558,15.9214509 245.227666,16.247307 L245.351415,16.4090208 C245.932866,17.1577186 246.514316,17.8186769 244.769964,18.2152519 L244.769964,18.2152519 L239.940613,18.2152519 C247.301395,18.6345382 247.094149,20.2301148 246.323178,21.7608321 L246.249461,21.904109 L246.249461,21.904109 L246.059136,22.2591471 L246.059136,22.2591471 L245.983959,22.3993041 C245.761488,22.8177849 245.572339,23.217329 245.572339,23.5703243 C242.952791,22.9741516 245.973024,24.7600492 243.359516,24.1651868 C251.206079,25.9497742 245.580897,28.6005809 245.572339,28.9214659 C233.455101,29.1579852 223.351191,28.849537 215,28.1407734 L215.004995,3.135752 C215.015679,3.135284 215.026363,3.13481661 215.037047,3.13434983 Z M244.104,7.313 L244.188865,7.34605943 C244.340293,7.40066451 244.531824,7.45484037 244.769964,7.50903789 C243.777488,7.50903789 243.270393,7.4875941 243.064549,7.4569073 L243.043,7.453 L243.056796,7.45154483 C243.505484,7.39815842 243.819689,7.35687194 244.029293,7.32570543 L244.104,7.313 Z' id='Combined-Shape'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.teaser-offer__flag--newurgent--pantone-1787 {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='141px' height='20px' viewBox='0 0 141 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ERectangle%3C/title%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='220314-Mein-Blau-App-1080-Flags-Brush-SPEC-V1' transform='translate(-161.000000, -382.000000)' fill='%23f4364c'%3E%3Cg id='x-Includes/Teaser-Blau-white-Symbol-' transform='translate(132.500000, 116.000000)'%3E%3Crect id='Rectangle' x='28.5' y='266' width='141' height='20'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.teaser-offer__flag--new--pantone-254 {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='250px' height='30px' viewBox='0 0 250 30' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='HW-Benefit--HW-choice--smallscreen' transform='translate(-36.000000, -588.000000)'%3E%3Cg id='Group' transform='translate(16.000000, 569.000000)'%3E%3Cg id='hw-benefit-stoerer' transform='translate(20.000000, 19.000000)'%3E%3Cg id='stoerer-bg' fill='%23953698'%3E%3Cpath d='M176.693105,29.0163628 C176.666169,29.7716041 176.57877,30.0614612 176.430909,29.885934 C181.205453,29.8119279 206.037551,29.1857228 210.44588,29.7293827 C212.225374,30.1762654 214.168202,29.6126808 213.741811,28.9637046 L216.109311,29.0505194 L216.004433,29.6824173 C216.532263,29.7009188 217.342921,27.9560836 219.668298,28.2948037 C223.592639,28.5680568 227.853967,28.3474618 231.7998,28.4940508 C231.737904,28.871197 230.910053,29.0946384 230.079623,29.3180798 C230.608313,29.3365813 231.414673,29.2398041 231.902099,29.5116341 C230.948738,28.8427332 233.557802,29.0661745 232.812478,28.7843822 C235.70265,27.2416405 239.441305,28.650602 241.992772,27.6045549 C242.112365,26.8584611 240.716956,19.4606901 240.099412,13.3634919 C239.96066,11.9935588 240.579016,10.3797361 240.451329,9.11815425 C240.089284,5.5410717 239.807316,2.67865308 239.807316,2.11373675 C240.599062,2.14362381 241.387369,2.17351087 241.628933,2.31013744 C241.424334,1.92160563 239.868352,1.73659048 239.040501,1.95860866 L238.897797,2.8424118 C236.994513,3.15266797 238.451635,2.31725341 236.593912,2.37702754 C236.494192,1.65404526 238.204912,1.49891717 239.711034,1.42918069 C238.355353,1.34521228 237.003969,0.817207501 236.452069,1.60992626 C235.178055,1.30820925 236.593912,0.72612312 235.058562,0.417290138 C233.965936,0.629345964 232.529446,1.33809631 231.273485,0.909715076 L231.295836,0.781627665 C228.242329,0.0344510969 226.624452,1.87890982 223.834,1.14027242 L224.13488,0.898329529 C223.148852,0.479910651 221.206883,1.04207207 219.428249,0.596612515 C219.935448,0.741778248 220.376453,1.26551344 219.307038,1.35090505 C217.26191,0.895483142 215.866684,1.35090505 214.371738,0.788743632 L212.936108,1.49607078 C205.814696,1.35802102 185.333533,1.18713965 178.179455,1.29957193 L178.460563,1.18713965 C167.560092,1.54151482 36.3744705,2.84069415 33.7052306,2.99439905 L33.8101089,2.36392434 C31.5835932,3.04136443 27.3987751,2.75957212 25.7989505,2.82646222 C22.1402435,2.56459462 16.4983041,1.46588927 11.6068467,2.29988064 C8.85751068,15.7016191 9.63628747,23.9447556 13.943177,27.0292902 L13.8408777,27.6597649 L15.1174707,27.5772197 C16.6511016,27.8874759 17.3594603,27.1573777 17.2554416,27.7864292 L15.1552957,27.7095767 C16.6958039,27.8917455 15.620371,28.2261959 15.0323645,28.5819943 C15.6753891,28.6431916 16.2995013,28.7200441 16.8118578,28.9121752 C17.1153173,28.6702323 16.5883466,28.6503076 16.3493615,28.513681 C17.1772127,28.2916628 18.3308745,27.6996144 19.3392541,27.9899458 C20.9167276,28.04972 19.4398341,29.0103755 21.2795035,29.0786888 C30.9841894,29.5668442 174.102094,30.3157384 176.693105,29.0163628 Z' id='Fill-7'/%3E%3Cpath d='M2.03983843,28.9214659 C2.03589604,28.6005809 0.835786462,25.9497742 4.45072524,24.1651868 C3.24667327,24.7600492 3.24667327,22.9741516 2.03983843,23.5703243 C2.03983843,21.7857369 1.20405197,18.8114246 6.02582559,18.2152519 L2.40949538,18.2152519 C1.20405197,17.6203894 2.40949538,16.4306645 2.40949538,15.2422499 C3.61633021,15.2422499 4.82038218,15.2422499 4.82038218,14.6460771 L4.82038218,12.2679376 L0,12.2679376 C1.20405197,12.2679376 2.40949538,12.2679376 2.40949538,11.6730751 L2.40949538,9.292315 C4.82038218,8.69745254 2.40578489,9.88848773 4.81806313,9.292315 L4.81806313,7.50903789 C2.40578489,6.91286516 4.82038218,7.50903789 2.40949538,7.50903789 C3.61633021,6.91286516 3.61633021,6.31931297 3.61633021,5.12827778 C7.23126899,4.53210505 10.8475992,6.31931297 14.4616104,4.53210505 L10.8475992,4.53210505 C13.2570946,1.55779275 19.2819925,3.93855286 22.8983228,3.3436904 C34.8358766,1.37959606 44.2224728,30.7086738 2.03983843,28.9214659 Z' id='Fill-1' transform='translate(16.500000, 16.000000) scale(1, -1) translate(-16.500000, -16.000000) '/%3E%3Cpath d='M216.081144,3.09098896 C221.46451,2.88082925 226.630096,2.9144966 229.474501,4.53210505 L229.474501,4.53210505 L221.629951,4.53210505 C226.336681,5.6044298 231.045223,5.38996485 235.753838,5.17559424 L237.323376,5.10590614 C239.93927,4.99564936 242.555127,4.92955354 245.170648,5.12827778 C245.170648,5.50724352 244.864881,5.82572028 244.532308,6.10303897 L244.388949,6.21942631 C243.887141,6.61835693 243.414687,6.9308954 243.913082,7.22228352 L243.981,7.258 L243.971441,7.25947657 C243.875938,7.26633321 243.771574,7.27519428 243.667202,7.28547312 L243.511746,7.30188137 C243.128626,7.34519367 242.807658,7.40431839 243.01574,7.44831818 L243.043,7.453 L242.821107,7.47925553 L242.821107,7.47925553 L242.562174,7.50903789 L242.562174,9.292315 C245.180213,9.59040137 244.423896,9.44168575 243.667202,9.29280635 L243.511746,9.26214789 C242.82213,9.12549281 242.333887,9.01539627 244.769964,9.292315 L244.769964,9.292315 L244.769964,11.6730751 C244.769964,12.2121692 246.91889,12.2627093 249.26703,12.2674474 L242.557141,12.2679376 L242.557141,14.6460771 C242.557141,15.2061182 242.198222,15.2400601 244.326266,15.2421172 L244.769964,15.2422499 C244.769964,15.5817969 244.983558,15.9214509 245.227666,16.247307 L245.351415,16.4090208 C245.932866,17.1577186 246.514316,17.8186769 244.769964,18.2152519 L244.769964,18.2152519 L239.940613,18.2152519 C247.301395,18.6345382 247.094149,20.2301148 246.323178,21.7608321 L246.249461,21.904109 L246.249461,21.904109 L246.059136,22.2591471 L246.059136,22.2591471 L245.983959,22.3993041 C245.761488,22.8177849 245.572339,23.217329 245.572339,23.5703243 C242.952791,22.9741516 245.973024,24.7600492 243.359516,24.1651868 C251.206079,25.9497742 245.580897,28.6005809 245.572339,28.9214659 C233.455101,29.1579852 223.351191,28.849537 215,28.1407734 L215.004995,3.135752 C215.015679,3.135284 215.026363,3.13481661 215.037047,3.13434983 Z M244.104,7.313 L244.188865,7.34605943 C244.340293,7.40066451 244.531824,7.45484037 244.769964,7.50903789 C243.777488,7.50903789 243.270393,7.4875941 243.064549,7.4569073 L243.043,7.453 L243.056796,7.45154483 C243.505484,7.39815842 243.819689,7.35687194 244.029293,7.32570543 L244.104,7.313 Z' id='Combined-Shape'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.teaser-offer__flag--newurgent--pantone-254 {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='141px' height='20px' viewBox='0 0 141 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ERectangle%3C/title%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='220314-Mein-Blau-App-1080-Flags-Brush-SPEC-V1' transform='translate(-161.000000, -382.000000)' fill='%23953698'%3E%3Cg id='x-Includes/Teaser-Blau-white-Symbol-' transform='translate(132.500000, 116.000000)'%3E%3Crect id='Rectangle' x='28.5' y='266' width='141' height='20'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.teaser-offer__flag--new--pantone-238 {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='250px' height='30px' viewBox='0 0 250 30' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='HW-Benefit--HW-choice--smallscreen' transform='translate(-36.000000, -588.000000)'%3E%3Cg id='Group' transform='translate(16.000000, 569.000000)'%3E%3Cg id='hw-benefit-stoerer' transform='translate(20.000000, 19.000000)'%3E%3Cg id='stoerer-bg' fill='%23e45dbf'%3E%3Cpath d='M176.693105,29.0163628 C176.666169,29.7716041 176.57877,30.0614612 176.430909,29.885934 C181.205453,29.8119279 206.037551,29.1857228 210.44588,29.7293827 C212.225374,30.1762654 214.168202,29.6126808 213.741811,28.9637046 L216.109311,29.0505194 L216.004433,29.6824173 C216.532263,29.7009188 217.342921,27.9560836 219.668298,28.2948037 C223.592639,28.5680568 227.853967,28.3474618 231.7998,28.4940508 C231.737904,28.871197 230.910053,29.0946384 230.079623,29.3180798 C230.608313,29.3365813 231.414673,29.2398041 231.902099,29.5116341 C230.948738,28.8427332 233.557802,29.0661745 232.812478,28.7843822 C235.70265,27.2416405 239.441305,28.650602 241.992772,27.6045549 C242.112365,26.8584611 240.716956,19.4606901 240.099412,13.3634919 C239.96066,11.9935588 240.579016,10.3797361 240.451329,9.11815425 C240.089284,5.5410717 239.807316,2.67865308 239.807316,2.11373675 C240.599062,2.14362381 241.387369,2.17351087 241.628933,2.31013744 C241.424334,1.92160563 239.868352,1.73659048 239.040501,1.95860866 L238.897797,2.8424118 C236.994513,3.15266797 238.451635,2.31725341 236.593912,2.37702754 C236.494192,1.65404526 238.204912,1.49891717 239.711034,1.42918069 C238.355353,1.34521228 237.003969,0.817207501 236.452069,1.60992626 C235.178055,1.30820925 236.593912,0.72612312 235.058562,0.417290138 C233.965936,0.629345964 232.529446,1.33809631 231.273485,0.909715076 L231.295836,0.781627665 C228.242329,0.0344510969 226.624452,1.87890982 223.834,1.14027242 L224.13488,0.898329529 C223.148852,0.479910651 221.206883,1.04207207 219.428249,0.596612515 C219.935448,0.741778248 220.376453,1.26551344 219.307038,1.35090505 C217.26191,0.895483142 215.866684,1.35090505 214.371738,0.788743632 L212.936108,1.49607078 C205.814696,1.35802102 185.333533,1.18713965 178.179455,1.29957193 L178.460563,1.18713965 C167.560092,1.54151482 36.3744705,2.84069415 33.7052306,2.99439905 L33.8101089,2.36392434 C31.5835932,3.04136443 27.3987751,2.75957212 25.7989505,2.82646222 C22.1402435,2.56459462 16.4983041,1.46588927 11.6068467,2.29988064 C8.85751068,15.7016191 9.63628747,23.9447556 13.943177,27.0292902 L13.8408777,27.6597649 L15.1174707,27.5772197 C16.6511016,27.8874759 17.3594603,27.1573777 17.2554416,27.7864292 L15.1552957,27.7095767 C16.6958039,27.8917455 15.620371,28.2261959 15.0323645,28.5819943 C15.6753891,28.6431916 16.2995013,28.7200441 16.8118578,28.9121752 C17.1153173,28.6702323 16.5883466,28.6503076 16.3493615,28.513681 C17.1772127,28.2916628 18.3308745,27.6996144 19.3392541,27.9899458 C20.9167276,28.04972 19.4398341,29.0103755 21.2795035,29.0786888 C30.9841894,29.5668442 174.102094,30.3157384 176.693105,29.0163628 Z' id='Fill-7'/%3E%3Cpath d='M2.03983843,28.9214659 C2.03589604,28.6005809 0.835786462,25.9497742 4.45072524,24.1651868 C3.24667327,24.7600492 3.24667327,22.9741516 2.03983843,23.5703243 C2.03983843,21.7857369 1.20405197,18.8114246 6.02582559,18.2152519 L2.40949538,18.2152519 C1.20405197,17.6203894 2.40949538,16.4306645 2.40949538,15.2422499 C3.61633021,15.2422499 4.82038218,15.2422499 4.82038218,14.6460771 L4.82038218,12.2679376 L0,12.2679376 C1.20405197,12.2679376 2.40949538,12.2679376 2.40949538,11.6730751 L2.40949538,9.292315 C4.82038218,8.69745254 2.40578489,9.88848773 4.81806313,9.292315 L4.81806313,7.50903789 C2.40578489,6.91286516 4.82038218,7.50903789 2.40949538,7.50903789 C3.61633021,6.91286516 3.61633021,6.31931297 3.61633021,5.12827778 C7.23126899,4.53210505 10.8475992,6.31931297 14.4616104,4.53210505 L10.8475992,4.53210505 C13.2570946,1.55779275 19.2819925,3.93855286 22.8983228,3.3436904 C34.8358766,1.37959606 44.2224728,30.7086738 2.03983843,28.9214659 Z' id='Fill-1' transform='translate(16.500000, 16.000000) scale(1, -1) translate(-16.500000, -16.000000) '/%3E%3Cpath d='M216.081144,3.09098896 C221.46451,2.88082925 226.630096,2.9144966 229.474501,4.53210505 L229.474501,4.53210505 L221.629951,4.53210505 C226.336681,5.6044298 231.045223,5.38996485 235.753838,5.17559424 L237.323376,5.10590614 C239.93927,4.99564936 242.555127,4.92955354 245.170648,5.12827778 C245.170648,5.50724352 244.864881,5.82572028 244.532308,6.10303897 L244.388949,6.21942631 C243.887141,6.61835693 243.414687,6.9308954 243.913082,7.22228352 L243.981,7.258 L243.971441,7.25947657 C243.875938,7.26633321 243.771574,7.27519428 243.667202,7.28547312 L243.511746,7.30188137 C243.128626,7.34519367 242.807658,7.40431839 243.01574,7.44831818 L243.043,7.453 L242.821107,7.47925553 L242.821107,7.47925553 L242.562174,7.50903789 L242.562174,9.292315 C245.180213,9.59040137 244.423896,9.44168575 243.667202,9.29280635 L243.511746,9.26214789 C242.82213,9.12549281 242.333887,9.01539627 244.769964,9.292315 L244.769964,9.292315 L244.769964,11.6730751 C244.769964,12.2121692 246.91889,12.2627093 249.26703,12.2674474 L242.557141,12.2679376 L242.557141,14.6460771 C242.557141,15.2061182 242.198222,15.2400601 244.326266,15.2421172 L244.769964,15.2422499 C244.769964,15.5817969 244.983558,15.9214509 245.227666,16.247307 L245.351415,16.4090208 C245.932866,17.1577186 246.514316,17.8186769 244.769964,18.2152519 L244.769964,18.2152519 L239.940613,18.2152519 C247.301395,18.6345382 247.094149,20.2301148 246.323178,21.7608321 L246.249461,21.904109 L246.249461,21.904109 L246.059136,22.2591471 L246.059136,22.2591471 L245.983959,22.3993041 C245.761488,22.8177849 245.572339,23.217329 245.572339,23.5703243 C242.952791,22.9741516 245.973024,24.7600492 243.359516,24.1651868 C251.206079,25.9497742 245.580897,28.6005809 245.572339,28.9214659 C233.455101,29.1579852 223.351191,28.849537 215,28.1407734 L215.004995,3.135752 C215.015679,3.135284 215.026363,3.13481661 215.037047,3.13434983 Z M244.104,7.313 L244.188865,7.34605943 C244.340293,7.40066451 244.531824,7.45484037 244.769964,7.50903789 C243.777488,7.50903789 243.270393,7.4875941 243.064549,7.4569073 L243.043,7.453 L243.056796,7.45154483 C243.505484,7.39815842 243.819689,7.35687194 244.029293,7.32570543 L244.104,7.313 Z' id='Combined-Shape'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.teaser-offer__flag--newurgent--pantone-238 {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='141px' height='20px' viewBox='0 0 141 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ERectangle%3C/title%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='220314-Mein-Blau-App-1080-Flags-Brush-SPEC-V1' transform='translate(-161.000000, -382.000000)' fill='%23e45dbf'%3E%3Cg id='x-Includes/Teaser-Blau-white-Symbol-' transform='translate(132.500000, 116.000000)'%3E%3Crect id='Rectangle' x='28.5' y='266' width='141' height='20'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.teaser-offer__flag--new--pantone-164 {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='250px' height='30px' viewBox='0 0 250 30' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='HW-Benefit--HW-choice--smallscreen' transform='translate(-36.000000, -588.000000)'%3E%3Cg id='Group' transform='translate(16.000000, 569.000000)'%3E%3Cg id='hw-benefit-stoerer' transform='translate(20.000000, 19.000000)'%3E%3Cg id='stoerer-bg' fill='%23ff7f41'%3E%3Cpath d='M176.693105,29.0163628 C176.666169,29.7716041 176.57877,30.0614612 176.430909,29.885934 C181.205453,29.8119279 206.037551,29.1857228 210.44588,29.7293827 C212.225374,30.1762654 214.168202,29.6126808 213.741811,28.9637046 L216.109311,29.0505194 L216.004433,29.6824173 C216.532263,29.7009188 217.342921,27.9560836 219.668298,28.2948037 C223.592639,28.5680568 227.853967,28.3474618 231.7998,28.4940508 C231.737904,28.871197 230.910053,29.0946384 230.079623,29.3180798 C230.608313,29.3365813 231.414673,29.2398041 231.902099,29.5116341 C230.948738,28.8427332 233.557802,29.0661745 232.812478,28.7843822 C235.70265,27.2416405 239.441305,28.650602 241.992772,27.6045549 C242.112365,26.8584611 240.716956,19.4606901 240.099412,13.3634919 C239.96066,11.9935588 240.579016,10.3797361 240.451329,9.11815425 C240.089284,5.5410717 239.807316,2.67865308 239.807316,2.11373675 C240.599062,2.14362381 241.387369,2.17351087 241.628933,2.31013744 C241.424334,1.92160563 239.868352,1.73659048 239.040501,1.95860866 L238.897797,2.8424118 C236.994513,3.15266797 238.451635,2.31725341 236.593912,2.37702754 C236.494192,1.65404526 238.204912,1.49891717 239.711034,1.42918069 C238.355353,1.34521228 237.003969,0.817207501 236.452069,1.60992626 C235.178055,1.30820925 236.593912,0.72612312 235.058562,0.417290138 C233.965936,0.629345964 232.529446,1.33809631 231.273485,0.909715076 L231.295836,0.781627665 C228.242329,0.0344510969 226.624452,1.87890982 223.834,1.14027242 L224.13488,0.898329529 C223.148852,0.479910651 221.206883,1.04207207 219.428249,0.596612515 C219.935448,0.741778248 220.376453,1.26551344 219.307038,1.35090505 C217.26191,0.895483142 215.866684,1.35090505 214.371738,0.788743632 L212.936108,1.49607078 C205.814696,1.35802102 185.333533,1.18713965 178.179455,1.29957193 L178.460563,1.18713965 C167.560092,1.54151482 36.3744705,2.84069415 33.7052306,2.99439905 L33.8101089,2.36392434 C31.5835932,3.04136443 27.3987751,2.75957212 25.7989505,2.82646222 C22.1402435,2.56459462 16.4983041,1.46588927 11.6068467,2.29988064 C8.85751068,15.7016191 9.63628747,23.9447556 13.943177,27.0292902 L13.8408777,27.6597649 L15.1174707,27.5772197 C16.6511016,27.8874759 17.3594603,27.1573777 17.2554416,27.7864292 L15.1552957,27.7095767 C16.6958039,27.8917455 15.620371,28.2261959 15.0323645,28.5819943 C15.6753891,28.6431916 16.2995013,28.7200441 16.8118578,28.9121752 C17.1153173,28.6702323 16.5883466,28.6503076 16.3493615,28.513681 C17.1772127,28.2916628 18.3308745,27.6996144 19.3392541,27.9899458 C20.9167276,28.04972 19.4398341,29.0103755 21.2795035,29.0786888 C30.9841894,29.5668442 174.102094,30.3157384 176.693105,29.0163628 Z' id='Fill-7'/%3E%3Cpath d='M2.03983843,28.9214659 C2.03589604,28.6005809 0.835786462,25.9497742 4.45072524,24.1651868 C3.24667327,24.7600492 3.24667327,22.9741516 2.03983843,23.5703243 C2.03983843,21.7857369 1.20405197,18.8114246 6.02582559,18.2152519 L2.40949538,18.2152519 C1.20405197,17.6203894 2.40949538,16.4306645 2.40949538,15.2422499 C3.61633021,15.2422499 4.82038218,15.2422499 4.82038218,14.6460771 L4.82038218,12.2679376 L0,12.2679376 C1.20405197,12.2679376 2.40949538,12.2679376 2.40949538,11.6730751 L2.40949538,9.292315 C4.82038218,8.69745254 2.40578489,9.88848773 4.81806313,9.292315 L4.81806313,7.50903789 C2.40578489,6.91286516 4.82038218,7.50903789 2.40949538,7.50903789 C3.61633021,6.91286516 3.61633021,6.31931297 3.61633021,5.12827778 C7.23126899,4.53210505 10.8475992,6.31931297 14.4616104,4.53210505 L10.8475992,4.53210505 C13.2570946,1.55779275 19.2819925,3.93855286 22.8983228,3.3436904 C34.8358766,1.37959606 44.2224728,30.7086738 2.03983843,28.9214659 Z' id='Fill-1' transform='translate(16.500000, 16.000000) scale(1, -1) translate(-16.500000, -16.000000) '/%3E%3Cpath d='M216.081144,3.09098896 C221.46451,2.88082925 226.630096,2.9144966 229.474501,4.53210505 L229.474501,4.53210505 L221.629951,4.53210505 C226.336681,5.6044298 231.045223,5.38996485 235.753838,5.17559424 L237.323376,5.10590614 C239.93927,4.99564936 242.555127,4.92955354 245.170648,5.12827778 C245.170648,5.50724352 244.864881,5.82572028 244.532308,6.10303897 L244.388949,6.21942631 C243.887141,6.61835693 243.414687,6.9308954 243.913082,7.22228352 L243.981,7.258 L243.971441,7.25947657 C243.875938,7.26633321 243.771574,7.27519428 243.667202,7.28547312 L243.511746,7.30188137 C243.128626,7.34519367 242.807658,7.40431839 243.01574,7.44831818 L243.043,7.453 L242.821107,7.47925553 L242.821107,7.47925553 L242.562174,7.50903789 L242.562174,9.292315 C245.180213,9.59040137 244.423896,9.44168575 243.667202,9.29280635 L243.511746,9.26214789 C242.82213,9.12549281 242.333887,9.01539627 244.769964,9.292315 L244.769964,9.292315 L244.769964,11.6730751 C244.769964,12.2121692 246.91889,12.2627093 249.26703,12.2674474 L242.557141,12.2679376 L242.557141,14.6460771 C242.557141,15.2061182 242.198222,15.2400601 244.326266,15.2421172 L244.769964,15.2422499 C244.769964,15.5817969 244.983558,15.9214509 245.227666,16.247307 L245.351415,16.4090208 C245.932866,17.1577186 246.514316,17.8186769 244.769964,18.2152519 L244.769964,18.2152519 L239.940613,18.2152519 C247.301395,18.6345382 247.094149,20.2301148 246.323178,21.7608321 L246.249461,21.904109 L246.249461,21.904109 L246.059136,22.2591471 L246.059136,22.2591471 L245.983959,22.3993041 C245.761488,22.8177849 245.572339,23.217329 245.572339,23.5703243 C242.952791,22.9741516 245.973024,24.7600492 243.359516,24.1651868 C251.206079,25.9497742 245.580897,28.6005809 245.572339,28.9214659 C233.455101,29.1579852 223.351191,28.849537 215,28.1407734 L215.004995,3.135752 C215.015679,3.135284 215.026363,3.13481661 215.037047,3.13434983 Z M244.104,7.313 L244.188865,7.34605943 C244.340293,7.40066451 244.531824,7.45484037 244.769964,7.50903789 C243.777488,7.50903789 243.270393,7.4875941 243.064549,7.4569073 L243.043,7.453 L243.056796,7.45154483 C243.505484,7.39815842 243.819689,7.35687194 244.029293,7.32570543 L244.104,7.313 Z' id='Combined-Shape'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.teaser-offer__flag--newurgent--pantone-164 {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='141px' height='20px' viewBox='0 0 141 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ERectangle%3C/title%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='220314-Mein-Blau-App-1080-Flags-Brush-SPEC-V1' transform='translate(-161.000000, -382.000000)' fill='%23ff7f41'%3E%3Cg id='x-Includes/Teaser-Blau-white-Symbol-' transform='translate(132.500000, 116.000000)'%3E%3Crect id='Rectangle' x='28.5' y='266' width='141' height='20'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.teaser-offer__flag--new--pantone-108 {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='250px' height='30px' viewBox='0 0 250 30' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='HW-Benefit--HW-choice--smallscreen' transform='translate(-36.000000, -588.000000)'%3E%3Cg id='Group' transform='translate(16.000000, 569.000000)'%3E%3Cg id='hw-benefit-stoerer' transform='translate(20.000000, 19.000000)'%3E%3Cg id='stoerer-bg' fill='%23fedb00'%3E%3Cpath d='M176.693105,29.0163628 C176.666169,29.7716041 176.57877,30.0614612 176.430909,29.885934 C181.205453,29.8119279 206.037551,29.1857228 210.44588,29.7293827 C212.225374,30.1762654 214.168202,29.6126808 213.741811,28.9637046 L216.109311,29.0505194 L216.004433,29.6824173 C216.532263,29.7009188 217.342921,27.9560836 219.668298,28.2948037 C223.592639,28.5680568 227.853967,28.3474618 231.7998,28.4940508 C231.737904,28.871197 230.910053,29.0946384 230.079623,29.3180798 C230.608313,29.3365813 231.414673,29.2398041 231.902099,29.5116341 C230.948738,28.8427332 233.557802,29.0661745 232.812478,28.7843822 C235.70265,27.2416405 239.441305,28.650602 241.992772,27.6045549 C242.112365,26.8584611 240.716956,19.4606901 240.099412,13.3634919 C239.96066,11.9935588 240.579016,10.3797361 240.451329,9.11815425 C240.089284,5.5410717 239.807316,2.67865308 239.807316,2.11373675 C240.599062,2.14362381 241.387369,2.17351087 241.628933,2.31013744 C241.424334,1.92160563 239.868352,1.73659048 239.040501,1.95860866 L238.897797,2.8424118 C236.994513,3.15266797 238.451635,2.31725341 236.593912,2.37702754 C236.494192,1.65404526 238.204912,1.49891717 239.711034,1.42918069 C238.355353,1.34521228 237.003969,0.817207501 236.452069,1.60992626 C235.178055,1.30820925 236.593912,0.72612312 235.058562,0.417290138 C233.965936,0.629345964 232.529446,1.33809631 231.273485,0.909715076 L231.295836,0.781627665 C228.242329,0.0344510969 226.624452,1.87890982 223.834,1.14027242 L224.13488,0.898329529 C223.148852,0.479910651 221.206883,1.04207207 219.428249,0.596612515 C219.935448,0.741778248 220.376453,1.26551344 219.307038,1.35090505 C217.26191,0.895483142 215.866684,1.35090505 214.371738,0.788743632 L212.936108,1.49607078 C205.814696,1.35802102 185.333533,1.18713965 178.179455,1.29957193 L178.460563,1.18713965 C167.560092,1.54151482 36.3744705,2.84069415 33.7052306,2.99439905 L33.8101089,2.36392434 C31.5835932,3.04136443 27.3987751,2.75957212 25.7989505,2.82646222 C22.1402435,2.56459462 16.4983041,1.46588927 11.6068467,2.29988064 C8.85751068,15.7016191 9.63628747,23.9447556 13.943177,27.0292902 L13.8408777,27.6597649 L15.1174707,27.5772197 C16.6511016,27.8874759 17.3594603,27.1573777 17.2554416,27.7864292 L15.1552957,27.7095767 C16.6958039,27.8917455 15.620371,28.2261959 15.0323645,28.5819943 C15.6753891,28.6431916 16.2995013,28.7200441 16.8118578,28.9121752 C17.1153173,28.6702323 16.5883466,28.6503076 16.3493615,28.513681 C17.1772127,28.2916628 18.3308745,27.6996144 19.3392541,27.9899458 C20.9167276,28.04972 19.4398341,29.0103755 21.2795035,29.0786888 C30.9841894,29.5668442 174.102094,30.3157384 176.693105,29.0163628 Z' id='Fill-7'/%3E%3Cpath d='M2.03983843,28.9214659 C2.03589604,28.6005809 0.835786462,25.9497742 4.45072524,24.1651868 C3.24667327,24.7600492 3.24667327,22.9741516 2.03983843,23.5703243 C2.03983843,21.7857369 1.20405197,18.8114246 6.02582559,18.2152519 L2.40949538,18.2152519 C1.20405197,17.6203894 2.40949538,16.4306645 2.40949538,15.2422499 C3.61633021,15.2422499 4.82038218,15.2422499 4.82038218,14.6460771 L4.82038218,12.2679376 L0,12.2679376 C1.20405197,12.2679376 2.40949538,12.2679376 2.40949538,11.6730751 L2.40949538,9.292315 C4.82038218,8.69745254 2.40578489,9.88848773 4.81806313,9.292315 L4.81806313,7.50903789 C2.40578489,6.91286516 4.82038218,7.50903789 2.40949538,7.50903789 C3.61633021,6.91286516 3.61633021,6.31931297 3.61633021,5.12827778 C7.23126899,4.53210505 10.8475992,6.31931297 14.4616104,4.53210505 L10.8475992,4.53210505 C13.2570946,1.55779275 19.2819925,3.93855286 22.8983228,3.3436904 C34.8358766,1.37959606 44.2224728,30.7086738 2.03983843,28.9214659 Z' id='Fill-1' transform='translate(16.500000, 16.000000) scale(1, -1) translate(-16.500000, -16.000000) '/%3E%3Cpath d='M216.081144,3.09098896 C221.46451,2.88082925 226.630096,2.9144966 229.474501,4.53210505 L229.474501,4.53210505 L221.629951,4.53210505 C226.336681,5.6044298 231.045223,5.38996485 235.753838,5.17559424 L237.323376,5.10590614 C239.93927,4.99564936 242.555127,4.92955354 245.170648,5.12827778 C245.170648,5.50724352 244.864881,5.82572028 244.532308,6.10303897 L244.388949,6.21942631 C243.887141,6.61835693 243.414687,6.9308954 243.913082,7.22228352 L243.981,7.258 L243.971441,7.25947657 C243.875938,7.26633321 243.771574,7.27519428 243.667202,7.28547312 L243.511746,7.30188137 C243.128626,7.34519367 242.807658,7.40431839 243.01574,7.44831818 L243.043,7.453 L242.821107,7.47925553 L242.821107,7.47925553 L242.562174,7.50903789 L242.562174,9.292315 C245.180213,9.59040137 244.423896,9.44168575 243.667202,9.29280635 L243.511746,9.26214789 C242.82213,9.12549281 242.333887,9.01539627 244.769964,9.292315 L244.769964,9.292315 L244.769964,11.6730751 C244.769964,12.2121692 246.91889,12.2627093 249.26703,12.2674474 L242.557141,12.2679376 L242.557141,14.6460771 C242.557141,15.2061182 242.198222,15.2400601 244.326266,15.2421172 L244.769964,15.2422499 C244.769964,15.5817969 244.983558,15.9214509 245.227666,16.247307 L245.351415,16.4090208 C245.932866,17.1577186 246.514316,17.8186769 244.769964,18.2152519 L244.769964,18.2152519 L239.940613,18.2152519 C247.301395,18.6345382 247.094149,20.2301148 246.323178,21.7608321 L246.249461,21.904109 L246.249461,21.904109 L246.059136,22.2591471 L246.059136,22.2591471 L245.983959,22.3993041 C245.761488,22.8177849 245.572339,23.217329 245.572339,23.5703243 C242.952791,22.9741516 245.973024,24.7600492 243.359516,24.1651868 C251.206079,25.9497742 245.580897,28.6005809 245.572339,28.9214659 C233.455101,29.1579852 223.351191,28.849537 215,28.1407734 L215.004995,3.135752 C215.015679,3.135284 215.026363,3.13481661 215.037047,3.13434983 Z M244.104,7.313 L244.188865,7.34605943 C244.340293,7.40066451 244.531824,7.45484037 244.769964,7.50903789 C243.777488,7.50903789 243.270393,7.4875941 243.064549,7.4569073 L243.043,7.453 L243.056796,7.45154483 C243.505484,7.39815842 243.819689,7.35687194 244.029293,7.32570543 L244.104,7.313 Z' id='Combined-Shape'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.teaser-offer__flag--newurgent--pantone-108 {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='141px' height='20px' viewBox='0 0 141 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ERectangle%3C/title%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='220314-Mein-Blau-App-1080-Flags-Brush-SPEC-V1' transform='translate(-161.000000, -382.000000)' fill='%23fedb00'%3E%3Cg id='x-Includes/Teaser-Blau-white-Symbol-' transform='translate(132.500000, 116.000000)'%3E%3Crect id='Rectangle' x='28.5' y='266' width='141' height='20'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.teaser-offer__flag--new--pantone-375 {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='250px' height='30px' viewBox='0 0 250 30' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='HW-Benefit--HW-choice--smallscreen' transform='translate(-36.000000, -588.000000)'%3E%3Cg id='Group' transform='translate(16.000000, 569.000000)'%3E%3Cg id='hw-benefit-stoerer' transform='translate(20.000000, 19.000000)'%3E%3Cg id='stoerer-bg' fill='%2391c90e'%3E%3Cpath d='M176.693105,29.0163628 C176.666169,29.7716041 176.57877,30.0614612 176.430909,29.885934 C181.205453,29.8119279 206.037551,29.1857228 210.44588,29.7293827 C212.225374,30.1762654 214.168202,29.6126808 213.741811,28.9637046 L216.109311,29.0505194 L216.004433,29.6824173 C216.532263,29.7009188 217.342921,27.9560836 219.668298,28.2948037 C223.592639,28.5680568 227.853967,28.3474618 231.7998,28.4940508 C231.737904,28.871197 230.910053,29.0946384 230.079623,29.3180798 C230.608313,29.3365813 231.414673,29.2398041 231.902099,29.5116341 C230.948738,28.8427332 233.557802,29.0661745 232.812478,28.7843822 C235.70265,27.2416405 239.441305,28.650602 241.992772,27.6045549 C242.112365,26.8584611 240.716956,19.4606901 240.099412,13.3634919 C239.96066,11.9935588 240.579016,10.3797361 240.451329,9.11815425 C240.089284,5.5410717 239.807316,2.67865308 239.807316,2.11373675 C240.599062,2.14362381 241.387369,2.17351087 241.628933,2.31013744 C241.424334,1.92160563 239.868352,1.73659048 239.040501,1.95860866 L238.897797,2.8424118 C236.994513,3.15266797 238.451635,2.31725341 236.593912,2.37702754 C236.494192,1.65404526 238.204912,1.49891717 239.711034,1.42918069 C238.355353,1.34521228 237.003969,0.817207501 236.452069,1.60992626 C235.178055,1.30820925 236.593912,0.72612312 235.058562,0.417290138 C233.965936,0.629345964 232.529446,1.33809631 231.273485,0.909715076 L231.295836,0.781627665 C228.242329,0.0344510969 226.624452,1.87890982 223.834,1.14027242 L224.13488,0.898329529 C223.148852,0.479910651 221.206883,1.04207207 219.428249,0.596612515 C219.935448,0.741778248 220.376453,1.26551344 219.307038,1.35090505 C217.26191,0.895483142 215.866684,1.35090505 214.371738,0.788743632 L212.936108,1.49607078 C205.814696,1.35802102 185.333533,1.18713965 178.179455,1.29957193 L178.460563,1.18713965 C167.560092,1.54151482 36.3744705,2.84069415 33.7052306,2.99439905 L33.8101089,2.36392434 C31.5835932,3.04136443 27.3987751,2.75957212 25.7989505,2.82646222 C22.1402435,2.56459462 16.4983041,1.46588927 11.6068467,2.29988064 C8.85751068,15.7016191 9.63628747,23.9447556 13.943177,27.0292902 L13.8408777,27.6597649 L15.1174707,27.5772197 C16.6511016,27.8874759 17.3594603,27.1573777 17.2554416,27.7864292 L15.1552957,27.7095767 C16.6958039,27.8917455 15.620371,28.2261959 15.0323645,28.5819943 C15.6753891,28.6431916 16.2995013,28.7200441 16.8118578,28.9121752 C17.1153173,28.6702323 16.5883466,28.6503076 16.3493615,28.513681 C17.1772127,28.2916628 18.3308745,27.6996144 19.3392541,27.9899458 C20.9167276,28.04972 19.4398341,29.0103755 21.2795035,29.0786888 C30.9841894,29.5668442 174.102094,30.3157384 176.693105,29.0163628 Z' id='Fill-7'/%3E%3Cpath d='M2.03983843,28.9214659 C2.03589604,28.6005809 0.835786462,25.9497742 4.45072524,24.1651868 C3.24667327,24.7600492 3.24667327,22.9741516 2.03983843,23.5703243 C2.03983843,21.7857369 1.20405197,18.8114246 6.02582559,18.2152519 L2.40949538,18.2152519 C1.20405197,17.6203894 2.40949538,16.4306645 2.40949538,15.2422499 C3.61633021,15.2422499 4.82038218,15.2422499 4.82038218,14.6460771 L4.82038218,12.2679376 L0,12.2679376 C1.20405197,12.2679376 2.40949538,12.2679376 2.40949538,11.6730751 L2.40949538,9.292315 C4.82038218,8.69745254 2.40578489,9.88848773 4.81806313,9.292315 L4.81806313,7.50903789 C2.40578489,6.91286516 4.82038218,7.50903789 2.40949538,7.50903789 C3.61633021,6.91286516 3.61633021,6.31931297 3.61633021,5.12827778 C7.23126899,4.53210505 10.8475992,6.31931297 14.4616104,4.53210505 L10.8475992,4.53210505 C13.2570946,1.55779275 19.2819925,3.93855286 22.8983228,3.3436904 C34.8358766,1.37959606 44.2224728,30.7086738 2.03983843,28.9214659 Z' id='Fill-1' transform='translate(16.500000, 16.000000) scale(1, -1) translate(-16.500000, -16.000000) '/%3E%3Cpath d='M216.081144,3.09098896 C221.46451,2.88082925 226.630096,2.9144966 229.474501,4.53210505 L229.474501,4.53210505 L221.629951,4.53210505 C226.336681,5.6044298 231.045223,5.38996485 235.753838,5.17559424 L237.323376,5.10590614 C239.93927,4.99564936 242.555127,4.92955354 245.170648,5.12827778 C245.170648,5.50724352 244.864881,5.82572028 244.532308,6.10303897 L244.388949,6.21942631 C243.887141,6.61835693 243.414687,6.9308954 243.913082,7.22228352 L243.981,7.258 L243.971441,7.25947657 C243.875938,7.26633321 243.771574,7.27519428 243.667202,7.28547312 L243.511746,7.30188137 C243.128626,7.34519367 242.807658,7.40431839 243.01574,7.44831818 L243.043,7.453 L242.821107,7.47925553 L242.821107,7.47925553 L242.562174,7.50903789 L242.562174,9.292315 C245.180213,9.59040137 244.423896,9.44168575 243.667202,9.29280635 L243.511746,9.26214789 C242.82213,9.12549281 242.333887,9.01539627 244.769964,9.292315 L244.769964,9.292315 L244.769964,11.6730751 C244.769964,12.2121692 246.91889,12.2627093 249.26703,12.2674474 L242.557141,12.2679376 L242.557141,14.6460771 C242.557141,15.2061182 242.198222,15.2400601 244.326266,15.2421172 L244.769964,15.2422499 C244.769964,15.5817969 244.983558,15.9214509 245.227666,16.247307 L245.351415,16.4090208 C245.932866,17.1577186 246.514316,17.8186769 244.769964,18.2152519 L244.769964,18.2152519 L239.940613,18.2152519 C247.301395,18.6345382 247.094149,20.2301148 246.323178,21.7608321 L246.249461,21.904109 L246.249461,21.904109 L246.059136,22.2591471 L246.059136,22.2591471 L245.983959,22.3993041 C245.761488,22.8177849 245.572339,23.217329 245.572339,23.5703243 C242.952791,22.9741516 245.973024,24.7600492 243.359516,24.1651868 C251.206079,25.9497742 245.580897,28.6005809 245.572339,28.9214659 C233.455101,29.1579852 223.351191,28.849537 215,28.1407734 L215.004995,3.135752 C215.015679,3.135284 215.026363,3.13481661 215.037047,3.13434983 Z M244.104,7.313 L244.188865,7.34605943 C244.340293,7.40066451 244.531824,7.45484037 244.769964,7.50903789 C243.777488,7.50903789 243.270393,7.4875941 243.064549,7.4569073 L243.043,7.453 L243.056796,7.45154483 C243.505484,7.39815842 243.819689,7.35687194 244.029293,7.32570543 L244.104,7.313 Z' id='Combined-Shape'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.teaser-offer__flag--newurgent--pantone-375 {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='141px' height='20px' viewBox='0 0 141 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ERectangle%3C/title%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='220314-Mein-Blau-App-1080-Flags-Brush-SPEC-V1' transform='translate(-161.000000, -382.000000)' fill='%2391c90e'%3E%3Cg id='x-Includes/Teaser-Blau-white-Symbol-' transform='translate(132.500000, 116.000000)'%3E%3Crect id='Rectangle' x='28.5' y='266' width='141' height='20'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.teaser-offer__flag--new--pantone-3262 {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='250px' height='30px' viewBox='0 0 250 30' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='HW-Benefit--HW-choice--smallscreen' transform='translate(-36.000000, -588.000000)'%3E%3Cg id='Group' transform='translate(16.000000, 569.000000)'%3E%3Cg id='hw-benefit-stoerer' transform='translate(20.000000, 19.000000)'%3E%3Cg id='stoerer-bg' fill='%2301b7b4'%3E%3Cpath d='M176.693105,29.0163628 C176.666169,29.7716041 176.57877,30.0614612 176.430909,29.885934 C181.205453,29.8119279 206.037551,29.1857228 210.44588,29.7293827 C212.225374,30.1762654 214.168202,29.6126808 213.741811,28.9637046 L216.109311,29.0505194 L216.004433,29.6824173 C216.532263,29.7009188 217.342921,27.9560836 219.668298,28.2948037 C223.592639,28.5680568 227.853967,28.3474618 231.7998,28.4940508 C231.737904,28.871197 230.910053,29.0946384 230.079623,29.3180798 C230.608313,29.3365813 231.414673,29.2398041 231.902099,29.5116341 C230.948738,28.8427332 233.557802,29.0661745 232.812478,28.7843822 C235.70265,27.2416405 239.441305,28.650602 241.992772,27.6045549 C242.112365,26.8584611 240.716956,19.4606901 240.099412,13.3634919 C239.96066,11.9935588 240.579016,10.3797361 240.451329,9.11815425 C240.089284,5.5410717 239.807316,2.67865308 239.807316,2.11373675 C240.599062,2.14362381 241.387369,2.17351087 241.628933,2.31013744 C241.424334,1.92160563 239.868352,1.73659048 239.040501,1.95860866 L238.897797,2.8424118 C236.994513,3.15266797 238.451635,2.31725341 236.593912,2.37702754 C236.494192,1.65404526 238.204912,1.49891717 239.711034,1.42918069 C238.355353,1.34521228 237.003969,0.817207501 236.452069,1.60992626 C235.178055,1.30820925 236.593912,0.72612312 235.058562,0.417290138 C233.965936,0.629345964 232.529446,1.33809631 231.273485,0.909715076 L231.295836,0.781627665 C228.242329,0.0344510969 226.624452,1.87890982 223.834,1.14027242 L224.13488,0.898329529 C223.148852,0.479910651 221.206883,1.04207207 219.428249,0.596612515 C219.935448,0.741778248 220.376453,1.26551344 219.307038,1.35090505 C217.26191,0.895483142 215.866684,1.35090505 214.371738,0.788743632 L212.936108,1.49607078 C205.814696,1.35802102 185.333533,1.18713965 178.179455,1.29957193 L178.460563,1.18713965 C167.560092,1.54151482 36.3744705,2.84069415 33.7052306,2.99439905 L33.8101089,2.36392434 C31.5835932,3.04136443 27.3987751,2.75957212 25.7989505,2.82646222 C22.1402435,2.56459462 16.4983041,1.46588927 11.6068467,2.29988064 C8.85751068,15.7016191 9.63628747,23.9447556 13.943177,27.0292902 L13.8408777,27.6597649 L15.1174707,27.5772197 C16.6511016,27.8874759 17.3594603,27.1573777 17.2554416,27.7864292 L15.1552957,27.7095767 C16.6958039,27.8917455 15.620371,28.2261959 15.0323645,28.5819943 C15.6753891,28.6431916 16.2995013,28.7200441 16.8118578,28.9121752 C17.1153173,28.6702323 16.5883466,28.6503076 16.3493615,28.513681 C17.1772127,28.2916628 18.3308745,27.6996144 19.3392541,27.9899458 C20.9167276,28.04972 19.4398341,29.0103755 21.2795035,29.0786888 C30.9841894,29.5668442 174.102094,30.3157384 176.693105,29.0163628 Z' id='Fill-7'/%3E%3Cpath d='M2.03983843,28.9214659 C2.03589604,28.6005809 0.835786462,25.9497742 4.45072524,24.1651868 C3.24667327,24.7600492 3.24667327,22.9741516 2.03983843,23.5703243 C2.03983843,21.7857369 1.20405197,18.8114246 6.02582559,18.2152519 L2.40949538,18.2152519 C1.20405197,17.6203894 2.40949538,16.4306645 2.40949538,15.2422499 C3.61633021,15.2422499 4.82038218,15.2422499 4.82038218,14.6460771 L4.82038218,12.2679376 L0,12.2679376 C1.20405197,12.2679376 2.40949538,12.2679376 2.40949538,11.6730751 L2.40949538,9.292315 C4.82038218,8.69745254 2.40578489,9.88848773 4.81806313,9.292315 L4.81806313,7.50903789 C2.40578489,6.91286516 4.82038218,7.50903789 2.40949538,7.50903789 C3.61633021,6.91286516 3.61633021,6.31931297 3.61633021,5.12827778 C7.23126899,4.53210505 10.8475992,6.31931297 14.4616104,4.53210505 L10.8475992,4.53210505 C13.2570946,1.55779275 19.2819925,3.93855286 22.8983228,3.3436904 C34.8358766,1.37959606 44.2224728,30.7086738 2.03983843,28.9214659 Z' id='Fill-1' transform='translate(16.500000, 16.000000) scale(1, -1) translate(-16.500000, -16.000000) '/%3E%3Cpath d='M216.081144,3.09098896 C221.46451,2.88082925 226.630096,2.9144966 229.474501,4.53210505 L229.474501,4.53210505 L221.629951,4.53210505 C226.336681,5.6044298 231.045223,5.38996485 235.753838,5.17559424 L237.323376,5.10590614 C239.93927,4.99564936 242.555127,4.92955354 245.170648,5.12827778 C245.170648,5.50724352 244.864881,5.82572028 244.532308,6.10303897 L244.388949,6.21942631 C243.887141,6.61835693 243.414687,6.9308954 243.913082,7.22228352 L243.981,7.258 L243.971441,7.25947657 C243.875938,7.26633321 243.771574,7.27519428 243.667202,7.28547312 L243.511746,7.30188137 C243.128626,7.34519367 242.807658,7.40431839 243.01574,7.44831818 L243.043,7.453 L242.821107,7.47925553 L242.821107,7.47925553 L242.562174,7.50903789 L242.562174,9.292315 C245.180213,9.59040137 244.423896,9.44168575 243.667202,9.29280635 L243.511746,9.26214789 C242.82213,9.12549281 242.333887,9.01539627 244.769964,9.292315 L244.769964,9.292315 L244.769964,11.6730751 C244.769964,12.2121692 246.91889,12.2627093 249.26703,12.2674474 L242.557141,12.2679376 L242.557141,14.6460771 C242.557141,15.2061182 242.198222,15.2400601 244.326266,15.2421172 L244.769964,15.2422499 C244.769964,15.5817969 244.983558,15.9214509 245.227666,16.247307 L245.351415,16.4090208 C245.932866,17.1577186 246.514316,17.8186769 244.769964,18.2152519 L244.769964,18.2152519 L239.940613,18.2152519 C247.301395,18.6345382 247.094149,20.2301148 246.323178,21.7608321 L246.249461,21.904109 L246.249461,21.904109 L246.059136,22.2591471 L246.059136,22.2591471 L245.983959,22.3993041 C245.761488,22.8177849 245.572339,23.217329 245.572339,23.5703243 C242.952791,22.9741516 245.973024,24.7600492 243.359516,24.1651868 C251.206079,25.9497742 245.580897,28.6005809 245.572339,28.9214659 C233.455101,29.1579852 223.351191,28.849537 215,28.1407734 L215.004995,3.135752 C215.015679,3.135284 215.026363,3.13481661 215.037047,3.13434983 Z M244.104,7.313 L244.188865,7.34605943 C244.340293,7.40066451 244.531824,7.45484037 244.769964,7.50903789 C243.777488,7.50903789 243.270393,7.4875941 243.064549,7.4569073 L243.043,7.453 L243.056796,7.45154483 C243.505484,7.39815842 243.819689,7.35687194 244.029293,7.32570543 L244.104,7.313 Z' id='Combined-Shape'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.teaser-offer__flag--newurgent--pantone-3262 {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='141px' height='20px' viewBox='0 0 141 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ERectangle%3C/title%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='220314-Mein-Blau-App-1080-Flags-Brush-SPEC-V1' transform='translate(-161.000000, -382.000000)' fill='%2301b7b4'%3E%3Cg id='x-Includes/Teaser-Blau-white-Symbol-' transform='translate(132.500000, 116.000000)'%3E%3Crect id='Rectangle' x='28.5' y='266' width='141' height='20'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.teaser-offer__flag--new--red {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='250px' height='30px' viewBox='0 0 250 30' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='HW-Benefit--HW-choice--smallscreen' transform='translate(-36.000000, -588.000000)'%3E%3Cg id='Group' transform='translate(16.000000, 569.000000)'%3E%3Cg id='hw-benefit-stoerer' transform='translate(20.000000, 19.000000)'%3E%3Cg id='stoerer-bg' fill='%23F62D5F'%3E%3Cpath d='M176.693105,29.0163628 C176.666169,29.7716041 176.57877,30.0614612 176.430909,29.885934 C181.205453,29.8119279 206.037551,29.1857228 210.44588,29.7293827 C212.225374,30.1762654 214.168202,29.6126808 213.741811,28.9637046 L216.109311,29.0505194 L216.004433,29.6824173 C216.532263,29.7009188 217.342921,27.9560836 219.668298,28.2948037 C223.592639,28.5680568 227.853967,28.3474618 231.7998,28.4940508 C231.737904,28.871197 230.910053,29.0946384 230.079623,29.3180798 C230.608313,29.3365813 231.414673,29.2398041 231.902099,29.5116341 C230.948738,28.8427332 233.557802,29.0661745 232.812478,28.7843822 C235.70265,27.2416405 239.441305,28.650602 241.992772,27.6045549 C242.112365,26.8584611 240.716956,19.4606901 240.099412,13.3634919 C239.96066,11.9935588 240.579016,10.3797361 240.451329,9.11815425 C240.089284,5.5410717 239.807316,2.67865308 239.807316,2.11373675 C240.599062,2.14362381 241.387369,2.17351087 241.628933,2.31013744 C241.424334,1.92160563 239.868352,1.73659048 239.040501,1.95860866 L238.897797,2.8424118 C236.994513,3.15266797 238.451635,2.31725341 236.593912,2.37702754 C236.494192,1.65404526 238.204912,1.49891717 239.711034,1.42918069 C238.355353,1.34521228 237.003969,0.817207501 236.452069,1.60992626 C235.178055,1.30820925 236.593912,0.72612312 235.058562,0.417290138 C233.965936,0.629345964 232.529446,1.33809631 231.273485,0.909715076 L231.295836,0.781627665 C228.242329,0.0344510969 226.624452,1.87890982 223.834,1.14027242 L224.13488,0.898329529 C223.148852,0.479910651 221.206883,1.04207207 219.428249,0.596612515 C219.935448,0.741778248 220.376453,1.26551344 219.307038,1.35090505 C217.26191,0.895483142 215.866684,1.35090505 214.371738,0.788743632 L212.936108,1.49607078 C205.814696,1.35802102 185.333533,1.18713965 178.179455,1.29957193 L178.460563,1.18713965 C167.560092,1.54151482 36.3744705,2.84069415 33.7052306,2.99439905 L33.8101089,2.36392434 C31.5835932,3.04136443 27.3987751,2.75957212 25.7989505,2.82646222 C22.1402435,2.56459462 16.4983041,1.46588927 11.6068467,2.29988064 C8.85751068,15.7016191 9.63628747,23.9447556 13.943177,27.0292902 L13.8408777,27.6597649 L15.1174707,27.5772197 C16.6511016,27.8874759 17.3594603,27.1573777 17.2554416,27.7864292 L15.1552957,27.7095767 C16.6958039,27.8917455 15.620371,28.2261959 15.0323645,28.5819943 C15.6753891,28.6431916 16.2995013,28.7200441 16.8118578,28.9121752 C17.1153173,28.6702323 16.5883466,28.6503076 16.3493615,28.513681 C17.1772127,28.2916628 18.3308745,27.6996144 19.3392541,27.9899458 C20.9167276,28.04972 19.4398341,29.0103755 21.2795035,29.0786888 C30.9841894,29.5668442 174.102094,30.3157384 176.693105,29.0163628 Z' id='Fill-7'/%3E%3Cpath d='M2.03983843,28.9214659 C2.03589604,28.6005809 0.835786462,25.9497742 4.45072524,24.1651868 C3.24667327,24.7600492 3.24667327,22.9741516 2.03983843,23.5703243 C2.03983843,21.7857369 1.20405197,18.8114246 6.02582559,18.2152519 L2.40949538,18.2152519 C1.20405197,17.6203894 2.40949538,16.4306645 2.40949538,15.2422499 C3.61633021,15.2422499 4.82038218,15.2422499 4.82038218,14.6460771 L4.82038218,12.2679376 L0,12.2679376 C1.20405197,12.2679376 2.40949538,12.2679376 2.40949538,11.6730751 L2.40949538,9.292315 C4.82038218,8.69745254 2.40578489,9.88848773 4.81806313,9.292315 L4.81806313,7.50903789 C2.40578489,6.91286516 4.82038218,7.50903789 2.40949538,7.50903789 C3.61633021,6.91286516 3.61633021,6.31931297 3.61633021,5.12827778 C7.23126899,4.53210505 10.8475992,6.31931297 14.4616104,4.53210505 L10.8475992,4.53210505 C13.2570946,1.55779275 19.2819925,3.93855286 22.8983228,3.3436904 C34.8358766,1.37959606 44.2224728,30.7086738 2.03983843,28.9214659 Z' id='Fill-1' transform='translate(16.500000, 16.000000) scale(1, -1) translate(-16.500000, -16.000000) '/%3E%3Cpath d='M216.081144,3.09098896 C221.46451,2.88082925 226.630096,2.9144966 229.474501,4.53210505 L229.474501,4.53210505 L221.629951,4.53210505 C226.336681,5.6044298 231.045223,5.38996485 235.753838,5.17559424 L237.323376,5.10590614 C239.93927,4.99564936 242.555127,4.92955354 245.170648,5.12827778 C245.170648,5.50724352 244.864881,5.82572028 244.532308,6.10303897 L244.388949,6.21942631 C243.887141,6.61835693 243.414687,6.9308954 243.913082,7.22228352 L243.981,7.258 L243.971441,7.25947657 C243.875938,7.26633321 243.771574,7.27519428 243.667202,7.28547312 L243.511746,7.30188137 C243.128626,7.34519367 242.807658,7.40431839 243.01574,7.44831818 L243.043,7.453 L242.821107,7.47925553 L242.821107,7.47925553 L242.562174,7.50903789 L242.562174,9.292315 C245.180213,9.59040137 244.423896,9.44168575 243.667202,9.29280635 L243.511746,9.26214789 C242.82213,9.12549281 242.333887,9.01539627 244.769964,9.292315 L244.769964,9.292315 L244.769964,11.6730751 C244.769964,12.2121692 246.91889,12.2627093 249.26703,12.2674474 L242.557141,12.2679376 L242.557141,14.6460771 C242.557141,15.2061182 242.198222,15.2400601 244.326266,15.2421172 L244.769964,15.2422499 C244.769964,15.5817969 244.983558,15.9214509 245.227666,16.247307 L245.351415,16.4090208 C245.932866,17.1577186 246.514316,17.8186769 244.769964,18.2152519 L244.769964,18.2152519 L239.940613,18.2152519 C247.301395,18.6345382 247.094149,20.2301148 246.323178,21.7608321 L246.249461,21.904109 L246.249461,21.904109 L246.059136,22.2591471 L246.059136,22.2591471 L245.983959,22.3993041 C245.761488,22.8177849 245.572339,23.217329 245.572339,23.5703243 C242.952791,22.9741516 245.973024,24.7600492 243.359516,24.1651868 C251.206079,25.9497742 245.580897,28.6005809 245.572339,28.9214659 C233.455101,29.1579852 223.351191,28.849537 215,28.1407734 L215.004995,3.135752 C215.015679,3.135284 215.026363,3.13481661 215.037047,3.13434983 Z M244.104,7.313 L244.188865,7.34605943 C244.340293,7.40066451 244.531824,7.45484037 244.769964,7.50903789 C243.777488,7.50903789 243.270393,7.4875941 243.064549,7.4569073 L243.043,7.453 L243.056796,7.45154483 C243.505484,7.39815842 243.819689,7.35687194 244.029293,7.32570543 L244.104,7.313 Z' id='Combined-Shape'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.teaser-offer__flag--newurgent--red {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='141px' height='20px' viewBox='0 0 141 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ERectangle%3C/title%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='220314-Mein-Blau-App-1080-Flags-Brush-SPEC-V1' transform='translate(-161.000000, -382.000000)' fill='%23F62D5F'%3E%3Cg id='x-Includes/Teaser-Blau-white-Symbol-' transform='translate(132.500000, 116.000000)'%3E%3Crect id='Rectangle' x='28.5' y='266' width='141' height='20'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.teaser-offer__flag--new--purple {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='250px' height='30px' viewBox='0 0 250 30' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='HW-Benefit--HW-choice--smallscreen' transform='translate(-36.000000, -588.000000)'%3E%3Cg id='Group' transform='translate(16.000000, 569.000000)'%3E%3Cg id='hw-benefit-stoerer' transform='translate(20.000000, 19.000000)'%3E%3Cg id='stoerer-bg' fill='%23804CAA'%3E%3Cpath d='M176.693105,29.0163628 C176.666169,29.7716041 176.57877,30.0614612 176.430909,29.885934 C181.205453,29.8119279 206.037551,29.1857228 210.44588,29.7293827 C212.225374,30.1762654 214.168202,29.6126808 213.741811,28.9637046 L216.109311,29.0505194 L216.004433,29.6824173 C216.532263,29.7009188 217.342921,27.9560836 219.668298,28.2948037 C223.592639,28.5680568 227.853967,28.3474618 231.7998,28.4940508 C231.737904,28.871197 230.910053,29.0946384 230.079623,29.3180798 C230.608313,29.3365813 231.414673,29.2398041 231.902099,29.5116341 C230.948738,28.8427332 233.557802,29.0661745 232.812478,28.7843822 C235.70265,27.2416405 239.441305,28.650602 241.992772,27.6045549 C242.112365,26.8584611 240.716956,19.4606901 240.099412,13.3634919 C239.96066,11.9935588 240.579016,10.3797361 240.451329,9.11815425 C240.089284,5.5410717 239.807316,2.67865308 239.807316,2.11373675 C240.599062,2.14362381 241.387369,2.17351087 241.628933,2.31013744 C241.424334,1.92160563 239.868352,1.73659048 239.040501,1.95860866 L238.897797,2.8424118 C236.994513,3.15266797 238.451635,2.31725341 236.593912,2.37702754 C236.494192,1.65404526 238.204912,1.49891717 239.711034,1.42918069 C238.355353,1.34521228 237.003969,0.817207501 236.452069,1.60992626 C235.178055,1.30820925 236.593912,0.72612312 235.058562,0.417290138 C233.965936,0.629345964 232.529446,1.33809631 231.273485,0.909715076 L231.295836,0.781627665 C228.242329,0.0344510969 226.624452,1.87890982 223.834,1.14027242 L224.13488,0.898329529 C223.148852,0.479910651 221.206883,1.04207207 219.428249,0.596612515 C219.935448,0.741778248 220.376453,1.26551344 219.307038,1.35090505 C217.26191,0.895483142 215.866684,1.35090505 214.371738,0.788743632 L212.936108,1.49607078 C205.814696,1.35802102 185.333533,1.18713965 178.179455,1.29957193 L178.460563,1.18713965 C167.560092,1.54151482 36.3744705,2.84069415 33.7052306,2.99439905 L33.8101089,2.36392434 C31.5835932,3.04136443 27.3987751,2.75957212 25.7989505,2.82646222 C22.1402435,2.56459462 16.4983041,1.46588927 11.6068467,2.29988064 C8.85751068,15.7016191 9.63628747,23.9447556 13.943177,27.0292902 L13.8408777,27.6597649 L15.1174707,27.5772197 C16.6511016,27.8874759 17.3594603,27.1573777 17.2554416,27.7864292 L15.1552957,27.7095767 C16.6958039,27.8917455 15.620371,28.2261959 15.0323645,28.5819943 C15.6753891,28.6431916 16.2995013,28.7200441 16.8118578,28.9121752 C17.1153173,28.6702323 16.5883466,28.6503076 16.3493615,28.513681 C17.1772127,28.2916628 18.3308745,27.6996144 19.3392541,27.9899458 C20.9167276,28.04972 19.4398341,29.0103755 21.2795035,29.0786888 C30.9841894,29.5668442 174.102094,30.3157384 176.693105,29.0163628 Z' id='Fill-7'/%3E%3Cpath d='M2.03983843,28.9214659 C2.03589604,28.6005809 0.835786462,25.9497742 4.45072524,24.1651868 C3.24667327,24.7600492 3.24667327,22.9741516 2.03983843,23.5703243 C2.03983843,21.7857369 1.20405197,18.8114246 6.02582559,18.2152519 L2.40949538,18.2152519 C1.20405197,17.6203894 2.40949538,16.4306645 2.40949538,15.2422499 C3.61633021,15.2422499 4.82038218,15.2422499 4.82038218,14.6460771 L4.82038218,12.2679376 L0,12.2679376 C1.20405197,12.2679376 2.40949538,12.2679376 2.40949538,11.6730751 L2.40949538,9.292315 C4.82038218,8.69745254 2.40578489,9.88848773 4.81806313,9.292315 L4.81806313,7.50903789 C2.40578489,6.91286516 4.82038218,7.50903789 2.40949538,7.50903789 C3.61633021,6.91286516 3.61633021,6.31931297 3.61633021,5.12827778 C7.23126899,4.53210505 10.8475992,6.31931297 14.4616104,4.53210505 L10.8475992,4.53210505 C13.2570946,1.55779275 19.2819925,3.93855286 22.8983228,3.3436904 C34.8358766,1.37959606 44.2224728,30.7086738 2.03983843,28.9214659 Z' id='Fill-1' transform='translate(16.500000, 16.000000) scale(1, -1) translate(-16.500000, -16.000000) '/%3E%3Cpath d='M216.081144,3.09098896 C221.46451,2.88082925 226.630096,2.9144966 229.474501,4.53210505 L229.474501,4.53210505 L221.629951,4.53210505 C226.336681,5.6044298 231.045223,5.38996485 235.753838,5.17559424 L237.323376,5.10590614 C239.93927,4.99564936 242.555127,4.92955354 245.170648,5.12827778 C245.170648,5.50724352 244.864881,5.82572028 244.532308,6.10303897 L244.388949,6.21942631 C243.887141,6.61835693 243.414687,6.9308954 243.913082,7.22228352 L243.981,7.258 L243.971441,7.25947657 C243.875938,7.26633321 243.771574,7.27519428 243.667202,7.28547312 L243.511746,7.30188137 C243.128626,7.34519367 242.807658,7.40431839 243.01574,7.44831818 L243.043,7.453 L242.821107,7.47925553 L242.821107,7.47925553 L242.562174,7.50903789 L242.562174,9.292315 C245.180213,9.59040137 244.423896,9.44168575 243.667202,9.29280635 L243.511746,9.26214789 C242.82213,9.12549281 242.333887,9.01539627 244.769964,9.292315 L244.769964,9.292315 L244.769964,11.6730751 C244.769964,12.2121692 246.91889,12.2627093 249.26703,12.2674474 L242.557141,12.2679376 L242.557141,14.6460771 C242.557141,15.2061182 242.198222,15.2400601 244.326266,15.2421172 L244.769964,15.2422499 C244.769964,15.5817969 244.983558,15.9214509 245.227666,16.247307 L245.351415,16.4090208 C245.932866,17.1577186 246.514316,17.8186769 244.769964,18.2152519 L244.769964,18.2152519 L239.940613,18.2152519 C247.301395,18.6345382 247.094149,20.2301148 246.323178,21.7608321 L246.249461,21.904109 L246.249461,21.904109 L246.059136,22.2591471 L246.059136,22.2591471 L245.983959,22.3993041 C245.761488,22.8177849 245.572339,23.217329 245.572339,23.5703243 C242.952791,22.9741516 245.973024,24.7600492 243.359516,24.1651868 C251.206079,25.9497742 245.580897,28.6005809 245.572339,28.9214659 C233.455101,29.1579852 223.351191,28.849537 215,28.1407734 L215.004995,3.135752 C215.015679,3.135284 215.026363,3.13481661 215.037047,3.13434983 Z M244.104,7.313 L244.188865,7.34605943 C244.340293,7.40066451 244.531824,7.45484037 244.769964,7.50903789 C243.777488,7.50903789 243.270393,7.4875941 243.064549,7.4569073 L243.043,7.453 L243.056796,7.45154483 C243.505484,7.39815842 243.819689,7.35687194 244.029293,7.32570543 L244.104,7.313 Z' id='Combined-Shape'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.teaser-offer__flag--newurgent--purple {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='141px' height='20px' viewBox='0 0 141 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ERectangle%3C/title%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='220314-Mein-Blau-App-1080-Flags-Brush-SPEC-V1' transform='translate(-161.000000, -382.000000)' fill='%23804CAA'%3E%3Cg id='x-Includes/Teaser-Blau-white-Symbol-' transform='translate(132.500000, 116.000000)'%3E%3Crect id='Rectangle' x='28.5' y='266' width='141' height='20'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.teaser-offer__flag--new--pink {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='250px' height='30px' viewBox='0 0 250 30' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='HW-Benefit--HW-choice--smallscreen' transform='translate(-36.000000, -588.000000)'%3E%3Cg id='Group' transform='translate(16.000000, 569.000000)'%3E%3Cg id='hw-benefit-stoerer' transform='translate(20.000000, 19.000000)'%3E%3Cg id='stoerer-bg' fill='%23F45D7B'%3E%3Cpath d='M176.693105,29.0163628 C176.666169,29.7716041 176.57877,30.0614612 176.430909,29.885934 C181.205453,29.8119279 206.037551,29.1857228 210.44588,29.7293827 C212.225374,30.1762654 214.168202,29.6126808 213.741811,28.9637046 L216.109311,29.0505194 L216.004433,29.6824173 C216.532263,29.7009188 217.342921,27.9560836 219.668298,28.2948037 C223.592639,28.5680568 227.853967,28.3474618 231.7998,28.4940508 C231.737904,28.871197 230.910053,29.0946384 230.079623,29.3180798 C230.608313,29.3365813 231.414673,29.2398041 231.902099,29.5116341 C230.948738,28.8427332 233.557802,29.0661745 232.812478,28.7843822 C235.70265,27.2416405 239.441305,28.650602 241.992772,27.6045549 C242.112365,26.8584611 240.716956,19.4606901 240.099412,13.3634919 C239.96066,11.9935588 240.579016,10.3797361 240.451329,9.11815425 C240.089284,5.5410717 239.807316,2.67865308 239.807316,2.11373675 C240.599062,2.14362381 241.387369,2.17351087 241.628933,2.31013744 C241.424334,1.92160563 239.868352,1.73659048 239.040501,1.95860866 L238.897797,2.8424118 C236.994513,3.15266797 238.451635,2.31725341 236.593912,2.37702754 C236.494192,1.65404526 238.204912,1.49891717 239.711034,1.42918069 C238.355353,1.34521228 237.003969,0.817207501 236.452069,1.60992626 C235.178055,1.30820925 236.593912,0.72612312 235.058562,0.417290138 C233.965936,0.629345964 232.529446,1.33809631 231.273485,0.909715076 L231.295836,0.781627665 C228.242329,0.0344510969 226.624452,1.87890982 223.834,1.14027242 L224.13488,0.898329529 C223.148852,0.479910651 221.206883,1.04207207 219.428249,0.596612515 C219.935448,0.741778248 220.376453,1.26551344 219.307038,1.35090505 C217.26191,0.895483142 215.866684,1.35090505 214.371738,0.788743632 L212.936108,1.49607078 C205.814696,1.35802102 185.333533,1.18713965 178.179455,1.29957193 L178.460563,1.18713965 C167.560092,1.54151482 36.3744705,2.84069415 33.7052306,2.99439905 L33.8101089,2.36392434 C31.5835932,3.04136443 27.3987751,2.75957212 25.7989505,2.82646222 C22.1402435,2.56459462 16.4983041,1.46588927 11.6068467,2.29988064 C8.85751068,15.7016191 9.63628747,23.9447556 13.943177,27.0292902 L13.8408777,27.6597649 L15.1174707,27.5772197 C16.6511016,27.8874759 17.3594603,27.1573777 17.2554416,27.7864292 L15.1552957,27.7095767 C16.6958039,27.8917455 15.620371,28.2261959 15.0323645,28.5819943 C15.6753891,28.6431916 16.2995013,28.7200441 16.8118578,28.9121752 C17.1153173,28.6702323 16.5883466,28.6503076 16.3493615,28.513681 C17.1772127,28.2916628 18.3308745,27.6996144 19.3392541,27.9899458 C20.9167276,28.04972 19.4398341,29.0103755 21.2795035,29.0786888 C30.9841894,29.5668442 174.102094,30.3157384 176.693105,29.0163628 Z' id='Fill-7'/%3E%3Cpath d='M2.03983843,28.9214659 C2.03589604,28.6005809 0.835786462,25.9497742 4.45072524,24.1651868 C3.24667327,24.7600492 3.24667327,22.9741516 2.03983843,23.5703243 C2.03983843,21.7857369 1.20405197,18.8114246 6.02582559,18.2152519 L2.40949538,18.2152519 C1.20405197,17.6203894 2.40949538,16.4306645 2.40949538,15.2422499 C3.61633021,15.2422499 4.82038218,15.2422499 4.82038218,14.6460771 L4.82038218,12.2679376 L0,12.2679376 C1.20405197,12.2679376 2.40949538,12.2679376 2.40949538,11.6730751 L2.40949538,9.292315 C4.82038218,8.69745254 2.40578489,9.88848773 4.81806313,9.292315 L4.81806313,7.50903789 C2.40578489,6.91286516 4.82038218,7.50903789 2.40949538,7.50903789 C3.61633021,6.91286516 3.61633021,6.31931297 3.61633021,5.12827778 C7.23126899,4.53210505 10.8475992,6.31931297 14.4616104,4.53210505 L10.8475992,4.53210505 C13.2570946,1.55779275 19.2819925,3.93855286 22.8983228,3.3436904 C34.8358766,1.37959606 44.2224728,30.7086738 2.03983843,28.9214659 Z' id='Fill-1' transform='translate(16.500000, 16.000000) scale(1, -1) translate(-16.500000, -16.000000) '/%3E%3Cpath d='M216.081144,3.09098896 C221.46451,2.88082925 226.630096,2.9144966 229.474501,4.53210505 L229.474501,4.53210505 L221.629951,4.53210505 C226.336681,5.6044298 231.045223,5.38996485 235.753838,5.17559424 L237.323376,5.10590614 C239.93927,4.99564936 242.555127,4.92955354 245.170648,5.12827778 C245.170648,5.50724352 244.864881,5.82572028 244.532308,6.10303897 L244.388949,6.21942631 C243.887141,6.61835693 243.414687,6.9308954 243.913082,7.22228352 L243.981,7.258 L243.971441,7.25947657 C243.875938,7.26633321 243.771574,7.27519428 243.667202,7.28547312 L243.511746,7.30188137 C243.128626,7.34519367 242.807658,7.40431839 243.01574,7.44831818 L243.043,7.453 L242.821107,7.47925553 L242.821107,7.47925553 L242.562174,7.50903789 L242.562174,9.292315 C245.180213,9.59040137 244.423896,9.44168575 243.667202,9.29280635 L243.511746,9.26214789 C242.82213,9.12549281 242.333887,9.01539627 244.769964,9.292315 L244.769964,9.292315 L244.769964,11.6730751 C244.769964,12.2121692 246.91889,12.2627093 249.26703,12.2674474 L242.557141,12.2679376 L242.557141,14.6460771 C242.557141,15.2061182 242.198222,15.2400601 244.326266,15.2421172 L244.769964,15.2422499 C244.769964,15.5817969 244.983558,15.9214509 245.227666,16.247307 L245.351415,16.4090208 C245.932866,17.1577186 246.514316,17.8186769 244.769964,18.2152519 L244.769964,18.2152519 L239.940613,18.2152519 C247.301395,18.6345382 247.094149,20.2301148 246.323178,21.7608321 L246.249461,21.904109 L246.249461,21.904109 L246.059136,22.2591471 L246.059136,22.2591471 L245.983959,22.3993041 C245.761488,22.8177849 245.572339,23.217329 245.572339,23.5703243 C242.952791,22.9741516 245.973024,24.7600492 243.359516,24.1651868 C251.206079,25.9497742 245.580897,28.6005809 245.572339,28.9214659 C233.455101,29.1579852 223.351191,28.849537 215,28.1407734 L215.004995,3.135752 C215.015679,3.135284 215.026363,3.13481661 215.037047,3.13434983 Z M244.104,7.313 L244.188865,7.34605943 C244.340293,7.40066451 244.531824,7.45484037 244.769964,7.50903789 C243.777488,7.50903789 243.270393,7.4875941 243.064549,7.4569073 L243.043,7.453 L243.056796,7.45154483 C243.505484,7.39815842 243.819689,7.35687194 244.029293,7.32570543 L244.104,7.313 Z' id='Combined-Shape'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.teaser-offer__flag--newurgent--pink {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='141px' height='20px' viewBox='0 0 141 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ERectangle%3C/title%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='220314-Mein-Blau-App-1080-Flags-Brush-SPEC-V1' transform='translate(-161.000000, -382.000000)' fill='%23F45D7B'%3E%3Cg id='x-Includes/Teaser-Blau-white-Symbol-' transform='translate(132.500000, 116.000000)'%3E%3Crect id='Rectangle' x='28.5' y='266' width='141' height='20'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.teaser-offer__flag--new--orange {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='250px' height='30px' viewBox='0 0 250 30' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='HW-Benefit--HW-choice--smallscreen' transform='translate(-36.000000, -588.000000)'%3E%3Cg id='Group' transform='translate(16.000000, 569.000000)'%3E%3Cg id='hw-benefit-stoerer' transform='translate(20.000000, 19.000000)'%3E%3Cg id='stoerer-bg' fill='%23FF7947'%3E%3Cpath d='M176.693105,29.0163628 C176.666169,29.7716041 176.57877,30.0614612 176.430909,29.885934 C181.205453,29.8119279 206.037551,29.1857228 210.44588,29.7293827 C212.225374,30.1762654 214.168202,29.6126808 213.741811,28.9637046 L216.109311,29.0505194 L216.004433,29.6824173 C216.532263,29.7009188 217.342921,27.9560836 219.668298,28.2948037 C223.592639,28.5680568 227.853967,28.3474618 231.7998,28.4940508 C231.737904,28.871197 230.910053,29.0946384 230.079623,29.3180798 C230.608313,29.3365813 231.414673,29.2398041 231.902099,29.5116341 C230.948738,28.8427332 233.557802,29.0661745 232.812478,28.7843822 C235.70265,27.2416405 239.441305,28.650602 241.992772,27.6045549 C242.112365,26.8584611 240.716956,19.4606901 240.099412,13.3634919 C239.96066,11.9935588 240.579016,10.3797361 240.451329,9.11815425 C240.089284,5.5410717 239.807316,2.67865308 239.807316,2.11373675 C240.599062,2.14362381 241.387369,2.17351087 241.628933,2.31013744 C241.424334,1.92160563 239.868352,1.73659048 239.040501,1.95860866 L238.897797,2.8424118 C236.994513,3.15266797 238.451635,2.31725341 236.593912,2.37702754 C236.494192,1.65404526 238.204912,1.49891717 239.711034,1.42918069 C238.355353,1.34521228 237.003969,0.817207501 236.452069,1.60992626 C235.178055,1.30820925 236.593912,0.72612312 235.058562,0.417290138 C233.965936,0.629345964 232.529446,1.33809631 231.273485,0.909715076 L231.295836,0.781627665 C228.242329,0.0344510969 226.624452,1.87890982 223.834,1.14027242 L224.13488,0.898329529 C223.148852,0.479910651 221.206883,1.04207207 219.428249,0.596612515 C219.935448,0.741778248 220.376453,1.26551344 219.307038,1.35090505 C217.26191,0.895483142 215.866684,1.35090505 214.371738,0.788743632 L212.936108,1.49607078 C205.814696,1.35802102 185.333533,1.18713965 178.179455,1.29957193 L178.460563,1.18713965 C167.560092,1.54151482 36.3744705,2.84069415 33.7052306,2.99439905 L33.8101089,2.36392434 C31.5835932,3.04136443 27.3987751,2.75957212 25.7989505,2.82646222 C22.1402435,2.56459462 16.4983041,1.46588927 11.6068467,2.29988064 C8.85751068,15.7016191 9.63628747,23.9447556 13.943177,27.0292902 L13.8408777,27.6597649 L15.1174707,27.5772197 C16.6511016,27.8874759 17.3594603,27.1573777 17.2554416,27.7864292 L15.1552957,27.7095767 C16.6958039,27.8917455 15.620371,28.2261959 15.0323645,28.5819943 C15.6753891,28.6431916 16.2995013,28.7200441 16.8118578,28.9121752 C17.1153173,28.6702323 16.5883466,28.6503076 16.3493615,28.513681 C17.1772127,28.2916628 18.3308745,27.6996144 19.3392541,27.9899458 C20.9167276,28.04972 19.4398341,29.0103755 21.2795035,29.0786888 C30.9841894,29.5668442 174.102094,30.3157384 176.693105,29.0163628 Z' id='Fill-7'/%3E%3Cpath d='M2.03983843,28.9214659 C2.03589604,28.6005809 0.835786462,25.9497742 4.45072524,24.1651868 C3.24667327,24.7600492 3.24667327,22.9741516 2.03983843,23.5703243 C2.03983843,21.7857369 1.20405197,18.8114246 6.02582559,18.2152519 L2.40949538,18.2152519 C1.20405197,17.6203894 2.40949538,16.4306645 2.40949538,15.2422499 C3.61633021,15.2422499 4.82038218,15.2422499 4.82038218,14.6460771 L4.82038218,12.2679376 L0,12.2679376 C1.20405197,12.2679376 2.40949538,12.2679376 2.40949538,11.6730751 L2.40949538,9.292315 C4.82038218,8.69745254 2.40578489,9.88848773 4.81806313,9.292315 L4.81806313,7.50903789 C2.40578489,6.91286516 4.82038218,7.50903789 2.40949538,7.50903789 C3.61633021,6.91286516 3.61633021,6.31931297 3.61633021,5.12827778 C7.23126899,4.53210505 10.8475992,6.31931297 14.4616104,4.53210505 L10.8475992,4.53210505 C13.2570946,1.55779275 19.2819925,3.93855286 22.8983228,3.3436904 C34.8358766,1.37959606 44.2224728,30.7086738 2.03983843,28.9214659 Z' id='Fill-1' transform='translate(16.500000, 16.000000) scale(1, -1) translate(-16.500000, -16.000000) '/%3E%3Cpath d='M216.081144,3.09098896 C221.46451,2.88082925 226.630096,2.9144966 229.474501,4.53210505 L229.474501,4.53210505 L221.629951,4.53210505 C226.336681,5.6044298 231.045223,5.38996485 235.753838,5.17559424 L237.323376,5.10590614 C239.93927,4.99564936 242.555127,4.92955354 245.170648,5.12827778 C245.170648,5.50724352 244.864881,5.82572028 244.532308,6.10303897 L244.388949,6.21942631 C243.887141,6.61835693 243.414687,6.9308954 243.913082,7.22228352 L243.981,7.258 L243.971441,7.25947657 C243.875938,7.26633321 243.771574,7.27519428 243.667202,7.28547312 L243.511746,7.30188137 C243.128626,7.34519367 242.807658,7.40431839 243.01574,7.44831818 L243.043,7.453 L242.821107,7.47925553 L242.821107,7.47925553 L242.562174,7.50903789 L242.562174,9.292315 C245.180213,9.59040137 244.423896,9.44168575 243.667202,9.29280635 L243.511746,9.26214789 C242.82213,9.12549281 242.333887,9.01539627 244.769964,9.292315 L244.769964,9.292315 L244.769964,11.6730751 C244.769964,12.2121692 246.91889,12.2627093 249.26703,12.2674474 L242.557141,12.2679376 L242.557141,14.6460771 C242.557141,15.2061182 242.198222,15.2400601 244.326266,15.2421172 L244.769964,15.2422499 C244.769964,15.5817969 244.983558,15.9214509 245.227666,16.247307 L245.351415,16.4090208 C245.932866,17.1577186 246.514316,17.8186769 244.769964,18.2152519 L244.769964,18.2152519 L239.940613,18.2152519 C247.301395,18.6345382 247.094149,20.2301148 246.323178,21.7608321 L246.249461,21.904109 L246.249461,21.904109 L246.059136,22.2591471 L246.059136,22.2591471 L245.983959,22.3993041 C245.761488,22.8177849 245.572339,23.217329 245.572339,23.5703243 C242.952791,22.9741516 245.973024,24.7600492 243.359516,24.1651868 C251.206079,25.9497742 245.580897,28.6005809 245.572339,28.9214659 C233.455101,29.1579852 223.351191,28.849537 215,28.1407734 L215.004995,3.135752 C215.015679,3.135284 215.026363,3.13481661 215.037047,3.13434983 Z M244.104,7.313 L244.188865,7.34605943 C244.340293,7.40066451 244.531824,7.45484037 244.769964,7.50903789 C243.777488,7.50903789 243.270393,7.4875941 243.064549,7.4569073 L243.043,7.453 L243.056796,7.45154483 C243.505484,7.39815842 243.819689,7.35687194 244.029293,7.32570543 L244.104,7.313 Z' id='Combined-Shape'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.teaser-offer__flag--newurgent--orange {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='141px' height='20px' viewBox='0 0 141 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ERectangle%3C/title%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='220314-Mein-Blau-App-1080-Flags-Brush-SPEC-V1' transform='translate(-161.000000, -382.000000)' fill='%23FF7947'%3E%3Cg id='x-Includes/Teaser-Blau-white-Symbol-' transform='translate(132.500000, 116.000000)'%3E%3Crect id='Rectangle' x='28.5' y='266' width='141' height='20'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.teaser-offer__flag--new--yellow {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='250px' height='30px' viewBox='0 0 250 30' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='HW-Benefit--HW-choice--smallscreen' transform='translate(-36.000000, -588.000000)'%3E%3Cg id='Group' transform='translate(16.000000, 569.000000)'%3E%3Cg id='hw-benefit-stoerer' transform='translate(20.000000, 19.000000)'%3E%3Cg id='stoerer-bg' fill='%23FFC548'%3E%3Cpath d='M176.693105,29.0163628 C176.666169,29.7716041 176.57877,30.0614612 176.430909,29.885934 C181.205453,29.8119279 206.037551,29.1857228 210.44588,29.7293827 C212.225374,30.1762654 214.168202,29.6126808 213.741811,28.9637046 L216.109311,29.0505194 L216.004433,29.6824173 C216.532263,29.7009188 217.342921,27.9560836 219.668298,28.2948037 C223.592639,28.5680568 227.853967,28.3474618 231.7998,28.4940508 C231.737904,28.871197 230.910053,29.0946384 230.079623,29.3180798 C230.608313,29.3365813 231.414673,29.2398041 231.902099,29.5116341 C230.948738,28.8427332 233.557802,29.0661745 232.812478,28.7843822 C235.70265,27.2416405 239.441305,28.650602 241.992772,27.6045549 C242.112365,26.8584611 240.716956,19.4606901 240.099412,13.3634919 C239.96066,11.9935588 240.579016,10.3797361 240.451329,9.11815425 C240.089284,5.5410717 239.807316,2.67865308 239.807316,2.11373675 C240.599062,2.14362381 241.387369,2.17351087 241.628933,2.31013744 C241.424334,1.92160563 239.868352,1.73659048 239.040501,1.95860866 L238.897797,2.8424118 C236.994513,3.15266797 238.451635,2.31725341 236.593912,2.37702754 C236.494192,1.65404526 238.204912,1.49891717 239.711034,1.42918069 C238.355353,1.34521228 237.003969,0.817207501 236.452069,1.60992626 C235.178055,1.30820925 236.593912,0.72612312 235.058562,0.417290138 C233.965936,0.629345964 232.529446,1.33809631 231.273485,0.909715076 L231.295836,0.781627665 C228.242329,0.0344510969 226.624452,1.87890982 223.834,1.14027242 L224.13488,0.898329529 C223.148852,0.479910651 221.206883,1.04207207 219.428249,0.596612515 C219.935448,0.741778248 220.376453,1.26551344 219.307038,1.35090505 C217.26191,0.895483142 215.866684,1.35090505 214.371738,0.788743632 L212.936108,1.49607078 C205.814696,1.35802102 185.333533,1.18713965 178.179455,1.29957193 L178.460563,1.18713965 C167.560092,1.54151482 36.3744705,2.84069415 33.7052306,2.99439905 L33.8101089,2.36392434 C31.5835932,3.04136443 27.3987751,2.75957212 25.7989505,2.82646222 C22.1402435,2.56459462 16.4983041,1.46588927 11.6068467,2.29988064 C8.85751068,15.7016191 9.63628747,23.9447556 13.943177,27.0292902 L13.8408777,27.6597649 L15.1174707,27.5772197 C16.6511016,27.8874759 17.3594603,27.1573777 17.2554416,27.7864292 L15.1552957,27.7095767 C16.6958039,27.8917455 15.620371,28.2261959 15.0323645,28.5819943 C15.6753891,28.6431916 16.2995013,28.7200441 16.8118578,28.9121752 C17.1153173,28.6702323 16.5883466,28.6503076 16.3493615,28.513681 C17.1772127,28.2916628 18.3308745,27.6996144 19.3392541,27.9899458 C20.9167276,28.04972 19.4398341,29.0103755 21.2795035,29.0786888 C30.9841894,29.5668442 174.102094,30.3157384 176.693105,29.0163628 Z' id='Fill-7'/%3E%3Cpath d='M2.03983843,28.9214659 C2.03589604,28.6005809 0.835786462,25.9497742 4.45072524,24.1651868 C3.24667327,24.7600492 3.24667327,22.9741516 2.03983843,23.5703243 C2.03983843,21.7857369 1.20405197,18.8114246 6.02582559,18.2152519 L2.40949538,18.2152519 C1.20405197,17.6203894 2.40949538,16.4306645 2.40949538,15.2422499 C3.61633021,15.2422499 4.82038218,15.2422499 4.82038218,14.6460771 L4.82038218,12.2679376 L0,12.2679376 C1.20405197,12.2679376 2.40949538,12.2679376 2.40949538,11.6730751 L2.40949538,9.292315 C4.82038218,8.69745254 2.40578489,9.88848773 4.81806313,9.292315 L4.81806313,7.50903789 C2.40578489,6.91286516 4.82038218,7.50903789 2.40949538,7.50903789 C3.61633021,6.91286516 3.61633021,6.31931297 3.61633021,5.12827778 C7.23126899,4.53210505 10.8475992,6.31931297 14.4616104,4.53210505 L10.8475992,4.53210505 C13.2570946,1.55779275 19.2819925,3.93855286 22.8983228,3.3436904 C34.8358766,1.37959606 44.2224728,30.7086738 2.03983843,28.9214659 Z' id='Fill-1' transform='translate(16.500000, 16.000000) scale(1, -1) translate(-16.500000, -16.000000) '/%3E%3Cpath d='M216.081144,3.09098896 C221.46451,2.88082925 226.630096,2.9144966 229.474501,4.53210505 L229.474501,4.53210505 L221.629951,4.53210505 C226.336681,5.6044298 231.045223,5.38996485 235.753838,5.17559424 L237.323376,5.10590614 C239.93927,4.99564936 242.555127,4.92955354 245.170648,5.12827778 C245.170648,5.50724352 244.864881,5.82572028 244.532308,6.10303897 L244.388949,6.21942631 C243.887141,6.61835693 243.414687,6.9308954 243.913082,7.22228352 L243.981,7.258 L243.971441,7.25947657 C243.875938,7.26633321 243.771574,7.27519428 243.667202,7.28547312 L243.511746,7.30188137 C243.128626,7.34519367 242.807658,7.40431839 243.01574,7.44831818 L243.043,7.453 L242.821107,7.47925553 L242.821107,7.47925553 L242.562174,7.50903789 L242.562174,9.292315 C245.180213,9.59040137 244.423896,9.44168575 243.667202,9.29280635 L243.511746,9.26214789 C242.82213,9.12549281 242.333887,9.01539627 244.769964,9.292315 L244.769964,9.292315 L244.769964,11.6730751 C244.769964,12.2121692 246.91889,12.2627093 249.26703,12.2674474 L242.557141,12.2679376 L242.557141,14.6460771 C242.557141,15.2061182 242.198222,15.2400601 244.326266,15.2421172 L244.769964,15.2422499 C244.769964,15.5817969 244.983558,15.9214509 245.227666,16.247307 L245.351415,16.4090208 C245.932866,17.1577186 246.514316,17.8186769 244.769964,18.2152519 L244.769964,18.2152519 L239.940613,18.2152519 C247.301395,18.6345382 247.094149,20.2301148 246.323178,21.7608321 L246.249461,21.904109 L246.249461,21.904109 L246.059136,22.2591471 L246.059136,22.2591471 L245.983959,22.3993041 C245.761488,22.8177849 245.572339,23.217329 245.572339,23.5703243 C242.952791,22.9741516 245.973024,24.7600492 243.359516,24.1651868 C251.206079,25.9497742 245.580897,28.6005809 245.572339,28.9214659 C233.455101,29.1579852 223.351191,28.849537 215,28.1407734 L215.004995,3.135752 C215.015679,3.135284 215.026363,3.13481661 215.037047,3.13434983 Z M244.104,7.313 L244.188865,7.34605943 C244.340293,7.40066451 244.531824,7.45484037 244.769964,7.50903789 C243.777488,7.50903789 243.270393,7.4875941 243.064549,7.4569073 L243.043,7.453 L243.056796,7.45154483 C243.505484,7.39815842 243.819689,7.35687194 244.029293,7.32570543 L244.104,7.313 Z' id='Combined-Shape'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.teaser-offer__flag--newurgent--yellow {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='141px' height='20px' viewBox='0 0 141 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ERectangle%3C/title%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='220314-Mein-Blau-App-1080-Flags-Brush-SPEC-V1' transform='translate(-161.000000, -382.000000)' fill='%23FFC548'%3E%3Cg id='x-Includes/Teaser-Blau-white-Symbol-' transform='translate(132.500000, 116.000000)'%3E%3Crect id='Rectangle' x='28.5' y='266' width='141' height='20'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.teaser-offer__flag--new--green {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='250px' height='30px' viewBox='0 0 250 30' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='HW-Benefit--HW-choice--smallscreen' transform='translate(-36.000000, -588.000000)'%3E%3Cg id='Group' transform='translate(16.000000, 569.000000)'%3E%3Cg id='hw-benefit-stoerer' transform='translate(20.000000, 19.000000)'%3E%3Cg id='stoerer-bg' fill='%2330C26D'%3E%3Cpath d='M176.693105,29.0163628 C176.666169,29.7716041 176.57877,30.0614612 176.430909,29.885934 C181.205453,29.8119279 206.037551,29.1857228 210.44588,29.7293827 C212.225374,30.1762654 214.168202,29.6126808 213.741811,28.9637046 L216.109311,29.0505194 L216.004433,29.6824173 C216.532263,29.7009188 217.342921,27.9560836 219.668298,28.2948037 C223.592639,28.5680568 227.853967,28.3474618 231.7998,28.4940508 C231.737904,28.871197 230.910053,29.0946384 230.079623,29.3180798 C230.608313,29.3365813 231.414673,29.2398041 231.902099,29.5116341 C230.948738,28.8427332 233.557802,29.0661745 232.812478,28.7843822 C235.70265,27.2416405 239.441305,28.650602 241.992772,27.6045549 C242.112365,26.8584611 240.716956,19.4606901 240.099412,13.3634919 C239.96066,11.9935588 240.579016,10.3797361 240.451329,9.11815425 C240.089284,5.5410717 239.807316,2.67865308 239.807316,2.11373675 C240.599062,2.14362381 241.387369,2.17351087 241.628933,2.31013744 C241.424334,1.92160563 239.868352,1.73659048 239.040501,1.95860866 L238.897797,2.8424118 C236.994513,3.15266797 238.451635,2.31725341 236.593912,2.37702754 C236.494192,1.65404526 238.204912,1.49891717 239.711034,1.42918069 C238.355353,1.34521228 237.003969,0.817207501 236.452069,1.60992626 C235.178055,1.30820925 236.593912,0.72612312 235.058562,0.417290138 C233.965936,0.629345964 232.529446,1.33809631 231.273485,0.909715076 L231.295836,0.781627665 C228.242329,0.0344510969 226.624452,1.87890982 223.834,1.14027242 L224.13488,0.898329529 C223.148852,0.479910651 221.206883,1.04207207 219.428249,0.596612515 C219.935448,0.741778248 220.376453,1.26551344 219.307038,1.35090505 C217.26191,0.895483142 215.866684,1.35090505 214.371738,0.788743632 L212.936108,1.49607078 C205.814696,1.35802102 185.333533,1.18713965 178.179455,1.29957193 L178.460563,1.18713965 C167.560092,1.54151482 36.3744705,2.84069415 33.7052306,2.99439905 L33.8101089,2.36392434 C31.5835932,3.04136443 27.3987751,2.75957212 25.7989505,2.82646222 C22.1402435,2.56459462 16.4983041,1.46588927 11.6068467,2.29988064 C8.85751068,15.7016191 9.63628747,23.9447556 13.943177,27.0292902 L13.8408777,27.6597649 L15.1174707,27.5772197 C16.6511016,27.8874759 17.3594603,27.1573777 17.2554416,27.7864292 L15.1552957,27.7095767 C16.6958039,27.8917455 15.620371,28.2261959 15.0323645,28.5819943 C15.6753891,28.6431916 16.2995013,28.7200441 16.8118578,28.9121752 C17.1153173,28.6702323 16.5883466,28.6503076 16.3493615,28.513681 C17.1772127,28.2916628 18.3308745,27.6996144 19.3392541,27.9899458 C20.9167276,28.04972 19.4398341,29.0103755 21.2795035,29.0786888 C30.9841894,29.5668442 174.102094,30.3157384 176.693105,29.0163628 Z' id='Fill-7'/%3E%3Cpath d='M2.03983843,28.9214659 C2.03589604,28.6005809 0.835786462,25.9497742 4.45072524,24.1651868 C3.24667327,24.7600492 3.24667327,22.9741516 2.03983843,23.5703243 C2.03983843,21.7857369 1.20405197,18.8114246 6.02582559,18.2152519 L2.40949538,18.2152519 C1.20405197,17.6203894 2.40949538,16.4306645 2.40949538,15.2422499 C3.61633021,15.2422499 4.82038218,15.2422499 4.82038218,14.6460771 L4.82038218,12.2679376 L0,12.2679376 C1.20405197,12.2679376 2.40949538,12.2679376 2.40949538,11.6730751 L2.40949538,9.292315 C4.82038218,8.69745254 2.40578489,9.88848773 4.81806313,9.292315 L4.81806313,7.50903789 C2.40578489,6.91286516 4.82038218,7.50903789 2.40949538,7.50903789 C3.61633021,6.91286516 3.61633021,6.31931297 3.61633021,5.12827778 C7.23126899,4.53210505 10.8475992,6.31931297 14.4616104,4.53210505 L10.8475992,4.53210505 C13.2570946,1.55779275 19.2819925,3.93855286 22.8983228,3.3436904 C34.8358766,1.37959606 44.2224728,30.7086738 2.03983843,28.9214659 Z' id='Fill-1' transform='translate(16.500000, 16.000000) scale(1, -1) translate(-16.500000, -16.000000) '/%3E%3Cpath d='M216.081144,3.09098896 C221.46451,2.88082925 226.630096,2.9144966 229.474501,4.53210505 L229.474501,4.53210505 L221.629951,4.53210505 C226.336681,5.6044298 231.045223,5.38996485 235.753838,5.17559424 L237.323376,5.10590614 C239.93927,4.99564936 242.555127,4.92955354 245.170648,5.12827778 C245.170648,5.50724352 244.864881,5.82572028 244.532308,6.10303897 L244.388949,6.21942631 C243.887141,6.61835693 243.414687,6.9308954 243.913082,7.22228352 L243.981,7.258 L243.971441,7.25947657 C243.875938,7.26633321 243.771574,7.27519428 243.667202,7.28547312 L243.511746,7.30188137 C243.128626,7.34519367 242.807658,7.40431839 243.01574,7.44831818 L243.043,7.453 L242.821107,7.47925553 L242.821107,7.47925553 L242.562174,7.50903789 L242.562174,9.292315 C245.180213,9.59040137 244.423896,9.44168575 243.667202,9.29280635 L243.511746,9.26214789 C242.82213,9.12549281 242.333887,9.01539627 244.769964,9.292315 L244.769964,9.292315 L244.769964,11.6730751 C244.769964,12.2121692 246.91889,12.2627093 249.26703,12.2674474 L242.557141,12.2679376 L242.557141,14.6460771 C242.557141,15.2061182 242.198222,15.2400601 244.326266,15.2421172 L244.769964,15.2422499 C244.769964,15.5817969 244.983558,15.9214509 245.227666,16.247307 L245.351415,16.4090208 C245.932866,17.1577186 246.514316,17.8186769 244.769964,18.2152519 L244.769964,18.2152519 L239.940613,18.2152519 C247.301395,18.6345382 247.094149,20.2301148 246.323178,21.7608321 L246.249461,21.904109 L246.249461,21.904109 L246.059136,22.2591471 L246.059136,22.2591471 L245.983959,22.3993041 C245.761488,22.8177849 245.572339,23.217329 245.572339,23.5703243 C242.952791,22.9741516 245.973024,24.7600492 243.359516,24.1651868 C251.206079,25.9497742 245.580897,28.6005809 245.572339,28.9214659 C233.455101,29.1579852 223.351191,28.849537 215,28.1407734 L215.004995,3.135752 C215.015679,3.135284 215.026363,3.13481661 215.037047,3.13434983 Z M244.104,7.313 L244.188865,7.34605943 C244.340293,7.40066451 244.531824,7.45484037 244.769964,7.50903789 C243.777488,7.50903789 243.270393,7.4875941 243.064549,7.4569073 L243.043,7.453 L243.056796,7.45154483 C243.505484,7.39815842 243.819689,7.35687194 244.029293,7.32570543 L244.104,7.313 Z' id='Combined-Shape'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.teaser-offer__flag--newurgent--green {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='141px' height='20px' viewBox='0 0 141 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ERectangle%3C/title%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='220314-Mein-Blau-App-1080-Flags-Brush-SPEC-V1' transform='translate(-161.000000, -382.000000)' fill='%2330C26D'%3E%3Cg id='x-Includes/Teaser-Blau-white-Symbol-' transform='translate(132.500000, 116.000000)'%3E%3Crect id='Rectangle' x='28.5' y='266' width='141' height='20'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.teaser-offer__flag--new--turquoise {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='250px' height='30px' viewBox='0 0 250 30' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='HW-Benefit--HW-choice--smallscreen' transform='translate(-36.000000, -588.000000)'%3E%3Cg id='Group' transform='translate(16.000000, 569.000000)'%3E%3Cg id='hw-benefit-stoerer' transform='translate(20.000000, 19.000000)'%3E%3Cg id='stoerer-bg' fill='%2339C7C5'%3E%3Cpath d='M176.693105,29.0163628 C176.666169,29.7716041 176.57877,30.0614612 176.430909,29.885934 C181.205453,29.8119279 206.037551,29.1857228 210.44588,29.7293827 C212.225374,30.1762654 214.168202,29.6126808 213.741811,28.9637046 L216.109311,29.0505194 L216.004433,29.6824173 C216.532263,29.7009188 217.342921,27.9560836 219.668298,28.2948037 C223.592639,28.5680568 227.853967,28.3474618 231.7998,28.4940508 C231.737904,28.871197 230.910053,29.0946384 230.079623,29.3180798 C230.608313,29.3365813 231.414673,29.2398041 231.902099,29.5116341 C230.948738,28.8427332 233.557802,29.0661745 232.812478,28.7843822 C235.70265,27.2416405 239.441305,28.650602 241.992772,27.6045549 C242.112365,26.8584611 240.716956,19.4606901 240.099412,13.3634919 C239.96066,11.9935588 240.579016,10.3797361 240.451329,9.11815425 C240.089284,5.5410717 239.807316,2.67865308 239.807316,2.11373675 C240.599062,2.14362381 241.387369,2.17351087 241.628933,2.31013744 C241.424334,1.92160563 239.868352,1.73659048 239.040501,1.95860866 L238.897797,2.8424118 C236.994513,3.15266797 238.451635,2.31725341 236.593912,2.37702754 C236.494192,1.65404526 238.204912,1.49891717 239.711034,1.42918069 C238.355353,1.34521228 237.003969,0.817207501 236.452069,1.60992626 C235.178055,1.30820925 236.593912,0.72612312 235.058562,0.417290138 C233.965936,0.629345964 232.529446,1.33809631 231.273485,0.909715076 L231.295836,0.781627665 C228.242329,0.0344510969 226.624452,1.87890982 223.834,1.14027242 L224.13488,0.898329529 C223.148852,0.479910651 221.206883,1.04207207 219.428249,0.596612515 C219.935448,0.741778248 220.376453,1.26551344 219.307038,1.35090505 C217.26191,0.895483142 215.866684,1.35090505 214.371738,0.788743632 L212.936108,1.49607078 C205.814696,1.35802102 185.333533,1.18713965 178.179455,1.29957193 L178.460563,1.18713965 C167.560092,1.54151482 36.3744705,2.84069415 33.7052306,2.99439905 L33.8101089,2.36392434 C31.5835932,3.04136443 27.3987751,2.75957212 25.7989505,2.82646222 C22.1402435,2.56459462 16.4983041,1.46588927 11.6068467,2.29988064 C8.85751068,15.7016191 9.63628747,23.9447556 13.943177,27.0292902 L13.8408777,27.6597649 L15.1174707,27.5772197 C16.6511016,27.8874759 17.3594603,27.1573777 17.2554416,27.7864292 L15.1552957,27.7095767 C16.6958039,27.8917455 15.620371,28.2261959 15.0323645,28.5819943 C15.6753891,28.6431916 16.2995013,28.7200441 16.8118578,28.9121752 C17.1153173,28.6702323 16.5883466,28.6503076 16.3493615,28.513681 C17.1772127,28.2916628 18.3308745,27.6996144 19.3392541,27.9899458 C20.9167276,28.04972 19.4398341,29.0103755 21.2795035,29.0786888 C30.9841894,29.5668442 174.102094,30.3157384 176.693105,29.0163628 Z' id='Fill-7'/%3E%3Cpath d='M2.03983843,28.9214659 C2.03589604,28.6005809 0.835786462,25.9497742 4.45072524,24.1651868 C3.24667327,24.7600492 3.24667327,22.9741516 2.03983843,23.5703243 C2.03983843,21.7857369 1.20405197,18.8114246 6.02582559,18.2152519 L2.40949538,18.2152519 C1.20405197,17.6203894 2.40949538,16.4306645 2.40949538,15.2422499 C3.61633021,15.2422499 4.82038218,15.2422499 4.82038218,14.6460771 L4.82038218,12.2679376 L0,12.2679376 C1.20405197,12.2679376 2.40949538,12.2679376 2.40949538,11.6730751 L2.40949538,9.292315 C4.82038218,8.69745254 2.40578489,9.88848773 4.81806313,9.292315 L4.81806313,7.50903789 C2.40578489,6.91286516 4.82038218,7.50903789 2.40949538,7.50903789 C3.61633021,6.91286516 3.61633021,6.31931297 3.61633021,5.12827778 C7.23126899,4.53210505 10.8475992,6.31931297 14.4616104,4.53210505 L10.8475992,4.53210505 C13.2570946,1.55779275 19.2819925,3.93855286 22.8983228,3.3436904 C34.8358766,1.37959606 44.2224728,30.7086738 2.03983843,28.9214659 Z' id='Fill-1' transform='translate(16.500000, 16.000000) scale(1, -1) translate(-16.500000, -16.000000) '/%3E%3Cpath d='M216.081144,3.09098896 C221.46451,2.88082925 226.630096,2.9144966 229.474501,4.53210505 L229.474501,4.53210505 L221.629951,4.53210505 C226.336681,5.6044298 231.045223,5.38996485 235.753838,5.17559424 L237.323376,5.10590614 C239.93927,4.99564936 242.555127,4.92955354 245.170648,5.12827778 C245.170648,5.50724352 244.864881,5.82572028 244.532308,6.10303897 L244.388949,6.21942631 C243.887141,6.61835693 243.414687,6.9308954 243.913082,7.22228352 L243.981,7.258 L243.971441,7.25947657 C243.875938,7.26633321 243.771574,7.27519428 243.667202,7.28547312 L243.511746,7.30188137 C243.128626,7.34519367 242.807658,7.40431839 243.01574,7.44831818 L243.043,7.453 L242.821107,7.47925553 L242.821107,7.47925553 L242.562174,7.50903789 L242.562174,9.292315 C245.180213,9.59040137 244.423896,9.44168575 243.667202,9.29280635 L243.511746,9.26214789 C242.82213,9.12549281 242.333887,9.01539627 244.769964,9.292315 L244.769964,9.292315 L244.769964,11.6730751 C244.769964,12.2121692 246.91889,12.2627093 249.26703,12.2674474 L242.557141,12.2679376 L242.557141,14.6460771 C242.557141,15.2061182 242.198222,15.2400601 244.326266,15.2421172 L244.769964,15.2422499 C244.769964,15.5817969 244.983558,15.9214509 245.227666,16.247307 L245.351415,16.4090208 C245.932866,17.1577186 246.514316,17.8186769 244.769964,18.2152519 L244.769964,18.2152519 L239.940613,18.2152519 C247.301395,18.6345382 247.094149,20.2301148 246.323178,21.7608321 L246.249461,21.904109 L246.249461,21.904109 L246.059136,22.2591471 L246.059136,22.2591471 L245.983959,22.3993041 C245.761488,22.8177849 245.572339,23.217329 245.572339,23.5703243 C242.952791,22.9741516 245.973024,24.7600492 243.359516,24.1651868 C251.206079,25.9497742 245.580897,28.6005809 245.572339,28.9214659 C233.455101,29.1579852 223.351191,28.849537 215,28.1407734 L215.004995,3.135752 C215.015679,3.135284 215.026363,3.13481661 215.037047,3.13434983 Z M244.104,7.313 L244.188865,7.34605943 C244.340293,7.40066451 244.531824,7.45484037 244.769964,7.50903789 C243.777488,7.50903789 243.270393,7.4875941 243.064549,7.4569073 L243.043,7.453 L243.056796,7.45154483 C243.505484,7.39815842 243.819689,7.35687194 244.029293,7.32570543 L244.104,7.313 Z' id='Combined-Shape'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.teaser-offer__flag--newurgent--turquoise {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='141px' height='20px' viewBox='0 0 141 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ERectangle%3C/title%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='220314-Mein-Blau-App-1080-Flags-Brush-SPEC-V1' transform='translate(-161.000000, -382.000000)' fill='%2339C7C5'%3E%3Cg id='x-Includes/Teaser-Blau-white-Symbol-' transform='translate(132.500000, 116.000000)'%3E%3Crect id='Rectangle' x='28.5' y='266' width='141' height='20'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.teaser-offer__flag--new--white {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='250px' height='30px' viewBox='0 0 250 30' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='HW-Benefit--HW-choice--smallscreen' transform='translate(-36.000000, -588.000000)'%3E%3Cg id='Group' transform='translate(16.000000, 569.000000)'%3E%3Cg id='hw-benefit-stoerer' transform='translate(20.000000, 19.000000)'%3E%3Cg id='stoerer-bg' fill='%23FFFFFF'%3E%3Cpath d='M176.693105,29.0163628 C176.666169,29.7716041 176.57877,30.0614612 176.430909,29.885934 C181.205453,29.8119279 206.037551,29.1857228 210.44588,29.7293827 C212.225374,30.1762654 214.168202,29.6126808 213.741811,28.9637046 L216.109311,29.0505194 L216.004433,29.6824173 C216.532263,29.7009188 217.342921,27.9560836 219.668298,28.2948037 C223.592639,28.5680568 227.853967,28.3474618 231.7998,28.4940508 C231.737904,28.871197 230.910053,29.0946384 230.079623,29.3180798 C230.608313,29.3365813 231.414673,29.2398041 231.902099,29.5116341 C230.948738,28.8427332 233.557802,29.0661745 232.812478,28.7843822 C235.70265,27.2416405 239.441305,28.650602 241.992772,27.6045549 C242.112365,26.8584611 240.716956,19.4606901 240.099412,13.3634919 C239.96066,11.9935588 240.579016,10.3797361 240.451329,9.11815425 C240.089284,5.5410717 239.807316,2.67865308 239.807316,2.11373675 C240.599062,2.14362381 241.387369,2.17351087 241.628933,2.31013744 C241.424334,1.92160563 239.868352,1.73659048 239.040501,1.95860866 L238.897797,2.8424118 C236.994513,3.15266797 238.451635,2.31725341 236.593912,2.37702754 C236.494192,1.65404526 238.204912,1.49891717 239.711034,1.42918069 C238.355353,1.34521228 237.003969,0.817207501 236.452069,1.60992626 C235.178055,1.30820925 236.593912,0.72612312 235.058562,0.417290138 C233.965936,0.629345964 232.529446,1.33809631 231.273485,0.909715076 L231.295836,0.781627665 C228.242329,0.0344510969 226.624452,1.87890982 223.834,1.14027242 L224.13488,0.898329529 C223.148852,0.479910651 221.206883,1.04207207 219.428249,0.596612515 C219.935448,0.741778248 220.376453,1.26551344 219.307038,1.35090505 C217.26191,0.895483142 215.866684,1.35090505 214.371738,0.788743632 L212.936108,1.49607078 C205.814696,1.35802102 185.333533,1.18713965 178.179455,1.29957193 L178.460563,1.18713965 C167.560092,1.54151482 36.3744705,2.84069415 33.7052306,2.99439905 L33.8101089,2.36392434 C31.5835932,3.04136443 27.3987751,2.75957212 25.7989505,2.82646222 C22.1402435,2.56459462 16.4983041,1.46588927 11.6068467,2.29988064 C8.85751068,15.7016191 9.63628747,23.9447556 13.943177,27.0292902 L13.8408777,27.6597649 L15.1174707,27.5772197 C16.6511016,27.8874759 17.3594603,27.1573777 17.2554416,27.7864292 L15.1552957,27.7095767 C16.6958039,27.8917455 15.620371,28.2261959 15.0323645,28.5819943 C15.6753891,28.6431916 16.2995013,28.7200441 16.8118578,28.9121752 C17.1153173,28.6702323 16.5883466,28.6503076 16.3493615,28.513681 C17.1772127,28.2916628 18.3308745,27.6996144 19.3392541,27.9899458 C20.9167276,28.04972 19.4398341,29.0103755 21.2795035,29.0786888 C30.9841894,29.5668442 174.102094,30.3157384 176.693105,29.0163628 Z' id='Fill-7'/%3E%3Cpath d='M2.03983843,28.9214659 C2.03589604,28.6005809 0.835786462,25.9497742 4.45072524,24.1651868 C3.24667327,24.7600492 3.24667327,22.9741516 2.03983843,23.5703243 C2.03983843,21.7857369 1.20405197,18.8114246 6.02582559,18.2152519 L2.40949538,18.2152519 C1.20405197,17.6203894 2.40949538,16.4306645 2.40949538,15.2422499 C3.61633021,15.2422499 4.82038218,15.2422499 4.82038218,14.6460771 L4.82038218,12.2679376 L0,12.2679376 C1.20405197,12.2679376 2.40949538,12.2679376 2.40949538,11.6730751 L2.40949538,9.292315 C4.82038218,8.69745254 2.40578489,9.88848773 4.81806313,9.292315 L4.81806313,7.50903789 C2.40578489,6.91286516 4.82038218,7.50903789 2.40949538,7.50903789 C3.61633021,6.91286516 3.61633021,6.31931297 3.61633021,5.12827778 C7.23126899,4.53210505 10.8475992,6.31931297 14.4616104,4.53210505 L10.8475992,4.53210505 C13.2570946,1.55779275 19.2819925,3.93855286 22.8983228,3.3436904 C34.8358766,1.37959606 44.2224728,30.7086738 2.03983843,28.9214659 Z' id='Fill-1' transform='translate(16.500000, 16.000000) scale(1, -1) translate(-16.500000, -16.000000) '/%3E%3Cpath d='M216.081144,3.09098896 C221.46451,2.88082925 226.630096,2.9144966 229.474501,4.53210505 L229.474501,4.53210505 L221.629951,4.53210505 C226.336681,5.6044298 231.045223,5.38996485 235.753838,5.17559424 L237.323376,5.10590614 C239.93927,4.99564936 242.555127,4.92955354 245.170648,5.12827778 C245.170648,5.50724352 244.864881,5.82572028 244.532308,6.10303897 L244.388949,6.21942631 C243.887141,6.61835693 243.414687,6.9308954 243.913082,7.22228352 L243.981,7.258 L243.971441,7.25947657 C243.875938,7.26633321 243.771574,7.27519428 243.667202,7.28547312 L243.511746,7.30188137 C243.128626,7.34519367 242.807658,7.40431839 243.01574,7.44831818 L243.043,7.453 L242.821107,7.47925553 L242.821107,7.47925553 L242.562174,7.50903789 L242.562174,9.292315 C245.180213,9.59040137 244.423896,9.44168575 243.667202,9.29280635 L243.511746,9.26214789 C242.82213,9.12549281 242.333887,9.01539627 244.769964,9.292315 L244.769964,9.292315 L244.769964,11.6730751 C244.769964,12.2121692 246.91889,12.2627093 249.26703,12.2674474 L242.557141,12.2679376 L242.557141,14.6460771 C242.557141,15.2061182 242.198222,15.2400601 244.326266,15.2421172 L244.769964,15.2422499 C244.769964,15.5817969 244.983558,15.9214509 245.227666,16.247307 L245.351415,16.4090208 C245.932866,17.1577186 246.514316,17.8186769 244.769964,18.2152519 L244.769964,18.2152519 L239.940613,18.2152519 C247.301395,18.6345382 247.094149,20.2301148 246.323178,21.7608321 L246.249461,21.904109 L246.249461,21.904109 L246.059136,22.2591471 L246.059136,22.2591471 L245.983959,22.3993041 C245.761488,22.8177849 245.572339,23.217329 245.572339,23.5703243 C242.952791,22.9741516 245.973024,24.7600492 243.359516,24.1651868 C251.206079,25.9497742 245.580897,28.6005809 245.572339,28.9214659 C233.455101,29.1579852 223.351191,28.849537 215,28.1407734 L215.004995,3.135752 C215.015679,3.135284 215.026363,3.13481661 215.037047,3.13434983 Z M244.104,7.313 L244.188865,7.34605943 C244.340293,7.40066451 244.531824,7.45484037 244.769964,7.50903789 C243.777488,7.50903789 243.270393,7.4875941 243.064549,7.4569073 L243.043,7.453 L243.056796,7.45154483 C243.505484,7.39815842 243.819689,7.35687194 244.029293,7.32570543 L244.104,7.313 Z' id='Combined-Shape'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.teaser-offer__flag--newurgent--white {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='141px' height='20px' viewBox='0 0 141 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ERectangle%3C/title%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='220314-Mein-Blau-App-1080-Flags-Brush-SPEC-V1' transform='translate(-161.000000, -382.000000)' fill='%23FFFFFF'%3E%3Cg id='x-Includes/Teaser-Blau-white-Symbol-' transform='translate(132.500000, 116.000000)'%3E%3Crect id='Rectangle' x='28.5' y='266' width='141' height='20'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.teaser-offer__flag--new--black {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='250px' height='30px' viewBox='0 0 250 30' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='HW-Benefit--HW-choice--smallscreen' transform='translate(-36.000000, -588.000000)'%3E%3Cg id='Group' transform='translate(16.000000, 569.000000)'%3E%3Cg id='hw-benefit-stoerer' transform='translate(20.000000, 19.000000)'%3E%3Cg id='stoerer-bg' fill='%23000000'%3E%3Cpath d='M176.693105,29.0163628 C176.666169,29.7716041 176.57877,30.0614612 176.430909,29.885934 C181.205453,29.8119279 206.037551,29.1857228 210.44588,29.7293827 C212.225374,30.1762654 214.168202,29.6126808 213.741811,28.9637046 L216.109311,29.0505194 L216.004433,29.6824173 C216.532263,29.7009188 217.342921,27.9560836 219.668298,28.2948037 C223.592639,28.5680568 227.853967,28.3474618 231.7998,28.4940508 C231.737904,28.871197 230.910053,29.0946384 230.079623,29.3180798 C230.608313,29.3365813 231.414673,29.2398041 231.902099,29.5116341 C230.948738,28.8427332 233.557802,29.0661745 232.812478,28.7843822 C235.70265,27.2416405 239.441305,28.650602 241.992772,27.6045549 C242.112365,26.8584611 240.716956,19.4606901 240.099412,13.3634919 C239.96066,11.9935588 240.579016,10.3797361 240.451329,9.11815425 C240.089284,5.5410717 239.807316,2.67865308 239.807316,2.11373675 C240.599062,2.14362381 241.387369,2.17351087 241.628933,2.31013744 C241.424334,1.92160563 239.868352,1.73659048 239.040501,1.95860866 L238.897797,2.8424118 C236.994513,3.15266797 238.451635,2.31725341 236.593912,2.37702754 C236.494192,1.65404526 238.204912,1.49891717 239.711034,1.42918069 C238.355353,1.34521228 237.003969,0.817207501 236.452069,1.60992626 C235.178055,1.30820925 236.593912,0.72612312 235.058562,0.417290138 C233.965936,0.629345964 232.529446,1.33809631 231.273485,0.909715076 L231.295836,0.781627665 C228.242329,0.0344510969 226.624452,1.87890982 223.834,1.14027242 L224.13488,0.898329529 C223.148852,0.479910651 221.206883,1.04207207 219.428249,0.596612515 C219.935448,0.741778248 220.376453,1.26551344 219.307038,1.35090505 C217.26191,0.895483142 215.866684,1.35090505 214.371738,0.788743632 L212.936108,1.49607078 C205.814696,1.35802102 185.333533,1.18713965 178.179455,1.29957193 L178.460563,1.18713965 C167.560092,1.54151482 36.3744705,2.84069415 33.7052306,2.99439905 L33.8101089,2.36392434 C31.5835932,3.04136443 27.3987751,2.75957212 25.7989505,2.82646222 C22.1402435,2.56459462 16.4983041,1.46588927 11.6068467,2.29988064 C8.85751068,15.7016191 9.63628747,23.9447556 13.943177,27.0292902 L13.8408777,27.6597649 L15.1174707,27.5772197 C16.6511016,27.8874759 17.3594603,27.1573777 17.2554416,27.7864292 L15.1552957,27.7095767 C16.6958039,27.8917455 15.620371,28.2261959 15.0323645,28.5819943 C15.6753891,28.6431916 16.2995013,28.7200441 16.8118578,28.9121752 C17.1153173,28.6702323 16.5883466,28.6503076 16.3493615,28.513681 C17.1772127,28.2916628 18.3308745,27.6996144 19.3392541,27.9899458 C20.9167276,28.04972 19.4398341,29.0103755 21.2795035,29.0786888 C30.9841894,29.5668442 174.102094,30.3157384 176.693105,29.0163628 Z' id='Fill-7'/%3E%3Cpath d='M2.03983843,28.9214659 C2.03589604,28.6005809 0.835786462,25.9497742 4.45072524,24.1651868 C3.24667327,24.7600492 3.24667327,22.9741516 2.03983843,23.5703243 C2.03983843,21.7857369 1.20405197,18.8114246 6.02582559,18.2152519 L2.40949538,18.2152519 C1.20405197,17.6203894 2.40949538,16.4306645 2.40949538,15.2422499 C3.61633021,15.2422499 4.82038218,15.2422499 4.82038218,14.6460771 L4.82038218,12.2679376 L0,12.2679376 C1.20405197,12.2679376 2.40949538,12.2679376 2.40949538,11.6730751 L2.40949538,9.292315 C4.82038218,8.69745254 2.40578489,9.88848773 4.81806313,9.292315 L4.81806313,7.50903789 C2.40578489,6.91286516 4.82038218,7.50903789 2.40949538,7.50903789 C3.61633021,6.91286516 3.61633021,6.31931297 3.61633021,5.12827778 C7.23126899,4.53210505 10.8475992,6.31931297 14.4616104,4.53210505 L10.8475992,4.53210505 C13.2570946,1.55779275 19.2819925,3.93855286 22.8983228,3.3436904 C34.8358766,1.37959606 44.2224728,30.7086738 2.03983843,28.9214659 Z' id='Fill-1' transform='translate(16.500000, 16.000000) scale(1, -1) translate(-16.500000, -16.000000) '/%3E%3Cpath d='M216.081144,3.09098896 C221.46451,2.88082925 226.630096,2.9144966 229.474501,4.53210505 L229.474501,4.53210505 L221.629951,4.53210505 C226.336681,5.6044298 231.045223,5.38996485 235.753838,5.17559424 L237.323376,5.10590614 C239.93927,4.99564936 242.555127,4.92955354 245.170648,5.12827778 C245.170648,5.50724352 244.864881,5.82572028 244.532308,6.10303897 L244.388949,6.21942631 C243.887141,6.61835693 243.414687,6.9308954 243.913082,7.22228352 L243.981,7.258 L243.971441,7.25947657 C243.875938,7.26633321 243.771574,7.27519428 243.667202,7.28547312 L243.511746,7.30188137 C243.128626,7.34519367 242.807658,7.40431839 243.01574,7.44831818 L243.043,7.453 L242.821107,7.47925553 L242.821107,7.47925553 L242.562174,7.50903789 L242.562174,9.292315 C245.180213,9.59040137 244.423896,9.44168575 243.667202,9.29280635 L243.511746,9.26214789 C242.82213,9.12549281 242.333887,9.01539627 244.769964,9.292315 L244.769964,9.292315 L244.769964,11.6730751 C244.769964,12.2121692 246.91889,12.2627093 249.26703,12.2674474 L242.557141,12.2679376 L242.557141,14.6460771 C242.557141,15.2061182 242.198222,15.2400601 244.326266,15.2421172 L244.769964,15.2422499 C244.769964,15.5817969 244.983558,15.9214509 245.227666,16.247307 L245.351415,16.4090208 C245.932866,17.1577186 246.514316,17.8186769 244.769964,18.2152519 L244.769964,18.2152519 L239.940613,18.2152519 C247.301395,18.6345382 247.094149,20.2301148 246.323178,21.7608321 L246.249461,21.904109 L246.249461,21.904109 L246.059136,22.2591471 L246.059136,22.2591471 L245.983959,22.3993041 C245.761488,22.8177849 245.572339,23.217329 245.572339,23.5703243 C242.952791,22.9741516 245.973024,24.7600492 243.359516,24.1651868 C251.206079,25.9497742 245.580897,28.6005809 245.572339,28.9214659 C233.455101,29.1579852 223.351191,28.849537 215,28.1407734 L215.004995,3.135752 C215.015679,3.135284 215.026363,3.13481661 215.037047,3.13434983 Z M244.104,7.313 L244.188865,7.34605943 C244.340293,7.40066451 244.531824,7.45484037 244.769964,7.50903789 C243.777488,7.50903789 243.270393,7.4875941 243.064549,7.4569073 L243.043,7.453 L243.056796,7.45154483 C243.505484,7.39815842 243.819689,7.35687194 244.029293,7.32570543 L244.104,7.313 Z' id='Combined-Shape'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.teaser-offer__flag--newurgent--black {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='141px' height='20px' viewBox='0 0 141 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ERectangle%3C/title%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='220314-Mein-Blau-App-1080-Flags-Brush-SPEC-V1' transform='translate(-161.000000, -382.000000)' fill='%23000000'%3E%3Cg id='x-Includes/Teaser-Blau-white-Symbol-' transform='translate(132.500000, 116.000000)'%3E%3Crect id='Rectangle' x='28.5' y='266' width='141' height='20'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.teaser-offer__visual {
  -webkit-box-flex: 0;
          flex: 0 0 200px;
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 0;
  background-image: -webkit-linear-gradient(top, #131d40 0%, #222568 20%, #1f357f 40%, #1b4e99 60%, #1b63ad 80%, #0e7bc1 100%);
  background-image: linear-gradient(180deg, #131d40 0%, #222568 20%, #1f357f 40%, #1b4e99 60%, #1b63ad 80%, #0e7bc1 100%);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.teaser-offer__visual img {
  width: auto;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background-image: -webkit-linear-gradient(top, #131d40 0%, #222568 20%, #1f357f 40%, #1b4e99 60%, #1b63ad 80%, #0e7bc1 100%);
  background-image: linear-gradient(180deg, #131d40 0%, #222568 20%, #1f357f 40%, #1b4e99 60%, #1b63ad 80%, #0e7bc1 100%);
}
.teaser-offer__body {
  padding: 16px;
  min-height: 115px;
}
.teaser-offer__topline {
  font-size: 12px;
  color: #F62D5F;
  margin-bottom: 4px;
}
.teaser-offer__default_topline {
  color: #F65C7D;
}
.teaser-offer__headline {
  font-size: 17px;
  margin-bottom: 8px;
}
.teaser-offer__description {
  font-size: 12px;
  line-height: 18.4px;
}
.teaser-offer__bottom {
  border-top: 1px solid #f3f5f6;
  min-height: 64px;
  padding: 12px 16px;
}
html.theme-dark .teaser-offer__bottom {
  border-top-color: rgba(255, 255, 255, 0.1);
}
.teaser-offer__call-to-action {
  position: relative;
  min-height: 40px;
  line-height: 40px;
  text-align: center;
}
.teaser-offer__call-to-action p {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}
.teaser-hero {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: flex;
  box-shadow: 0 2px 4px 0 rgba(25, 34, 79, 0.08), 0 4px 6px 0 rgba(25, 34, 79, 0.08);
  overflow: hidden;
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #131d40 0%, #222568 20%, #1f357f 40%, #1b4e99 60%, #1b63ad 80%, #0e7bc1 100%);
  background-image: linear-gradient(180deg, #131d40 0%, #222568 20%, #1f357f 40%, #1b4e99 60%, #1b63ad 80%, #0e7bc1 100%);
  height: 262px;
  -webkit-box-align: center;
          align-items: center;
}
.teaser-hero:not(last-child) {
  margin-bottom: 24px;
}
.teaser-hero--background-black {
  background: #000;
}
html.theme-dark .teaser-hero--background-black {
  background: #000;
}
.teaser-hero__visual {
  -webkit-box-flex: 0;
          flex: 0 0 38%;
  position: relative;
  width: 38%;
  overflow: hidden;
  z-index: 0;
  max-width: 155px;
}
.teaser-hero__visual img {
  display: block;
  width: 100%;
}
.teaser-hero__body {
  padding: 8px 16px 8px calc(8px + (10% - 28px));
  color: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  line-height: 1.3;
  align-self: end;
}
.teaser-hero__overline {
  display: block;
  max-width: 165px;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 8px;
  padding: 3px 12px 3px 8px;
  text-align: center;
  background: #F65C7D;
  border-radius: 4px;
}
.teaser-hero__flag {
  color: #020065;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='141px' height='20px' viewBox='0 0 141 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ERectangle%3C/title%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='220314-Mein-Blau-App-1080-Flags-Brush-SPEC-V1' transform='translate(-161.000000, -382.000000)' fill='%23F65C7D'%3E%3Cg id='x-Includes/Teaser-Blau-white-Symbol-' transform='translate(132.500000, 116.000000)'%3E%3Crect id='Rectangle' x='28.5' y='266' width='141' height='20'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  color: #020065;
}
.teaser-hero__flag--txtcolor-white {
  color: #fff !important;
}
.teaser-hero__flag--txtcolor-black {
  color: #000 !important;
}
.teaser-hero__flag--txtcolor- {
  color: #fff !important;
}
.teaser-hero__flag--txtcolor-blue-magenta {
  color: #020065 !important;
}
.teaser-hero__flag--bgcolor--pantone-1787 {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='141px' height='20px' viewBox='0 0 141 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ERectangle%3C/title%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='220314-Mein-Blau-App-1080-Flags-Brush-SPEC-V1' transform='translate(-161.000000, -382.000000)' fill='%23f4364c'%3E%3Cg id='x-Includes/Teaser-Blau-white-Symbol-' transform='translate(132.500000, 116.000000)'%3E%3Crect id='Rectangle' x='28.5' y='266' width='141' height='20'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.teaser-hero__flag--bgcolor--pantone-254 {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='141px' height='20px' viewBox='0 0 141 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ERectangle%3C/title%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='220314-Mein-Blau-App-1080-Flags-Brush-SPEC-V1' transform='translate(-161.000000, -382.000000)' fill='%23953698'%3E%3Cg id='x-Includes/Teaser-Blau-white-Symbol-' transform='translate(132.500000, 116.000000)'%3E%3Crect id='Rectangle' x='28.5' y='266' width='141' height='20'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.teaser-hero__flag--bgcolor--pantone-238 {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='141px' height='20px' viewBox='0 0 141 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ERectangle%3C/title%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='220314-Mein-Blau-App-1080-Flags-Brush-SPEC-V1' transform='translate(-161.000000, -382.000000)' fill='%23e45dbf'%3E%3Cg id='x-Includes/Teaser-Blau-white-Symbol-' transform='translate(132.500000, 116.000000)'%3E%3Crect id='Rectangle' x='28.5' y='266' width='141' height='20'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.teaser-hero__flag--bgcolor--pantone-164 {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='141px' height='20px' viewBox='0 0 141 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ERectangle%3C/title%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='220314-Mein-Blau-App-1080-Flags-Brush-SPEC-V1' transform='translate(-161.000000, -382.000000)' fill='%23ff7f41'%3E%3Cg id='x-Includes/Teaser-Blau-white-Symbol-' transform='translate(132.500000, 116.000000)'%3E%3Crect id='Rectangle' x='28.5' y='266' width='141' height='20'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.teaser-hero__flag--bgcolor--pantone-108 {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='141px' height='20px' viewBox='0 0 141 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ERectangle%3C/title%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='220314-Mein-Blau-App-1080-Flags-Brush-SPEC-V1' transform='translate(-161.000000, -382.000000)' fill='%23fedb00'%3E%3Cg id='x-Includes/Teaser-Blau-white-Symbol-' transform='translate(132.500000, 116.000000)'%3E%3Crect id='Rectangle' x='28.5' y='266' width='141' height='20'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.teaser-hero__flag--bgcolor--pantone-375 {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='141px' height='20px' viewBox='0 0 141 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ERectangle%3C/title%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='220314-Mein-Blau-App-1080-Flags-Brush-SPEC-V1' transform='translate(-161.000000, -382.000000)' fill='%2391c90e'%3E%3Cg id='x-Includes/Teaser-Blau-white-Symbol-' transform='translate(132.500000, 116.000000)'%3E%3Crect id='Rectangle' x='28.5' y='266' width='141' height='20'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.teaser-hero__flag--bgcolor--pantone-3262 {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='141px' height='20px' viewBox='0 0 141 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ERectangle%3C/title%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='220314-Mein-Blau-App-1080-Flags-Brush-SPEC-V1' transform='translate(-161.000000, -382.000000)' fill='%2301b7b4'%3E%3Cg id='x-Includes/Teaser-Blau-white-Symbol-' transform='translate(132.500000, 116.000000)'%3E%3Crect id='Rectangle' x='28.5' y='266' width='141' height='20'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.teaser-hero__flag--bgcolor--red {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='141px' height='20px' viewBox='0 0 141 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ERectangle%3C/title%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='220314-Mein-Blau-App-1080-Flags-Brush-SPEC-V1' transform='translate(-161.000000, -382.000000)' fill='%23F62D5F'%3E%3Cg id='x-Includes/Teaser-Blau-white-Symbol-' transform='translate(132.500000, 116.000000)'%3E%3Crect id='Rectangle' x='28.5' y='266' width='141' height='20'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.teaser-hero__flag--bgcolor--purple {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='141px' height='20px' viewBox='0 0 141 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ERectangle%3C/title%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='220314-Mein-Blau-App-1080-Flags-Brush-SPEC-V1' transform='translate(-161.000000, -382.000000)' fill='%23804CAA'%3E%3Cg id='x-Includes/Teaser-Blau-white-Symbol-' transform='translate(132.500000, 116.000000)'%3E%3Crect id='Rectangle' x='28.5' y='266' width='141' height='20'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.teaser-hero__flag--bgcolor--pink {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='141px' height='20px' viewBox='0 0 141 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ERectangle%3C/title%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='220314-Mein-Blau-App-1080-Flags-Brush-SPEC-V1' transform='translate(-161.000000, -382.000000)' fill='%23F45D7B'%3E%3Cg id='x-Includes/Teaser-Blau-white-Symbol-' transform='translate(132.500000, 116.000000)'%3E%3Crect id='Rectangle' x='28.5' y='266' width='141' height='20'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.teaser-hero__flag--bgcolor--orange {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='141px' height='20px' viewBox='0 0 141 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ERectangle%3C/title%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='220314-Mein-Blau-App-1080-Flags-Brush-SPEC-V1' transform='translate(-161.000000, -382.000000)' fill='%23FF7947'%3E%3Cg id='x-Includes/Teaser-Blau-white-Symbol-' transform='translate(132.500000, 116.000000)'%3E%3Crect id='Rectangle' x='28.5' y='266' width='141' height='20'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.teaser-hero__flag--bgcolor--yellow {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='141px' height='20px' viewBox='0 0 141 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ERectangle%3C/title%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='220314-Mein-Blau-App-1080-Flags-Brush-SPEC-V1' transform='translate(-161.000000, -382.000000)' fill='%23FFC548'%3E%3Cg id='x-Includes/Teaser-Blau-white-Symbol-' transform='translate(132.500000, 116.000000)'%3E%3Crect id='Rectangle' x='28.5' y='266' width='141' height='20'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.teaser-hero__flag--bgcolor--green {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='141px' height='20px' viewBox='0 0 141 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ERectangle%3C/title%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='220314-Mein-Blau-App-1080-Flags-Brush-SPEC-V1' transform='translate(-161.000000, -382.000000)' fill='%2330C26D'%3E%3Cg id='x-Includes/Teaser-Blau-white-Symbol-' transform='translate(132.500000, 116.000000)'%3E%3Crect id='Rectangle' x='28.5' y='266' width='141' height='20'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.teaser-hero__flag--bgcolor--turquoise {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='141px' height='20px' viewBox='0 0 141 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ERectangle%3C/title%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='220314-Mein-Blau-App-1080-Flags-Brush-SPEC-V1' transform='translate(-161.000000, -382.000000)' fill='%2339C7C5'%3E%3Cg id='x-Includes/Teaser-Blau-white-Symbol-' transform='translate(132.500000, 116.000000)'%3E%3Crect id='Rectangle' x='28.5' y='266' width='141' height='20'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.teaser-hero__flag--bgcolor--white {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='141px' height='20px' viewBox='0 0 141 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ERectangle%3C/title%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='220314-Mein-Blau-App-1080-Flags-Brush-SPEC-V1' transform='translate(-161.000000, -382.000000)' fill='%23FFFFFF'%3E%3Cg id='x-Includes/Teaser-Blau-white-Symbol-' transform='translate(132.500000, 116.000000)'%3E%3Crect id='Rectangle' x='28.5' y='266' width='141' height='20'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.teaser-hero__flag--bgcolor--black {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='141px' height='20px' viewBox='0 0 141 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ERectangle%3C/title%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='220314-Mein-Blau-App-1080-Flags-Brush-SPEC-V1' transform='translate(-161.000000, -382.000000)' fill='%23000000'%3E%3Cg id='x-Includes/Teaser-Blau-white-Symbol-' transform='translate(132.500000, 116.000000)'%3E%3Crect id='Rectangle' x='28.5' y='266' width='141' height='20'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.teaser-hero__headline {
  font-size: 16px;
  margin-bottom: 8px;
}
.teaser-hero__description {
  font-size: 12px;
  line-height: 18.4px;
}
.teaser-hero__pricing {
  margin-top: 18px;
}
.teaser-hero__pricing .teaser-hero__price + .teaser-hero__price {
  margin-top: 5px;
}
.teaser-hero__price {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: baseline;
          align-items: baseline;
  font-size: 12px;
}
.teaser-hero__price__prefix {
  margin-right: 6px;
}
.teaser-hero__price__suffix {
  margin-left: 6px;
}
.teaser-hero__price.type-old .teaser-hero__price__value {
  position: relative;
}
.teaser-hero__price.type-old .teaser-hero__price__value:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  height: 1px;
  margin-top: -0.5px;
  background-color: #f4364c;
  -webkit-transform: skewY(-17deg);
          transform: skewY(-17deg);
}
.teaser-hero__price.type-current .teaser-hero__price__value {
  font-size: 24px;
  font-weight: bold;
}
.teaser-heroVisual {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: flex;
  box-shadow: 0 2px 4px 0 rgba(25, 34, 79, 0.08), 0 4px 6px 0 rgba(25, 34, 79, 0.08);
  overflow: hidden;
  cursor: pointer;
  height: 262px;
  -webkit-box-align: center;
          align-items: center;
  color: #19224f;
}
.teaser-heroVisual:not(last-child) {
  margin-bottom: 24px;
}
.teaser-heroVisual--text-white {
  color: #fff;
}
.teaser-heroVisual--gradient {
  color: #fff;
}
.teaser-heroVisual--gradient .teaser-heroVisual__body {
  padding-top: 60px;
  background-image: -webkit-linear-gradient(top, rgba(20, 20, 50, 0) 0%, #141432 100%);
  background-image: linear-gradient(180deg, rgba(20, 20, 50, 0) 0%, #141432 100%);
}
.teaser-heroVisual__visual {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.teaser-heroVisual__visual img {
  width: auto;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.teaser-heroVisual__body {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 16px;
}
.teaser-heroVisual__headline {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 12px;
}
.teaser-heroVisual__description {
  font-size: 12px;
  line-height: 1.2;
}
.teaser-event {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  height: 143px;
  padding: 16px;
  max-width: 320px;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(25, 34, 79, 0.08), 0 4px 6px 0 rgba(25, 34, 79, 0.08);
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  -webkit-box-align: center;
          align-items: center;
}
.teaser-event:not(last-child) {
  margin-top: 24px;
  margin-bottom: 24px;
}
html.theme-dark .teaser-event {
  background: #1c1c1e;
}
.teaser-event__visual {
  -webkit-box-flex: 0;
          flex: 0 0 38.6%;
  width: 38.6%;
  overflow: hidden;
  box-shadow: 0 3px 7px 0 rgba(25, 34, 79, 0.12), 0 9px 15px 0 rgba(25, 34, 79, 0.14);
  border-radius: 8px;
}
.teaser-event__visual img {
  display: block;
  width: 100%;
  height: auto;
}
.teaser-event__body {
  margin-left: 16px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
}
.teaser-event__headline {
  color: #19224f;
  font-size: 16px;
}
html.theme-dark .teaser-event__headline {
  color: #f3f5f6;
}
.teaser-eventVisualOnly {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  height: 143px;
  background-image: -webkit-linear-gradient(top, #131d40 0%, #222568 20%, #1f357f 40%, #1b4e99 60%, #1b63ad 80%, #0e7bc1 100%);
  background-image: linear-gradient(180deg, #131d40 0%, #222568 20%, #1f357f 40%, #1b4e99 60%, #1b63ad 80%, #0e7bc1 100%);
  box-shadow: 0 2px 4px 0 rgba(25, 34, 79, 0.08), 0 4px 6px 0 rgba(25, 34, 79, 0.08);
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
}
.swiper-container .teaser-eventVisualOnly {
  max-width: 320px;
}
.teaser-eventVisualOnly:not(last-child) {
  margin-top: 24px;
  margin-bottom: 24px;
}
html.theme-dark .teaser-eventVisualOnly {
  background-image: -webkit-linear-gradient(top, #131d40 0%, #222568 20%, #1f357f 40%, #1b4e99 60%, #1b63ad 80%, #0e7bc1 100%);
  background-image: linear-gradient(180deg, #131d40 0%, #222568 20%, #1f357f 40%, #1b4e99 60%, #1b63ad 80%, #0e7bc1 100%);
}
.teaser-eventVisualOnly > img {
  width: auto;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
body.lightbox-open {
  position: relative;
  overflow: hidden;
  height: 100vh;
  padding-right: var(--scrollbar-width);
}
.teaser-lightbox {
  position: relative;
  z-index: 1000;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0);
}
.teaser-lightbox.lightbox-enter, .teaser-lightbox.lightbox-leave-to {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0);
}
.teaser-lightbox.lightbox-enter-active {
  -webkit-transition: opacity 0.2s ease-out, background-color 0.2s ease-out 0.2s;
  transition: opacity 0.2s ease-out, background-color 0.2s ease-out 0.2s;
}
.teaser-lightbox.lightbox-leave-active {
  -webkit-transition: opacity 0.2s ease-in 0.2s, background-color 0.2s ease-in 0.2s;
  transition: opacity 0.2s ease-in 0.2s, background-color 0.2s ease-in 0.2s;
}
.teaser-lightbox__backdrop {
  z-index: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.6;
}
.teaser-lightbox__teaser {
  z-index: 100;
  position: fixed;
  top: 50%;
  left: calc(50% - (var(--scrollbar-width) / 2));
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  width: calc(100% - (2 * 24px) + (2 * 8px));
  max-width: 416px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  opacity: 1;
}
.teaser-lightbox.lightbox-enter-active .teaser-lightbox__teaser {
  -webkit-transition: opacity 0.2s ease-out 0.2s, -webkit-transform 0.2s ease-out 0.2s;
  transition: opacity 0.2s ease-out 0.2s, -webkit-transform 0.2s ease-out 0.2s;
  transition: opacity 0.2s ease-out 0.2s, transform 0.2s ease-out 0.2s;
  transition: opacity 0.2s ease-out 0.2s, transform 0.2s ease-out 0.2s, -webkit-transform 0.2s ease-out 0.2s;
}
.teaser-lightbox.lightbox-leave-active .teaser-lightbox__teaser {
  -webkit-transition: opacity 0.2s ease-in, -webkit-transform 0.2s ease-in;
  transition: opacity 0.2s ease-in, -webkit-transform 0.2s ease-in;
  transition: opacity 0.2s ease-in, transform 0.2s ease-in;
  transition: opacity 0.2s ease-in, transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
}
.teaser-lightbox.lightbox-enter .teaser-lightbox__teaser, .teaser-lightbox.lightbox-leave-to .teaser-lightbox__teaser {
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}
.teaser-lightbox__close {
  z-index: 1;
  position: absolute;
}
.teaser-lightbox__close svg {
  display: none;
}
.teaser-lightbox__close--no-visual {
  right: 0;
  top: 0;
  padding: 20px;
}
.teaser-lightbox__close--no-visual svg.no-visual {
  display: block;
}
.teaser-lightbox__close--no-visual svg.no-visual .path {
  fill: #19224f;
}
html.theme-dark .teaser-lightbox__close--no-visual svg.no-visual .path {
  fill: #fff;
}
.teaser-lightbox__close--with-visual {
  right: 16px;
  top: 16px;
  padding: 8px;
  border-radius: 28px;
  background-color: rgba(0, 0, 0, 0.1);
}
.teaser-lightbox__close--with-visual svg.with-visual {
  display: block;
}
.teaser-lightbox__flag {
  position: absolute;
  top: 18px;
  left: 16px;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 10px;
  z-index: 10;
}
.teaser-lightbox__flag--urgent {
  background: #f4364c;
  color: #fff;
}
.teaser-lightbox__visual {
  -webkit-box-flex: 0;
          flex: 0 0 200px;
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 0;
  background-image: -webkit-linear-gradient(top, #131d40 0%, #222568 20%, #1f357f 40%, #1b4e99 60%, #1b63ad 80%, #0e7bc1 100%);
  background-image: linear-gradient(180deg, #131d40 0%, #222568 20%, #1f357f 40%, #1b4e99 60%, #1b63ad 80%, #0e7bc1 100%);
}
.teaser-lightbox__visual img {
  width: auto;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background-image: -webkit-linear-gradient(top, #131d40 0%, #222568 20%, #1f357f 40%, #1b4e99 60%, #1b63ad 80%, #0e7bc1 100%);
  background-image: linear-gradient(180deg, #131d40 0%, #222568 20%, #1f357f 40%, #1b4e99 60%, #1b63ad 80%, #0e7bc1 100%);
}
.teaser-lightbox__body {
  background: #fff;
  padding: 24px;
  min-height: 115px;
}
html.theme-dark .teaser-lightbox__body {
  background: #3a3a3c;
}
.teaser-lightbox__topline {
  font-size: 12px;
  margin-bottom: 4px;
}
.teaser-lightbox__headline {
  font-size: 17px;
  margin-bottom: 8px;
}
.teaser-lightbox__description {
  font-size: 12px;
  line-height: 18.4px;
}
.teaser-lightbox__bottom {
  border-top: 1px solid #f3f5f6;
  min-height: 64px;
  padding: 12px 24px;
  background: #fff;
}
html.theme-dark .teaser-lightbox__bottom {
  border-top-color: #313234;
  background: #3a3a3c;
}
.teaser-lightbox__call-to-action {
  position: relative;
  min-height: 40px;
  line-height: 40px;
  text-align: center;
}
html.theme-dark .teaser-lightbox__call-to-action {
  color: #0090d0;
}
.teaser-lightbox__call-to-action p {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}
.visual-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 38px;
  height: 38px;
  z-index: 10;
}
.visual-loader.is-boxed {
  width: 48px;
  height: 48px;
  background-color: #001aa5;
  border-radius: 10px;
}
.visual-loader:after, .visual-loader:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAmCAQAAAACNCElAAACu0lEQVR42qWWzUsVYRSHn/e8c7NLVtdEuUGi1qJMrdDaBFGLos9FRJtoXdSyVf9ERJuK1kHQplz1sdJNgYSGYRL5gYtE86MsyyvX3ve0mLkqetU7c38Dw8xwzjPnHGbOOUbZVK10sIsxvjHGO14xsa6lbn7cV6d5XdC/Oqez+kPf6g2tKGZZCuySLmpec/pXf+uszuikTugHvaqy2tKUkCbU00yWLE2cIo3H4XH0cYuxlWalwZZVwQmuczYCTnGbnng1W3sc1Rc6qsM6qP16sVjNjJoYOKN3dEi/6hft07bVMKOBSiwcel77dED7tUt3h08krBwpBInuStVr7uLxZLgXeobuARbBEldveIzHc4DzBZhhK4Jg8LFxj/iIx3OTLSFsC4JFyKOxYcoDPI5aLoewMC5NEBdAH514PKdBCKLi50mqDhyO/VTLUpL/EsN6+IPHc1yowCK4BPUqKE83DkdrIbLkcQEM4/BUBQTYxMUvaBoHIcxAGUkCzOCATIDFAKYsWJiZC/CkgFRZsAwOmA7wWCAoC1a1DBMM6bJge3AYZoR5LMLOmO1npVK04HAMCHMIloDtiWEHSeFx9AiLLCBYahLDTuJwDPFTgFkEoTphbPs4hMfzPmxBUzgsQkOCr81wBY9jis4Q5vmGIGSojw27QCMez0sWCzNgmnkEoZHaWKgj0TgepXt5oChfcAhCC9mSUYe5hsfzmydho1heDzK0YTEIIwxu+uMbTnMmavcPGVm7a2RpxSIIvxhgZgNUHedojFDP6S2+uFTRHo0XyzijfMetwlgaaKcpemmOp4yuvwWlOUZVZGrxTPCLBXIYKqmklr2ko5lhGecZsxuvVIY6mqlccimc7dK1YJmji0+r+3Px/cyyjwZqllxXQoVJPtNbbGpstOylqSPLdraxAyFHjnnGGObPeg7/AXk7jRWxyBSNAAAAAElFTkSuQmCC);
}
.visual-loader:before {
  -webkit-animation: 1.25s spin_front linear infinite;
          animation: 1.25s spin_front linear infinite;
}
.visual-loader:after {
  animation: 1.5s spin_back linear infinite reverse;
}
@-webkit-keyframes spin_front {
from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@-webkit-keyframes spin_back {
from {
    -webkit-transform: rotate(0deg) scaleX(-1);
            transform: rotate(0deg) scaleX(-1);
}
to {
    -webkit-transform: rotate(360deg) scaleX(-1);
            transform: rotate(360deg) scaleX(-1);
}
}
