.textabsatz a {
  border-bottom: 0.1rem solid #fff;
  color: #fff;
}
body {
  background-color: #000e29;
}
.content-wrapper {
  background-color: #1c2841;
  display: block;
  margin: auto;
  max-width: 1024px;
}
.btn.btn--tongue {
  background: #015999;
  color: #fff;
}
.btn.btn--tongue:hover {
  background: #4082b3;
  color: #fff;
}
.btn.btn--tongue:focus {
  outline-color: #99bdd6;
}
.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 .content-wrapper__group {
  background-color: #1c2841;
  box-sizing: border-box;
  padding-top: 0;
}
.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;
}
.tag-btn {
  background-color: #1c2841;
  border-radius: 1.8rem;
  color: #e1e3e6;
  cursor: pointer;
  font-size: 1.6rem;
  padding: 0.7rem 1.2rem;
}
.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;
}
.btn.btn--tongue .icon {
  fill: #fff;
}
.btn.btn--light-grey .icon {
  fill: #e1e3e6;
}
.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 .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 .footer__arrow svg {
  fill: #e1e3e6;
  height: 4rem;
  margin-bottom: -0.1rem;
  margin-top: -0.1rem;
  width: 4rem;
}
.footer__navigation__list__item a {
  color: #e1e3e6;
  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:focus {
  outline: 2px solid #a4a9b3;
}
.footer__logo__icon svg {
  fill: #e1e3e6;
}
.endline {
  background: #555e70;
  box-sizing: border-box;
  height: 4rem;
  padding: 0.8rem 0 0 4rem;
  width: 100%;
}
.endline__copyright {
  color: #a4a9b3;
  font-family: Thesis, helvetica, arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}
.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__logo__wortmarke svg path {
  fill: #e1e3e6;
}
.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;
  }
}
.burger-navi {
  -webkit-overflow-scrolling: touch;
  align-content: stretch;
  background-color: #1c2841;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  left: auto;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  right: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  transition: transform 0.5s ease-in-out;
  width: 100%;
  z-index: 141;
}
.burger-navi .burger-panel {
  background-color: #1c2841;
  font-size: 1.8rem;
  list-style-type: none;
  margin: 0;
}
.burger-navi .burger-panel > li {
  border-bottom: 0.1rem solid #555e70;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  height: 5.4rem;
}
.burger-navi .burger-panel__closelink-text,
.burger-navi .burger-panel__pagelink {
  align-items: center;
  color: #e1e3e6;
  display: flex;
  padding: 1rem 2rem 1rem 1rem;
  width: 80%;
}
.burger-navi .burger-panel__closelink-text:hover,
.burger-navi .burger-panel__pagelink:hover,
.burger-navi .burger-panel__submenulink:hover {
  background-color: #015999;
  color: #fff;
}
.burger-navi .burger-panel__pagelink:hover .burger-panel__arrow--right .icon,
.burger-navi
  .burger-panel__submenulink:hover
  .burger-panel__arrow--right
  .icon {
  fill: #fff;
}
.burger-navi .burger-panel__arrow--right .icon {
  fill: #e1e3e6;
  height: 2.4rem;
  pointer-events: none;
}
.burger-navi .burger-panel .settings__box {
  background-color: #1c2841;
}
.burger-navi-nav__sublevel {
  background-color: #1c2841;
  display: flex;
  height: 100%;
  justify-content: center;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 0;
  position: absolute;
  right: -1000px;
  top: 0;
  transition: all 0.5s;
  width: 100vw;
}
.burger-panel__arrow--left svg {
  fill: #e1e3e6;
  height: 2.4rem;
  pointer-events: none;
}
.bigfive {
  background-color: #1c2841;
  color: #e1e3e6;
  margin-bottom: 2rem;
  padding: 0 2rem;
  width: 100%;
}
.bigfive__link {
  align-items: center;
  color: #e1e3e6;
  display: flex;
  flex-direction: column;
}
.textabsatz {
  background: #1c2841;
  box-sizing: border-box;
  color: #e1e3e6;
  display: block;
  width: 100%;
}
.home__icon svg {
  fill: #e1e3e6;
  height: 2rem;
  width: 2rem;
}
.horizontal-nav .swipe li:active,
.horizontal-nav .swipe li:hover {
  background: #555e70;
  color: #e1e3e6;
  cursor: pointer;
}
.horizontal-nav .swipe a {
  color: #e1e3e6;
  display: block;
  padding: 1.2rem 1.2rem 1.1rem;
}
.article-breadcrumb li > * {
  color: #e1e3e6;
}
.horizontal-nav .swipe li.article-breadcrumb__title:active,
.horizontal-nav .swipe li.article-breadcrumb__title:hover {
  background: #1c2841;
}
.settings__box {
  background: #333d54;
  box-sizing: border-box;
  padding: 0.9rem 3rem 2rem;
}

.seitenkopf {
  background: #1c2841;
}
.seitenkopf__headline--text {
  clear: left;
  color: #fff;
  display: block;
}
.buttongroup {
  background-color: #1c2841;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 0 2rem 2.4rem;
  width: 100%;
}
.meldungsfooter {
  background-color: #1c2841;
  box-sizing: border-box;
  display: inline-block;
  margin-top: -2px;
  width: 100%;
}
.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;
}
.socialbuttons {
  background-color: #1c2841;
  margin: 1.6rem 0 2.4rem;
}
.socialbuttons .socialbuttons__icon--functional {
  background: #555e70;
  border-radius: 3rem;
}
.socialbuttons .socialbuttons__icon--functional svg {
  fill: #e1e3e6;
  margin: 0 auto;
  padding: 0.8rem;
  width: 2rem;
}
.socialbuttons .socialbuttons__subline {
  color: #e1e3e6;
}
.anchor-link {
  color: #e1e3e6;
  font-size: 1.5rem;
  left: -10000px;
  opacity: 0;
  position: absolute;
  text-decoration: underline;
  top: 1.2rem;
}
.anchor-link:focus {
  background: #1c2841;
  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(11, 21, 36, 0.38);
  height: 4rem;
  position: fixed;
  right: 2rem;
  transition: all 0.4s;
  width: 4rem;
  z-index: 121;
}
.expanderbox {
  background-color: #1c2841;
}
