@charset "UTF-8";
/* Defaults: light mode */
:root {
  --color-rgb-black: 0, 0, 0;
  --color-rgb-white: 255, 255, 255;
  --color-rgb-scheme-bg-white: 255, 255, 255;
  --color-scheme-bg-black: #000000;
  --color-scheme-fo-black: #000000;
  --color-scheme-bo-black: #000000;
  --color-scheme-bg-white: #FFFFFF;
  --color-scheme-fo-white: #FFFFFF;
  --color-scheme-bo-white: #FFFFFF;
  --color-scheme-bg-shade-darkest: #161615;
  --color-scheme-fo-shade-darker: #414140;
  --color-scheme-bg-shade-dark: #6D6C6B;
  --color-scheme-fo-shade-dark: #6D6C6B;
  --color-scheme-fo-shade-base: #999795;
  --color-scheme-bo-shade-base: #999795;
  --color-scheme-bg-shade-light: #DAD8D5;
  --color-scheme-fo-shade-light: #DAD8D5;
  --color-scheme-bo-shade-light: #DAD8D5;
  --color-scheme-bg-shade-lighter: #DDDBD9;
  --color-scheme-bo-shade-lighter: #DDDBD9;
  --color-scheme-bg-shade-lightest: #F0EFEE;
  --color-scheme-bg-primary-darker: #0E2252;
  --color-scheme-bo-primary-darker: #0E2252;
  --color-scheme-bg-primary-dark: #163683;
  --color-scheme-bo-primary-dark: #163683;
  --color-scheme-bg-primary-base: #1B43A4;
  --color-scheme-fo-primary-base: #1B43A4;
  --color-scheme-bo-primary-base: #1B43A4;
  --color-scheme-bo-primary-lighter: #8DA1D2;
  --color-scheme-bg-secondary-2-dark: #8B9087;
  --color-scheme-fo-secondary-2-dark: #FFFFFF;
  --color-scheme-bg-secondary-2-lightest: #E7F0E1;
  --color-scheme-table-border: #DDDBD9;
  --color-scheme-table-head: #E9F1F5;
  --color-fix-positive: #3CC83C;
  --color-fix-attention: #FFE646;
  --color-fix-negative: #DC3E0F;
  --color-fix-info: #235973;
  --color-fix-white: #fff;
  --color-fix-black: #000;
  --color-fix-maintenance-bg: #d3e3f3;
  --color-fix-footer-bg: #161615;
  --color-fix-footer-sh-rgb: 0,0,0;
  --color-fix-footer-fo: #DAD8D5;
  --color-loop-svg-bg: #dde3f1; }

/* Dark mode */
@media (prefers-color-scheme: dark) {
  img.invertible,
  .background.invertible {
    filter: invert(1); }

  .cms-header h1.main-logo a,
  #cms-overlay img {
    filter: invert(0.9); }

  :root {
    --color-rgb-white: 0, 0, 0;
    --color-rgb-black: 255, 255, 255;
    --color-rgb-scheme-bg-white: 32, 32, 32;
    --color-scheme-bg-black: #202020;
    --color-scheme-fo-black: #f0efee;
    --color-scheme-bo-black: #ffffff;
    --color-scheme-bg-white: #202020;
    --color-scheme-fo-white: #f0efee;
    --color-scheme-fo-shade-darker: #d8d8d5;
    --color-scheme-fo-shade-dark: #c4c2c0;
    --color-scheme-bo-shade-base: #c4c2c0;
    --color-scheme-fo-shade-light: #6f6c6b;
    --color-scheme-bo-shade-light: #6f6c6b;
    --color-scheme-bg-shade-lighter: #414140;
    --color-scheme-bg-shade-lightest: #000000;
    --color-scheme-bg-primary-base: #346bf1;
    --color-scheme-fo-primary-base: #346bf1;
    --color-scheme-bo-primary-base: #346bf1;
    --color-scheme-bo-primary-lighter: #244bd1;
    --color-scheme-bg-secondary-2-dark: #E9F1F5;
    --color-scheme-fo-secondary-2-dark: #1f1e1c;
    --color-scheme-bg-secondary-2-lightest: #454843; } }
*, *::before, *::after {
  border-width: 0;
  border-style: solid;
  border-color: var(--color-scheme-bo-shade-lighter);
  box-sizing: inherit; }

html, body {
  overscroll-behavior: none; }

html {
  box-sizing: border-box;
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  background-color: var(--color-scheme-bg-shade-lightest);
  color: var(--color-scheme-fo-black);
  font-family: National2, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  line-height: 20px;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, figure, p, pre {
  margin: 0; }

button :focus, div :focus {
  outline: 0; }

ul {
  margin: 0;
  list-style-type: none;
  padding: 0; }

p {
  margin: 24px 0;
  line-height: 22px; }
  @media (max-width: 480px) {
    p {
      margin: 16px 0; } }

svg {
  stroke: currentColor; }

/* noscript */
body.no-script .swiper-button-prev,
body.no-script .swiper-button-next {
  visibility: hidden; }

/* Links */
.cms-link {
  /* default: primary */
  color: var(--color-scheme-fo-primary-base);
  text-decoration: none;
  border-bottom: 1px solid var(--color-scheme-bo-primary-lighter); }
  .cms-link:hover {
    border-color: var(--color-scheme-bo-primary-base); }
  .cms-button-21.as-text:hover .text.cms-link {
    border-color: var(--color-scheme-bo-primary-base); }
  .cms-link.smaller {
    font-size: 0.875rem; }
  .cms-link.black {
    color: var(--color-scheme-fo-black);
    border-bottom: 1px solid var(--color-scheme-bo-shade-light); }
    .cms-link.black:hover {
      border-bottom: 1px solid var(--color-scheme-bo-black); }
    .cms-button-21.as-text:hover .text.cms-link.black {
      border-color: var(--color-scheme-bo-black); }
  .cms-link.nowrap {
    overflow: hidden;
    white-space: nowrap; }
  .cms-link.emphasized {
    font-size: 1em;
    font-weight: bold;
    margin: 3px 0; }
    .cms-link.emphasized.black {
      border-bottom: 1px solid transparent; }
  .cms-link.chevron:after {
    display: inline-block;
    content: ' ';
    width: 6px;
    height: 10px;
    background-image: url("../../images/manager/components/chevron-textbutton.svg");
    background-repeat: no-repeat;
    stroke: red;
    margin-left: 0.3rem; }
  .cms-link.as-small-button {
    display: inline-block;
    border: 1px solid var(--color-scheme-bo-shade-base);
    padding: 8px 16px;
    color: var(--color-scheme-fo-black);
    font-weight: bold; }
    .cms-link.as-small-button.chevron:after {
      margin-left: 0.6rem; }
    .cms-link.as-small-button:hover {
      border-color: var(--color-scheme-bo-black); }

button.cms-link {
  background: 0 none;
  padding: 0;
  display: inline;
  cursor: pointer; }

a.disabled {
  pointer-events: none; }

.bottombuttonrow {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px 24px;
  margin: 16px -24px 0 -24px;
  border-top: 1px solid var(--color-scheme-bo-shade-light);
  padding: 16px 24px 0;
  width: calc(100% + 48px);
  flex-direction: row-reverse;
  justify-content: space-between; }
  @media (max-width: 480px) {
    .bottombuttonrow {
      margin-top: 8px;
      gap: 16px; } }
  .bottombuttonrow > div {
    white-space: nowrap; }
    @supports (-webkit-touch-callout: none) and (not (translate: none)) {
      .bottombuttonrow > div:not(:last-child) {
        margin-right: 24px; } }
    @media (max-width: 352px) {
      .bottombuttonrow > div {
        margin-bottom: 16px; } }

/* css variables */
:root {
  --app-padding-bottom: 0px;
  --header-height: 128px;
  --footer-height: 70px;
  --main-height: calc(100vh - var(--header-height) - var(--footer-height)); }
  @media (max-width: 480px) {
    :root {
      --header-height: 72px;
      --footer-height: 76px; } }
  :root body.app-view {
    --app-padding-bottom: 0px;
    --header-height: 8px;
    --main-height: calc(100vh - var(--header-height) - var(--footer-height) - var(--app-padding-bottom)); }

.cms-main {
  min-height: var(--main-height); }

body.app-view {
  padding-bottom: var(--app-padding-bottom); }
  body.app-view #header_div_id {
    display: none; }

.content-div {
  margin: 0px auto;
  padding: 0;
  width: 100%;
  min-width: 320px;
  max-width: 996px; }
  body.small-width .content-div {
    max-width: 664px; }
    @media (max-width: 768px) {
      body.small-width .content-div {
        max-width: 640px; } }
  @media (min-width: 481px) and (max-width: 768px) {
    .content-div {
      min-width: 500px; } }

.content-div-child {
  background-color: var(--color-scheme-bg-white);
  width: 100%;
  margin: 8px auto;
  padding: 16px 24px 8px 24px;
  box-shadow: 0px 1px 2px 0px rgba(var(--color-rgb-black), 0.1);
  border-radius: 0; }
  .content-div-child > :last-child:not(.loop-content) {
    margin-bottom: 24px; }
  .content-div-child > .header-tabs:last-child {
    margin-bottom: 0; }
  .content-div-child > a:last-child {
    display: inline-block; }
  @media (max-width: 480px) {
    .content-div-child {
      padding: 16px 16px 8px 16px; }
      .content-div-child > :last-child:not(.loop-content) {
        margin-bottom: 16px; } }
  .content-div-child.content-div-tab-menu {
    padding-bottom: 16px; }

.cms-header {
  width: 100%;
  min-width: 320px;
  background-color: var(--color-scheme-bg-primary-base);
  position: relative;
  z-index: 50; }
  .cms-header h1.main-logo a {
    background: url("../../images/manager/header/logo.svg");
    display: block;
    text-indent: -2000em;
    /* responsive logo sizes in site specific files */ }
  .cms-header a.tostart {
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    margin: .75rem .25rem .75rem 0; }
    .cms-header a.tostart:hover {
      border-bottom: 1px solid rgba(var(--color-rgb-white), 0.3); }

.cms-header-content {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  padding: 1.25rem 1.5rem;
  margin-bottom: 16px;
  max-width: 996px; }
  @media (max-width: 768px) {
    .cms-header-content {
      padding: 1.25rem 1.5rem; } }
  @media (max-width: 480px) {
    .cms-header-content {
      height: 48px;
      padding-left: 1rem;
      padding-right: 0.75rem;
      padding-top: 0.75rem;
      padding-bottom: 0.75rem;
      margin-bottom: 0; } }

.cms-header-menu {
  background-color: var(--color-scheme-bg-primary-base); }
  .cms-header-menu .cms-header-menu-content {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0rem 1.5rem;
    line-height: 120%;
    font-size: 12px;
    background-color: var(--color-scheme-bg-primary-base);
    max-width: 1012px; }
    @media (max-width: 480px) {
      .cms-header-menu .cms-header-menu-content {
        height: 1.5rem; } }
    .cms-header-menu .cms-header-menu-content .cms-header-menu-icon-div {
      margin-right: 24px;
      display: flex;
      align-items: center;
      height: 2rem; }
      @media (max-width: 480px) {
        .cms-header-menu .cms-header-menu-content .cms-header-menu-icon-div {
          height: 1.5rem; } }
      .cms-header-menu .cms-header-menu-content .cms-header-menu-icon-div .cms-header-menu-icon {
        border-radius: 1px;
        color: var(--color-scheme-fo-white);
        font-size: 12px;
        text-decoration: none;
        opacity: 0.7;
        display: table-cell;
        vertical-align: middle; }
    .cms-header-menu .cms-header-menu-content .cms-header-menu-icon-link {
      font-weight: bold; }
      .cms-header-menu .cms-header-menu-content .cms-header-menu-icon-link:hover {
        border-bottom: 1px solid var(--color-scheme-bo-white); }
  .cms-header-menu .menu-swiper-border-rightToLeft, .cms-header-menu .menu-swiper-border-leftToRight {
    position: absolute;
    width: 1.5rem;
    height: 2rem;
    vertical-align: middle;
    display: inline-block;
    z-index: 100; }
    @media (max-width: 480px) {
      .cms-header-menu .menu-swiper-border-rightToLeft, .cms-header-menu .menu-swiper-border-leftToRight {
        height: 1.5rem; } }
  .cms-header-menu .menu-swiper-border-rightToLeft {
    left: 1rem;
    background-image: linear-gradient(270deg, rgba(255, 255, 255, 0) 0, var(--color-scheme-bg-primary-base) 80%, var(--color-scheme-bg-primary-base)); }
  .cms-header-menu .menu-swiper-border-leftToRight {
    right: 1rem;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, var(--color-scheme-bg-primary-base) 80%, var(--color-scheme-bg-primary-base)); }

/* Tabs */
.content-div-tab-menu {
  padding-bottom: 16px; }

.header-tabs {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  white-space: nowrap;
  padding-top: 8px; }
  .header-tabs .tab-item {
    color: var(--color-scheme-fo-black);
    text-decoration: none;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    margin-right: 24px;
    padding-top: 8px; }
    .header-tabs .tab-item:hover {
      border-bottom: 1px solid var(--color-scheme-bo-shade-light); }
    .header-tabs .tab-item.selected {
      border-bottom: 1px solid var(--color-scheme-bo-black); }

/* CSS for advanced Component FOOTER */
.cms-footer {
  width: 100%;
  min-width: 320px;
  background-color: var(--color-fix-footer-bg);
  position: relative;
  z-index: 50;
  box-shadow: 0px 1px 4px rgba(var(--color-fix-footer-sh-rgb), 0.1);
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  font-feature-settings: 'pnum' on, 'lnum' on;
  border-radius: 0;
  padding: 16px;
  margin-top: 16px; }
  @media (max-width: 480px) {
    .cms-footer {
      margin-top: 0px;
      padding: 16px 8%; } }
  .cms-footer ul {
    margin: 0;
    list-style-type: none;
    padding: 0;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center; }
    .cms-footer ul li {
      float: left;
      padding: 2px 0; }
      .cms-footer ul li a {
        color: var(--color-fix-footer-fo);
        text-decoration: none;
        font-size: 14px;
        margin: 2px 8px; }

.cms-footer-content {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center; }

/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom, .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-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  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-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-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-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-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-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-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-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-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)); }

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-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;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -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%);
  -ms-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: .2s top, .2s -webkit-transform;
  transition: .2s top, .2s -webkit-transform;
  -o-transition: .2s transform, .2s top;
  transition: .2s transform, .2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -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%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s left, .2s -webkit-transform;
  transition: .2s left, .2s -webkit-transform;
  -o-transition: .2s transform, .2s left;
  transition: .2s transform, .2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right, .2s -webkit-transform;
  transition: .2s right, .2s -webkit-transform;
  -o-transition: .2s transform, .2s right;
  transition: .2s transform, .2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform; }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-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-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000; }

.swiper-pagination-lock {
  display: none; }

.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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

@-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); } }
.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%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

.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;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-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;
  -ms-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;
  -ms-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-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .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-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px; }

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

/* For swiper js*/
.swiper-container {
  width: 100%;
  /* Set this to "calc(100% - 6rem);" to show navigation buttons. */
  height: 30px;
  overflow: hidden;
  display: inline-block; }

.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: block;
  width: auto; }

.swiper-button-next, .swiper-button-prev {
  top: auto;
  position: static;
  width: 0rem;
  /* Set this to "width: 3rem;" to show navigation buttons. */
  height: 32px;
  margin-top: 0px;
  z-index: 10;
  cursor: pointer;
  background-size: 16px 16px;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block; }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  visibility: hidden;
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-border-rightToLeft, .swiper-border-leftToRight {
  position: absolute;
  display: inline;
  width: 1.5rem;
  height: 30px;
  vertical-align: middle;
  z-index: 100;
  display: inline-block;
  z-index: 100; }

.swiper-border-rightToLeft {
  left: 0;
  /* Set this to "left: 4.5rem;" to show navigation buttons. */
  background-image: linear-gradient(270deg, rgba(var(--color-rgb-white), 0) 0, var(--color-scheme-bg-white) 80%, var(--color-scheme-bg-white)); }

.swiper-border-leftToRight {
  right: 0;
  /* Set this to "right: 4.5rem;" to show navigation buttons. */
  background-image: linear-gradient(90deg, rgba(var(--color-rgb-white), 0) 0, var(--color-scheme-bg-white) 80%, var(--color-scheme-bg-white)); }

/* Fix Alert over Subheader */
#cmsalertbox_0 + .subheader {
  margin-top: 32px; }

.cms-accordion-box .cms-accordion-element {
  padding: 16px;
  margin: 0; }
  .cms-accordion-box .cms-accordion-element .cms-accordion-title {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    padding-bottom: 2px;
    height: 22px;
    font-weight: 700; }
    .cms-accordion-box .cms-accordion-element .cms-accordion-title svg .closed {
      stroke: var(--color-scheme-fo-black); }
  .cms-accordion-box .cms-accordion-element .cms-accordion-content {
    display: none; }
  .cms-accordion-box .cms-accordion-element.active {
    background-color: var(--color-scheme-bg-secondary-2-lightest); }
    .cms-accordion-box .cms-accordion-element.active .cms-accordion-title svg .closed {
      stroke: transparent; }
    .cms-accordion-box .cms-accordion-element.active .cms-accordion-title svg .open {
      stroke: var(--color-scheme-fo-black); }
    .cms-accordion-box .cms-accordion-element.active .cms-accordion-content {
      display: block; }

.subscription-list .subscription {
  margin: 0;
  /* overwrite dottedline */
  padding: 8px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 134px; }
  @media (max-width: 480px) {
    .subscription-list .subscription {
      min-height: 116px; } }
  .subscription-list .subscription .info {
    margin: 8px 0; }
  .subscription-list .subscription .title {
    font-weight: bold;
    font-size: 20px; }
    @media (max-width: 480px) {
      .subscription-list .subscription .title {
        font-size: 16px; } }
  .subscription-list .subscription .preview {
    font-size: 16px;
    line-height: 20px; }
  .subscription-list .subscription .infoline {
    margin: 4px 0;
    font-size: 14px;
    color: var(--color-scheme-fo-shade-darker); }
    .subscription-list .subscription .infoline span:not(:first-child):before {
      content: " • "; }
  .subscription-list .subscription .options {
    margin-bottom: 8px; }
    .subscription-list .subscription .options a {
      display: inline-block;
      padding-top: 8px;
      margin-right: 24px; }
  .subscription-list .subscription .image {
    width: 90px;
    height: auto;
    object-fit: contain;
    object-position: top;
    margin-left: .5rem; }
    @media (max-width: 480px) {
      .subscription-list .subscription .image {
        width: 72px; } }
    .subscription-list .subscription .image.cover {
      border: 1px solid var(--color-scheme-bo-shade-lighter); }
  .subscription-list .subscription.preview {
    min-height: 75px; }
    .subscription-list .subscription.preview .title {
      font-size: 16px;
      line-height: 20px; }
    .subscription-list .subscription.preview .image {
      width: 72px; }
      @media (max-width: 480px) {
        .subscription-list .subscription.preview .image {
          width: 56px; } }
  .subscription-list .subscription:last-child {
    background: none; }

.event-list .event {
  margin: 0;
  /* overwrite dottedline */
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: normal;
  min-height: 0px; }
  @media (max-width: 480px) {
    .event-list .event {
      min-height: 116px; } }
  .event-list .event .info {
    margin: 16px 0; }
  .event-list .event .title {
    font-weight: bold;
    font-size: 20px; }
    @media (max-width: 480px) {
      .event-list .event .title {
        font-size: 16px; } }
  .event-list .event .infoline {
    margin: 4px 0;
    font-size: 14px;
    color: var(--color-scheme-fo-shade-darker); }
    .event-list .event .infoline span:not(:first-child):before {
      content: " • "; }
  .event-list .event .options {
    margin-bottom: 8px; }
    .event-list .event .options a {
      display: inline-block;
      padding-top: 8px;
      margin-right: 24px; }
  .event-list .event.preview {
    min-height: 75px; }
    .event-list .event.preview .title {
      font-size: 16px;
      line-height: 20px; }
  .event-list .event:last-child {
    background: none; }

.flex-tile .row span {
  display: inline-block;
  margin: 0;
  padding: 8px 0;
  vertical-align: top;
  width: calc(50% - 0.63rem);
  overflow: hidden;
  text-overflow: ellipsis; }
  .flex-tile .row span.left {
    font-weight: bold;
    margin-right: 1rem; }

#resendConfirmationTokenLinkForm button {
  margin-top: 8px; }

.datarow-table {
  overflow: hidden; }
  .datarow-table .datarow {
    display: table;
    table-layout: fixed;
    width: 100%; }
    .datarow-table .datarow .col {
      display: table-cell;
      padding: 8px 0; }
      .datarow-table .datarow .col:first-child {
        font-weight: bold; }
      .datarow-table .datarow .col.col-mobile-100 {
        width: 30%; }
        @media (max-width: 480px) {
          .datarow-table .datarow .col.col-mobile-100 {
            display: table;
            width: 100%;
            padding-bottom: 0; } }
      .datarow-table .datarow .col.col-mobile-70 {
        width: 50%; }
        @media (max-width: 480px) {
          .datarow-table .datarow .col.col-mobile-70 {
            display: table;
            width: 70%;
            padding-top: 4px; } }
      .datarow-table .datarow .col.col-mobile-30 {
        width: 20%; }
        @media (max-width: 480px) {
          .datarow-table .datarow .col.col-mobile-30 {
            width: 30%;
            text-align: right;
            font-size: 14px; } }

table.cms-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid var(--color-scheme-bo-shade-base);
  margin: 1em 0; }
  table.cms-table th {
    background-color: var(--color-scheme-bg-secondary-2-lightest); }
  table.cms-table th, table.cms-table td {
    text-align: left;
    border-left: 1px solid var(--color-scheme-bo-shade-base);
    border-top: 1px solid var(--color-scheme-bo-shade-base);
    padding: 10px 10px; }
  table.cms-table tr.buttonrow button {
    margin: 10px 0; }

.sales-list .sale .title {
  font-size: 18px;
  font-weight: bold; }
.sales-list .sale .infoline {
  padding-top: 4px;
  padding-bottom: 8px;
  font-size: 14px;
  line-height: 18px;
  color: var(--color-scheme-fo-shade-dark); }
  .sales-list .sale .infoline span:not(:first-child):before {
    content: " • "; }
.sales-list .sale .text {
  font-size: 14px; }
.sales-list .sale a {
  margin-right: 24px; }
.sales-list .sale:last-child {
  background: none; }

/* CSS for Component PAGEHEADER */
.pageheader {
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media (max-width: 480px) {
    .pageheader {
      padding-top: 16px; } }
  .pageheader h1 {
    font-family: National2Condensed, Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
    font-weight: 800;
    line-height: 1.08;
    margin: auto 0;
    font-size: 2.25rem; }
    @media (max-width: 480px) {
      .pageheader h1 {
        font-size: 1.75rem; } }

.subheader {
  padding-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .subheader h2 {
    font-family: National2Condensed, Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
    font-weight: 800;
    line-height: 1.08;
    font-size: 1.5rem; }
    @media (max-width: 480px) {
      .subheader h2 {
        font-size: 1.25rem; } }

.dottedline {
  padding-bottom: 24px;
  margin-bottom: 24px;
  background-image: linear-gradient(90deg, #807E7C 25%, rgba(128, 126, 124, 0) 0);
  background-position: 0 100%;
  background-size: 4px 1px;
  background-repeat: repeat-x; }
  @media (max-width: 480px) {
    .dottedline {
      margin-bottom: 16px;
      padding-bottom: 16px; } }
  hr.dottedline {
    padding-bottom: 1px; }

p.reduced-width {
  max-width: 616px; }

.box {
  padding: 1em 0; }
  .box .headline {
    display: flex;
    justify-content: space-between; }
    .box .headline h3 {
      color: var(--color-scheme-fo-primary-base);
      font-size: 20px;
      line-height: 22px;
      font-family: National2Condensed, Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
      margin: auto 0; }

.box-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex: 0 0 46%; }
  .box-2 .box {
    width: 46%; }
  @media (max-width: 768px) {
    .box-2 {
      display: block; }
      .box-2 .box {
        width: 100%; } }

.box.box-help .headline {
  margin-bottom: 0; }
.box.box-help .content {
  display: inline-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0 16px;
  width: 100%; }
  .box.box-help .content .item {
    position: relative;
    margin-top: 24px;
    white-space: nowrap; }
    @media (max-width: 480px) {
      .box.box-help .content .item {
        margin-top: 16px; } }
    @supports (-webkit-touch-callout: none) and (not (translate: none)) {
      .box.box-help .content .item:not(:last-child) {
        margin-right: 16px; } }
    .box.box-help .content .item img {
      position: absolute; }
    .box.box-help .content .item strong {
      margin-left: 48px;
      font-weight: bold;
      display: block; }
    .box.box-help .content .item span {
      margin-left: 48px;
      display: block;
      color: var(--color-scheme-fo-shade-dark); }
      .box.box-help .content .item span a {
        color: var(--color-scheme-fo-shade-dark); }

h3.red {
  color: var(--color-scheme-fo-primary-base);
  font-size: 20px;
  line-height: 22px;
  font-family: National2Condensed, Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
  margin: auto 0; }

.address-block {
  margin-top: 1em; }
  .address-block ul.edit-lines {
    float: right; }
    .address-block ul.edit-lines li {
      float: none;
      margin-bottom: 0.33em; }
  .address-block ul.address-lines {
    float: left; }
  .address-block ul.subscription-lines {
    clear: both;
    float: none;
    color: var(--color-scheme-fo-shade-dark);
    padding: .75em 0; }
    .address-block ul.subscription-lines li {
      margin: 0 0 0.3em 0; }
      .address-block ul.subscription-lines li:before {
        content: " ✓ "; }

.box-benefits {
  padding-bottom: 32px; }
  @media (max-width: 480px) {
    .box-benefits {
      padding-bottom: 24px; } }
  .box-benefits ul {
    margin: 24px 0; }
    @media (max-width: 480px) {
      .box-benefits ul {
        margin: 16px 0; } }
    .box-benefits ul li {
      padding: 12px 0;
      display: flex; }
      @media (max-width: 480px) {
        .box-benefits ul li {
          padding: 8px; } }
      .box-benefits ul li:first-child {
        padding-top: 0; }
      .box-benefits ul li:last-child {
        padding-bottom: 0; }
      .box-benefits ul li div {
        margin: 6px 0 0 10px; }
        .box-benefits ul li div strong {
          color: var(--color-scheme-fo-black);
          font-weight: bold;
          margin-right: 6px;
          line-height: 20px;
          white-space: nowrap; }
        .box-benefits ul li div span {
          color: var(--color-scheme-fo-shade-dark);
          line-height: 20px;
          display: inline; }
          @media (max-width: 768px) {
            .box-benefits ul li div span {
              display: block; } }

.benefits-cancel {
  margin: 1.5em 0; }
  .benefits-cancel li {
    margin: 8px 0;
    position: relative;
    margin-left: 50px;
    min-height: 2.2em; }
    .benefits-cancel li:before {
      position: absolute;
      top: -0.5em;
      content: "–";
      color: #DC3E0F;
      font-weight: bold;
      width: 36px;
      height: 36px;
      border: 1px solid var(--color-scheme-bo-black);
      border-radius: 50%;
      display: inline-flex;
      padding: 6px 13px;
      margin-left: -50px; }
      @media (max-width: 480px) {
        .benefits-cancel li:before {
          top: 0; } }

.dsgvo-form {
  max-width: 720px; }
  form.form21.dsgvo-form .dsgvo-items {
    max-width: 720px; }
  .dsgvo-form .form-element.cms-checkbox .checkable-content, .dsgvo-form .form-element.cms-checkbox .infotext-content {
    color: var(--color-scheme-fo-shade-dark);
    font-size: 0.9em;
    margin: 4px 0 4px 2.25rem; }
  .dsgvo-form .form-element.cms-checkbox a {
    color: var(--color-scheme-fo-shade-dark);
    text-decoration: underline; }
  .dsgvo-form .dsgvo-alternative {
    position: relative; }
    .dsgvo-form .dsgvo-alternative img {
      position: absolute;
      width: 100px; }
    .dsgvo-form .dsgvo-alternative .text {
      margin-left: 100px;
      display: block;
      min-height: 70px;
      padding: 8px 12px; }
    @media (max-width: 480px) {
      .dsgvo-form .dsgvo-alternative img {
        width: 50px; }
      .dsgvo-form .dsgvo-alternative .text {
        margin-left: 50px;
        min-height: unset; } }
  .dsgvo-form ul {
    list-style-type: initial; }
    .dsgvo-form ul li {
      font-weight: bold;
      margin-left: 1em; }

span.info-icon {
  background: url("../../images/manager/meinkonto/Rounded-Icon-Info.svg");
  width: 16px;
  height: 16px;
  margin: 0 0 0 0.5em;
  display: inline-block;
  cursor: pointer; }

@media (prefers-color-scheme: dark) {
  span.info-icon {
    filter: invert(1); } }
div.cms-ol {
  margin-left: 3rem; }
  div.cms-ol div {
    position: relative;
    top: 0.1rem;
    margin-bottom: 1rem; }
    div.cms-ol div span {
      position: absolute;
      left: -2rem;
      top: -0.1rem;
      color: var(--color-scheme-fo-shade-light);
      font-size: 1.5rem; }

.cms-trustfooter .item {
  margin-top: 1em; }
  .cms-trustfooter .item img {
    position: absolute; }
  .cms-trustfooter .item strong {
    margin-left: 40px;
    font-weight: bold;
    display: block; }
  .cms-trustfooter .item span {
    margin-left: 40px;
    display: block;
    color: var(--color-scheme-fo-shade-dark); }
    .cms-trustfooter .item span a {
      color: var(--color-scheme-fo-shade-dark); }

.code {
  width: fit-content;
  border: 1px solid var(--color-scheme-bo-shade-base);
  background-color: var(--color-scheme-bg-shade-lightest);
  margin: 16px auto;
  padding: 6px;
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center; }

.contains-dropdown-in-radio-group .dropdown-in-radio-group {
  margin-left: 2.25rem; }

.cms-helpbox {
  position: relative;
  border: 1px solid var(--color-scheme-bo-shade-base);
  margin: 24px 0;
  padding: 12px 84px 12px 12px;
  min-height: 96px;
  max-width: 450px;
  color: var(--color-scheme-fo-shade-dark);
  font-size: 0.9rem;
  line-height: 1.1rem; }
  .cms-helpbox h3 {
    color: var(--color-scheme-fo-black);
    font-size: 1.1rem;
    line-height: 1.3rem;
    margin-bottom: 8px; }
  .cms-helpbox img {
    position: absolute;
    right: 12px;
    top: 12px;
    width: 60px; }
  .cms-helpbox .cms-link.as-small-button {
    margin-top: 8px; }

table.cancel-data td:first-child {
  text-align: right;
  padding-right: 1em; }

.subscriptionbox {
  position: relative;
  border: 1px solid var(--color-scheme-bo-shade-base);
  margin: 24px 0;
  padding: 12px 84px 12px 12px;
  min-height: 104px;
  max-width: 450px;
  color: var(--color-scheme-fo-shade-dark);
  font-size: 0.9rem;
  line-height: 1.1rem; }
  .subscriptionbox .title {
    color: var(--color-scheme-fo-black);
    font-size: 1.1rem;
    line-height: 1.3rem;
    font-weight: bold;
    margin-bottom: 8px; }
  .subscriptionbox span {
    display: block; }
  .subscriptionbox img {
    position: absolute;
    right: 12px;
    top: 12px;
    width: 60px; }
    .subscriptionbox img.cover {
      border: 1px solid var(--color-scheme-bo-shade-lighter); }

#abmeldegrund_validation_no_content {
  margin: -1em 0 1em 0; }

.hiddenlist {
  font-size: 14px;
  line-height: normal; }
  .hiddenlist .title {
    color: var(--color-scheme-fo-black);
    position: relative;
    cursor: pointer; }
    .hiddenlist .title svg {
      display: inline-block;
      width: 6px;
      height: 10px;
      transform: rotate(90deg);
      position: absolute;
      margin: 5px 0 0 0.5rem; }
  .hiddenlist ul {
    display: none; }
    .hiddenlist ul li {
      margin-top: 6px;
      color: var(--color-scheme-fo-shade-darker); }
  .hiddenlist.active ul {
    display: block; }
  .hiddenlist.active .title svg {
    transform: rotate(270deg); }

.invitationform {
  display: none; }
  .invitationform form {
    margin-bottom: 24px; }
    @media (max-width: 480px) {
      .invitationform form {
        margin-bottom: 16px; } }

ul.multiUserList .title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 4px; }
ul.multiUserList .subline {
  color: var(--color-scheme-fo-shade-darker);
  margin-bottom: 12px; }
ul.multiUserList .actions {
  color: var(--color-scheme-fo-shade-darker); }
  ul.multiUserList .actions span:not(:first-child) {
    margin-left: 2em; }

table.multiUserStatus {
  margin-bottom: 24px; }
  @media (max-width: 480px) {
    table.multiUserStatus {
      margin-bottom: 16px; } }
  table.multiUserStatus td:last-of-type {
    font-weight: bold;
    padding-left: 1em; }

div.multiUserList {
  position: relative;
  margin-left: -16px;
  margin-right: -16px; }
  div.multiUserList:after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, rgba(var(--color-rgb-white), 1) 0, rgba(var(--color-rgb-white), 0) 16px, rgba(var(--color-rgb-white), 0) calc(100% - 16px), rgba(var(--color-rgb-white), 1) 100%);
    pointer-events: none; }
  div.multiUserList .multiUserScrollContainer {
    position: relative;
    overflow-x: scroll; }
    div.multiUserList .multiUserScrollContainer table {
      position: relative;
      margin-left: 16px;
      margin-right: 16px;
      width: calc(100% - 32px); }
      div.multiUserList .multiUserScrollContainer table th:last-of-type {
        border-left: 0 none; }
      div.multiUserList .multiUserScrollContainer table tr td {
        white-space: nowrap;
        border-left: 0 none; }
        div.multiUserList .multiUserScrollContainer table tr td:nth-of-type(4) .cms-link, div.multiUserList .multiUserScrollContainer table tr td:nth-of-type(4) cms-link:hover {
          border-bottom: 0 none; }
        div.multiUserList .multiUserScrollContainer table tr td:last-of-type {
          white-space: normal;
          text-align: right; }
          div.multiUserList .multiUserScrollContainer table tr td:last-of-type span + span {
            margin-left: 1em; }

span.copy-to-clipboard {
  cursor: pointer; }

.badge {
  position: relative;
  top: -2px;
  left: 2px;
  border-radius: 1.5px;
  padding: 2px 4px;
  font-size: 12px;
  font-weight: bold;
  line-height: 15px; }
  .badge.info {
    background-color: var(--color-fix-attention);
    color: #000000; }
  .badge.success {
    background-color: var(--color-fix-positive);
    color: #FFFFFF; }

.eventbadge {
  background-color: var(--color-scheme-fo-primary-base);
  display: inline-block;
  margin-bottom: 6px;
  padding: 2px 4px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 2px; }

.event-booking .title {
  font-weight: bold;
  font-size: 20px; }
  @media (max-width: 480px) {
    .event-booking .title {
      font-size: 16px; } }
.event-booking .infoline {
  margin: 4px 0;
  font-size: 16px;
  line-height: 18px;
  color: var(--color-scheme-fo-shade-dark); }
  .event-booking .infoline span:not(:first-child):before {
    content: " • "; }
.event-booking .cms-radio {
  padding-bottom: 10px; }

.urlaubsservice-item {
  padding: 0;
  margin: 12px 0 24px 0;
  position: relative; }
  .urlaubsservice-item p {
    margin: 12px 0; }
  @media (min-width: 900px) {
    .urlaubsservice-item a.cms-buttonlink {
      position: absolute;
      right: 0;
      bottom: 0; } }

[data-tooltip-click] {
  position: relative; }
  [data-tooltip-click]:after {
    content: attr(data-tooltip-click);
    position: absolute;
    display: block;
    opacity: 0;
    transition: opacity 0.5s;
    bottom: 2em;
    left: -5em;
    z-index: 100;
    background-color: var(--color-scheme-bg-shade-lightest);
    padding: 2px 6px;
    border: 1px solid var(--color-scheme-bo-shade-base);
    border-radius: 2px;
    font-size: 0.8rem; }
  [data-tooltip-click].clicked:after {
    opacity: 1; }

.iconmessage {
  max-width: 400px;
  margin: 16px auto; }
  .iconmessage div {
    margin: 16px 0;
    text-align: center; }
    .iconmessage div.icon svg {
      border: 1px solid var(--color-scheme-bo-black);
      border-radius: 50%;
      width: 34px;
      height: 34px;
      padding: 5px; }
    .iconmessage div.message {
      font-weight: bold; }

.mail + .cms-link {
  margin-left: 4px; }

.form-element label {
  position: relative;
  font-size: 0.875rem;
  vertical-align: middle;
  display: block;
  color: var(--color-scheme-fo-black);
  padding-bottom: 4px; }
  .form-element label span.info-icon {
    position: absolute;
    right: 0;
    top: 4px; }
.form-element .infotext-content {
  display: none;
  float: none;
  color: var(--color-scheme-fo-shade-dark);
  font-size: 0.9em;
  margin: 4px 0; }
  .form-element .infotext-content img[name='adressaufkleber'] {
    max-width: 180px;
    float: right;
    margin: 0 0 8px 8px; }
    @media (max-width: 480px) {
      .form-element .infotext-content img[name='adressaufkleber'] {
        float: none;
        display: block;
        margin: 4px auto; } }
.form-element.cms-checkbox label {
  font-size: 1rem; }
.form-element.cms-checkbox .infotext-content {
  margin-left: 2.25rem; }

/* CSS for Component INPUT */
.cms-input,
.cms-dropdown,
.cms-textarea {
  width: 100%;
  background-color: var(--color-scheme-bg-white);
  border-radius: 0;
  border-width: 1px;
  font-family: National2, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.26;
  color: var(--color-scheme-fo-black);
  padding-left: .75rem;
  padding-right: .75rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  border-style: solid;
  border-color: var(--color-scheme-bo-shade-base); }
  .cms-input:hover, .cms-input:focus,
  .cms-dropdown:hover,
  .cms-dropdown:focus,
  .cms-textarea:hover,
  .cms-textarea:focus {
    border-color: var(--color-scheme-bo-black);
    outline: 0; }
  .cms-input:disabled,
  .cms-dropdown:disabled,
  .cms-textarea:disabled {
    color: var(--color-scheme-fo-shade-base);
    border-color: var(--color-scheme-bo-shade-lighter);
    cursor: not-allowed; }
  .cms-input[readonly],
  .cms-dropdown[readonly],
  .cms-textarea[readonly] {
    color: var(--color-scheme-fo-shade-base);
    border-color: var(--color-scheme-bo-shade-lighter);
    cursor: not-allowed; }
  .cms-input:-webkit-autofill, .cms-input:-webkit-autofill:hover, .cms-input:-webkit-autofill:focus, .cms-input:-webkit-autofill:active,
  .cms-dropdown:-webkit-autofill,
  .cms-dropdown:-webkit-autofill:hover,
  .cms-dropdown:-webkit-autofill:focus,
  .cms-dropdown:-webkit-autofill:active,
  .cms-textarea:-webkit-autofill,
  .cms-textarea:-webkit-autofill:hover,
  .cms-textarea:-webkit-autofill:focus,
  .cms-textarea:-webkit-autofill:active {
    box-shadow: 0 0 0 30px var(--color-scheme-bg-white) inset;
    color: var(--color-scheme-fo-black);
    -filter: none;
    -webkit-box-shadow: 0 0 0 30px var(--color-scheme-bg-white) inset;
    -webkit-text-fill-color: var(--color-scheme-fo-black);
    -webkit-appearance: none; }
  .cms-input:autofill, .cms-input:autofill:hover, .cms-input:autofill:focus, .cms-input:autofill:active,
  .cms-dropdown:autofill,
  .cms-dropdown:autofill:hover,
  .cms-dropdown:autofill:focus,
  .cms-dropdown:autofill:active,
  .cms-textarea:autofill,
  .cms-textarea:autofill:hover,
  .cms-textarea:autofill:focus,
  .cms-textarea:autofill:active {
    box-shadow: 0 0 0 30px var(--color-scheme-bg-white) inset;
    color: var(--color-scheme-fo-black);
    -filter: none;
    -webkit-box-shadow: 0 0 0 30px var(--color-scheme-bg-white) inset;
    -webkit-text-fill-color: var(--color-scheme-fo-black);
    -webkit-appearance: none; }

.cms-input[size] {
  width: unset; }

.cms-dropdown {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none; }
  .cms-dropdown + .cms-dropdown-icon {
    position: relative;
    top: 3px;
    margin-left: -32px;
    color: var(--color-scheme-fo-black);
    pointer-events: none; }
  .cms-dropdown:disabled + .cms-dropdown-icon {
    color: var(--color-scheme-fo-shade-base); }

.cms-error-input {
  border-color: var(--color-fix-negative); }

.cms-input-error-no-content {
  border-color: var(--color-fix-negative);
  color: var(--color-fix-negative); }

.cms-input-error-wrong-content {
  border-color: var(--color-fix-negative);
  color: var(--color-fix-negative); }

.cms-error-text {
  display: none;
  font-family: National2, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-feature-settings: 'pnum' on, 'lnum' on;
  color: #DC3E0F;
  white-space: normal;
  padding-top: 4px; }

.cms-input-error-no-content .cms-radio-visualization {
  border-color: var(--color-fix-negative); }

.cms-input-error-no-content ~ .cms-input-error-no-content-text {
  display: block; }

.cms-input-error-wrong-content ~ .cms-input-error-wrong-content-text {
  display: block; }

/* CSS for Component CHECKBOX */
.cms-checkbox {
  align-items: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: National2, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  color: var(--color-scheme-fo-shade-darker);
  display: inline-block;
  vertical-align: top;
  height: 100%;
  min-height: 1.5rem;
  width: 100%; }
  .cms-checkbox label {
    cursor: pointer; }
  .cms-checkbox .cms-checkbox-text {
    margin-left: 2.25rem;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    max-width: calc(100% - 2.25rem);
    display: block; }
  .cms-checkbox .cms-checkbox-visualization {
    position: absolute;
    top: 0;
    left: 0;
    width: 1.5rem;
    height: 1.5rem;
    border-width: 1px;
    border-style: solid;
    border-color: var(--color-scheme-bo-shade-base);
    background-color: var(--color-scheme-bg-white); }
    .cms-checkbox .cms-checkbox-visualization svg {
      stroke: var(--color-scheme-bg-white);
      position: absolute; }
    .cms-input-error-no-content .cms-checkbox .cms-checkbox-visualization {
      border-color: var(--color-fix-negative); }
  .cms-checkbox .checkable-content, .cms-checkbox .infotext-content {
    display: none;
    margin-top: 8px; }
  .cms-checkbox .cms-checkbox-hidden-input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
    .cms-checkbox .cms-checkbox-hidden-input:checked ~ .checkable-content {
      display: block; }
    .cms-checkbox .cms-checkbox-hidden-input:checked ~ label .cms-checkbox-visualization {
      background-color: var(--color-scheme-fo-black);
      border-color: var(--color-scheme-bo-black); }
    .cms-checkbox .cms-checkbox-hidden-input:checked ~ label .cms-checkbox-text {
      color: var(--color-scheme-fo-black); }
  .cms-checkbox:hover {
    color: var(--color-scheme-fo-black); }
    .cms-checkbox:hover > .cms-checkbox-visualization {
      border-color: var(--color-scheme-bo-black); }

/* CSS for Component RADIO */
.cms-radio {
  align-items: center;
  min-height: 1.5rem;
  padding-left: 2.25rem;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: National2, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  color: var(--color-scheme-fo-shade-darker);
  font-size: 1rem;
  display: inline-block;
  width: 100%; }
  .cms-radio.cms-radio-icon-after {
    width: 100%; }
    .cms-radio.cms-radio-icon-after label {
      display: inline-flex;
      width: 100%;
      justify-content: space-between; }
  .cms-radio > label {
    display: block;
    overflow: hidden; }
  .cms-radio .cms-radio-visualization {
    position: absolute;
    top: 0;
    left: 0;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    border-width: 1px;
    border-style: solid;
    border-color: var(--color-scheme-bo-shade-base); }
  .cms-radio .cms-radio-visualization-inner {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 50%; }
  .cms-radio .cms-radio-hidden-input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
    .cms-radio .cms-radio-hidden-input:checked ~ label > .cms-radio-visualization {
      border-color: var(--color-scheme-bo-black); }
      .cms-radio .cms-radio-hidden-input:checked ~ label > .cms-radio-visualization > .cms-radio-visualization-inner {
        background-color: var(--color-scheme-fo-black); }
    .cms-radio .cms-radio-hidden-input:checked ~ label > .cms-radio-text {
      color: var(--color-scheme-fo-black); }
    .cms-radio .cms-radio-hidden-input:not(:checked) ~ .cms-radio-pointer {
      cursor: pointer; }
  .cms-radio:hover {
    color: var(--color-scheme-fo-black); }
    .cms-radio:hover > .cms-radio-visualization {
      border-color: var(--color-scheme-bo-black); }

/* CSS for Component PASSWORD */
.cms-password {
  position: relative; }
  .cms-password input {
    padding-right: 3rem; }
  .cms-password .cms-password-eye {
    position: absolute;
    top: 2.2rem;
    width: 1.5rem;
    height: 1.5rem;
    cursor: pointer;
    left: calc(100% - 34px);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .cms-password .cms-password-eye .cms-password-eye-hidden-input {
      display: none; }
    .cms-password .cms-password-eye svg {
      stroke: none; }
      .cms-password .cms-password-eye svg .eye {
        fill: var(--color-scheme-fo-shade-base); }
    .cms-password .cms-password-eye.active svg .closed-1 {
      stroke: var(--color-scheme-fo-shade-base); }
    .cms-password .cms-password-eye.active svg .closed-2 {
      stroke: var(--color-scheme-bg-white); }

/* CSS for Component BUTTON21 */
.cms-button-21 {
  display: flex;
  align-items: center;
  position: relative;
  border: 1px;
  line-height: 1.26;
  font-weight: 700;
  border-style: solid;
  font-family: National2, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  padding: 0.75rem 1rem;
  font-size: .875rem;
  border-radius: 0;
  white-space: nowrap;
  justify-content: center;
  stroke: currentColor;
  background-color: var(--color-scheme-bg-white);
  border-color: var(--color-scheme-bo-shade-base);
  color: var(--color-scheme-fo-black); }
  .cms-button-21 svg.chevron {
    margin-left: 12px; }
  .cms-button-21 svg:not(.chevron) {
    margin-right: 8px;
    display: flex; }
  .cms-button-21:hover {
    border-color: var(--color-scheme-bo-black);
    cursor: pointer; }
  .cms-button-21:focus {
    border-color: var(--color-scheme-bo-black);
    background-color: var(--color-scheme-bg-shade-lightest); }
  .cms-button-21:disabled {
    border-color: var(--color-scheme-bo-shade-lighter);
    background-color: var(--color-scheme-bo-black);
    color: var(--color-scheme-fo-shade-base);
    cursor: not-allowed; }
  .cms-button-21.primary {
    background-color: var(--color-scheme-bg-primary-base);
    border-color: var(--color-scheme-bo-primary-base);
    color: var(--color-scheme-fo-white); }
    .cms-button-21.primary:hover {
      border-color: var(--color-scheme-bo-primary-dark);
      background-color: var(--color-scheme-bg-primary-dark); }
    .cms-button-21.primary:focus {
      border-color: var(--color-scheme-bo-primary-darker);
      background-color: var(--color-scheme-bg-primary-darker); }
    .cms-button-21.primary:disabled {
      border-color: var(--color-scheme-bo-shade-lighter);
      background-color: var(--color-scheme-bg-shade-lighter);
      color: var(--color-scheme-fo-shade-dark);
      cursor: not-allowed; }
  .cms-button-21.green {
    background-color: var(--color-fix-positive);
    border-color: var(--color-fix-positive);
    color: var(--color-scheme-fo-white); }
    .cms-button-21.green .icon-before svg {
      stroke: var(--color-scheme-fo-white); }
  .cms-button-21.small {
    padding: 0.25rem 0.5rem;
    font-size: 0.9rem; }
    .cms-button-21.small .icon-before {
      height: 17px; }
      .cms-button-21.small .icon-before svg {
        margin-right: 4px; }
  .cms-button-21.large {
    padding: 0.75rem 1.5rem;
    font-size: 1rem; }
  .cms-button-21.as-text {
    border: 0;
    background-color: unset;
    padding: 0;
    font-weight: normal; }

.cms-buttonlink {
  display: inline-block;
  text-decoration: none; }

.logout-button .text {
  font-size: 14px;
  line-height: 18px; }

.form-group-headline {
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  margin: 0 0 12px 0; }

.form-element.three-field-date input {
  width: 3rem;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  margin: 0 2px; }
  .form-element.three-field-date input:first-of-type {
    margin-left: 0; }
  .form-element.three-field-date input:last-of-type {
    width: 4.5rem;
    margin-right: 0; }

form.form21 {
  margin-top: 24px; }
  @media (max-width: 480px) {
    form.form21 {
      margin-top: 16px; } }
  form.form21 .form-row {
    max-width: 450px;
    margin: 24px 0; }
    @media (max-width: 480px) {
      form.form21 .form-row {
        margin: 16px 0; } }
    form.form21 .form-row.flexrow {
      display: flex;
      flex-wrap: wrap; }
      form.form21 .form-row.flexrow.form-row-street > .form-element:first-child {
        width: calc(100% - 80px - 16px);
        margin-right: 16px; }
      form.form21 .form-row.flexrow.form-row-street > .form-element:nth-child(2) {
        flex: auto;
        width: 80px; }
      form.form21 .form-row.flexrow.form-row-city > .form-element:first-child {
        width: 80px;
        margin-right: 16px; }
      form.form21 .form-row.flexrow.form-row-city > .form-element:nth-child(2) {
        flex: auto; }
    form.form21 .form-row.dottedline {
      padding-top: 4px; }
      form.form21 .form-row.dottedline:last-of-type {
        background: 0 none; }
    form.form21 .form-row .form-row:last-of-type {
      margin-bottom: 0; }
  form.form21 .cms-radio-parent > label {
    font-size: 0.875rem; }
    form.form21 .cms-radio-parent > label + .form-row {
      margin-top: 16px; }
  form.form21 .cms-radio-parent + .cms-error-text {
    margin: -24px 0 24px; }
  form.form21 .cms-form-row-radio-group {
    margin-bottom: 0; }
    form.form21 .cms-form-row-radio-group .cms-radio {
      margin-bottom: 24px;
      margin-right: 1.5rem;
      padding-left: 2rem;
      width: unset; }
      @media (max-width: 480px) {
        form.form21 .cms-form-row-radio-group .cms-radio {
          margin-bottom: 16px; } }
      form.form21 .cms-form-row-radio-group .cms-radio:last-of-type {
        margin-right: 0; }
    form.form21 .cms-form-row-radio-group .cms-radio-parent + .cms-error-text {
      margin: 6px 0 0 0; }
  form.form21 .cms-form-row-radio-group-as-tab {
    padding-top: 8px;
    margin-bottom: 8px; }
    form.form21 .cms-form-row-radio-group-as-tab .cms-radio-visualization {
      display: none; }
    form.form21 .cms-form-row-radio-group-as-tab .cms-radio {
      display: table-cell;
      width: unset;
      padding: 0;
      color: var(--color-scheme-fo-shade-base); }
      form.form21 .cms-form-row-radio-group-as-tab .cms-radio label {
        border-bottom: 1px solid var(--color-scheme-fo-shade-base);
        padding: 0.3rem 1rem; }
      form.form21 .cms-form-row-radio-group-as-tab .cms-radio:hover {
        border-color: var(--color-scheme-fo-shade-dark); }
        form.form21 .cms-form-row-radio-group-as-tab .cms-radio:hover label {
          color: var(--color-scheme-fo-shade-dark); }
    form.form21 .cms-form-row-radio-group-as-tab .cms-radio .cms-radio-hidden-input:checked {
      color: var(--color-scheme-fo-shade-black); }
      form.form21 .cms-form-row-radio-group-as-tab .cms-radio .cms-radio-hidden-input:checked ~ label {
        border-bottom: 2px solid var(--color-scheme-fo-black);
        padding-bottom: calc(0.3rem - 1px); }
  form.form21 .buttonrow {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 24px;
    margin: 0; }
    @media (max-width: 480px) {
      form.form21 .buttonrow {
        margin-top: 8px; } }
    form.form21 .buttonrow > div {
      white-space: nowrap; }
      @supports (-webkit-touch-callout: none) and (not (translate: none)) {
        form.form21 .buttonrow > div:not(:last-child) {
          margin-right: 24px; } }
    form.form21 .buttonrow.aligned {
      width: 100%; }
      form.form21 .buttonrow.aligned > div {
        width: calc((100% - 30px) / 2);
        max-width: 200px; }
      form.form21 .buttonrow.aligned .cms-button-21 {
        width: 100%; }
  form.form21 .cms-checkbox-parent + .cms-checkbox-parent {
    margin-top: 8px; }

.cms-psw-checker {
  margin-top: 4px;
  background-color: var(--color-scheme-bg-white);
  font-family: National2, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-feature-settings: 'pnum' on, 'lnum' on;
  color: var(--color-scheme-fo-shade-darker);
  display: none; }
  .cms-psw-checker #pwdStrengthText {
    font-weight: bold;
    color: var(--color-scheme-fo-black); }
  .cms-psw-checker li {
    line-height: 18px; }
    .cms-psw-checker li input {
      display: none; }
    .cms-psw-checker li svg {
      margin-right: 12px;
      stroke: inherit; }
    .cms-psw-checker li input:checked ~ span {
      color: var(--color-scheme-fo-shade-darker); }
      .cms-psw-checker li input:checked ~ span svg .checked {
        stroke: #3CC83C; }
    .cms-psw-checker li input:not(:checked) ~ span {
      color: #DC3E0F; }
      .cms-psw-checker li input:not(:checked) ~ span svg .unchecked {
        stroke: #DC3E0F; }

#cms-overlay {
  background-color: rgba(var(--color-rgb-white), 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 1000;
  vertical-align: middle;
  text-align: center;
  display: none; }
  #cms-overlay.active {
    display: block; }

body .vertical-centered-box {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center; }

body .vertical-centered-box:after {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; }

body .vertical-centered-box .content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  font-size: 0;
  height: 64px; }

.loader-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(233, 241, 245, 0.1);
  margin-left: -61px;
  margin-top: -60px; }

.loader-line-mask {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  margin-left: -61px;
  margin-top: -60px;
  overflow: hidden;
  -webkit-transform-origin: 60px 60px;
  -moz-transform-origin: 60px 60px;
  -ms-transform-origin: 60px 60px;
  -o-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
  -webkit-mask-image: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0));
  -webkit-animation: rotate 1s infinite linear;
  -moz-animation: rotate 1s infinite linear;
  -o-animation: rotate 1s infinite linear;
  animation: rotate 1s infinite linear; }

.loader-line-mask .loader-line {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px var(--color-scheme-bg-primary-base); }

lesshat-selector {
  -lh-property: 0; }

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg); } }
@-o-keyframes rotate {
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(360deg); } }
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }
[not-existing] {
  zoom: 1; }

lesshat-selector {
  -lh-property: 0; }

@-webkit-keyframes fade {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.25; } }
@-moz-keyframes fade {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.25; } }
@-o-keyframes fade {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.25; } }
@keyframes fade {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.25; } }
[not-existing] {
  zoom: 1; }

lesshat-selector {
  -lh-property: 0; }

@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
[not-existing] {
  zoom: 1; }

.auto-suggest {
  /*the container must be positioned relative:*/
  position: relative; }
  .auto-suggest .noPadding {
    padding-bottom: 0;
    margin-bottom: 8px; }
  .auto-suggest .autocomplete-items {
    position: absolute;
    border: 1px solid var(--color-scheme-bo-shade-base);
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
    text-align: right; }
    .auto-suggest .autocomplete-items div {
      padding: 10px;
      cursor: pointer;
      background-color: var(--color-scheme-bg-white);
      border-bottom: 1px solid var(--color-scheme-bo-shade-base);
      color: var(--color-scheme-fo-black);
      width: 100%;
      text-align: right; }
      .auto-suggest .autocomplete-items div:hover {
        background-color: var(--color-scheme-bg-shade-lightest); }
      .auto-suggest .autocomplete-items div.autocomplete-active {
        /*when navigating through the items using the arrow keys:*/
        background-color: var(--color-scheme-bg-shade-lightest); }

.cms-alertbox {
  margin: 24px 0;
  padding: 0.9em 1em;
  position: relative;
  min-height: 50px;
  border: 1px solid transparent;
  border-left-width: 56px;
  border-radius: 0;
  font-size: 14px;
  line-height: 18px;
  color: black; }
  @media (max-width: 480px) {
    .cms-alertbox {
      margin: 16px 0; } }
  .cms-alertbox .cms-link.black {
    color: black; }
    .cms-alertbox .cms-link.black:hover {
      border-color: black; }
  .cms-alertbox::before {
    content: "";
    display: block;
    height: 100%;
    width: 56px;
    position: absolute;
    left: -56px;
    top: 0;
    background-image: url("../../images/manager/components/info.svg");
    background-repeat: no-repeat;
    background-position-y: center; }
  .cms-alertbox.info {
    background: #e7f2fc;
    border-color: #95c6ed; }
  .cms-alertbox.warning {
    background: #fff8cb;
    border-color: #FFE646; }
  .cms-alertbox.error {
    background: #f7c7bc;
    border-color: #DC3E0F; }
    .cms-alertbox.error::before {
      background-image: url("../../images/manager/components/alert.svg"); }
  .cms-alertbox.success {
    background: #cbefc7;
    border-color: #3CC83C; }
    .cms-alertbox.success::before {
      background-image: url("../../images/manager/components/success.svg"); }
  .cms-alertbox strong {
    font-size: 16px; }
  .cms-alertbox p {
    margin: 4px 0;
    font-size: 14px;
    line-height: 18px; }
  .cms-alertbox.sp-alert p {
    white-space: pre-line; }

.heftebox {
  display: block;
  clear: both;
  position: relative; }
  .heftebox .headline {
    margin-bottom: 1em; }
  .heftebox.abo .cover {
    height: 120px;
    display: block;
    float: left;
    margin: 0 10px 0 0;
    border: 1px solid var(--color-scheme-bo-shade-lighter); }
  .heftebox.abo button {
    margin-top: 10px; }
  .heftebox .buttonrow {
    display: none; }
  .heftebox.expandable {
    padding-bottom: 2.5em;
    margin-bottom: 1em; }
    .heftebox.expandable .buttonrow {
      display: block;
      position: absolute;
      bottom: 0;
      text-align: center;
      width: 100%;
      background-color: var(--color-scheme-bg-white); }
      .heftebox.expandable .buttonrow button {
        margin: 0 auto; }
    .heftebox.expandable .content {
      height: calc(244px + 28px + 3.6em + 3px);
      overflow: hidden; }
      @media (max-width: 480px) {
        .heftebox.expandable .content {
          height: calc(184px + 28px + 3em + 3px); } }
  .heftebox .heftcoverbox {
    overflow: hidden;
    padding: 0 5px 10px 0px;
    float: left;
    width: 194px;
    max-width: 189px;
    max-height: calc(244px + 28px + 3.6em + 3px); }
    @media (max-width: 480px) {
      .heftebox .heftcoverbox {
        width: 144px;
        max-width: 144px;
        max-height: calc(184px + 28px + 3em + 3px); } }
    .heftebox .heftcoverbox a {
      text-decoration: none;
      color: var(--color-scheme-fo-black); }
    .heftebox .heftcoverbox .cover {
      width: 100%;
      display: block;
      margin: 0;
      object-fit: contain;
      object-position: bottom;
      aspect-ratio: 0.75;
      border: 1px solid var(--color-scheme-bo-shade-lighter); }
      .heftebox .heftcoverbox .cover:not([src]):not([srcset]) {
        visibility: hidden; }
    .heftebox .heftcoverbox .ausgabe {
      display: block;
      width: 100%;
      margin-top: 8px;
      color: var(--color-scheme-fo-primary-base);
      font-weight: bold; }
    .heftebox .heftcoverbox .titel {
      display: block;
      width: 100%;
      margin: 3px 0 0 0;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      text-overflow: ellipsis;
      font-weight: bold;
      font-size: 1em;
      line-height: 1.2em;
      height: 3.6em; }
      @media (max-width: 480px) {
        .heftebox .heftcoverbox .titel {
          font-size: 0.85em;
          line-height: 1em;
          height: 3em; } }

.cms-addressvalidation p {
  color: #DC3E0F;
  margin: 1em 0; }
.cms-addressvalidation .cms-radio {
  display: block;
  margin: 0.5em 1em; }

body.vt-embedded {
  width: 100%;
  background-color: transparent; }
  body.vt-embedded .cms-main {
    min-height: unset; }
  body.vt-embedded .cms-header {
    display: none; }
  body.vt-embedded .cms-footer {
    display: none; }
  body.vt-embedded .hide-if-embedded {
    display: none; }
  body.vt-embedded .content-div {
    width: 100%;
    min-width: unset; }
    body.vt-embedded .content-div .content-div-child {
      margin-top: 0; }
      body.vt-embedded .content-div .content-div-child:not(.hide-if-embedded):last-of-type {
        margin-bottom: 0; }
  body.vt-embedded.small-width .content-div {
    max-width: unset; }
    @media (max-width: 768px) {
      body.vt-embedded.small-width .content-div {
        max-width: unset; } }
  body.vt-embedded #cms-overlay {
    background-color: unset; }
    body.vt-embedded #cms-overlay.active ~ #main {
      position: relative; }
      body.vt-embedded #cms-overlay.active ~ #main .content-div:after {
        position: absolute;
        top: 0;
        content: ' ';
        width: 100%;
        height: 100%;
        z-index: 999;
        background-color: rgba(var(--color-rgb-white), 0.5); }
  body.vt-embedded .pageheader,
  body.vt-embedded .subheader {
    padding-top: 8px; }
    @media (max-width: 480px) {
      body.vt-embedded .pageheader,
      body.vt-embedded .subheader {
        padding-top: 0; } }
  body.vt-embedded .pageheader h1 {
    font-size: 1.5rem; }
    @media (max-width: 480px) {
      body.vt-embedded .pageheader h1 {
        font-size: 1.25rem; } }

.content-div[data-loop-class] .loop24-container {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 0;
  height: var(--main-height);
  min-height: 393px; }
  @media (max-width: 768px) {
    .content-div[data-loop-class] .loop24-container {
      overflow-y: scroll;
      max-width: 512px;
      width: 100%; } }
  @media (max-width: 480px) {
    .content-div[data-loop-class] .loop24-container {
      min-height: calc(100vh - 56px);
      max-height: none; } }
.content-div[data-loop-class] .loop24-image {
  background: var(--color-loop-svg-bg) no-repeat center;
  background-size: 90% 90%; }
  @media (min-width: 769px) {
    .content-div[data-loop-class] .loop24-image {
      position: absolute;
      width: 50%;
      height: 100%; } }
  @media (max-width: 768px) {
    .content-div[data-loop-class] .loop24-image {
      width: 100%;
      min-height: calc(100% * 0.25);
      height: calc(100% * 0.25); } }
  @media (max-width: 480px) {
    .content-div[data-loop-class] .loop24-image {
      width: 100%;
      min-height: calc(100% * 0.3);
      height: calc(100% * 0.3); } }
.content-div[data-loop-class] .loop24-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 0; }
  @media (min-width: 769px) {
    .content-div[data-loop-class] .loop24-content {
      margin-left: 50%;
      height: var(--main-height);
      overflow-y: scroll; } }
  @media (max-width: 768px) {
    .content-div[data-loop-class] .loop24-content::before {
      z-index: 11;
      display: block;
      position: sticky;
      height: 24px;
      width: 100%;
      top: -1px;
      right: 0;
      content: "";
      background: linear-gradient(180deg, rgba(var(--color-rgb-scheme-bg-white), 1) 0%, rgba(var(--color-rgb-scheme-bg-white), 0) 100%);
      pointer-events: none; } }
.content-div[data-loop-class] .loop24-content-inner {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  z-index: 10;
  width: calc(100% - 64px);
  margin-left: 32px;
  margin-right: 32px;
  /* loop / flex hat andere Schriftgrößen und Abstände */ }
  @media (max-width: 480px) {
    .content-div[data-loop-class] .loop24-content-inner {
      width: calc(100% - 32px);
      margin-left: 16px;
      margin-right: 16px; } }
  @media (min-width: 769px) {
    .content-div[data-loop-class] .loop24-content-inner::before {
      z-index: 11;
      display: block;
      position: absolute;
      height: 24px;
      width: 50%;
      top: 0;
      right: 0;
      content: "";
      background: linear-gradient(180deg, rgba(var(--color-rgb-scheme-bg-white), 1) 0%, rgba(var(--color-rgb-scheme-bg-white), 0) 100%);
      pointer-events: none; } }
  .content-div[data-loop-class] .loop24-content-inner form {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1; }
    .content-div[data-loop-class] .loop24-content-inner form.form21 {
      margin-top: 0; }
  .content-div[data-loop-class] .loop24-content-inner .bottombuttonrow {
    margin-top: auto;
    position: relative;
    z-index: 12;
    width: calc(100% + 64px);
    padding: 16px 32px 0 32px;
    margin-left: -32px;
    margin-right: -32px;
    background-color: var(--color-scheme-bg-white); }
    @media (max-width: 480px) {
      .content-div[data-loop-class] .loop24-content-inner .bottombuttonrow {
        width: calc(100% + 32px);
        padding: 16px 16px 0 16px;
        margin-left: -16px;
        margin-right: -16px; } }
    .content-div[data-loop-class] .loop24-content-inner .bottombuttonrow > * {
      margin-bottom: 16px; }
  .content-div[data-loop-class] .loop24-content-inner .cms-helpbox, .content-div[data-loop-class] .loop24-content-inner p, .content-div[data-loop-class] .loop24-content-inner .form-row, .content-div[data-loop-class] .loop24-content-inner .cms-alertbox, .content-div[data-loop-class] .loop24-content-inner .benefits-cancel, .content-div[data-loop-class] .loop24-content-inner .subscriptionbox {
    margin-top: 0; }
  .content-div[data-loop-class] .loop24-content-inner > p {
    margin-bottom: 16px;
    margin-top: 0;
    font-size: 18px;
    line-height: 24px; }
    @media (max-width: 480px) {
      .content-div[data-loop-class] .loop24-content-inner > p {
        font-size: 16px;
        line-height: 22px; } }
  .content-div[data-loop-class] .loop24-content-inner .pageheader {
    padding-top: 32px; }
    @media (max-width: 768px) {
      .content-div[data-loop-class] .loop24-content-inner .pageheader {
        padding-top: 12px; } }
    .content-div[data-loop-class] .loop24-content-inner .pageheader h1 {
      font-size: 1.75rem; }
      @media (max-width: 480px) {
        .content-div[data-loop-class] .loop24-content-inner .pageheader h1 {
          font-size: 1.5rem; } }
.content-div[data-loop-class] .loop24-container.stickybutton .loop24-content::-webkit-scrollbar {
  display: none; }
.content-div[data-loop-class] .loop24-container.stickybutton .bottombuttonrow {
  position: sticky;
  bottom: 0; }
  .content-div[data-loop-class] .loop24-container.stickybutton .bottombuttonrow::before {
    z-index: 11;
    display: block;
    position: absolute;
    height: 24px;
    width: 100%;
    top: -25px;
    left: 0;
    content: "";
    background: linear-gradient(180deg, rgba(var(--color-rgb-scheme-bg-white), 0) 0%, rgba(var(--color-rgb-scheme-bg-white), 1) 100%);
    pointer-events: none; }
    @media (max-width: 480px) {
      .content-div[data-loop-class] .loop24-container.stickybutton .bottombuttonrow::before {
        height: 16px;
        top: -17px; } }
.content-div[data-loop-class] .loop24-container:not(.stickybutton)::after {
  z-index: 13;
  display: block;
  position: sticky;
  height: 16px;
  margin-top: -16px;
  width: 100%;
  bottom: 0;
  right: 0;
  content: "";
  background: linear-gradient(180deg, rgba(var(--color-rgb-scheme-bg-white), 0) 0%, rgba(var(--color-rgb-scheme-bg-white), 1) 100%);
  pointer-events: none; }
  @media (min-width: 769px) {
    .content-div[data-loop-class] .loop24-container:not(.stickybutton)::after {
      width: 50%;
      margin-left: 50%; } }
@media (min-width: 769px) {
  .content-div[data-loop-class] .loop24-container.max-height {
    max-height: 640px; } }
@media (min-width: 769px) {
  .content-div[data-loop-class] .loop24-container.max-height .loop24-content {
    max-height: 640px; } }
.content-div[data-loop-class] .loop24-container.with-space .loop24-content-inner > .sp-alert-block.not-visible + p {
  margin-top: 48px; }
.content-div[data-loop-class] #show-loginname {
  font-weight: bold; }

.newsletter-list .newsletter-row {
  margin: 0;
  /* overwrite dottedline */
  padding: 16px 0;
  display: flex;
  justify-content: space-between; }
  .newsletter-list .newsletter-row .titel {
    font-weight: bold;
    font-size: 20px; }
    @media (max-width: 480px) {
      .newsletter-list .newsletter-row .titel {
        font-size: 16px; } }
    .newsletter-list .newsletter-row .titel svg {
      position: relative;
      top: 3px; }
  .newsletter-list .newsletter-row .beschreibung {
    margin: 8px 0; }
  .newsletter-list .newsletter-row .infoline {
    margin: 4px 0;
    font-size: 14px;
    color: var(--color-scheme-fo-shade-darker); }
    .newsletter-list .newsletter-row .infoline span:not(:first-child):before {
      content: " • "; }
  .newsletter-list .newsletter-row .options {
    margin-bottom: 8px; }
    .newsletter-list .newsletter-row .options a {
      display: inline-block;
      padding-top: 8px;
      margin-right: 24px; }
  .newsletter-list .newsletter-row .logo {
    width: 120px;
    height: 120px;
    object-fit: cover;
    object-position: top;
    margin-left: .5rem; }
    .newsletter-list .newsletter-row .logo.sp {
      border-radius: 1.5px; }
    @media (max-width: 480px) {
      .newsletter-list .newsletter-row .logo {
        width: 72px;
        height: 72px; } }
  .newsletter-list .newsletter-row:last-child {
    background: none; }

.alle-newsletter h2.category {
  padding-top: 16px;
  padding-bottom: 24px;
  font-family: National2Condensed, Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
  font-size: 24px;
  color: var(--color-scheme-fo-primary-base); }
  @media (max-width: 768px) {
    .alle-newsletter h2.category {
      font-size: 20px; } }
.alle-newsletter .newsletter-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(225px, 1fr));
  gap: 16px; }
  @media (max-width: 480px) {
    .alle-newsletter .newsletter-grid {
      grid-template-columns: auto; } }
  .alle-newsletter .newsletter-grid .grid-item {
    padding: 14px;
    border: 1px solid var(--color-scheme-bg-shade-lighter);
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    @media (max-width: 480px) {
      .alle-newsletter .newsletter-grid .grid-item:not(.no-image) {
        padding-left: 120px; } }
    .alle-newsletter .newsletter-grid .grid-item .stoerer-claim {
      background-color: var(--color-scheme-bg-secondary-2-dark);
      color: var(--color-scheme-fo-secondary-2-dark);
      border-radius: 1.5px;
      font-size: 12px;
      font-weight: bold;
      padding: 4px 8px;
      vertical-align: middle;
      line-height: 15px;
      align-self: flex-start;
      margin-bottom: 6px; }
    .alle-newsletter .newsletter-grid .grid-item .infoline {
      margin: 0 0 6px 0;
      font-size: 14px;
      color: var(--color-scheme-fo-shade-darker); }
    .alle-newsletter .newsletter-grid .grid-item .titel {
      display: inline-block;
      max-width: 100%;
      font-weight: bold;
      font-size: 20px;
      line-height: normal; }
      @media (max-width: 480px) {
        .alle-newsletter .newsletter-grid .grid-item .titel {
          font-size: 16px; } }
      .alle-newsletter .newsletter-grid .grid-item .titel svg {
        position: relative;
        top: 3px; }
    .alle-newsletter .newsletter-grid .grid-item .beschreibung {
      margin-top: 4px;
      font-size: 14px;
      line-height: normal; }
    .alle-newsletter .newsletter-grid .grid-item .info-group {
      display: flex;
      flex-direction: column; }
    .alle-newsletter .newsletter-grid .grid-item .button-row {
      display: inline-flex;
      justify-content: space-between;
      align-items: center;
      margin-top: 16px; }
    .alle-newsletter .newsletter-grid .grid-item .subscribe-box .subscribe-button {
      color: #FFFFFF;
      background-color: var(--color-scheme-fo-primary-base);
      padding-bottom: 7px; }
    .alle-newsletter .newsletter-grid .grid-item .subscribe-box .unsubscribe-button {
      color: #000000;
      background-color: #FFFFFF;
      border: 1px solid var(--color-scheme-bo-shade-base);
      padding-bottom: 6px; }
    .alle-newsletter .newsletter-grid .grid-item .subscribe-box .button {
      cursor: pointer;
      vertical-align: middle;
      align-self: flex-start;
      padding-top: 5px;
      border-radius: 1.5px; }
      .alle-newsletter .newsletter-grid .grid-item .subscribe-box .button .text {
        padding: 0px;
        line-height: 15px;
        font-size: 14px;
        font-weight: bold;
        font-family: National2, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
        vertical-align: middle; }
      .alle-newsletter .newsletter-grid .grid-item .subscribe-box .button .icon {
        height: 10px;
        width: 10px;
        margin-right: 6px; }
    .alle-newsletter .newsletter-grid .grid-item .vorschau {
      font-size: 14px;
      cursor: pointer; }
    .alle-newsletter .newsletter-grid .grid-item .logo {
      width: 100%;
      height: auto;
      margin-bottom: 12px; }
      @media (max-width: 480px) {
        .alle-newsletter .newsletter-grid .grid-item .logo {
          margin-left: -104px;
          width: 88px;
          height: 88px;
          position: absolute;
          object-fit: cover; } }
      .alle-newsletter .newsletter-grid .grid-item .logo.sp {
        border-radius: 1.5px; }

.newsletter-versandzeiten {
  display: flex;
  flex-flow: row wrap;
  gap: 12px 0;
  margin-bottom: 1.5rem;
  max-width: 600px; }
  .newsletter-versandzeiten .zeit {
    flex-basis: 105px; }
    .newsletter-versandzeiten .zeit:first-child {
      flex-basis: 100%; }

.vt-embedded .gk-item.gk-newsletter-box {
  background-color: var(--color-scheme-bg-white); }
  .vt-embedded .gk-item.gk-newsletter-box .newsletter-box-inner {
    background-color: var(--color-scheme-bg-secondary-2-lightest);
    padding: 24px;
    overflow: auto;
    position: relative; }
    .vt-embedded .gk-item.gk-newsletter-box .newsletter-box-inner .image {
      width: 120px;
      height: 120px;
      position: absolute;
      right: 24px;
      top: 50%;
      transform: translateY(-50%); }
      .vt-embedded .gk-item.gk-newsletter-box .newsletter-box-inner .image img {
        width: 120px;
        height: 120px;
        object-fit: cover;
        border-radius: 0; }
    .vt-embedded .gk-item.gk-newsletter-box .newsletter-box-inner .titel {
      font-family: National2Condensed, Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
      font-weight: 800;
      line-height: 1.08;
      font-size: 20px;
      padding-bottom: 8px;
      padding-right: 136px; }
      .vt-embedded .gk-item.gk-newsletter-box .newsletter-box-inner .titel svg {
        position: relative;
        top: 3px; }
    .vt-embedded .gk-item.gk-newsletter-box .newsletter-box-inner .beschreibung {
      line-height: 1.38;
      padding-right: 136px; }
    .vt-embedded .gk-item.gk-newsletter-box .newsletter-box-inner .button-row {
      margin-top: 16px;
      padding-right: 136px; }
  .vt-embedded .gk-item.gk-newsletter-box .disclaimer {
    width: 100%;
    margin-top: 8px;
    font-size: 14px;
    line-height: 22px;
    color: var(--color-scheme-fo-shade-base); }
  @media (max-width: 480px) {
    .vt-embedded .gk-item.gk-newsletter-box .newsletter-box-inner {
      padding: 16px; }
      .vt-embedded .gk-item.gk-newsletter-box .newsletter-box-inner .image {
        float: right;
        margin: 0 0 16px 16px;
        width: 88px;
        height: 88px;
        position: relative;
        right: 0;
        top: 0;
        transform: unset; }
        .vt-embedded .gk-item.gk-newsletter-box .newsletter-box-inner .image img {
          width: 88px;
          height: 88px; }
        .vt-embedded .gk-item.gk-newsletter-box .newsletter-box-inner .image + .titel {
          height: 88px;
          display: table-cell;
          vertical-align: middle; }
      .vt-embedded .gk-item.gk-newsletter-box .newsletter-box-inner .titel, .vt-embedded .gk-item.gk-newsletter-box .newsletter-box-inner .beschreibung, .vt-embedded .gk-item.gk-newsletter-box .newsletter-box-inner .button-row {
        padding-right: 0; }
      .vt-embedded .gk-item.gk-newsletter-box .newsletter-box-inner .beschreibung {
        clear: both; } }

.cms-maintenance {
  background-color: var(--color-fix-maintenance-bg);
  padding: 24px;
  overflow: auto;
  border-radius: 0;
  color: var(--color-fix-black); }
  .cms-maintenance img {
    width: 300px;
    float: left;
    margin: 0 24px 0 -24px; }
  .cms-maintenance strong {
    font-size: 20px;
    font-weight: bold;
    display: block;
    margin-bottom: 0.5em; }
  .cms-maintenance p {
    margin: 0; }
  @media (max-width: 768px) {
    .cms-maintenance {
      padding: 16px; }
      .cms-maintenance img {
        width: 100%;
        float: none;
        margin: 0; } }

.cms-header {
  background-color: var(--color-scheme-bg-white); }
  .cms-header h1.main-logo a {
    height: 33px;
    width: 219px; }
    @media (max-width: 480px) {
      .cms-header h1.main-logo a {
        background: url("../../images/manager/header/logo-sm.svg");
        height: 26px;
        width: 172px; } }
  .cms-header a.tostart {
    color: var(--color-scheme-fo-primary-base); }
    .cms-header a.tostart:hover {
      border-bottom: 1px solid var(--color-scheme-bo-primary-base); }

.cms-dotted-line {
  background-color: var(--color-scheme-bg-shade-lighter); }
