.article-title .article-title__headline {
  font-size: 48px !important;
}
@media (max-width: 767px) {
  .article-title .article-title__headline {
    font-size: 28px !important;
  }
}
.check {
  border: 1px solid;
  max-width: 100%;
  font-family: sans-serif;
  margin-top: 1rem;
}
.check__wrapper {
  padding: 0.5rem;
}
.check__iban {
  margin-bottom: 1rem;
  display: block;
  font-weight: 500;
}
.check__top-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.check__top-col-1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 4rem;
}
.check__top-col-1-row {
  display: flex;
  flex-direction: column;
}
.check__top-col-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.check__bot {
  border-bottom: 3px solid rgb(0, 0, 0);
  overflow: auto;
}
.check__bot-grid {
  display: grid;
  grid-template-columns: 1fr 5fr 1fr 1fr 1fr;
}
.check__bot-grid-col {
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgb(0, 0, 0);
}
.check__bot-grid-col-title {
  font-weight: 500;
  background-color: rgba(128, 128, 128, 0.39);
  border-right: 1px solid rgb(0, 0, 0);
  border-bottom: 3px solid rgb(0, 0, 0);
  padding-left: 2px;
}
.check__thanks {
  text-align: right;
  display: block;
  margin: 0.5rem 2rem;
}
@media (max-width: 1200px) {
  .check {
    font-size: 0.8rem;
  }
}
@media (max-width: 1024px) {
  .check {
    font-size: 0.6rem;
  }
}
@media (max-width: 992px) {
  .check {
    font-size: 0.6rem;
  }
}
.check__top-col-title {
  font-size: 1.375em;
  margin-block: 1.33em;
  font-weight: bold;
}
.check span {
  font-size: 15px;
  line-height: 1.1;
  padding: 5px;
}
@media (max-width: 768px) {
  .check span {
    font-size: 0.7rem;
  }
}
:root {
  --text-color: #1d2228;
  --blue: #052962;
  --white: #ffffff;
  --box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
}
.article-body > p {
  padding-bottom: 10px;
}
.my-btn {
  color: rgb(255, 255, 255);
  background: rgb(209, 10, 16);
  padding: 15px;
  border-radius: 4px;
  text-align: center;
  font-size: 24px;
  text-decoration: none;
  font-weight: bold;
  font-family: sans-serif;
}
.comment {
  margin-bottom: 2rem;
}
.comment-content {
  display: flex;
  flex-direction: column;
}
.comment-block {
  margin-top: 1rem;
  display: flex;
  justify-content: flex-start;
  border-top: 1px solid rgba(118, 125, 132, 0.235);
  padding-top: 0.5rem;
}
.comment-block-answer {
  margin-left: 4rem;
}
.block-avatar {
  margin-right: 1rem;
}
.block-avatar img {
  border-radius: 50%;
  width: 50px;
}
.block-info {
  width: 100%;
}
.block-info-comment {
  position: relative;
}
.block-info-comment__name {
  font-weight: 700;
  color: rgb(0, 0, 0);
  padding-bottom: 1rem;
  font-size: 1.08em;
}
.block-info-comment__name span {
  font-size: 0.9rem;
  font-weight: normal;
  color: rgba(48, 48, 48, 0.576);
  padding-left: 0.5rem;
}
.block-info-comment {
  position: relative;
  font-family: sans-serif;
  line-height: 1.3;
  font-size: 1.1em;
}
.check div::before {
  display: none;
}
.comments {
  position: relative;
  margin: 20px 5px;
  font-family: sans-serif;
}
@media screen and (max-width: 599px) {
  .comments {
    margin: 20px 10px;
  }
}
.comments .comments__anchor {
  position: absolute;
  top: -80px;
}
.comments .comments__header {
  display: block;
}
.comments .comments__header-title {
  display: inline-block;
  margin: 0px;
  padding: 0px 10px;
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  font-family: sans-serif;
  font-size: 16px;
  line-height: 34px;
  text-transform: uppercase;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .comments .comments__header-title {
    font-size: 1em;
    line-height: 30px;
  }
}
.comments .comments__header-title svg {
  margin-right: 5px;
  vertical-align: middle;
  fill: currentcolor;
}
@media screen and (max-width: 599px) {
  .comments .comments__header-title svg {
    width: 17px;
    height: 16px;
  }
}
.comments .comments__login {
  padding: 10px;
  background-color: rgb(245, 245, 245);
}
.comments .comments__login-textareabutton {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px;
  height: 132px;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(229, 229, 229);
  color: rgb(153, 153, 153);
  text-decoration: none;
}
.comments .comments__login-textareabutton .comment-form__input-counter {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.comments .comment-form__input-counter {
  display: block;
  margin: 0px;
  padding: 10px;
  background-color: rgb(255, 255, 255);
  color: rgb(153, 153, 153);
  font-size: 0.75em;
  text-align: right;
}
@media screen and (max-width: 599px) {
  .comments .comment-form__input-counter {
    font-size: 0.65em;
  }
}
.comments .comment-form__button {
  text-decoration: none;
  color: rgb(255, 255, 255);
  margin-top: 10px;
  padding: 12px 10px;
  background-color: rgb(209, 10, 16);
  line-height: 1;
  font-size: 16px;
  font-weight: 900;
}
.comments .comment-form__button:visited {
  color: rgb(255, 255, 255);
}
.comments .comment-form__button:focus,
.comments .comment-form__button:hover {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.comments .comments__more-trigger-wrapper {
  margin-top: 10px;
}
.button--list-block {
  color: rgb(41, 41, 41);
  display: block;
  width: 100%;
  padding: 10px;
  border: 0px;
  border-radius: 5px;
  background-color: rgb(241, 235, 229);
  font-family: sans-serif;
  font-size: 1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.button--list-block span {
  font-size: 16px;
  font-weight: 900;
}
.button--list-block svg {
  margin-left: 5px;
  fill: currentcolor;
}
.page-wrapper[data-tenant="bild"] {
  --main-tenant-color: #d00;
  --secondary-tenant-color: #d00;
  --secondary-tenant-color-hsl-hover: 0 100% 33%;
  --text-shadow-headline: 0 2px 8px rgba(0, 0, 0, 0.6);
  --ressort-header-font: sans-serif;
  --ressort-header-color: #212529;
  --ressort-header-font-size-lg: 28px;
  --ressort-header-font-size-md: 22px;
  --ressort-header-font-size-sm: 22px;
  --ressort-header-line-height: 1.1;
  --breadcrumb-font: sans-serif;
  --breadcrumb-font-size: 12px;
  --breadcrumb-font-weight: 700;
  --breadcrumb-line-height: 1.4;
  --breadcrumb-letter-spacing: 0;
  --footnote-font: sans-serif;
  --footnote-font-size-sm: 16px;
  --footnote-line-height-sm: 1.3125;
  --footnote-font-size-lg: 18px;
  --footnote-line-height-lg: 1.278;
  --footnote-font-weight: 700;
  --kicker-font: sans-serif;
  --kicker-font-style: normal;
  --kicker-color: #d00;
  --kicker-0-font-size-lg: 30px;
  --kicker-0-line-height-lg: 1;
  --kicker-0-font-weight-lg: 700;
  --kicker-0-font-size-md: 22px;
  --kicker-0-line-height-md: 1;
  --kicker-0-font-weight-md: 700;
  --kicker-0-font-size-sm: 18px;
  --kicker-0-line-height-sm: 1.1;
  --kicker-0-font-weight-sm: 700;
  --headline-font: sans-serif;
  --headline-font-style: normal;
  --headline-color: #212529;
  --headline-padding-lg: 0 16px;
  --headline-text-align-lg: center;
  --headline-text-align-md: center;
  --headline-text-align-sm: center;
  --headline-1-font-size-lg: 100px;
  --headline-1-line-height-lg: 1;
  --headline-1-font-weight-lg: 700;
  --headline-1-font-size-md: 72px;
  --headline-1-line-height-md: 1;
  --headline-1-font-weight-md: 700;
  --headline-1-font-size-sm: 48px;
  --headline-1-line-height-sm: 1;
  --headline-1-font-weight-sm: 700;
  --sub-headline-font: sans-serif;
  --sub-headline-font-style: normal;
  --sub-headline-color: #212529;
  --sub-headline-text-align-lg: center;
  --sub-headline-text-align-md: center;
  --sub-headline-text-align-sm: center;
  --sub-headline-1-font-size-lg: 36px;
  --sub-headline-1-line-height-lg: 1;
  --sub-headline-1-font-weight-lg: 700;
  --sub-headline-1-font-size-md: 32px;
  --sub-headline-1-line-height-md: 1;
  --sub-headline-1-font-weight-md: 700;
  --sub-headline-1-font-size-sm: 24px;
  --sub-headline-1-line-height-sm: 1;
  --sub-headline-1-font-weight-sm: 700;
  --sub-headline-padding-sm: 0 8px;
  --sub-headline-padding-md: 0 12px;
  --sub-headline-padding-lg: 0 16px;
  --cross-heading-color: #212529;
  --cross-heading-underline-color: #d00;
  --news-ticker-time-font: sans-serif;
  --news-ticker-time-font-size-lg: 18px;
  --news-ticker-time-font-size-md: 16px;
  --news-ticker-time-font-size-sm: 16px;
  --news-ticker-spacing-sm: 22px;
  --news-ticker-spacing-md: 22px;
  --news-ticker-spacing-lg: 22px;
  --footer-font: sans-serif;
  --footer-hover-color: #f52d2d;
  --button-font: sans-serif;
  --button-font-style: normal;
  --button-1-font-size: 17px;
  --button-1-line-height: 1;
  --button-2-font-size: 15px;
  --button-2-line-height: 1;
  --special-navi-font: sans-serif;
  --special-navi-hover-color-text: #212529;
  --special-navi-hover-color-line: #d00;
  --countdown-card-font: sans-serif;
  --countdown-label-font: sans-serif;
  --countdown-card-size-sm: 60px;
  --countdown-card-size-md: 90px;
  --countdown-card-size-lg: 135px;
  --article-kicker-text-align-sm: center;
  --article-kicker-text-align-md: center;
  --article-kicker-text-align-lg: center;
  --body-font: sans-serif;
  --body-color: #212529;
  --body-font-size: 21px;
  --body-line-height-lg: 1.5238;
  --body-line-height-sm: 1.3333;
  --caption-font: sans-serif;
  --caption-font-weight: 800;
  --caption-color: #212529;
  --caption-1-line-height-lg: 1.3;
  --caption-1-line-height-md: 1.3;
  --caption-1-line-height-sm: 1.3;
  --caption-1-uppercase-line-height: 1.1;
  --cta-button-background-color: #d00;
  --cta-button-background-color-hover: #a00;
  --text-link-underline-color: #d00;
  --text-link-hover-color: #212529;
  --quotation-color: #fff;
  --quotation-background-color: #d00;
  --label-font: sans-serif;
  --label-font-size: 12px;
  --label-font-weight: 700;
  --label-line-height: 1.2;
  --titled-icon-font: sans-serif;
  --titled-icon-font-weight: 400;
  --titled-icon-font-size-sm: 12px;
  --titled-icon-font-height-sm: 1.17;
  --titled-icon-font-size-lg: 12px;
  --titled-icon-font-height-lg: 1.17;
  --nav-btn-font-size: 12px;
  --nav-btn-line-height: 3.2;
  --nav-btn-letter-spacing: 0;
  --nav-btn-padding: 0;
  --nav-btn-color: #495057;
  --nav-btn-color-hover: #212529;
  --nav-btn-background-color-hover: #d00;
  --nav-btn-border-color: #ced4da;
  --nav-btn-mobile-icon-color: #495057;
  --nav-btn-mobile-font-size: 17px;
  --nav-btn-mobile-line-height: 2.8235294118;
  --nav-btn-mobile-letter-spacing: 0;
  --nav-btn-ad-font: sans-serif;
  --nav-btn-ad-font-size: 15px;
  --nav-btn-ad-line-height: 2.4;
  --nav-btn-ad-title-font: sans-serif;
  --nav-btn-ad-title-font-size: 12px;
  --nav-btn-ad-title-line-height: 1.25;
  --nav-menu-back-color: #fff;
  --nav-menu-box-shadow-color: #e9ecef;
  --nav-menu-overflow-y: visible;
  --nav-menu-width: 828px;
  --nav-menu-padding: 12px 0 0 0;
  --nav-menu-logo-padding: 8px;
  --nav-fixed-menu-width: 920px;
  --nav-fixed-menu-padding-left: 0;
  --nav-fixed-menu-line-height: 3.7333333333;
  --nav-menu-util-padding-right: 0;
  --nav-menu-mobile-back-color: rgba(33, 37, 41, 0.6);
  --nav-burger-menu-color: #495057;
  --stage-feed-choice-chip-color: #212529;
  --stage-feed-choice-chip-background-color-hover: #af0000;
  --stage-feed-cross-heading-bottom-separator-color: #d00;
  --stage-feed-description-color: #495057;
  --stage-feed-item-marks-color: #495057;
  --stage-feed-item-mark-height: 23px;
  --navi-font: sans-serif;
  --navi-font-style: normal;
  --navi-highlight-color: #212529;
}
html {
  text-size-adjust: 100%;
  line-height: 1.15;
  scroll-behavior: smooth;
  scroll-padding-top: 150px;
}
@media (max-width: 1024px) {
  html {
    scroll-padding-top: 80px;
  }
}
body {
  margin: 0px;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0px;
}
a {
  background-color: transparent;
}
b,
strong {
  font-weight: bolder;
}
img {
  border-style: none;
}
button {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0px;
}
button {
  overflow: visible;
}
button {
  text-transform: none;
}
[type="button"],
button {
  appearance: button;
}
::-webkit-file-upload-button {
  appearance: button;
  font: inherit;
}
.fig img {
  object-fit: cover;
  object-position: 50% 0px;
}
.fig {
  margin: 0px;
}
.fig:not(.fig--floated) {
  clear: both;
}
.fig--lead {
  margin: 0px 0px 16px;
}
@media (min-width: 37.5em) {
  .fig--lead {
    margin: 0px 0px 24px;
    padding: 0px 12px;
  }
}
@media (min-width: 64em) {
  .fig--lead {
    margin: 0px 0px 32px;
    padding: 0px 16px;
  }
}
@media (min-width: 0) and (max-width: 63.9375em) {
  .hidden-small-medium {
    display: none !important;
  }
}
.page-header {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  height: 72px;
  left: 0px;
  pointer-events: none;
  position: sticky;
  right: 0px;
  top: 0px;
  z-index: 651;
}
.page-header *,
.page-header ::after,
.page-header ::before {
  box-sizing: inherit;
}
.page-header a > *,
.page-header button > * {
  pointer-events: none;
}
.page-header__wrapper {
  background-color: var(--nav-menu-back-color);
  box-shadow: rgba(33, 37, 41, 0.25) 0px 0px 10px 0px;
  display: flex;
  height: 100%;
  justify-content: space-between;
  pointer-events: auto;
  position: relative;
}
@media (min-width: 64em) {
  .page-header,
  .page-header__wrapper {
    height: 160px;
    width: 1024px;
  }
  .page-header__wrapper {
    background-color: rgb(255, 255, 255);
    box-shadow: none;
    justify-content: space-evenly;
    padding: var(--nav-menu-padding);
    transform-origin: left top;
    transition: height 0.4s ease-out;
    will-change: height;
  }
}
.page-header__logo {
  padding: var(--nav-menu-logo-padding);
}
.page-header__logo svg {
  display: block;
  height: 56px;
  pointer-events: auto;
  width: 56px;
}
@media (min-width: 64em) {
  .page-header__logo svg {
    height: 148px;
    transform-origin: left top;
    transition:
      width 0.4s ease-out,
      height 0.4s ease-out;
    width: 148px;
    will-change: width, height;
  }
}
@media (min-width: 64em) {
  .page-header__logo {
    padding: 0px;
  }
}
.btn.btn--hidden-text .btn__icon ~ .btn__text {
  clip: rect(0px, 0px, 0px, 0px);
  border: 0px;
  clip-path: inset(100%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0px;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.btn {
  -webkit-font-smoothing: antialiased;
  align-items: center;
  background-color: rgb(233, 236, 239);
  border: none;
  border-radius: 8px;
  box-sizing: border-box;
  color: rgb(73, 80, 87);
  cursor: pointer;
  display: inline-flex;
  flex-basis: auto;
  font-family: var(--button-font);
  font-size: 17px;
  font-weight: 700;
  height: 48px;
  justify-content: center;
  letter-spacing: 0.03em;
  line-height: 1;
  padding: 0px;
  text-transform: uppercase;
  transition:
    color 0.25s ease-in-out,
    background-color 0.25s ease-in-out;
}
.btn *,
.btn ::after,
.btn ::before {
  box-sizing: inherit;
  margin: 0px;
}
.btn > * {
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  .btn:active,
  .btn:hover {
    background-color: rgb(203, 211, 218);
  }
}
.btn__icon {
  padding: 12px 10px 12px 16px;
}
.btn__icon svg {
  display: block;
  height: 24px;
  margin: auto;
  width: 24px;
}
.btn__icon ~ .btn__text {
  padding: 0px 16px 0px 0px;
}
.btn__text {
  padding: 0px 16px;
}
.btn--narrow {
  font-size: 15px;
  height: 36px;
}
.btn--narrow .btn__icon {
  padding: 6px 10px 6px 16px;
}
.btn.btn--hidden-text .btn__icon {
  padding: 12px 16px;
}
.btn.btn--hidden-text .btn__icon ~ .btn__text {
  padding: 0px 16px 0px 0px;
}
@media (min-width: 64em) {
  .btn.btn--hidden-text .btn__icon {
    padding: 12px 10px 12px 16px;
  }
}
.checkbox__input:focus-visible {
  outline: -webkit-focus-ring-color auto 5px;
}
.page-footer {
  margin: 0px auto;
  max-width: 488px;
  padding: 0px 8px 60px;
}
@media (min-width: 37.5em) {
  .page-footer {
    padding: 0px 0px 60px;
  }
}
@media (min-width: 64em) {
  .page-footer {
    padding: 0px 0px 80px;
  }
}
.page-footer__btn-container {
  display: flex;
  flex-flow: wrap;
}
.page-footer .btn {
  flex: 0 1 100%;
  margin: 0px auto 24px;
}
@media (min-width: 37.5em) {
  .page-footer .btn {
    flex: 0 1 236px;
  }
}
@media (min-width: 64em) {
  .page-footer .btn {
    flex: 0 1 236px;
  }
}
.page-footer .btn:first-of-type {
  margin: 0px auto 8px;
}
@media print {
  .page-footer {
    display: none;
  }
}
.page-footer__list {
  color: rgb(73, 80, 87);
  display: flex;
  flex-wrap: wrap;
  font-family: var(--footer-font);
  font-weight: 700;
  justify-content: center;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.page-footer__list__item {
  font-size: 11px;
  line-height: 1.27273;
  margin-bottom: 4px;
  padding: 0px 6px;
}
.page-footer__list__item a {
  color: inherit;
  text-decoration: none;
  transition: color 0.25s ease-in-out;
}
.page-footer__list__item a:active,
.page-footer__list__item a:hover {
  color: var(--footer-hover-color);
}
.ratio {
  display: flex;
}
.ratio img {
  height: 100%;
  width: 100%;
}
.ratio--landscape {
  aspect-ratio: 1.77778 / 1;
}
@media print {
  [class*="ratio--"] {
    height: auto !important;
    padding-top: 0px !important;
  }
  [class*="ratio--"] img {
    position: relative !important;
  }
}
.switch__input:focus-visible {
  outline: -webkit-focus-ring-color auto 5px;
}
.btn--menu.btn {
  align-items: center;
  background-color: transparent;
  display: flex;
  flex-basis: auto;
  flex-flow: column;
  height: 56px;
  margin-left: 16px;
  margin-top: 8px;
  outline: none;
  position: relative;
  width: 57px;
  z-index: 501;
}
.btn--menu.btn svg {
  height: 18px;
  width: 18px;
}
.btn--menu::before {
  background-color: var(--nav-btn-border-color);
  content: "";
  height: 40px;
  left: 0px;
  position: absolute;
  top: 8px;
  width: 1px;
}
.btn--menu .burger-icon-group__path {
  fill: var(--nav-burger-menu-color);
  transition:
    transform 0.4s ease-out,
    opacity 0.3s ease-out;
}
.btn--menu .burger-icon-group__path--top {
  transform-origin: 4px 4px;
}
.btn--menu .burger-icon-group__path--bottom {
  transform-origin: 2px 8px;
}
@media (min-width: 64em) {
  .btn--menu.btn {
    display: none;
  }
}
.navi {
  display: flex;
}
@media (min-width: 64em) {
  .navi {
    display: block;
    transform-origin: left top;
    transition: width 0.4s ease-out;
    width: var(--nav-menu-width);
    will-change: width;
  }
}
@media (min-width: 64em) {
  .navi__links__main {
    box-shadow:
      inset 0 1px 0 var(--nav-menu-box-shadow-color),
      inset 0 -1px 0 var(--nav-menu-box-shadow-color);
  }
  .navi__links__main li span {
    transform-origin: left top;
    transition:
      line-height 0.4s ease-out,
      height 0.4s ease-out;
    will-change: line-height, height;
  }
  .navi__links__utils {
    align-items: center;
    height: 100px;
    padding-right: var(--nav-menu-util-padding-right);
    transform-origin: left top;
    transition:
      opacity 0.4s ease-out,
      height 0.4s ease-out,
      transform 0.4s ease-out;
    will-change: opacity, height, transform;
  }
}
.nav_btn {
  appearance: none;
  background-color: transparent;
  border: none;
  color: rgb(73, 80, 87);
  cursor: pointer;
  display: flex;
  font-family: var(--label-font);
  padding: 0px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}
.nav_btn__icon {
  align-items: center;
  display: flex;
  justify-content: space-around;
  width: auto;
}
.nav_btn__icon svg {
  display: block;
}
.nav_btn__text {
  white-space: nowrap;
}
.nav_btn--text-bold {
  font-weight: 700;
}
.nav_btn--type-main::after {
  background-color: var(--nav-btn-border-color);
  bottom: 0px;
  content: "";
  height: 1px;
  left: 16px;
  position: absolute;
  right: 0px;
  will-change: background-color;
}
.nav_btn--type-main .nav_btn__text {
  font-size: var(--nav-btn-mobile-font-size);
  letter-spacing: var(--nav-btn-mobile-letter-spacing);
  line-height: var(--nav-btn-mobile-line-height);
}
.nav_btn--type-util {
  align-items: center;
  flex-flow: column;
  height: 56px;
  justify-content: space-around;
  min-width: 56px;
}
.nav_btn--type-util .nav_btn__icon {
  height: 24px;
  min-width: 24px;
}
.nav_btn--type-util .nav_btn__text {
  font-size: var(--label-font-size);
  font-weight: var(--label-font-weight);
  line-height: var(--label-line-height);
}
.nav_btn--type-util .nav_btn__text {
  display: none;
}
@media (min-width: 64em) {
  .nav_btn--type-main {
    color: var(--nav-btn-color);
    justify-content: center;
  }
  .nav_btn--type-main::after {
    content: none;
  }
  .nav_btn--type-main:active,
  .nav_btn--type-main:hover {
    color: var(--nav-btn-color-hover);
  }
  .nav_btn--type-main:active .nav_btn__text::after,
  .nav_btn--type-main:hover .nav_btn__text::after {
    background-color: var(--nav-btn-background-color-hover);
  }
  .nav_btn--type-main .nav_btn__text {
    font-size: var(--nav-btn-font-size);
    letter-spacing: var(--nav-btn-letter-spacing);
    line-height: var(--nav-btn-line-height);
    position: relative;
  }
  .nav_btn--type-main .nav_btn__text::after {
    background-color: transparent;
    bottom: 0px;
    content: "";
    height: 2px;
    left: 0px;
    position: absolute;
    right: 0px;
    will-change: background-color;
  }
  .nav_btn--type-util {
    height: 48px;
    justify-content: space-between;
    min-width: auto;
  }
  .nav_btn--type-util:active svg:not(.preserve-color) path,
  .nav_btn--type-util:hover svg:not(.preserve-color) path {
    fill: var(--secondary-tenant-color);
  }
  .nav_btn--type-util .nav_btn__text {
    display: initial;
  }
}
.nav-list {
  display: flex;
  margin: 0px;
  padding: 0px;
}
.nav-list li {
  list-style-type: none;
}
.nav-list--main {
  flex-flow: column;
}
.nav-list--util-nav {
  flex-flow: row;
  justify-content: flex-end;
  padding: 8px 0px;
}
.nav-list--util-nav li:not(:first-child) {
  margin-left: 16px;
}
@media (min-width: 64em) {
  .nav-list--main {
    flex-flow: wrap;
    justify-content: flex-start;
    gap: 10px;
  }
  .nav-list--main li:first-child .nav_btn {
    justify-content: flex-start;
  }
  .nav-list--main li:last-child .nav_btn {
    justify-content: flex-end;
  }
  .nav-list--main .nav_btn__text {
    padding: var(--nav-btn-padding);
  }
  .nav-list--util-nav {
    padding: 0px;
  }
  .nav-list--util-nav li:nth-child(2) {
    border-right: 1px solid rgb(233, 236, 239);
    padding-right: 32px;
  }
  .nav-list--util-nav li:not(:first-child) {
    margin-left: 32px;
  }
}
.nav_btn--bild-live {
  flex-flow: row;
}
.nav_btn--bild-live .nav_btn__text {
  display: inline-block;
  margin-left: 4px;
}
@media (min-width: 64em) {
  .nav_btn--bild-live {
    flex-flow: column;
  }
  .nav_btn--bild-live .nav_btn__text {
    margin: 0px;
  }
}
.nav-list--util-nav--mobile .nav_btn--bild-live .nav_btn__text {
  color: var(--nav-burger-menu-color);
}
.nav-list--util-nav--mobile .nav_btn--bild-live .nav_btn__icon svg path {
  fill: var(--nav-btn-mobile-icon-color);
}
@media (min-width: 64em) {
  .nav-list--util-nav--mobile .nav_btn--bild-live .nav_btn__text {
    color: rgb(73, 80, 87);
  }
  .nav-list--util-nav--mobile .nav_btn--bild-live .nav_btn__icon svg path {
    fill: rgb(73, 80, 87);
  }
}
.mobile-menu {
  background-color: var(--nav-menu-mobile-back-color);
  inset: 0px 100vw 0px -100vw;
  height: 100vh;
  opacity: 0;
  position: fixed;
  transform: translateZ(0px);
  transition:
    opacity 0.4s ease-out,
    transform 0.4s;
  will-change: opacity;
}
.mobile-menu__wrapper {
  background-color: rgb(255, 255, 255);
  height: 100vh;
  max-width: 400px;
  overflow-y: auto;
  padding-bottom: 96px;
  position: relative;
  transform: translate3d(-400px, 0px, 0px);
  transform-origin: left top;
  transition: transform 0.4s ease-out;
  width: calc(100% - 56px);
  will-change: transform;
}
.mobile-menu.no-animation {
  transform: none;
  transition: none;
}
@media (min-width: 64em) {
  .mobile-menu {
    background-color: transparent;
    height: auto;
    opacity: 1;
    position: static;
    transform: none;
  }
  .mobile-menu__wrapper {
    background-color: var(--nav-menu-back-color);
    height: auto;
    max-width: none;
    overflow-y: var(--nav-menu-overflow-y);
    padding-bottom: 0px;
    scrollbar-width: none;
    transform: none;
    width: auto;
  }
  .mobile-menu__wrapper::-webkit-scrollbar {
    display: none;
  }
}
.article-body {
  margin-bottom: 8px;
  padding: 0px 16px;
}
@media (min-width: 37.5em) {
  .article-body {
    margin-bottom: 12px;
    padding: 0px 72px;
  }
}
@media (min-width: 64em) {
  .article-body {
    margin-bottom: 16px;
    padding: 0px 72px;
  }
}
.article-body > p {
  color: var(--body-color);
  font-family: var(--body-font);
  font-size: var(--body-font-size);
  line-height: var(--body-line-height-sm);
  padding-bottom: 16px;
}
@media (min-width: 64em) {
  .article-body > p {
    line-height: var(--body-line-height-lg);
    padding-bottom: 32px;
  }
}
.article-body--conversion {
  margin-bottom: 0px;
}
@media (min-width: 37.5em) {
  .article-body--conversion {
    margin-bottom: 0px;
  }
}
.article-title {
  margin: 0px 0px 16px;
  padding: 0px 16px;
}
@media (min-width: 37.5em) {
  .article-title {
    margin: 0px 0px 24px;
    padding: 0px 72px;
  }
}
@media (min-width: 64em) {
  .article-title {
    margin: 0px 0px 32px;
    padding: var(--headline-padding-lg);
  }
}
.article-title__separator {
  display: none;
}
.article-title__headline {
  color: var(--headline-color);
  display: block;
  font-family: var(--headline-font);
  font-size: var(--headline-1-font-size-sm);
  font-style: var(--headline-font-style);
  font-weight: var(--headline-1-font-weight-sm);
  line-height: var(--headline-1-line-height-sm);
  text-align: var(--headline-text-align-sm);
  white-space: pre-line;
}
@media (min-width: 37.5em) {
  .article-title__headline {
    font-size: var(--headline-1-font-size-md);
    line-height: var(--headline-1-line-height-md);
    text-align: var(--headline-text-align-md);
  }
}
@media (min-width: 64em) {
  .article-title__headline {
    font-size: var(--headline-1-font-size-lg);
    line-height: var(--headline-1-line-height-lg);
    text-align: var(--headline-text-align-lg);
  }
}
.article-title__kicker {
  color: var(--kicker-color);
  display: block;
  font-family: var(--kicker-font);
  font-size: var(--kicker-0-font-size-sm);
  font-style: var(--kicker-font-style);
  font-weight: var(--kicker-0-font-weight-sm);
  line-height: var(--kicker-0-line-height-sm);
  margin-bottom: 8px;
  text-align: var(--article-kicker-text-align-sm);
  text-transform: uppercase;
}
@media (min-width: 37.5em) {
  .article-title__kicker {
    font-size: var(--kicker-0-font-size-md);
    line-height: var(--kicker-0-line-height-md);
    margin-bottom: 12px;
    text-align: var(--article-kicker-text-align-md);
  }
}
@media (min-width: 64em) {
  .article-title__kicker {
    font-size: var(--kicker-0-font-size-lg);
    line-height: var(--kicker-0-line-height-lg);
    margin-bottom: 16px;
    text-align: var(--article-kicker-text-align-lg);
  }
}
.page-wrapper {
  margin: 0px auto;
  max-width: 1024px;
  position: relative;
}
.page-content {
  background-color: rgb(255, 255, 255);
  position: relative;
}
.breaking-news {
  margin: 0px 0px 8px;
}
@media (min-width: 37.5em) {
  .breaking-news {
    margin: 0px 0px 12px;
  }
}
@media (min-width: 64em) {
  .breaking-news {
    margin: 16px;
  }
}
.main-content {
  margin: 8px 0px 40px;
  overflow-x: hidden;
}
@media (min-width: 37.5em) {
  .main-content {
    margin: 12px 0px 60px;
  }
}
@media (min-width: 64em) {
  .main-content {
    margin: 16px 0px 80px;
  }
}
.main-content > article {
  margin-top: 8px;
}
@media (min-width: 37.5em) {
  .main-content > article {
    margin-top: 12px;
  }
}
@media (min-width: 64em) {
  .main-content > article {
    margin-top: 16px;
  }
}
html {
  box-sizing: border-box;
}
*,
::after,
::before {
  box-sizing: inherit;
  margin: 0px;
}
body {
  -webkit-font-smoothing: antialiased;
}
a:active,
a:focus,
a:hover {
  -webkit-tap-highlight-color: transparent;
}
a > *,
button > * {
  pointer-events: none;
}
img {
  max-width: 100%;
  vertical-align: middle;
  margin: 0px auto;
  display: block;
}
@media print {
  img {
    break-after: auto;
    break-before: auto;
    break-inside: avoid;
  }
}
h1,
h2,
h4 {
  margin-bottom: 8px;
  font-family: sans-serif;
}
h2 {
  font-size: 28px;
}
figcaption {
  text-align: center;
  color: grey;
  margin: 4px 0px;
}
figure {
  margin: 16px 0px;
}
.article-body p a,
.article-body li a {
  color: rgb(209, 10, 16);
  text-decoration: none;
  font-weight: 600;
}
.check {
  box-shadow: var(--box-shadow);
  max-width: 100%;
  font-family: sans-serif;
  margin-bottom: 20px;
}
.check__wrapper {
  padding: 0.5rem;
}
.check__top-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.check__top-col-1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 4rem;
}
.check__top-col-1-row {
  display: flex;
  flex-direction: column;
}
.check__bot-grid-col-title {
  font-weight: 500;
  background-color: rgba(128, 128, 128, 0.39);
  border-right: 1px solid rgb(0, 0, 0);
  border-bottom: 3px solid rgb(0, 0, 0);
  padding-left: 2px;
}
.check__bot-grid-col {
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgb(0, 0, 0);
}
.check__bot {
  border-bottom: 3px solid rgb(0, 0, 0);
}
@media (max-width: 992px) {
  .check {
    font-size: 0.7rem;
  }
}
.ol-bottom-26 li:not(:last-child) {
  margin-bottom: 26px;
}
.reg-form-wrapp {
  width: 100%;
  max-width: 600px;
  margin: 30px auto;
}
