html {
  scroll-behavior: smooth;
}
.ardplayer.ardplayer-show-focus-outlines .ardplayer-controlbar:focus:not(:focus-visible),
.ardplayer.ardplayer-show-focus-outlines [tabindex]:not([tabindex^='-']):focus:not(:focus-visible),
.ardplayer.ardplayer-show-focus-outlines button:focus:not(:focus-visible) {
  outline: none;
}

.ardplayer:not(.ardplayer-show-focus-outlines) .ardplayer-controlbar:focus-visible,
.ardplayer:not(.ardplayer-show-focus-outlines) [tabindex]:not([tabindex^='-']):focus-visible,
.ardplayer:not(.ardplayer-show-focus-outlines) button:focus-visible {
  outline: none;
}

.ardplayer.ardplayer-state-audio .ardplayer-volume-fader:not(:hover) .noUi-handle {
  transform: scale(0);
}

.ardplayer.ardplayer-state-audio:not(.ardplayer-state-embedded):not(:hover)
  .ardplayer-controlbar
  .noUi-horizontal
  .noUi-handle {
  transform: scale(0);
}

.ardplayer .ardplayer-bottom-sheet-container .ardplayer-input-wrapper input:focus-visible {
  border: none !important;
  outline: none !important;
}

@font-face {
  font-display: block;
  font-family: ardplayer;
  src: url('/fonts/cec2754180eb3adda616-ardplayer.woff') format('woff');
}

.ardplayer video::-internal-media-controls-overlay-cast-button {
  display: none;
}

.ardplayer.ardplayer-show-focus-outlines
  .ardplayer-controlbar
  .ardplayer-controlbar-jumpmarks
  .ardplayer-controlbar-jumpmark:focus:not(:focus-visible) {
  outline: none;
}

a,
article,
aside,
b,
body,
button,
details,
div,
footer,
h1,
h2,
h3,
header,
html,
img,
li,
nav,
p,
span,
strong,
summary,
ul {
  border: 0;
  font-size: 100%;
  font: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: 0.02rem;
  margin: 0;
  outline: none;
  padding: 0;
  vertical-align: baseline;
}

article,
aside,
details,
footer,
header,
nav {
  display: block;
}

body {
  line-height: 1;
}

ul {
  list-style: none;
}

.form-input__text:focus-visible,
.form-mail__input:focus-visible {
  color: #33322f;
  padding-bottom: 0.8rem;
  padding-top: 2.8rem;
}

.form-input__text:focus-visible + .form-input__label,
.form-mail__input:focus-visible + .form-mail__label,
.form-textarea__textarea:focus-visible + .form-textarea__label {
  opacity: 0.75;
  transform: scale(0.75) translateY(-0.8rem) translateX(0.4rem);
}

.color--tongue a:focus-visible,
.color--tongue a:focus-visible img {
  outline: 0.2rem solid #99bdd6;
}

a:focus-visible,
a:focus-visible img {
  outline: 0.2rem solid #80807e;
  outline-offset: -0.2rem;
}

a {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
}

b,
strong {
  font-weight: 700;
}

abbr:focus-visible:after {
  content: ' (' attr(title) ')';
  display: inline-block;
  margin-left: 0.5rem;
  transition: all 0.2s ease-in-out;
}

@font-face {
  font-display: swap;
  font-family: Thesis;
  font-style: normal;
  font-weight: 400;
  src:
    url('/fonts/TheSansC5s-4_SemiLight.woff2') format('woff2'),
    url('/fonts/TheSansC5s-4_SemiLight.woff') format('woff');
}

@font-face {
  font-display: swap;
  font-family: Thesis;
  font-style: normal;
  font-weight: 700;
  src:
    url('/fonts/TheSansC5s-6_SemiBold.woff2') format('woff2'),
    url('/fonts/TheSansC5s-6_SemiBold.woff') format('woff');
}

html {
  text-size-adjust: 100%;
  color: #33322f;
  font-size: 62.5%;
}

@media screen and (max-width: 360px) {
  html {
    font-size: 56%;
  }
}

@media print {
  html {
    font-size: 50%;
  }
}

a,
body,
button,
div,
html,
img,
li,
p,
span,
ul {
  border: 0;
  outline: none;
}

.taglist,
a,
body,
button,
div,
html,
img,
li,
p,
span,
ul {
  font-family: Thesis, Helvetica, Arial, sans-serif;
  font-weight: 400;
}

.metatextline,
.sendungsbezug,
.teaser-xs__date {
  font-family: Thesis, Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.textabsatz a {
  border-bottom: 0.1rem solid #015999;
  color: #015999;
}

.trenner__text__headline,
h1,
h2,
h3 {
  font-family: Thesis, Helvetica, Arial, sans-serif;
}

.trenner__text__headline {
  font-size: 3.2rem;
  line-height: 3.2rem;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .trenner__text__headline {
    font-family: Thesis, Helvetica, Arial, sans-serif;
    font-size: 4rem;
    line-height: 4rem;
    text-transform: uppercase;
  }
}

.seitenkopf__headline--text {
  font-family: Thesis, Helvetica, Arial, sans-serif;
  font-size: 3.2rem;
  line-height: 3.8rem;
}

@media screen and (min-width: 768px) {
  .seitenkopf__headline--text {
    font-family: Thesis, Helvetica, Arial, sans-serif;
    font-size: 3.4rem;
    line-height: 4rem;
  }
}

.teaser-xs__headline {
  font-family: Thesis, Helvetica, Arial, sans-serif;
  font-size: 2.4rem;
  line-height: 2.8rem;
}

.teaser-xs__headline {
  margin-top: -0.1rem;
  padding: 0.1rem 0 0;
}

.seitenkopf__headline--text {
  margin-bottom: 1.2rem;
}

@media screen and (min-width: 768px) {
  .seitenkopf__headline--text {
    margin-bottom: 1rem;
  }
}

.meldungsfooter,
.textabsatz {
  padding: 0 2rem;
}

.textabsatz {
  margin: 0 0 2.4rem;
}

.ts-picture {
  background-image: url('/img/ts_watermark_white.svg');
}

.teaser-slider__wrapper .swiper-button-next:focus-visible,
.teaser-slider__wrapper .swiper-button-prev:focus-visible,
.vueslider .swiper-button-next:focus-visible,
.vueslider .swiper-button-prev:focus-visible {
  background: #015999;
}

.container {
  box-sizing: border-box;
  padding: 0;
  width: 100%;
}

.columns {
  margin-top: 0;
}

.columns.four {
  width: 33.3333333333%;
}

.columns.eight {
  width: 66.6666666667%;
}

.columns.twelve {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .columns.m-six {
    width: 50%;
  }

  .columns.m-ten {
    width: 83.3333333333%;
  }

  .columns.m-twelve {
    width: 100%;
  }

  .columns.m-offset-one {
    margin-left: 8.3333333333%;
  }
}

@media only screen and (min-width: 1024px) {
  .columns.l-eight {
    width: 66.6666666667%;
  }

  .columns.l-offset-two {
    margin-left: 16.6666666667%;
  }
}

body {
  background: #f1f1f1;
}

.layout-container {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

.layout-content {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  padding-top: 10.2rem;
}

.layout-content.scrolled {
  padding-top: 9rem;
}

.global-wrapper {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

@media print {
  .layout-content {
    overflow: visible;
  }
}

.content-wrapper {
  background-color: #fff;
  display: block;
  margin: auto;
  max-width: 1024px;
}

.content-wrapper:after {
  clear: both;
  content: '';
  display: block;
}

@media screen and (min-width: 1921px) {
  .content-wrapper {
    max-width: 1200px;
  }
}

@media screen and (min-width: 768px) {
  .content-wrapper {
    padding: 0;
  }
}

@media screen and (min-width: 1024px) {
  .content-wrapper {
    padding: 0 40px;
  }

  .layout-content,
  .layout-content.scrolled {
    padding-top: 11.6rem;
  }
}

@media screen and (min-width: 1104px) {
  .global-wrapper {
    max-width: 110.4rem;
  }
}

@media screen and (min-width: 1921px) {
  .global-wrapper {
    max-width: 128rem;
  }
}

@media print {
  .layout-content {
    padding-top: 0;
  }
}

@page {
  margin: 2cm;
}

.header-fancy-v2:has(.header__banner) + .content-wrapper .layout-content {
  padding-top: 15.9rem;
}

.header-fancy-v2:has(.header__banner) + .content-wrapper .layout-content.scrolled {
  padding-top: 14.6rem;
}

@media screen and (min-width: 1024px) {
  .header-fancy-v2:has(.header__banner) + .content-wrapper .layout-content {
    padding-top: 17.4rem;
  }

  .header-fancy-v2:has(.header__banner) + .content-wrapper .layout-content.scrolled {
    padding-top: 17.4rem;
  }
}

.content-wrapper.content-wrapper--show-cuts {
  background-color: transparent;
  max-width: 110.4rem;
}

.content-wrapper.content-wrapper--show-cuts .layout-container {
  max-width: 128rem;
}

@media screen and (min-width: 1921px) {
  .content-wrapper.content-wrapper--show-cuts {
    max-width: 128rem;
  }
}

@media screen and (min-width: 1024px) {
  .content-wrapper.content-wrapper--show-cuts {
    padding: 0;
  }
}

.content-wrapper.content-wrapper--show-cuts .content-wrapper__group {
  background-color: #fff;
  box-sizing: border-box;
  padding-top: 0;
}

@media screen and (min-width: 1024px) {
  .content-wrapper.content-wrapper--show-cuts .content-wrapper__group {
    padding: 0 4rem;
  }
}

.cuts--uppercut {
  box-sizing: border-box;
  display: inline-block;
}

.cuts--uppercut {
  margin-top: 1.6rem;
}

.btn--icon {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 0.1rem;
  width: 100%;
}

.btn--icon .icon {
  padding: 0.4rem;
  width: 100%;
}

.burger-button-animated {
  background: #fff;
  cursor: pointer;
  height: 4.5rem;
  position: absolute;
  right: 2.5rem;
  top: 1rem;
  width: 4.5rem;
  z-index: 141;
  fill: #33322f;
  box-sizing: border-box;
  padding: 1rem;
}

.burger-button-animated:focus-visible {
  outline: 2px solid #80807e;
}

.burger-button-animated svg {
  pointer-events: none;
}

.burger-button-animated .firstline {
  transform: rotate(0);
  transform-origin: 2px 8px;
  transition: all 0.3s;
}

.burger-button-animated .secondline {
  opacity: 1;
  transition: all 0.3s;
}

.burger-button-animated .thirdline {
  transform: rotate(0);
  transform-origin: 2px 26px;
  transition: all 0.3s;
}

.small .burger-button-animated {
  top: 0.3rem;
}

@media only screen and (min-width: 768px) {
  .burger-button-animated {
    right: 4.6rem;
  }
}

@media only screen and (min-width: 1024px) {
  .burger-button-animated,
  .small .burger-button-animated {
    height: 5.6rem;
    right: 4.2rem;
    top: 1.2rem;
    width: 5.6rem;
  }
}

.btn--text {
  align-items: center;
  display: inline-flex;
  font-size: 1.6rem;
  line-height: 2.4rem;
  padding: 0.4rem 1rem;
  text-align: center;
}

.btn--text .icon {
  height: 2.4rem;
  width: 2.4rem;
}

.btn--text.btn--fullwidth {
  border: none;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  width: 100%;
}

.btn--text.btn--fullwidth .btn__label {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.btn--text.btn--fullwidth .btn__label + .icon {
  padding-left: 1rem;
}

.btn--uppercase-text__shortlabel abbr:focus-visible:after {
  content: '';
  display: none;
}

.transparent-btn:focus-visible {
  outline: 0.2rem solid #80807e;
  outline-offset: -0.2rem;
}

.tag-btn {
  border-radius: 1.8rem;
  cursor: pointer;
  font-size: 1.6rem;
  padding: 0.7rem 1.2rem;
}

.tag-btn:focus-visible {
  outline-offset: 0.2rem;
}

.tag-btn.tag-btn--standard-secondary {
  background: #e4e4e4;
  color: #33322f;
}

.tag-btn.tag-btn--standard-secondary:hover {
  background: #c2c2c1;
}

.tag-btn.tag-btn--standard-secondary:focus-visible {
  outline-color: #80807e;
}

.tag-btn.tag-btn--standard-primary:focus-visible {
  outline-color: #99bdd6;
}

.textonly-btn:focus-visible {
  outline: 0.2rem solid #80807e;
  outline-offset: 0;
}

.form-checkbox .form-checkbox__hidden:focus-visible {
  opacity: 1;
  outline: 0.2rem solid #80807e;
  outline-offset: 0.2rem;
}

.form-checkbox:focus-visible .form-checkbox__box {
  border: 0.1rem solid #33322f;
}

.form-checkbox.color--tongue .form-checkbox__hidden:focus-visible {
  outline-color: #fff;
}

.toggle-switch input:focus-visible + .toggle-switch__slider .toggle-switch__input {
  outline: 0.2rem solid #80807e;
  outline-offset: 0.2rem;
}

.toggle-switch.color--tongue input:focus-visible + .toggle-switch__slider .toggle-switch__input {
  outline: 0.2rem solid #dee9f2;
  outline-offset: 0.2rem;
}

body.mouse-usage .toggle-switch input:focus-visible + .toggle-switch__slider .toggle-switch__input {
  outline: none;
}

.form-radio__input:focus-visible {
  opacity: 1;
  outline: 0.2rem solid #80807e;
}

.form-radio.color--tongue .form-radio__input:focus-visible {
  outline: 0.2rem solid #dee9f2;
}

.form-select .form-select__select:focus-visible {
  color: #33322f;
  outline: 0.2rem solid #33322f;
}

.form-input-icon__text:focus-visible {
  padding-top: 0.8rem;
}

.form-input .form-input__text:focus-visible {
  color: #33322f;
  outline: 0.2rem solid #33322f;
}

.form-textarea__textarea:focus-visible {
  color: #33322f;
  outline: none;
}

.form-mail .form-mail__input:focus-visible {
  color: #33322f;
  outline: 0.2rem solid #33322f;
}

.searchfield__input:-webkit-autofill:focus-visible {
  box-shadow: inset 0 0 0 5rem #fff !important;
  -webkit-text-fill-color: #33322f;
}

.searchfield .searchfield__input:focus-visible {
  outline: 0.2rem solid #33322f;
}

.searchfield__submit:focus-visible {
  background: #015999;
}

.searchfield__submit:focus-visible + .searchfield__icon .icon--search {
  fill: #fff;
}

.searchfield__submit:focus-visible {
  outline: none;
}

.searchfield__reset:focus-visible {
  outline: 0.2rem solid #80807e;
  outline-offset: 0.2rem;
}

img.ts-image {
  height: auto;
}

.ts-picture {
  display: block;
  z-index: 1;
}

.ts-picture > img,
.ts-picture > source {
  height: auto;
  width: 100%;
}

.ts-picture {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 35%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.ts-picture,
.ts-picture__wrapper {
  background-color: #e4e4e4;
  position: relative;
}

.ts-picture__poster-wrapper {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.ts-picture img {
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.ts-picture.ts-picture--list {
  padding-top: 100%;
}

.label {
  border-radius: 0.3rem;
  display: inline-flex;
  margin-right: 0.8rem;
  padding: 0.4rem 0.6rem 0.3rem;
}

.label,
.label strong {
  font-family: Thesis, Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.11rem;
  line-height: 1.1rem;
  text-transform: uppercase;
}

.label--standard-primary {
  background: #015999;
  color: #fff;
}

.btn.btn--standard-primary {
  background: #015999;
  color: #fff;
}

.btn.btn--standard-primary:hover {
  background: #4082b3;
  color: #fff;
}

.btn.btn--standard-primary .icon {
  fill: #fff;
}

.btn.btn--standard-primary:focus-visible {
  outline-color: #99bdd6;
}

.btn.btn--standard-secondary {
  background: #e4e4e4;
  color: #33322f;
}

.btn.btn--standard-secondary:hover {
  background: #c2c2c1;
}

.btn.btn--standard-secondary:focus-visible {
  outline-color: #80807e;
}

.btn.btn--standard-secondary .icon {
  fill: #33322f;
}

.btn.btn--standard-secondary.is-active:focus-visible {
  outline-color: #99bdd6;
}

.btn.btn--highlight-primary:focus-visible {
  outline-color: #99bdd6;
}

.btn.btn--highlight-secondary:focus-visible {
  outline-color: #99bdd6;
}

.btn.btn--highlight-secondary.btn--opened:focus-visible,
.btn.btn--highlight-secondary.is-active:focus-visible {
  outline-color: #99bdd6;
}

.btn.btn--standard-live-primary:focus-visible {
  outline-color: #80807e;
}

.btn.btn--standard-live-secondary:focus-visible {
  outline-color: #80807e;
}

.btn.btn--standard-live-tertiary:focus-visible {
  outline-color: #80807e;
}

.btn.btn--standard-tertiary:focus-visible {
  outline-color: #80807e;
}

.btn {
  border-radius: 0.3rem;
}

.btn:hover {
  cursor: pointer;
  outline: 0;
}

.btn:active {
  outline: 0;
}

.btn:focus-visible {
  outline-offset: 0.2rem;
  outline-style: solid;
  outline-width: 0.2rem;
}

.metatextline {
  box-sizing: border-box;
  color: #80807e;
  font-size: 1.8rem;
  line-height: 2.9rem;
  margin-bottom: 1.6rem;
}

.ardplayer.ardplayer-show-focus-outlines .ardplayer-button-posterframe[tabindex]:not([tabindex^='-']):focus-visible,
.ardplayer.ardplayer-show-focus-outlines button.ardplayer-button-posterframe:focus-visible {
  outline-offset: 3px;
  outline-width: 3px;
}

.ardplayer
  .ardplayer-ms-stage
  div.ardplayer-ms-feed-container
  div.ardplayer-ms-feed
  .ardplayer-ms-card:focus-visible.ardplayer-ms-card-current {
  background-color: #024682;
}

.mediaplayer--inline-play__button:focus-visible {
  outline: 0.2rem solid #80807e;
  outline-offset: -0.2rem;
}

.subnav .latthema__link:focus-visible {
  background: #c2c2c1;
}

.subnav .latthema__link:focus-visible {
  outline: 0.2rem solid #80807e;
  outline-offset: 0.4rem;
}

.footer {
  background-color: #fff;
  color: #33322f;
  margin-top: 1.6rem;
  padding: 4rem 2rem;
}

.footer__navigation {
  border-top: 0.1rem solid #e4e4e4;
}

.footer__link {
  color: #33322f;
  display: flex;
  font-size: 1.8rem;
  line-height: 2.6rem;
  margin: 0.2rem;
  padding: 0.7rem 0 0.7rem 2rem;
  text-decoration: none;
}

.footer__link:active,
.footer__link:hover {
  outline: 0;
  text-decoration: none;
}

@media screen and (min-width: 1024px) {
  .footer {
    padding: 4rem;
  }
}

@media screen and (min-width: 1104px) {
  .footer {
    margin: 1.6rem auto 0;
    max-width: 102.4rem;
  }
}

@media screen and (min-width: 1921px) {
  .footer {
    max-width: 120rem;
  }
}

.icon--arrow-down,
.icon--arrow-up {
  height: 3rem;
  width: 3rem;
}

.footer__navigation__list__item {
  margin: 0.2rem;
}

.footer__navigation__list__item a {
  color: #33322f;
  display: block;
  font-family: Thesis, helvetica, arial, sans-serif;
  font-size: 1.8rem;
  line-height: 3rem;
  padding: 0.5rem 4rem;
  text-decoration: none;
  width: auto;
}

.footer__navigation__list__item a:hover {
  outline: 0;
  text-decoration: none;
}

.footer__navigation__list__item a:focus-visible {
  outline: 2px solid #80807e;
}

.footer__navigation__list__item a:active {
  outline: 0;
  text-decoration: none;
}

.footer__navigation__bottom {
  list-style: none;
  margin: 1rem 0 8rem;
  padding: 0;
}

.footer__navigation__bottom__item {
  overflow: hidden;
}

.footer__logo__icon {
  align-items: flex-end;
  border: 1px solid transparent;
  display: flex;
  flex-direction: column;
  margin-bottom: -4.2rem;
  padding-top: 0.6rem;
  text-align: right;
}

.footer__logo__icon svg {
  fill: #33322f;
}

.footer__logo__icon .icon {
  height: 6.7rem;
  width: 17rem;
}

.endline {
  background: #e4e4e4;
  box-sizing: border-box;
  height: 4rem;
  padding: 0.8rem 0 0 4rem;
  width: 100%;
}

@media screen and (min-width: 1104px) {
  .endline {
    margin: auto;
    max-width: 110.4rem;
  }
}

@media screen and (min-width: 1921px) {
  .endline {
    max-width: 128rem;
  }
}

.endline__copyright {
  color: #80807e;
  font-family: Thesis, helvetica, arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}

@media print {
  .footer {
    display: none;
  }
}

[data-js_component='nav-toggle-area'] {
  transition: all 0.4s ease-in;
}

[data-js_component='nav-toggle-area'].is-visible {
  max-height: 9.4rem;
  opacity: 1;
}

.header-fancy-v2 {
  background-color: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 121;
}

.header-fancy-v2,
.header-fancy-v2.small {
  box-shadow: 0 0.5rem 0.5rem -0.5rem rgba(0, 0, 0, 0.1);
}

.header-fancy-v2.small .header__items {
  height: 5.2rem;
  overflow: hidden;
}

.header-fancy-v2.small .header__logo__icon {
  height: 3.6rem;
  width: 3.6rem;
}

.header-fancy-v2.small .header__logo__wortmarke {
  width: 13.6rem;
}

.header-fancy-v2.small .header__logo__wortmarke.header__logo__wortmarke-ts {
  width: 11rem;
}

.header-fancy-v2 .header__items {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  height: 6.5rem;
  justify-content: space-between;
  width: 100%;
}

.header-fancy-v2 .header__logo {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  flex-wrap: nowrap;
  margin-left: 2rem;
  overflow: hidden;
  padding: 0.6rem 0;
  position: relative;
  z-index: 121;
}

.header-fancy-v2 .header__logo__icon {
  height: 4rem;
  margin-right: 0.8rem;
  width: 4rem;
}

.header-fancy-v2 .header__logo__wortmarke {
  margin-top: 0.2rem;
  width: 14rem;
}

.header-fancy-v2 .header__logo__wortmarke.header__logo__wortmarke-ts {
  margin-top: 0.6rem;
  width: 11rem;
}

.header-fancy-v2 .header__horiz {
  position: relative;
  z-index: 111;
}

.header-fancy-v2 .header__toggle-area {
  position: relative;
}

.header-fancy-v2 .header__toggle-area:after {
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.global-wrapper .content-wrapper,
.header-fancy-v2 .header__horiz {
  transition: all 0.5s ease-out;
}

.global-wrapper .content-wrapper:after,
.header-fancy-v2 .header__horiz:after {
  background-color: rgba(0, 0, 0, 0.6);
  content: '';
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.3s ease-in-out;
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 1024px) {
  .header-fancy-v2 .header__items,
  .header-fancy-v2.small .header__items {
    background: #fff;
    height: 8rem;
  }

  .header-fancy-v2 .header__logo {
    margin-left: 0;
  }

  .header-fancy-v2 .header__logo__icon {
    height: 6rem;
    margin-left: 4rem;
    margin-right: 1.2rem;
    width: 6rem;
  }

  .header-fancy-v2 .header__logo__wortmarke {
    margin-top: -0.1rem;
    width: 20rem;
  }

  .header-fancy-v2 .header__logo__wortmarke.header__logo__wortmarke-ts {
    width: 15rem;
  }

  .header-fancy-v2.small .header__logo__icon {
    height: 6rem;
    margin-left: 4rem;
    width: 6rem;
  }

  .header-fancy-v2.small .header__logo__wortmarke {
    width: 20rem;
  }

  .header-fancy-v2.small .header__logo__wortmarke.header__logo__wortmarke-ts {
    width: 15rem;
  }

  .header-fancy-v2 .header__horiz {
    padding: 0 4rem;
  }
}

@media screen and (min-width: 1104px) {
  .header-fancy-v2 {
    left: 50%;
    max-width: 110.4rem;
    transform: translateX(-50%);
  }

  .header-fancy-v2 .header__logo__icon,
  .header-fancy-v2.small .header__logo__icon {
    margin-left: 0;
  }

  .header-fancy-v2 .header__logo {
    padding-left: 4rem;
  }
}

@media screen and (min-width: 1921px) {
  .header-fancy-v2 {
    max-width: 128rem;
  }
}

@media screen and (max-width: 1024px) {
  .header-fancy-v2.small.jsHideWordmark .header__logo__wortmarke {
    display: none;
  }
}

@media print {
  .header-fancy-v2 {
    position: unset;
  }

  .header-fancy-v2 .horizontal-nav {
    display: none;
  }
}

html:has(.burger-navi-holder--open),
html:has(.burger-navi-holder:not(.js)[open]) {
  overflow: hidden;
}

html:has(.burger-navi-holder--open) body,
html:has(.burger-navi-holder:not(.js)[open]) body {
  overflow: hidden;
}

html:has(.burger-navi-holder--open) .global-wrapper .content-wrapper:after,
html:has(.burger-navi-holder--open) .header__toggle-area:after,
html:has(.burger-navi-holder:not(.js)[open]) .global-wrapper .content-wrapper:after,
html:has(.burger-navi-holder:not(.js)[open]) .header__toggle-area:after {
  background: rgba(0, 0, 0, 0.6);
  opacity: 0.5;
  z-index: 111;
}

.burger-navi-holder.burger-navi-holder--open .burger-navi a:focus-visible img,
.burger-navi-holder:not(.js)[open] .burger-navi a:focus-visible img {
  outline: 0;
}

.burger-navi-holder {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.burger-navi-holder .burger-button-animated {
  list-style: none;
}

.burger-navi-holder .burger-button-animated::-webkit-details-marker {
  display: none;
}

.burger-navi-nav__sublevel
  .burger-panel.js-current-sublevel-active
  li:first-child
  .burger-panel__closelink:focus-visible {
  outline: 0.2rem solid #fff;
  outline-offset: -0.4rem;
}

@media screen and (min-width: 1104px) {
  .burger-navi-holder {
    max-width: 102.4rem;
    padding: 0 4rem;
  }
}

@media screen and (min-width: 1921px) {
  .burger-navi-holder {
    max-width: 120rem;
  }
}

.teaser-nano__link:focus-visible {
  display: inherit;
  outline: 0.2rem solid #80807e;
  outline-offset: -0.2rem;
}

.teaser-nano.color--tongue .teaser-nano__link:focus-visible {
  outline-color: #dee9f2;
}

.mubu-container.color--tongue .mubu-container__content__link:focus-visible {
  outline-color: #dee9f2;
}

.trenner {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  letter-spacing: 0.2em;
  width: 100%;
}

.trenner__text {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 2.4rem 2rem;
}

.trenner__text__headline {
  color: #015999;
  flex-basis: 100%;
  text-align: center;
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .trenner {
    display: block;
  }
}

a:focus-visible .teaser-xs__headline,
a:focus-visible .teaser-xs__topline,
a:focus-visible .teaser__headline,
a:focus-visible .teaser__topline {
  text-decoration: underline;
}

a:active .teaser-xs__headline,
a:active .teaser-xs__topline {
  text-decoration: none !important;
}

.teaser__link:focus-visible {
  outline: 0.2rem solid #80807e;
  outline-offset: -0.2rem;
}

.teaser__link:focus-visible img {
  outline: 0;
}

.teaser.color--tongue .teaser__link:focus-visible {
  outline-color: #dee9f2;
}

.textabsatz {
  background: #fff;
  box-sizing: border-box;
  color: #33322f;
  display: block;
  font-family: Thesis, Helvetica, Arial, sans-serif;
  font-size: 2rem;
  line-height: 2.6rem;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .textabsatz {
    padding: 0;
  }
}

.bulletpoint-list ol:is(ol),
.bulletpoint-list ul:is(ol),
.bulletpoint-list:is(ol) {
  list-style-type: decimal;
}

.bulletpoint-list ol:is(ul),
.bulletpoint-list ul:is(ul),
.bulletpoint-list:is(ul) {
  list-style-type: disc;
}

.infobox ol:is(ol),
.infobox ul:is(ol) {
  list-style-type: decimal;
}

.infobox ol:is(ul),
.infobox ul:is(ul) {
  list-style-type: disc;
}

.home__icon {
  margin-left: 2rem;
  padding-right: 0.3rem;
}

.home__icon svg {
  height: 2rem;
  width: 2rem;
  fill: #33322f;
}

.anchored {
  font-weight: bolder;
}
.horizontal-nav {
  font-size: 1.5rem;
  position: relative;
}

.horizontal-nav .swipe {
  align-items: center;
  display: flex;
  height: 3.8rem;
}

.horizontal-nav .swipe {
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  overflow-y: hidden;
  -moz-scrollbar-width: none;
  scrollbar-width: none;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.horizontal-nav .swipe::-webkit-scrollbar {
  display: none;
}

.horizontal-nav .swipe li {
  display: inline-block;
  vertical-align: middle;
}

.horizontal-nav .swipe li:active,
.horizontal-nav .swipe li:hover {
  background: #e4e4e4;
  color: #33322f;
  cursor: pointer;
}

.horizontal-nav .swipe li:not(:first-child) a,
.horizontal-nav .swipe li:not(:last-child) a {
  font-weight: 400;
}

.horizontal-nav .swipe .latthema--link:focus-visible {
  background: #c2c2c1;
}

.horizontal-nav .swipe a {
  color: #33322f;
  display: block;
  padding: 1.2rem 1.2rem 1.1rem;
}

.horizontal-nav .swipe a.home {
  outline-offset: -0.4rem;
  padding: 1.1rem 1.2rem;
}

a.home.mobile-view span {
  display: none;
}

a.home.mobile-view svg {
  display: block;
}

.latthema--link:focus-visible {
  outline: 0.2rem solid #80807e;
  outline-offset: 0.4rem;
}

@media screen and (min-width: 1024px) {
  .home__icon {
    margin-left: 4rem;
    padding: 0;
  }

  .horizontal-nav .swipe a.home {
    outline-offset: -0.2rem;
    padding: 1.2rem 1.2rem 1.1rem;
  }

  a.home.mobile-view svg {
    display: none;
  }

  a.home.mobile-view span {
    display: block;
  }
}

@media screen and (min-width: 1104px) {
  .home__icon {
    margin-left: 0;
  }
}

.article-breadcrumb .article-breadcrumb__title--inside {
  cursor: default;
  display: block;
  margin: 0.9rem 0.5rem 0.7rem;
  padding: 0.3rem 0.7rem 0.4rem;
}

.article-breadcrumb li > * {
  color: #33322f;
}

.article-breadcrumb li + li > :before {
  border-color: transparent transparent transparent #80807e;
  border-style: solid;
  border-width: 0.4rem 0 0.4rem 0.6rem;
  content: '';
  display: inline-block;
  height: 0;
  margin: 0 0.6em 0.1rem -1.2rem;
  top: -2rem;
  width: 0;
}

.horizontal-nav .swipe li.article-breadcrumb__title:active,
.horizontal-nav .swipe li.article-breadcrumb__title:hover {
  background: #fff;
}

.seitenkopf {
  background: #fff;
}

.seitenkopf__data {
  display: flex;
  width: 100%;
}

.seitenkopf__title {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .seitenkopf__title {
    padding: 0 2rem;
  }
}

.seitenkopf__topline {
  color: #33322f;
  display: inline-block;
  font-family: Thesis, Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 2rem;
  margin-bottom: 0.6rem;
}

@media screen and (min-width: 1024px) {
  .seitenkopf__topline {
    margin-bottom: 0.8rem;
  }
}

.seitenkopf__headline--text {
  clear: left;
  color: #015999;
  display: block;
}

.seitenkopf__media {
  margin-bottom: 1.6rem;
  position: relative;
}

.seitenkopf__label {
  display: block;
  float: left;
  margin-bottom: 0.6rem;
}

.buttongroup {
  background-color: #fff;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 0 2rem 2.4rem;
  width: 100%;
}

.buttongroup__item {
  flex: 1;
  padding-top: 1.6rem;
}

.buttongroup__item:first-of-type {
  padding-top: 0;
}

@media screen and (min-width: 768px) {
  .buttongroup {
    align-items: flex-end;
    flex-direction: row;
    justify-content: flex-end;
    padding: 0 2rem 1.6rem;
  }

  .buttongroup__item {
    box-sizing: border-box;
    max-width: 33.3333333333%;
    min-width: 25%;
    padding: 0 1rem 0 0;
  }

  .buttongroup__item:only-child {
    max-width: 41.6666666667%;
    padding: 0;
  }

  .buttongroup__item:last-of-type {
    padding-right: 0;
  }
}

@media screen and (min-width: 1024px) {
  .buttongroup:not(.buttongroup--copytext, .buttongroup--searchresults) {
    padding: 0 0 2.4rem;
  }

  .buttongroup__item:only-child {
    max-width: 33.3333333333%;
  }
}

.meldungsfooter {
  background-color: #fff;
  box-sizing: border-box;
  display: inline-block;
  margin-top: -2px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .meldungsfooter {
    padding: 0;
  }
}

@media print {
  .meldungsfooter,
  article + aside.container {
    display: none;
  }
}

.taglist {
  display: flex;
  overflow: auto;
  scrollbar-width: none;
  white-space: nowrap;
  -ms-overflow-style: none;
  margin: 2.4rem 0 1.6rem;
}

@media screen and (min-width: 1024px) {
  .taglist {
    margin: 2.4rem 0 0.8rem;
    white-space: normal;
  }
}

.taglist::-webkit-scrollbar {
  background: transparent;
  height: 0;
  width: 0;
}

.taglist__element {
  display: flex;
  margin: 0.4rem 1.1rem 0.4rem 0.4rem;
  white-space: nowrap;
}

@media screen and (min-width: 1024px) {
  .taglist__element {
    margin: 1.4rem 0.9rem 2rem 0.4rem;
  }
}

.sendungsbezug {
  border-bottom: 0.1rem solid #e4e4e4;
  border-top: 0.1rem solid #e4e4e4;
  color: #80807e;
  font-size: 1.6rem;
  line-height: 2.25rem;
  padding: 1.2rem 0;
  position: relative;
}

.sendungsbezug .sendungsbezug--title {
  display: block;
  font-weight: 700;
}

.socialbuttons {
  background-color: #fff;
  margin: 1.6rem 0 2.4rem;
}

.socialbuttons__list {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.socialbuttons__list__item {
  display: flex;
  flex: 1 1 0%;
  justify-content: space-evenly;
  width: 3.6rem;
}

.socialbuttons__list__item .tabfocus {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.socialbuttons button {
  background-color: transparent;
  cursor: pointer;
}

.socialbuttons button:focus-visible {
  outline: 0.2rem solid #80807e;
  outline-offset: -0.2rem;
}

.color--tongue .socialbuttons button:focus-visible,
.socialbuttons.color--tongue button:focus-visible {
  outline-color: #99bdd6;
}

.socialbuttons .socialbuttons__icon,
.socialbuttons .socialbuttons__icon--functional {
  height: 3.6rem;
  margin-bottom: 0.8rem;
  width: 3.6rem;
}

.socialbuttons .socialbuttons__icon--functional {
  background: #e4e4e4;
  border-radius: 3rem;
}

.socialbuttons .socialbuttons__icon--functional svg {
  fill: #33322f;
  margin: 0 auto;
  padding: 0.8rem;
  width: 2rem;
}

.socialbuttons .socialbuttons__subline {
  color: #33322f;
  font-family: Thesis, Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1.6rem;
}

.paginierung__liste--link:focus-visible {
  outline-offset: 2px;
}

.anchor-link {
  color: #33322f;
  font-size: 1.5rem;
  left: -10000px;
  opacity: 0;
  position: absolute;
  text-decoration: underline;
  top: 1.2rem;
}

.anchor-link:focus-visible {
  background: #fff;
  left: 1.2rem;
  opacity: 1;
  padding: 0.8rem;
  z-index: 1000;
}

.back-to-top {
  bottom: 2rem;
  box-shadow: 0.15rem 0.15rem 0.66rem -0.25rem rgba(0, 0, 0, 0.25);
  height: 4rem;
  position: fixed;
  right: 2rem;
  transition: all 0.4s;
  width: 4rem;
  z-index: 21;
}

.back-to-top.hide {
  opacity: 0;
  pointer-events: none;
}

.expanderbox--tongue .expanderbox__header:focus-visible {
  outline-color: #99bdd6;
}

.expanderbox__header:focus-visible {
  outline: 0.2rem solid #80807e;
  outline-offset: -0.3rem;
}

.teaser-xs {
  align-items: stretch;
  background: #fff;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.6rem;
  margin-top: -0.1rem;
  position: relative;
  width: 100%;
}

.teaser-xs:nth-of-type(odd) {
  clear: left;
}

.teaser-xs__teaserinfo {
  box-sizing: border-box;
  padding: 0.8rem 2rem 0 1.5rem;
}

@media screen and (min-width: 1024px) {
  .teaser-xs__teaserinfo {
    padding: 1.2rem 2rem 0;
  }
}

.teaser-xs__topline-container {
  align-items: flex-start;
  display: flex;
  flex-flow: row wrap;
}

.teaser-xs__topline-container .label {
  margin-bottom: 0.6rem;
  margin-right: 0.6rem;
}

.teaser-xs__date {
  color: #80807e;
  font-size: 1.5rem;
  margin-right: 0.6rem;
  padding: 0.2rem 0 0.6rem;
}

.teaser-xs__topline {
  color: #33322f;
  display: block;
  font-family: Thesis, Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 2rem;
  margin-top: 0;
  padding: 0.2rem 0;
  width: 100%;
}

.teaser-xs__headline {
  color: #015999;
  display: -webkit-inline-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.teaser-xs__media {
  position: relative;
}

@media screen and (min-width: 768px) {
  .teaser-xs {
    flex-wrap: nowrap;
  }

  .teaser-xs:nth-child(odd) {
    padding-right: 2rem;
  }

  .teaser-xs:nth-child(2n) {
    padding-left: 2rem;
  }
}

@media screen and (min-width: 1024px) {
  .teaser-xs {
    margin-bottom: 2.4rem;
  }
}

.teaser-xs__link {
  text-decoration: none;
  width: 100%;
}

.teaser-xs__teaserinfo .teaser-xs__link {
  border: 2px solid transparent;
  display: block;
}

.dropdown-navi__link:focus-visible {
  outline: 0.2rem solid #80807e;
}

.dropdown-navi.dropdown-navi--tongue .dropdown-navi__link:focus-visible {
  outline-color: #99bdd6;
}

.teaser-absatz__link:focus-visible {
  outline: 0.2rem solid #80807e;
  outline-offset: -0.2rem;
}

.dynamic-navigation__link:focus-visible {
  outline: 0.2rem solid #80807e;
  outline-offset: -0.2rem;
}

.dynamic-navigation__submenulink:focus-visible {
  outline: 0.2rem solid #80807e;
  outline-offset: -0.2rem;
}

.dynamic-navigation-item--headline a.dynamic-navigation__link:focus-visible {
  height: 3.4rem;
}

.dynamic-navigation-item--headline .dynamic-navigation__link:focus-visible {
  outline: 0.2rem solid #fff;
  outline-offset: -1.4rem;
}

.subheader__textlink:focus-visible {
  outline: 0.2rem solid #80807e;
  outline-offset: 0.2rem;
}

.dialog::backdrop {
  backdrop-filter: blur(0.5rem);
  background: rgba(0, 0, 0, 0.6);
}

.image-label:focus-visible {
  outline-color: #80807e;
}

.image-label--highlight:focus-visible {
  outline-color: #99bdd6;
}

.tooltip > summary:focus-visible {
  outline: 0.2rem solid #80807e;
}

.accordion {
  background-color: #fff;
  border-bottom: 0.1rem solid #e4e4e4;
}

.accordion ::marker {
  content: '';
}

.accordion ::-webkit-details-marker {
  display: none;
}

.accordion__header {
  background-color: #fff;
  cursor: pointer;
  padding: 0 0 0 2rem;
}

.accordion__header .icon {
  height: 4rem;
  width: 4rem;
  fill: #33322f;
}

.accordion__header:focus-visible {
  outline: 0.2rem solid #80807e;
  outline-offset: -0.2rem;
}

.accordion__label-wrapper {
  align-items: center;
  background: #fff;
  color: #33322f;
  display: flex;
  justify-content: space-between;
}

.accordion__label {
  font-size: 1.8rem;
  line-height: 2.4rem;
  padding: 0.8rem 1rem 0.8rem 0;
}

.accordion__label {
  font-family: Thesis, Helvetica, Arial, sans-serif;
}

.accordion__label--bold {
  font-family: Thesis, Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.4rem;
}

.accordion--highlight .accordion__header:focus-visible {
  outline-color: #99bdd6;
}

@media screen and (min-width: 768px) {
  .accordion summary:has(.hint) {
    align-items: center;
    display: flex;
    flex: 1;
    justify-content: space-between;
  }
}

.vueslider .swiper:focus-visible .swiper-button-next:not(.swiper-button-disabled),
.vueslider .swiper:focus-visible .swiper-button-prev:not(.swiper-button-disabled) {
  opacity: 1;
}

.teaser-slider__wrapper .swiper:focus-visible .swiper-button-next:not(.swiper-button-disabled),
.teaser-slider__wrapper .swiper:focus-visible .swiper-button-prev:not(.swiper-button-disabled) {
  opacity: 1;
}

.header-app {
  font-size: 1.4rem;
  height: 100%;
  margin: auto;
  transition: 0.4s ease-in-out;
}

.header-app__eventbox {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translate(-50%);
  z-index: 161;
}

.header-app__link {
  align-items: center;
  color: #33322f;
  cursor: pointer;
  display: none;
  font-size: 1.8rem;
  height: 100%;
  opacity: 0;
}

.header-app__link__text {
  padding-right: 0.6rem;
  white-space: nowrap;
}

.header-app__link {
  background: transparent;
  padding: 0 0.8rem;
}

.header-app__link:focus-visible {
  outline: 0.2rem solid #80807e;
}

.header-fancy-v2.small .header-app__link {
  display: flex;
  opacity: 1;
}

.header-app__icon {
  align-items: center;
  display: flex;
  fill: #33322f;
}

.header-app__icon svg {
  height: 2.5rem;
}

_:future {
  height: fill-available;
}

.header-app__eventbox {
  max-height: 5.2rem;
}

.header-app__close:focus-visible {
  outline: 0.2rem solid #80807e;
}

@media screen and (min-width: 1024px) {
  .header-app__link {
    display: flex;
    max-height: 8rem;
    opacity: 1;
  }

  .header-app__icon svg {
    height: 3.8rem;
  }

  .header-app__eventbox {
    max-height: 8rem;
  }
}

.mappingbox .searchfield__input:focus-visible {
  outline: 0.1rem solid #fff;
  outline-offset: 0.2rem;
}

.mappingbox .searchfield__submit:focus-visible {
  background: #015999;
}

.mappingbox .searchfield__submit:focus-visible + .searchfield__icon .icon--search {
  fill: #fff;
}

.systeminfos .systeminfos__targetarea:focus-visible {
  outline: 0.1rem solid #33322f;
}

.tabnav--logos .logo-btn:focus-visible img {
  outline: none;
}

.vue-comparison-slider.color--tongue .vue-comparison-slider__slider:focus-visible {
  outline-color: #99bdd6;
}

.vue-comparison-slider__slider:focus-visible {
  outline-color: #80807e;
}

.vue-comparison-slider__slider:focus-visible .arrow-handle-control .icon--arrow-handle circle {
  fill: transparent;
}

.horizontal-navigation__scrollable:not(:has(.horizontal-navigation__button-prev:disabled)) {
  scroll-padding-left: 5.4rem;
}

.horizontal-navigation__scrollable:not(:has(.horizontal-navigation__button-next:disabled)) {
  scroll-padding-right: 5.4rem;
}

.horizontal-navigation__button-next:focus-visible,
.horizontal-navigation__button-prev:focus-visible {
  border: 0.2rem solid #80807e;
}
.check {
  border: 1px solid;
  max-width: 100%;
  font-family: Arial, Helvetica, sans-serif !important;
  margin-top: 1rem;
  margin-bottom: 3rem;
}

.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 #000;
}

.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 #000;
}

.check__bot-grid-col-title {
  font-weight: 500;
  background-color: rgba(128, 128, 128, 0.39);
  border-right: 1px solid #000;
  border-bottom: 3px solid #000;
  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-start: 1.33em;
  margin-block-end: 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;
  }
}

article img {
  margin-bottom: 10px;
}
.title {
  font-weight: 700;
  font-size: 28px;
}
.reg-form-wrapper {
  max-width: 560px;
  margin: 0 auto;
  margin-bottom: 30px;
  scroll-margin-top: 120px;
}
