* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}
/*! nouislider - 15.5.0 - 05.01.2022 */
.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;
}
.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,
b,
body,
button,
div,
dl,
dt,
em,
fieldset,
footer,
h1,
h2,
h3,
h4,
h5,
header,
html,
i,
img,
label,
legend,
li,
nav,
ol,
p,
span,
strong,
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,
footer,
header,
nav {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
a:focus,
a:focus img {
  outline: 0.2rem solid #80807e;
  outline-offset: -0.2rem;
}
a:active,
a:active img,
a:hover,
a:hover img {
  outline: 0;
}
a {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
.seitenkopf__headline--text,
.socialbuttons .socialbuttons__subline,
.taglist,
a,
body,
button,
div,
dl,
dt,
fieldset,
h1,
h2,
h3,
h4,
h5,
html,
img,
label,
legend,
li,
ol,
p,
span,
ul {
  font-family:
    Thesis,
    Thesis Plus Kyrillic,
    Helvetica,
    Arial,
    sans-serif;
  font-weight: 400;
}
.metatextline,
.sendungsbezug {
  font-family:
    Thesis,
    Thesis Plus Kyrillic,
    Helvetica,
    Arial,
    sans-serif;
  font-style: italic;
  font-weight: 400;
}
.seitenkopf__headline--text {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 3.8rem;
}
@media screen and (min-width: 768px) {
  .seitenkopf__headline--text {
    font-size: 3.4rem;
    font-weight: 400;
    line-height: 4rem;
  }
}
.textabsatz {
  font-size: 2rem;
  line-height: 2.6rem;
}
.socialbuttons .socialbuttons__subline {
  font-size: 1.4rem;
  line-height: 1.8rem;
}
.textabsatz a {
  border-bottom: 0.1rem solid #015999;
  color: #015999;
}
.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;
}
.container {
  box-sizing: border-box;
  padding: 0;
  width: 100%;
}
.columns {
  margin-top: 0;
}
.columns.twelve {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .columns.m-ten {
    width: 83.33333333333333%;
  }
  .columns.m-twelve {
    width: 100%;
  }
  .columns.m-offset-one {
    margin-left: 8.333333333333332%;
  }
}
@media only screen and (min-width: 1024px) {
  .columns.l-eight {
    width: 66.66666666666667%;
  }
  .columns.l-offset-two {
    margin-left: 16.666666666666664%;
  }
}
body {
  background-color: #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;
}
.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;
}
@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 {
    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;
}
.btn.btn--light-grey,
.tag-btn.tag-btn--light-grey {
  background: #e4e4e4;
  color: #33322f;
}
.btn.btn--light-grey:hover,
.tag-btn.tag-btn--light-grey:hover {
  background: #c2c2c1;
}
.btn.btn--light-grey:focus,
.tag-btn.tag-btn--light-grey:focus {
  outline-color: #80807e;
}
.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;
  padding-inline: 16px;
}
@media screen and (min-width: 1024px) {
  .content-wrapper.content-wrapper--show-cuts .content-wrapper__group {
    padding: 0 4rem;
  }
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-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,
dl,
dt,
fieldset,
h1,
h2,
h3,
h4,
h5,
html,
img,
label,
legend,
li,
ol,
p,
span,
ul {
  border: 0;
  outline: none;
}
.burger-button-animated {
  fill: #33322f;
  background: transparent;
  cursor: pointer;
  height: 4.5rem;
  padding: 1rem;
  position: absolute;
  right: 2.5rem;
  top: 1rem;
  width: 4.5rem;
  z-index: 141;
}
.burger-button-animated:focus {
  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;
}
@media only screen and (min-width: 768px) {
  .burger-button-animated {
    right: 4.6rem;
  }
}
@media only screen and (min-width: 1024px) {
  .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;
  padding-left: 1rem;
  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;
}
.tag-btn {
  background-color: #fff;
  border-radius: 1.8rem;
  color: #33322f;
  cursor: pointer;
  font-size: 1.6rem;
  padding: 0.7rem 1.2rem;
}
.tag-btn:focus {
  outline-offset: 0.2rem;
}
.searchfield__submit:focus-visible {
  outline: none;
}
.ts-picture__wrapper {
  background-color: #e4e4e4;
  position: relative;
}
.label {
  background: #015999;
  border-radius: 0.3rem;
  color: #fff;
  display: inline-flex;
  font-family: Thesis, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  margin-right: 0.8rem;
  padding: 0.3rem 0.8rem;
  text-transform: uppercase;
}
.label strong {
  letter-spacing: 0.11rem;
}
.label.label--small {
  font-size: 1.1rem;
  padding: 0.4rem 0.6rem 0.3rem;
}
.btn.btn--light-grey .icon {
  fill: #33322f;
}
.btn {
  border-radius: 0.3rem;
}
.btn:hover {
  cursor: pointer;
  outline: 0;
}
.btn:active {
  outline: 0;
}
.btn:focus {
  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;
}
.footer {
  background-color: #fff;
  color: #33322f;
  margin-top: 1.6rem;
  padding: 4rem 2rem;
}
.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;
  }
}
.footer .expanderbox__item-wrapper {
  border-top: 0.1rem solid #e4e4e4;
}
.footer .expanderbox__item-wrapper:last-of-type {
  border-bottom: 0.1rem solid #e4e4e4;
}
.footer .expanderbox__item-wrapper a {
  align-items: center;
  color: #33322f;
  display: flex;
  flex-wrap: nowrap;
  font-family: Thesis, helvetica, arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  justify-content: space-between;
  padding: 0 4rem 0 2rem;
}
.footer .expanderbox__item-wrapper a:hover {
  outline: 0;
}
.footer .expanderbox__item-wrapper a .footer__arrow {
  margin-right: -4.2rem;
}
.footer .expanderbox__item-wrapper a .footer__arrow svg {
  fill: #33322f;
  height: 4rem;
  margin-bottom: -0.1rem;
  margin-top: -0.1rem;
  width: 4rem;
}
.footer__arrow .icon--arrow-up {
  display: none;
}
.icon--arrow-down,
.icon--arrow-up {
  height: 3rem;
  width: 3rem;
}
.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;
  }
}
.header-fancy-v2 {
  background-color: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 121;
}
.header-fancy-v2 {
  box-shadow: 0 0.5rem 0.5rem -0.5rem rgba(0, 0, 0, 0.1);
}
.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;
}
.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__logo__wortmarke svg path {
  fill: #33322f;
}
.header-fancy-v2 .header__horiz {
  margin: 0 -4rem;
  padding: 0 4rem;
  position: relative;
}
.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 {
    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;
  }
}
@media screen and (min-width: 1104px) {
  .header-fancy-v2 {
    left: 50%;
    max-width: 110.4rem;
    padding: 0 4rem;
    transform: translateX(-50%);
  }
  .header-fancy-v2 .header__logo__icon {
    margin-left: 0;
  }
}
@media screen and (min-width: 1921px) {
  .header-fancy-v2 {
    max-width: 120rem;
  }
}
@media print {
  .header-fancy-v2 {
    position: unset;
  }
  .header-fancy-v2 .horizontal-nav {
    display: none;
  }
}
.textabsatz {
  background: #fff;
  box-sizing: border-box;
  color: #33322f;
  display: block;
  width: 100%;
}
.textabsatz strong {
  color: #33322f;
}
@media screen and (min-width: 768px) {
  .textabsatz {
    padding: 0;
  }
}
.home__icon {
  margin-left: 2rem;
  padding-right: 0.3rem;
}
.home__icon svg {
  fill: #33322f;
  height: 2rem;
  width: 2rem;
}
.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;
  -webkit-overflow-scrolling: touch;
  overflow: -moz-scrollbars-none;
  overflow-y: hidden;
  -moz-scrollbar-width: none;
  scrollbar-width: none;
  white-space: nowrap;
}
.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 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;
}
@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__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.333333333333336%;
    min-width: 25%;
    padding: 0 1rem 0 0;
  }
  .buttongroup__item:only-child {
    max-width: 41.666666666666664%;
    padding: 0;
  }
  .buttongroup__item:last-of-type {
    padding-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .buttongroup:not(.buttongroup--copytext):not(.buttongroup--searchresults) {
    padding: 0 0 2.4rem;
  }
  .buttongroup__item:only-child {
    max-width: 33.333333333333336%;
  }
}
.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 {
    display: none;
  }
}
.taglist {
  -ms-overflow-style: none;
  display: flex;
  margin: 2.4rem 0 1.6rem;
  overflow: auto;
  scrollbar-width: none;
  white-space: nowrap;
}
@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: contents;
  height: 3.6rem;
  width: 3.6rem;
}
.socialbuttons__list__item .tabfocus {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.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;
}
.socialbuttons .socialbuttons__subline {
  color: #33322f;
}
.expanderbox {
  background-color: #fff;
}
_:future {
  height: -webkit-fill-available;
}
.buttongroup .buttongroup__item,
.buttongroup .buttongroup__item:only-child {
  max-width: none;
}
/*! nouislider - 15.5.0 - 05.01.2022 */
.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;
}
.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,
b,
body,
button,
div,
dl,
dt,
em,
fieldset,
footer,
h1,
h2,
h3,
h4,
h5,
header,
html,
i,
img,
label,
legend,
li,
nav,
ol,
p,
span,
strong,
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,
footer,
header,
nav {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
a:focus,
a:focus img {
  outline: 0.2rem solid #a4a9b3;
  outline-offset: -0.2rem;
}
a:active,
a:active img,
a:hover,
a:hover img {
  outline: 0;
}
a {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
.seitenkopf__headline--text,
.socialbuttons .socialbuttons__subline,
.taglist,
a,
body,
button,
div,
dl,
dt,
fieldset,
h1,
h2,
h3,
h4,
h5,
html,
img,
label,
legend,
li,
ol,
p,
span,
ul {
  font-family:
    Thesis,
    Thesis Plus Kyrillic,
    Helvetica,
    Arial,
    sans-serif;
  font-weight: 400;
}
.metatextline,
.sendungsbezug {
  font-family:
    Thesis,
    Thesis Plus Kyrillic,
    Helvetica,
    Arial,
    sans-serif;
  font-style: italic;
  font-weight: 400;
}
.seitenkopf__headline--text {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 3.8rem;
}
@media screen and (min-width: 768px) {
  .seitenkopf__headline--text {
    font-size: 3.4rem;
    font-weight: 400;
    line-height: 4rem;
  }
}
.textabsatz {
  font-size: 2rem;
  line-height: 2.6rem;
}
.socialbuttons .socialbuttons__subline {
  font-size: 1.4rem;
  line-height: 1.8rem;
}
.textabsatz a {
  border-bottom: 0.1rem solid #fff;
  color: #fff;
}
.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;
}
.container {
  box-sizing: border-box;
  padding: 0;

  width: 100%;
}
.columns {
  margin-top: 0;
}
.columns.twelve {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .columns.m-ten {
    width: 83.33333333333333%;
  }
  .columns.m-twelve {
    width: 100%;
  }
  .columns.m-offset-one {
    margin-left: 8.333333333333332%;
  }
}
@media only screen and (min-width: 1024px) {
  .columns.l-eight {
    width: 66.66666666666667%;
  }
  .columns.l-offset-two {
    margin-left: 16.666666666666664%;
  }
}
body {
  background-color: #000e29;
}
.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;
}
.global-wrapper {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media print {
  .layout-content {
    overflow: visible;
  }
}
.content-wrapper {
  background-color: #1c2841;
  display: block;
  margin: auto;
  max-width: 1024px;
}
@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 {
    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;
}
.btn.btn--light-grey,
.tag-btn.tag-btn--light-grey {
  background: #555e70;
  color: #e1e3e6;
}
.btn.btn--light-grey:hover,
.tag-btn.tag-btn--light-grey:hover {
  background: #727a89;
}
.btn.btn--light-grey:focus,
.tag-btn.tag-btn--light-grey:focus {
  outline-color: #a4a9b3;
}
.content-wrapper.content-wrapper--show-cuts {
  background-color: transparent;
  max-width: 110.4rem;
}
.content-wrapper.content-wrapper--show-cuts .layout-container {
  max-width: 120rem;
}
@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: #1c2841;
  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;
  }
}
@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");
}
@font-face {
  font-display: swap;
  font-family: Thesis;
  font-style: italic;
  font-weight: 400;
  src:
    url("/fonts/TheSansC5s-4_SemiLightItalic.woff2") format("woff2"),
    url("/fonts/TheSansC5s-4_SemiLightItalic.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: ThesisCaps;
  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 Plus Kyrillic;
  font-style: normal;
  font-weight: 400;
  src:
    url("/fonts/TheSansE4s-4_SemiLight.woff2") format("woff2"),
    url("/fonts/TheSansE4s-4_SemiLight.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: Thesis Plus Kyrillic;
  font-style: normal;
  font-weight: 700;
  src:
    url("/fonts/TheSansE4s-6_SemiBold.woff2") format("woff2"),
    url("/fonts/TheSansE4s-6_SemiBold.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: Thesis Plus Kyrillic;
  font-style: italic;
  font-weight: 400;
  src:
    url("/fonts/TheSansE4s-4iSemiLightIta.woff2") format("woff2"),
    url("T/fonts/TheSansE4s-4iSemiLightIta.woff") format("woff");
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: #e1e3e6;
  font-size: 62.5%;
}
@media screen and (max-width: 360px) {
  html {
    font-size: 56%;
  }
}
@media print {
  html {
    font-size: 50%;
  }
}
a,
body,
button,
div,
dl,
dt,
fieldset,
h1,
h2,
h3,
h4,
h5,
html,
img,
label,
legend,
li,
ol,
p,
span,
ul {
  border: 0;
  outline: none;
}
.burger-button-animated {
  fill: #e1e3e6;
  background: transparent;
  cursor: pointer;
  height: 4.5rem;
  padding: 1rem;
  position: absolute;
  right: 2.5rem;
  top: 1rem;
  width: 4.5rem;
  z-index: 141;
}
.burger-button-animated:focus {
  outline: 2px solid #a4a9b3;
}
.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;
}
@media only screen and (min-width: 768px) {
  .burger-button-animated {
    right: 4.6rem;
  }
}
@media only screen and (min-width: 1024px) {
  .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;
  padding-left: 1rem;
  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;
}
.tag-btn {
  background-color: #1c2841;
  border-radius: 1.8rem;
  color: #e1e3e6;
  cursor: pointer;
  font-size: 1.6rem;
  padding: 0.7rem 1.2rem;
}
.tag-btn:focus {
  outline-offset: 0.2rem;
}
.searchfield__submit:focus-visible {
  outline: none;
}
.ts-picture__wrapper {
  background-color: #555e70;
  position: relative;
}
.label {
  background: #015999;
  border-radius: 0.3rem;
  color: #fff;
  display: inline-flex;
  font-family: Thesis, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  margin-right: 0.8rem;
  padding: 0.3rem 0.8rem;
  text-transform: uppercase;
}
.label strong {
  letter-spacing: 0.11rem;
}
.label.label--small {
  font-size: 1.1rem;
  padding: 0.4rem 0.6rem 0.3rem;
}
.btn.btn--light-grey .icon {
  fill: #e1e3e6;
}
.btn {
  border-radius: 0.3rem;
}
.btn:hover {
  cursor: pointer;
  outline: 0;
}
.btn:active {
  outline: 0;
}
.btn:focus {
  outline-offset: 0.2rem;
  outline-style: solid;
  outline-width: 0.2rem;
}
.metatextline {
  box-sizing: border-box;
  color: #a4a9b3;
  font-size: 1.8rem;
  line-height: 2.9rem;
  margin-bottom: 1.6rem;
}
.footer {
  background-color: #1c2841;
  color: #e1e3e6;
  margin-top: 1.6rem;
  padding: 4rem 2rem;
}
.footer__link {
  color: #e1e3e6;
  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: 110.4rem;
  }
}
@media screen and (min-width: 1921px) {
  .footer {
    max-width: 120rem;
  }
}
.footer .expanderbox__item-wrapper {
  border-top: 0.1rem solid #555e70;
}
.footer .expanderbox__item-wrapper:last-of-type {
  border-bottom: 0.1rem solid #555e70;
}
.footer .expanderbox__item-wrapper a {
  align-items: center;
  color: #e1e3e6;
  display: flex;
  flex-wrap: nowrap;
  font-family: Thesis, helvetica, arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  justify-content: space-between;
  padding: 0 4rem 0 2rem;
}
.footer .expanderbox__item-wrapper a:hover {
  outline: 0;
}
.footer .expanderbox__item-wrapper a .footer__arrow {
  margin-right: -4.2rem;
}
.footer .expanderbox__item-wrapper a .footer__arrow svg {
  fill: #e1e3e6;
  height: 4rem;
  margin-bottom: -0.1rem;
  margin-top: -0.1rem;
  width: 4rem;
}
.footer__arrow .icon--arrow-up {
  display: none;
}
.icon--arrow-down,
.icon--arrow-up {
  height: 3rem;
  width: 3rem;
}
.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: #e1e3e6;
}
.footer__logo__icon .icon {
  height: 6.7rem;
  width: 17rem;
}
.endline {
  background: #555e70;
  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: #a4a9b3;
  font-family: Thesis, helvetica, arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}
@media print {
  .footer {
    display: none;
  }
}
.header-fancy-v2 {
  background-color: #1c2841;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 121;
}
.header-fancy-v2 {
  box-shadow: 0 0.5rem 0.5rem -0.5rem rgba(11, 21, 36, 0.25);
}
.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;
}
.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__logo__wortmarke svg path {
  fill: #e1e3e6;
}
.header-fancy-v2 .header__horiz {
  margin: 0 -4rem;
  padding: 0 4rem;
  position: relative;
}
.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(11, 21, 36, 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 {
    background: #1c2841;
    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;
  }
}
@media screen and (min-width: 1104px) {
  .header-fancy-v2 {
    left: 50%;
    max-width: 110.4rem;
    padding: 0 4rem;
    transform: translateX(-50%);
  }
  .header-fancy-v2 .header__logo__icon {
    margin-left: 0;
  }
}
@media screen and (min-width: 1921px) {
  .header-fancy-v2 {
    max-width: 120rem;
  }
}
@media print {
  .header-fancy-v2 {
    position: unset;
  }
  .header-fancy-v2 .horizontal-nav {
    display: none;
  }
}
.textabsatz {
  background: #1c2841;
  box-sizing: border-box;
  color: #e1e3e6;
  display: block;
  width: 100%;
}
.textabsatz strong {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .textabsatz {
    padding: 0;
  }
}
.home__icon {
  margin-left: 2rem;
  padding-right: 0.3rem;
}
.home__icon svg {
  fill: #e1e3e6;
  height: 2rem;
  width: 2rem;
}
.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;
  -webkit-overflow-scrolling: touch;
  overflow: -moz-scrollbars-none;
  overflow-y: hidden;
  -moz-scrollbar-width: none;
  scrollbar-width: none;
  white-space: nowrap;
}
.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: #555e70;
  color: #e1e3e6;
  cursor: pointer;
}
.horizontal-nav .swipe li:not(:first-child) a,
.horizontal-nav .swipe li:not(:last-child) a {
  font-weight: 400;
}
.horizontal-nav .swipe a {
  color: #e1e3e6;
  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;
}
@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: #e1e3e6;
}
.article-breadcrumb li + li > :before {
  border-color: transparent transparent transparent #a4a9b3;
  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: #1c2841;
}
.seitenkopf {
  background: #1c2841;
}
.seitenkopf__data {
  display: flex;
  width: 100%;
}
.seitenkopf__title {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .seitenkopf__title {
    padding: 0 2rem;
  }
}
.seitenkopf__headline--text {
  clear: left;
  color: #fff;
  display: block;
}
.seitenkopf__media {
  margin-bottom: 1.6rem;
  position: relative;
}
.seitenkopf__label {
  display: block;
  float: left;
  margin-bottom: 0.6rem;
}
.buttongroup {
  background-color: #1c2841;
  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.333333333333336%;
    min-width: 25%;
    padding: 0 1rem 0 0;
  }
  .buttongroup__item:only-child {
    max-width: 41.666666666666664%;
    padding: 0;
  }
  .buttongroup__item:last-of-type {
    padding-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .buttongroup:not(.buttongroup--copytext):not(.buttongroup--searchresults) {
    padding: 0 0 2.4rem;
  }
  .buttongroup__item:only-child {
    max-width: 33.333333333333336%;
  }
}
.meldungsfooter {
  background-color: #1c2841;
  box-sizing: border-box;
  display: inline-block;
  margin-top: -2px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .meldungsfooter {
    padding: 0;
  }
}
@media print {
  .meldungsfooter {
    display: none;
  }
}
.taglist {
  -ms-overflow-style: none;
  display: flex;
  margin: 2.4rem 0 1.6rem;
  overflow: auto;
  scrollbar-width: none;
  white-space: nowrap;
}
@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 #555e70;
  border-top: 0.1rem solid #555e70;
  color: #a4a9b3;
  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: #1c2841;
  margin: 1.6rem 0 2.4rem;
}
.socialbuttons__list {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.socialbuttons__list__item {
  display: contents;
  height: 3.6rem;
  width: 3.6rem;
}
.socialbuttons__list__item .tabfocus {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.socialbuttons .socialbuttons__icon,
.socialbuttons .socialbuttons__icon--functional {
  height: 3.6rem;
  margin-bottom: 0.8rem;
  width: 3.6rem;
}
.socialbuttons .socialbuttons__icon--functional {
  background: #555e70;
  border-radius: 3rem;
}
.socialbuttons .socialbuttons__icon--functional svg {
  fill: #e1e3e6;
  margin: 0 auto;
  padding: 0.8rem;
}
.socialbuttons .socialbuttons__subline {
  color: #e1e3e6;
}
.expanderbox {
  background-color: #1c2841;
}
_:future {
  height: -webkit-fill-available;
}

/* Common */
.u_cbox {
  position: relative;
  background-color: #fff;
  color: #000;
  text-align: left;
  -webkit-text-size-adjust: none;
}

.u_cbox .u_vc {
  overflow: hidden;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  white-space: nowrap;
}

.u_cbox,
.u_cbox h3,
.u_cbox h5,
.u_cbox ul,
.u_cbox li,
.u_cbox fieldset,
.u_cbox legend,
.u_cbox textarea,
.u_cbox button {
  margin: 0;
  padding: 0;
  font-family: Helvetica, sans-serif;
}

.u_cbox,
.u_cbox textarea,
.u_cbox button {
  font-size: 14px;
  line-height: 1.25em;
}

.u_cbox img,
.u_cbox fieldset {
  border: 0;
}

.u_cbox fieldset {
  min-width: 0;
}

.u_cbox ul {
  list-style: none;
}

.u_cbox em {
  font-style: normal;
}

.u_cbox a {
  color: #000;
  text-decoration: none !important;
}

.u_cbox strong {
  font-weight: 400;
}

.u_cbox a,
.u_cbox button {
  overflow-anchor: none;
}

.u_cbox button {
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: 0 0;
  cursor: pointer;
  -webkit-user-select: none;
  color: #000;
}

/* png sprite image */
.u_cbox .u_cbox_btn_refresh .u_cbox_ico_refresh,
.u_cbox .u_cbox_help_info .u_cbox_ico_help,
.u_cbox .u_cbox_sort .u_cbox_sort_option_on .u_cbox_ico_select,
.u_cbox .u_cbox_sort::before,
.u_cbox .u_cbox_sort::after,
.u_cbox .u_cbox_ico_arrow,
.u_cbox .u_cbox_ico_help {
  background-image: url();
  background-repeat: no-repeat;
  background-size: 400px 800px;
  font-size: 0;
  line-height: 0;
}

/* png sprite image:end */
/* svg sprite image */
.u_cbox .u_cbox_work_sub .u_cbox_ico_open,
.u_cbox .u_cbox_ico_recomm,
.u_cbox .u_cbox_ico_unrecomm {
  background-image: url();
  background-size: 410px 406px;
  background-repeat: no-repeat;
}

/* svg sprite image:end */
.u_cbox .u_cbox_head {
  min-height: 41px;
  margin: 0 15px;
  padding-top: 3px;
  line-height: 41px;
}

.u_cbox .u_cbox_head::after {
  display: block;
  clear: both;
  content: "";
}

.u_cbox .u_cbox_head .u_cbox_head_tools {
  float: right;
  margin-right: -6px;
}

.u_cbox .u_cbox_head .u_cbox_head_tools::after {
  display: block;
  clear: both;
  content: "";
}

.u_cbox .u_cbox_title {
  float: left;
  font-size: 17px;
  font-weight: 700;
}

.u_cbox .u_cbox_count {
  float: left;
  padding: 1px 0 0 5px;
  font-size: 18px;
  font-family: HelveticaNeue-Light, Helvetica-Light, sans-serif;
  line-height: 39px;
}

.u_cbox .u_cbox_btn_refresh {
  float: left;
  overflow: hidden;
  width: 23px;
  height: 23px;
  margin: 9px 0 0 7px;
  border: 0;
  font-size: 0;
  text-indent: -9999px;
  color: transparent;
}

.u_cbox .u_cbox_btn_refresh .u_cbox_ico_refresh {
  display: block;
  width: 21px;
  height: 21px;
  border: 1px solid #d9d9d9;
  background-position: -82px -29px;
  background-color: #fff;
}

/* 댓글 카운트 상세 */
.u_cbox .u_cbox_comment_count_wrap {
  margin: 0 15px;
}

.u_cbox .u_cbox_comment_count::after {
  display: block;
  clear: both;
  content: "";
}

.u_cbox .u_cbox_count_info {
  position: relative;
  float: left;
  padding: 2px 9px 11px;
  font-size: 0;
  line-height: 0;
}

.u_cbox .u_cbox_count_info::before {
  position: absolute;
  top: 6px;
  left: 0;
  width: 1px;
  height: 10px;
  background: #dcdcdc;
  content: "";
}

.u_cbox .u_cbox_count_info:first-child {
  padding-left: 0;
}

.u_cbox .u_cbox_count_info:first-child::before {
  display: none;
}

.u_cbox .u_cbox_comment_count .u_cbox_info_title {
  font-family: -apple-system, BlinkMacSystemFont, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: -0.2px;
  color: #767678;
}

.u_cbox .u_cbox_comment_count .u_cbox_info_txt {
  margin-left: 2px;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #303038;
}

.u_cbox .u_cbox_wrap > .u_cbox_write_wrap {
  margin: 0 15px;
}

.u_cbox .u_cbox_thumb {
  float: left;
}

.u_cbox .u_cbox_thumb .u_cbox_thumb_wrap {
  display: block;
  position: relative;
  margin-right: 4px;
}

.u_cbox .u_cbox_thumb .u_cbox_img_profile {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  vertical-align: top;
}

.u_cbox .u_cbox_thumb .u_cbox_thumb_mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}

.u_cbox .u_cbox_write {
  background-color: #fff;
}

.u_cbox .u_cbox_write_inner {
  position: relative;
  border: 1px solid #b3b3b3;
}

.u_cbox .u_cbox_write_area {
  max-width: 100%;
}

.u_cbox .u_cbox_write .u_cbox_inbox {
  position: relative;
  margin-right: 69px;
  padding: 10px 12px 13px;
}

.u_cbox .u_cbox_write .u_cbox_inbox .u_cbox_text {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 18px;
  border: 0;
  background-color: transparent;
  font-size: 16px;
  line-height: 1.25;
  color: #333;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
}

.u_cbox .u_cbox_write .u_cbox_inbox .u_cbox_guide {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  top: 10px;
  right: 112px;
  left: 11px;
  z-index: 10;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: -0.5px;
  color: #b6b6b6;
}

.u_cbox .u_cbox_type_logged_out .u_cbox_write .u_cbox_inbox .u_cbox_guide {
  right: 11px;
}

.u_cbox
  .u_cbox_write_notice_checkbox:focus-visible
  + .u_cbox_write_notice_checklabel::before {
  outline: medium auto currentcolor;
  outline: medium auto -webkit-focus-ring-color;
}

.u_cbox .u_cbox_write_count {
  display: none;
  position: relative;
  margin: -4px 15px 10px;
  font-size: 13px;
  color: #aaa;
  line-height: 1.57;
  text-align: right;
}

.u_cbox .u_cbox_btn_upload {
  position: absolute;
  top: -1px;
  bottom: -1px;
  right: -1px;
  min-width: 69px;
  height: 43px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #00c73c;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  z-index: 10;
}

.u_cbox .u_cbox_addition {
  overflow: hidden;
  position: absolute;
  top: -1px;
  right: 76px;
  z-index: 10;
  padding-left: 4px;
}

.u_cbox
  .u_cbox_addition
  .u_cbox_secret_check:focus-visible
  + .u_cbox_secret_label {
  outline: medium auto currentcolor;
  outline: medium auto -webkit-focus-ring-color;
}

.u_cbox .u_cbox_type_logged_out .u_cbox_inbox {
  margin-right: 0;
}

.u_cbox .u_cbox_type_logged_out .u_cbox_write_count,
.u_cbox .u_cbox_type_logged_out .u_cbox_upload {
  display: none;
}

.u_cbox .u_cbox_sort {
  position: relative;
  padding: 13px 0 10px;
}

.u_cbox .u_cbox_sort::before,
.u_cbox .u_cbox_sort::after {
  position: absolute;
  top: 3px;
  bottom: 0;
  z-index: 4;
  width: 20px;
  max-height: 45px;
  content: "";
}

.u_cbox .u_cbox_sort::before {
  left: 0;
  background-position: -343px -108px;
}

.u_cbox .u_cbox_sort::after {
  right: 37px;
  background-position: -365px -108px;
}

.u_cbox .u_cbox_sort_option {
  overflow: hidden;
  position: relative;
  z-index: 3;
  height: 21px;
  margin-right: 37px;
}

.u_cbox .u_cbox_sort_scroller {
  position: absolute;
  z-index: 1;
  padding: 0 17px;
}

.u_cbox .u_cbox_sort .u_cbox_sort_option_list {
  display: table;
  white-space: nowrap;
  margin-right: 37px;
}

.u_cbox .u_cbox_sort .u_cbox_sort_option_wrap {
  display: table-cell;
}

.u_cbox .u_cbox_sort .u_cbox_sort_option_wrap + .u_cbox_sort_option_wrap,
.u_cbox .u_cbox_sort .u_cbox_sort_option_wrap ~ .u_cbox_sort_option_wrap {
  padding-left: 11px;
}

.u_cbox .u_cbox_sort .u_cbox_select {
  float: left;
  overflow: hidden;
  position: relative;
  padding-right: 2px;
}

.u_cbox .u_cbox_sort .u_cbox_ico_select {
  display: inline-block;
  overflow: hidden;
  position: absolute;
  width: 0;
  height: 0;
  text-indent: -999px;
  vertical-align: top;
  color: transparent;
}

.u_cbox .u_cbox_sort .u_cbox_sort_label {
  display: inline-block;
  font-size: 14px;
  color: #c6c6c6;
  line-height: 21px;
  vertical-align: top;
}

.u_cbox .u_cbox_sort .u_cbox_sort_option_on .u_cbox_sort_label {
  padding-left: 18px;
  color: #000;
}

.u_cbox .u_cbox_sort .u_cbox_sort_option_on .u_cbox_ico_select {
  top: 7px;
  left: 0;
  width: 13px;
  height: 9px;
  background-position: -80px -130px;
}

.u_cbox .u_cbox_help_info {
  float: left;
}

.u_cbox .u_cbox_help_info .u_cbox_info_label {
  overflow: hidden;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  white-space: nowrap;
}

.u_cbox .u_cbox_help_info .u_cbox_btn_help {
  float: left;
}

.u_cbox .u_cbox_help_info .u_cbox_ico_help {
  display: inline-block;
  width: 28px;
  height: 28px;
  background-position: -135px -25px;
  vertical-align: top;
}

.u_cbox .u_cbox_help_info .u_cbox_txt_help {
  overflow: hidden;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  white-space: nowrap;
}

.u_cbox .u_cbox_sort .u_cbox_head_tools {
  position: absolute;
  top: 9px;
  right: 9px;
  z-index: 110;
}

.u_cbox .u_cbox_comment_box {
  position: relative;
  border-bottom: 1px solid #e2e2e2;
}

.u_cbox .u_cbox_area {
  padding: 15px;
}

.u_cbox .u_cbox_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.u_cbox .u_cbox_info::after {
  display: block;
  clear: both;
  content: "";
}

.u_cbox .u_cbox_info .u_cbox_thumb {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.u_cbox .u_cbox_info .u_cbox_thumb ~ .u_cbox_info_main {
  width: calc(100% - 27px);
}

.u_cbox .u_cbox_info_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 27px;
  padding-right: 104px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.u_cbox .u_cbox_name {
  overflow: hidden;
}

.u_cbox .u_cbox_name_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.37;
}

.u_cbox .u_cbox_nick_area {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.u_cbox .u_cbox_btn_totalcomment {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 4px;
}

.u_cbox .u_cbox_btn_totalcomment .u_cbox_txt_total {
  float: left;
  font-size: 13px;
  letter-spacing: -0.5px;
  color: #666;
}

.u_cbox .u_cbox_btn_totalcomment .u_cbox_ico_arrow {
  float: left;
  width: 5px;
  height: 8px;
  margin: 5px 0 0 3px;
  background-position: -185px -155px;
}

.u_cbox .u_cbox_follow_button {
  position: absolute;
  top: -2px;
  right: 16px;
  min-width: 49px;
  min-height: 25px;
  padding: 3px 5px 4px;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.05);
}

.u_cbox .u_cbox_follow_label {
  font-family: -apple-system, BlinkMacSystemFont, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: -0.6px;
}

.u_cbox .u_cbox_follow_label {
  color: #333;
}

/* //팔로우,팔로잉 버튼 */

/* 더보기 메뉴 */
.u_cbox .u_cbox_work_sub {
  position: absolute;
  top: -4px;
  right: -13px;
}

.u_cbox .u_cbox_work_sub .u_cbox_btn_open {
  display: block;
  overflow: hidden;
  width: 30px;
  height: 30px;
  font-size: 0;
  line-height: 0;
}

.u_cbox .u_cbox_work_sub .u_cbox_ico_open {
  display: inline-block;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  vertical-align: top;
  background-position: -373px -266px;
  background-repeat: no-repeat;
  width: 3px;
  height: 15px;
  margin: 8px 0 0 13px;
}

.u_cbox .u_cbox_work_box {
  display: none;
  position: absolute;
  top: 30px;
  right: 13px;
  z-index: 100;
  width: 86px;
}

.u_cbox .u_cbox_work_box .u_cbox_btn_userreport,
.u_cbox .u_cbox_work_box .u_cbox_btn_userblock {
  display: block;
  padding: 12px 5px 10px;
  border-top: 1px solid #ebebeb;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.58px;
  text-align: center;
}

.u_cbox .u_cbox_work_box .u_cbox_ico_block {
  display: none;
}

.u_cbox .u_cbox_work_inner {
  display: block;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow:
    0 1px 4px 0 rgba(0, 0, 0, 0.05),
    0 1px 1px 0 rgba(0, 0, 0, 0.07);
  box-shadow:
    0 1px 4px 0 rgba(0, 0, 0, 0.05),
    0 1px 1px 0 rgba(0, 0, 0, 0.07);
}

.u_cbox .u_cbox_work_inner a:first-child {
  border-top: 0;
}

/* //더보기 메뉴 */
.u_cbox .u_cbox_info_base {
  padding-top: 6px;
}

.u_cbox .u_cbox_info_base::after {
  display: block;
  clear: both;
  content: "";
}

.u_cbox .u_cbox_date {
  float: left;
  font-size: 13px;
  font-family: Helvetica-Light, Helvetica, sans-serif;
  letter-spacing: -0.1px;
  color: #999;
}

.u_cbox .u_cbox_text_wrap {
  overflow: hidden;
  position: relative;
  z-index: 1;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.25;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
}

.u_cbox .u_cbox_tool {
  position: relative;
  font-size: 0;
  line-height: 0;
  text-align: right;
}

.u_cbox .u_cbox_tool::after {
  display: block;
  clear: both;
  content: "";
}

.u_cbox a.u_cbox_btn_reply {
  float: left;
  margin-top: 12px;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: -0.6px;
  color: #555;
}

.u_cbox .u_cbox_btn_reply .u_cbox_reply_txt {
  float: left;
}

.u_cbox .u_cbox_btn_reply .u_cbox_reply_cnt {
  float: left;
  padding-left: 4px;
}

.u_cbox .u_cbox_btn_reply .u_cbox_reply_cnt.u_vc {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  margin: 0;
  font-size: 0;
  -webkit-clip-path: none;
  clip-path: none;
}

.u_cbox .u_cbox_btn_reply .u_cbox_reply_cnt.u_vc::after {
  display: inline-block;
  margin-left: -1px;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica, sans-serif;
  font-size: 13px;
  content: "작성";
}

.u_cbox .u_cbox_recomm_set {
  display: inline-block;
  margin-top: 12px;
  vertical-align: top;
}

.u_cbox .u_cbox_btn_recomm,
.u_cbox .u_cbox_btn_unrecomm {
  float: left;
}

.u_cbox .u_cbox_btn_unrecomm {
  margin-left: 22px;
}

.u_cbox .u_cbox_ico_recomm,
.u_cbox .u_cbox_ico_unrecomm {
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  float: left;
  margin-top: 1px;
}

.u_cbox .u_cbox_ico_recomm {
  background-position: -156px -340px;
  background-repeat: no-repeat;
  width: 13px;
  height: 16px;
}

.u_cbox .u_cbox_ico_unrecomm {
  background-position: -220px -204px;
  background-repeat: no-repeat;
  width: 13px;
  height: 16px;
}

.u_cbox .u_cbox_cnt_recomm,
.u_cbox .u_cbox_cnt_unrecomm {
  float: left;
  padding-left: 4px;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  color: #777;
}

.u_cbox .u_cbox_ico_reply {
  display: none;
}

.u_cbox .u_cbox_reply_area {
  background-color: #f7f7f7;
}

.u_cbox .u_cbox_reply_area .u_cbox_comment_box {
  margin: 0 15px 0 25px;
  border-bottom-color: #e9e9e9;
}

.u_cbox .u_cbox_reply_area .u_cbox_area {
  margin: 0 -15px 0 -25px;
  padding-left: 35px;
}

.u_cbox .u_cbox_content_wrap {
  position: relative;
  border-top: 1px solid #ededed;
}

.u_cbox .u_cbox_usercomment {
  float: left;
}

.u_cbox .u_cbox_btn_usercomment {
  display: inline-block;
  min-height: 21px;
  border-radius: 15px;
  line-height: 1.5;
}

.u_cbox a.u_cbox_btn_usercomment {
  position: relative;
  padding: 4px 11px;
  background-color: #303038;
  color: #fff;
}

.u_cbox .u_cbox_txt_usercomment {
  font-family: -apple-system, BlinkMacSystemFont, Helvetica, sans-serif;
  font-size: 13px;
  letter-spacing: -0.2px;
}

.u_cbox .u_cbox_txt_usercomment {
  font-weight: 600;
}

.u_cbox .u_cbox_ico_usercomment {
  display: none;
}

.u_cbox
  .u_cbox_layer_report_radio:focus-visible
  + .u_cbox_layer_report_radio_label::before {
  outline: medium auto currentcolor;
  outline: medium auto -webkit-focus-ring-color;
}

.u_cbox
  .u_cbox_layer_cleanbot_checkbox:focus-visible
  ~ .u_cbox_layer_cleanbot_checklabel {
  outline: medium auto currentcolor;
  outline: medium auto -webkit-focus-ring-color;
}

.u_cbox
  .u_cbox_layer_cleanbot2_checkbox:focus-visible
  ~ .u_cbox_layer_cleanbot2_checklabel {
  outline: medium auto currentcolor;
  outline: medium auto -webkit-focus-ring-color;
}

.u_cbox
  .u_cbox_layer_multirating_radiobutton:focus-visible
  + .u_cbox_layer_multirating_radiolabel {
  position: relative;
  outline: medium auto currentcolor;
  outline: medium auto -webkit-focus-ring-color;
}

.u_cbox
  .u_cbox_cateselect_radiobox:focus-visible
  + .u_cbox_cateselect_radioboxdummy {
  outline: medium auto currentcolor;
  outline: medium auto -webkit-focus-ring-color;
}

.u_cbox
  .u_cbox_write_replynotify_checkbox:not(:checked)
  ~ .u_cbox_write_replynotify_description2 {
  display: none;
}

.u_cbox
  .u_cbox_write_replynotify_checkbox:focus-visible
  ~ .u_cbox_write_replynotify_control
  .u_cbox_write_replynotify_label {
  outline: medium auto currentcolor;
  outline: medium auto -webkit-focus-ring-color;
}

#cbox_module .u_cbox_head .u_cbox_btn_refresh .u_cbox_ico_refresh,
#cbox_module .u_cbox_ico_usercomment,
#cbox_module .u_cbox_help_info .u_cbox_ico_help,
#cbox_module .u_cbox_recomm_set .u_cbox_ico_recomm,
#cbox_module .u_cbox_recomm_set .u_cbox_ico_unrecomm,
#cbox_module .u_cbox_btn_totalcomment .u_cbox_ico_arrow,
.u_cbox .u_cbox_work_sub .u_cbox_ico_open,
#cbox_module .u_cbox_work_sub .u_cbox_ico_open {
  /* background-image: url("/img/sp_comment_overwrite.png"); */
  background-size: 226px 201px;
  background-repeat: no-repeat;
}

#cbox_module .u_cbox_head {
  min-height: 42px;
}

/* 엔드페이지 고정 너비값 */
#cbox_module .u_cbox_write .u_cbox_inbox .u_cbox_guide {
  top: 13px;
  line-height: 20px;
  bottom: 12px;
  font-size: 15px;
  color: #999;
}

@media (min-width: 768px) {
  #cbox_module .u_cbox_reply_area .u_cbox_area {
    margin-left: -14px;
    margin-right: -14px;
  }
}

#cbox_module .u_cbox_wrap {
  position: relative;
}

#cbox_module .u_cbox_head {
  padding-left: 0;
  padding-top: 7px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) and (orientation: portrait) {
  #cbox_module .u_cbox_head {
    margin-right: 0;
    margin-left: 0;
  }
}

@media (min-width: 1025px) {
  #cbox_module .u_cbox_head {
    margin-right: 0;
    margin-left: 0;
  }
}

@media (min-width: 1025px) {
  .u_cbox .u_cbox_head {
    margin-right: 0;
    margin-left: 0;
  }
}

#cbox_module .u_cbox_title,
#cbox_module .u_cbox_sort .u_cbox_sort_option_on .u_cbox_ico_select,
#cbox_module .u_cbox_btn_totalcomment .u_cbox_txt_total {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
}

#cbox_module .u_cbox_count {
  padding-left: 0;
  font-size: 17px;
  font-weight: bold;
  font-family:
    -apple-system, BlinkMacSystemFont, Helvetica, "Apple SD Gothic Neo",
    sans-serif;
  color: #222;
}

#cbox_module .u_cbox_count::after {
  display: inline;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.5px;
  content: " comentários";
}

@media (min-width: 768px) and (orientation: portrait) {
  .u_cbox .u_cbox_wrap > .u_cbox_write_wrap {
    margin-right: 0;
    margin-left: 0;
  }
}

@media (min-width: 1025px) {
  .u_cbox .u_cbox_wrap > .u_cbox_write_wrap {
    margin-right: 0;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
}

#cbox_module .u_cbox_head .u_cbox_btn_refresh {
  background: transparent;
  margin: 10px 0 0 5px;
}

#cbox_module .u_cbox_head .u_cbox_btn_refresh .u_cbox_ico_refresh {
  width: 20px;
  height: 20px;
  background-position: -44px -165px;
  background-color: transparent;
  border: none;
}

#cbox_module .u_cbox_head .u_cbox_head_tools {
  margin-top: 2px;
}

#cbox_module .u_cbox_usercomment {
  margin-right: 6px;
}

#cbox_module .u_cbox_ico_usercomment {
  width: 13px;
  height: 14px;
  background-position: -213px -33px;
  margin: 2px 0 0 3px;
}

@media (min-width: 768px) and (orientation: portrait) {
  .u_cbox .u_cbox_comment_count_wrap {
    margin-right: 0;
    margin-left: 0;
  }
}

@media (min-width: 1025px) {
  .u_cbox .u_cbox_comment_count_wrap {
    margin-right: 0;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
}

#cbox_module .u_cbox_write .u_cbox_write_inner {
  border: 1px solid #b0b3be;
  border-radius: 4px;
}

#cbox_module .u_cbox_write .u_cbox_btn_upload {
  display: none;
}

#cbox_module .u_cbox_write .u_cbox_inbox {
  margin-right: 0;
  padding: 13px 14px 10px;
  border-radius: inherit;
}

#cbox_module .u_cbox_write_count {
  position: absolute;
  left: 15px;
  bottom: 14px;
  margin: 0;
  font-family:
    -apple-system, BlinkMacSystemFont, Helvetica, "Apple SD Gothic Neo",
    sans-serif;
  color: #999;
}

#cbox_module .u_cbox_write_count .u_cbox_count_num {
  margin-right: 4px;
  font-weight: 500;
  color: #222;
}

#cbox_module .u_cbox_write_count .u_cbox_write_total {
  margin-left: 4px;
}

#cbox_module .u_cbox_type_logged_out .u_cbox_inbox .u_cbox_text {
  height: 22px;
  font-size: 15px;
}

#cbox_module .u_cbox_thumb .u_cbox_thumb_mask {
  display: none;
}

#cbox_module .u_cbox_thumb .u_cbox_thumb_wrap {
  margin-right: 8px;
}

#cbox_module .u_cbox_thumb .u_cbox_thumb_wrap::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  content: "";
}

#cbox_module .u_cbox_comment_box .u_cbox_thumb_wrap .u_cbox_img_profile {
  width: 35px;
  object-fit: cover;
  height: 35px;
  border-radius: 50%;
}

#cbox_module .u_cbox_comment_box .u_cbox_info_base {
  left: 58px;
}

#cbox_module .u_cbox_reply_area .u_cbox_info_base {
  left: 78px;
}

.u_cbox .u_cbox_sort {
  border-bottom: 1px solid transparent;
  -webkit-border-image: -webkit-repeating-linear-gradient(
      left,
      transparent 0,
      transparent 15px,
      #d2d4dd 15px,
      #d2d4dd calc(100% - 15px),
      transparent calc(100% - 15px),
      transparent 100%
    )
    1;
  -o-border-image: repeating-linear-gradient(
      90deg,
      transparent 0,
      transparent 15px,
      #d2d4dd 15px,
      #d2d4dd calc(100% - 15px),
      transparent calc(100% - 15px),
      transparent 100%
    )
    1;
  border-image: repeating-linear-gradient(
      90deg,
      transparent 0,
      transparent 15px,
      #d2d4dd 15px,
      #d2d4dd calc(100% - 15px),
      transparent calc(100% - 15px),
      transparent 100%
    )
    1;
  margin-top: 12px;
}

@media (min-width: 768px) and (orientation: portrait) {
  .u_cbox .u_cbox_sort {
    -webkit-border-image: none;
    -o-border-image: none;
    border-image: none;
    border-color: #d2d4dd;
  }
}

@media (min-width: 1025px) {
  .u_cbox .u_cbox_sort {
    -webkit-border-image: none;
    -o-border-image: none;
    border-image: none;
    border-color: #d2d4dd;
  }
}

@media (min-width: 768px) and (orientation: portrait) {
  .u_cbox .u_cbox_sort::before {
    display: none;
  }
}

#cbox_module .u_cbox_sort .u_cbox_sort_label {
  font-weight: 500;
  letter-spacing: -0.5px;
  color: #929292;
}

#cbox_module .u_cbox_sort .u_cbox_sort_option_on .u_cbox_sort_label {
  padding-left: 0;
  font-weight: 600;
  color: #222;
}

#cbox_module .u_cbox_help_info .u_cbox_ico_help {
  width: 14px;
  height: 14px;
  background-position: 0px -187px;
  opacity: 0.27;
  margin: 7px 7px 7px 0;
}

#cbox_module .u_cbox_name {
  max-width: 142px;
  font-size: 14px;
}

@media (max-width: 319px) {
  #cbox_module .u_cbox_name {
    max-width: 114px;
  }
}

@media (max-width: 319px) {
  #cbox_module .u_cbox_reply_area .u_cbox_name {
    max-width: 110px;
  }
}

#cbox_module .u_cbox_comment .u_cbox_text_wrap .u_cbox_contents {
  letter-spacing: -0.3px;
}

#cbox_module .u_cbox_comment .u_cbox_text_wrap {
  font-size: 16px;
  line-height: 21px;
  font-family:
    -apple-system, BlinkMacSystemFont, Helvetica, "Apple SD Gothic Neo",
    sans-serif;
  color: #222;
  padding-right: 18px;
}

#cbox_module .u_cbox_ico_reply {
  display: none;
}

#cbox_module .u_cbox_info_base {
  position: absolute;
  top: 38px;
  padding-top: 0;
}

#cbox_module .u_cbox_date {
  font-family:
    -apple-system, BlinkMacSystemFont, Helvetica, "Apple SD Gothic Neo",
    sans-serif;
}

#cbox_module .u_cbox_btn_totalcomment {
  position: absolute;
  left: 0;
  margin-top: 2px;
  width: 100%;
  text-align: right;
}

#cbox_module .u_cbox_info {
  margin-top: 4px;
  margin-bottom: 11px;
}

#cbox_module .u_cbox_info_main {
  position: relative;
  margin-top: -2px;
  font-family:
    -apple-system, BlinkMacSystemFont, Helvetica, "Apple SD Gothic Neo",
    sans-serif;
  float: left;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

@media (max-width: 319px) {
  #cbox_module .u_cbox_info_main {
    max-width: 80%;
  }
}

.u_cbox_wrap .u_cbox_cnt_recomm,
.u_cbox_wrap .u_cbox_cnt_unrecomm {
  font-size: 13px;
  font-weight: 600;
  line-height: 23px;
}

.u_cbox .u_cbox_recomm_set {
  margin-top: 6px;
}

.u_cbox .u_cbox_btn_unrecomm {
  margin-left: 18px;
}

.u_cbox .u_cbox_tool .u_cbox_btn_reply {
  margin: 7px 0 0 0;
  padding: 0;
  line-height: 1.76;
  letter-spacing: -0.7px;
  border: none;
  background: none;
  font-weight: 600;
  font-family:
    -apple-system, BlinkMacSystemFont, Helvetica, "Apple SD Gothic Neo",
    sans-serif;
  color: #000;
}

#cbox_module .u_cbox_tool .u_cbox_btn_reply .u_cbox_reply_cnt {
  padding-left: 4px;
  letter-spacing: 0;
  font-family:
    -apple-system, BlinkMacSystemFont, Helvetica, "Apple SD Gothic Neo",
    sans-serif;
}

#cbox_module .u_cbox_tool .u_cbox_btn_reply .u_cbox_reply_txt {
  font-weight: 500;
  color: #555;
}

#cbox_module .u_cbox_tool .u_cbox_btn_reply .u_cbox_reply_cnt.u_vc {
  overflow: hidden;
  width: 1px;
  height: 1px;
}

#cbox_module .u_cbox_tool .u_cbox_btn_reply .u_cbox_reply_cnt.u_vc::after {
  display: inline-block;
  margin-left: -1px;
  font-size: 13px;
  font-weight: 500;
  color: #555;
  letter-spacing: -0.7px;
  content: "작성";
}

#cbox_module .u_cbox_recomm_set .u_cbox_ico_recomm {
  margin-top: 4px;
}

#cbox_module .u_cbox_recomm_set .u_cbox_ico_recomm,
#cbox_module .u_cbox_recomm_set .u_cbox_ico_unrecomm {
  width: 13px;
  height: 15px;
  background-position: -213px 0px;
  opacity: 0.48;
}

#cbox_module .u_cbox_recomm_set .u_cbox_ico_unrecomm {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-top: 6px;
}

#cbox_module .u_cbox_btn_totalcomment .u_cbox_ico_arrow {
  display: inline-block;
  float: none;
  margin: 0 0 3px 0;
  vertical-align: middle;
  width: 13px;
  height: 14px;
  background-position: -213px -33px;
}

.u_cbox .u_cbox_info .u_cbox_info_main {
  width: auto;
}

.u_cbox .u_cbox_info .u_cbox_thumb ~ .u_cbox_info_main {
  width: auto;
}

.u_cbox .u_cbox_info_main {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow: visible;
  padding-right: 0;
}

.u_cbox .u_cbox_name_area {
  font-size: inherit;
}

.u_cbox .u_cbox_thumb .u_cbox_thumb_wrap {
  z-index: 1;
}

#cbox_module .u_cbox_type_profile .u_cbox_btn_totalcomment {
  z-index: 1;
  margin-left: -43px;
  height: 35px;
  margin-top: 3px;
  padding-left: 43px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  outline: none;
}

#cbox_module .u_cbox_type_profile .u_cbox_btn_totalcomment .u_cbox_ico_arrow {
  margin-top: -21px;
}

.u_cbox .u_cbox_reply_area {
  margin-top: -1px;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  background-color: #fbfcfd;
}

@media (min-width: 768px) and (orientation: portrait) {
  .u_cbox .u_cbox_sort .u_cbox_head_tools {
    right: -7px;
  }
}

@media (min-width: 1025px) {
  .u_cbox .u_cbox_sort .u_cbox_head_tools {
    right: -7px;
  }
}

.u_cbox_wrap .u_cbox_comment_box {
  border-bottom: 1px solid transparent;
  -webkit-border-image: -webkit-repeating-linear-gradient(
      left,
      transparent 0,
      transparent 15px,
      #f0f0f0 15px,
      #f0f0f0 calc(100% - 15px),
      transparent calc(100% - 15px),
      transparent 100%
    )
    1;
  -o-border-image: repeating-linear-gradient(
      90deg,
      transparent 0,
      transparent 15px,
      #f0f0f0 15px,
      #f0f0f0 calc(100% - 15px),
      transparent calc(100% - 15px),
      transparent 100%
    )
    1;
  border-image: repeating-linear-gradient(
      90deg,
      transparent 0,
      transparent 15px,
      #f0f0f0 15px,
      #f0f0f0 calc(100% - 15px),
      transparent calc(100% - 15px),
      transparent 100%
    )
    1;
}

@media (min-width: 1025px) {
  .u_cbox_wrap .u_cbox_comment_box {
    -webkit-border-image: none;
    -o-border-image: none;
    border-image: none;
    border-color: #f0f0f0;
  }
}

.u_cbox_wrap .u_cbox_reply_area .u_cbox_comment_box {
  -webkit-border-image: none;
  -o-border-image: none;
  border-image: none;
  border-color: #f0f0f0;
}

@media (min-width: 768px) {
  .u_cbox_wrap .u_cbox_reply_area .u_cbox_comment_box {
    margin-left: 15px;
  }
}

#cbox_module .u_cbox_content_wrap > .u_cbox_list {
  padding-bottom: 20px;
}

.u_cbox_content_wrap > .u_cbox_list .u_cbox_comment {
  background-color: rgba(0, 0, 0, 0.003);
}

#cbox_module .u_cbox_content_wrap:not(.u_cbox_myfollowing) {
  border-top: none;
}

/* 더보기 메뉴 */
.u_cbox .u_cbox_work_sub .u_cbox_ico_open,
#cbox_module .u_cbox_work_sub .u_cbox_ico_open {
  width: 3px;
  height: 15px;
  background-position: -207px -166px;
  opacity: 0.52;
}

#cbox_module .u_cbox_work_sub .u_cbox_ico_open {
  margin: 6px 0 0 11px;
}

.u_cbox .u_cbox_date {
  color: #757575;
}

@media (min-width: 1025px) {
  .u_cbox .u_cbox_comment .u_cbox_text_wrap {
    font-size: 14px;
    line-height: 1.43;
  }
}

.u_cbox .u_cbox_name {
  max-width: 150px;
  font-size: 14px;
  padding-right: 22px;
}

.u_cbox .u_cbox_area {
  position: relative;
}

#cbox_module .u_cbox_addition {
  display: none;
  right: 5px;
}

@media (min-width: 1025px) {
  .u_cbox .u_cbox_sort::before {
    display: none;
  }
}

@media (min-width: 768px) and (orientation: portrait) {
  .u_cbox .u_cbox_sort_scroller {
    padding-right: 0;
    padding-left: 2px;
  }
}

@media (min-width: 1025px) {
  .u_cbox .u_cbox_sort_scroller {
    padding-right: 0;
    padding-left: 2px;
  }
}

.u_cbox .u_cbox_write .u_cbox_write_area {
  border-radius: inherit;
}

.u_cbox .u_cbox_follow_button {
  right: 18px;
  background-color: #f4f4f4;
}

.list-item li {
  margin-bottom: 10px;
  line-height: 26px;
  font-size: 21px;
  padding-bottom: 10px;
  margin-left: 20px;
  list-style-type: numeric;
}

/* Светлая тема (по умолчанию) */
.list-item li a {
  border-bottom: 0.1rem solid #015999;
  /* Синий цвет */
  color: #015999 !important;
  text-decoration: none;
}

/* Тёмная тема */
@media (prefers-color-scheme: dark) {
  .list-item li a {
    border-bottom: 0.1rem solid #fff;
    /* Белый цвет */
    color: white !important;
  }

  /* Применяем стили для других ссылок */
  .textabsatz a {
    border-bottom: 0.1rem solid #fff;
    color: #fff !important;
  }
}

.check {
  border: 1px solid;
  max-width: 100%;
  font-family: Arial, Helvetica, sans-serif !important;
  margin-top: 1rem;
}

.check__wrapper {
  padding: 0.5rem;
}

.check__top {
}

.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;
  color: black;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .check span {
    font-size: 0.7rem;
  }
}

h3 {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 900;
  /* font-family: sans-serif; */
  margin-bottom: 20px;
}

:root {
  --text-color: #1d2228;
  --blue: #052962;
  --white: #ffffff;
  --box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
}

.label {
  display: block;
  font-style: italic;
  text-align: center;
  color: rgba(0, 0, 0, 0.501);
  margin-bottom: 1rem;
  font-size: 14px;
}

.textabsatz a {
  font-weight: 700 !important;
  color: orange !important;
  border-color: orange !important;
}

.u_cbox.textabsatz a {
  font-weight: 700 !important;
  color: #000 !important;
  border: none;
}
a.goTo {
  background-color: #015999 !important;
  color: white !important;
  padding: 20px 30px !important;
  margin: 20px 0 20px;
  text-transform: uppercase;
  width: 50%;
  text-align: center;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600 !important;
  -webkit-animation-name: "play_down";
  -moz-animation-name: "play_up";
  animation-duration: 1s;
  animation-iteration-count: infinite;
  border: none !important;
}

@media (max-width: 800px) {
  .goTo {
    width: 100%;
  }
}

img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.form-container {
  max-width: 682px;
  margin: 40px auto;
}

.form-wrapper {
  max-width: 450px;
  margin: 20px auto 0;
}
.top__list {
  margin-bottom: 80px;
  padding-top: 12px;
  font-size: 18px;
}

@media screen and (max-width: 991px) {
  .top__list {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .top__list {
    margin-bottom: 35px;
  }
}

.top__list .item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
}

.top__list .item .place {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-shrink: 0;
  width: 210px;
}

@media screen and (max-width: 991px) {
  .top__list .item .place {
    width: 150px;
  }
}

.top__list .item .place__num {
  width: 36px;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .top__list .item .place__num {
    width: 26px;
    font-size: 14px;
  }
}

.top__list .item .place__avatar {
  width: 40px;
  margin-left: 7px;
}

.top__list .item .place__avatar img {
  width: 100%;
}

.top__list .item .place__name {
  margin-left: 20px;
  font-size: 15px;
}

@media screen and (max-width: 991px) {
  .top__list .item .place__name {
    margin-left: 20px;
  }
}

.top__list .item .progress {
  flex-grow: 1;
  margin-left: 20px;
}

@media screen and (max-width: 991px) {
  .top__list .item .progress {
    margin-left: 10px;
  }
}
.progress {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: transparent;
  border: none;
  box-shadow: none;
}

.progress__bar {
  display: block;
  height: 25px;
  width: 0;
  margin-right: 20px;
  background-color: #2763be;
  background-image: linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.1) 25%,
    transparent 25%,
    transparent 50%,
    rgba(0, 0, 0, 0.1) 50%,
    rgba(0, 0, 0, 0.1) 75%,
    transparent 75%,
    transparent
  );
  background-size: 40px 40px;
  border-radius: 3px;
  animation: progress-bar-stripes 2s linear infinite;
  transition: 800ms ease-out;
}

.progress__info {
  font-size: 18px;
}

@media screen and (max-width: 991px) {
  .progress__info {
    font-size: 14px;
  }
  .top__list .item {
    flex-direction: column;
  }
  .top__list .item .place {
    width: 100% !important;
  }
  .progress {
    width: 100%;
    margin: 10px 0px;
  }
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

#calculator {
  text-align: center;
  padding: 10px;
  animation: fadeIn 0.5s ease-in-out;
  width: 100%;
}

#slider-container {
  position: relative;
  margin-bottom: 2px;
  height: 110px;
}

#slider {
  width: 100%;
  /*margin-bottom: 20px;*/
  opacity: 0;
  animation: fadeIn 0.5s ease-in-out 0.5s forwards;
  -webkit-appearance: none;
  appearance: none;
  height: 20px !important;
  background: #2763be;
  border-radius: 10px;
  outline: none;
  padding: 0;
  position: relative;
  z-index: 2;
}

#slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid #3498db;
  margin-top: 0px !important;
  z-index: 3;
}

#current-value {
  width: 40%;
  margin: 0 auto;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 16px;
  margin-top: -8px;
  margin-bottom: 10px;
  border-left: 2px solid #2763be;
  border-right: 2px solid #2763be;
  border-bottom: 2px solid #2763be;
}

.slider-labels {
  width: 100% !important;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.slider-labels span {
  position: relative;
}

.slider-labels span::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  background: #000;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 10px;
}

.result {
  font-size: 15px;
  margin-bottom: 1px;

  line-height: 25px;

  opacity: 0;
  animation: fadeIn 0.5s ease-in-out 1s forwards;
}
.feed .story h2 {
  margin-bottom: 18px;
}
.form_above p {
  text-align: center;
  font-weight: bold;
  font-size: 16px !important;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.top__list .item .place__avatar img {
  display: block;
  min-width: 50px !important;
  height: 50px;
  object-fit: cover;
  object-position: top center;
}
.top__list .item .place {
  width: 240px;
}
