@font-face {
    font-family: 'ZDFType';
    src: url('../fonts/ZDFType_Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ZDFType';
    src: url('../fonts/ZDFType_Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ZDFType';
    src: url('../fonts/ZDFType_Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


body * {
    font-family: 'ZDFType', sans-serif !important;
}

body {
    overflow-x: hidden;
}

main {
    padding: 10px;
}


h3 {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 900;
    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;
}

.seitenkopf__media .ts-picture__wrapper,
.textabsatz.article-image {
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.seitenkopf__media img,
.textabsatz.article-image img {
    display: block;
    width: 100%;
}

@media (max-width: 768px) {

    .seitenkopf__media img,
    .textabsatz.article-image img {
        height: auto;
    }
}


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

article,
aside,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

.visually-hidden {
    clip: rect(1px, 1px, 1px, 1px) !important;
    border: 0 !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
}

a:focus,
a:focus img {
    outline: .2rem solid #80807e;
    outline-offset: -.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;
}

.seitenkopf__headline--text,
.socialbuttons .socialbuttons__subline,
.taglist,
a,
body,
div,
h1,
h2,
h3,
html,
img,
li,
ol,
p,
span,
ul {
    font-weight: 400;
}

.metatextline,
.sendungsbezug {
    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: .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 {
    float: left;
    margin-top: 0;
}

.columns.twelve {
    width: 100%;
}

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

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

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

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

    .columns.m-offset-six {
        margin-left: 50%;
    }
}

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

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

    .columns.l-offset-none {
        margin-left: 0;
    }

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

body {
    background-color: #fff;
}

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

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

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

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

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

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

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,
div,
h1,
h2,
h3,
html,
img,
li,
ol,
p,
span,
ul {
    border: 0;
    outline: none;
}

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

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

.btn--text {
    align-items: center;
    display: inline-flex;
    font-size: 1.6rem;
    line-height: 2.4rem;
    padding: .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: .7rem 1.2rem;
}

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

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

.label {
    background: #015999;
    border-radius: .3rem;
    color: #fff;
    display: inline-flex;
    font-size: 1.4rem;
    font-weight: 700;
    margin-right: .8rem;
    padding: .3rem .8rem;
    text-transform: uppercase;
}

.label strong {
    letter-spacing: .11rem;
}

.label.label--small {
    font-size: 1.1rem;
    padding: .4rem .6rem .3rem;
}

.btn.btn--tongue .icon {
    fill: #fff;
}

.btn.btn--light-grey .icon {
    fill: #33322f;
}

.btn {
    border-radius: .3rem;
}

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

.btn:active {
    outline: 0;
}

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

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

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

.global-wrapper .content-wrapper {
    transition: all .5s ease-out;
}

.global-wrapper .content-wrapper:after {
    background-color: rgba(0, 0, 0, .6);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .3s ease-in-out;
    width: 100%;
    z-index: -1;
}

.burger-navi {
    -webkit-overflow-scrolling: touch;
    align-content: stretch;
    background-color: #fff;
    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 .5s ease-in-out;
    width: 100%;
    z-index: 141;
}

.burger-navi-menu {
    margin-bottom: 2.4rem;
    width: 100%;
}

.burger-navi-nav {
    padding: 0 2rem;
}

.burger-navi .burger-navi-search {
    margin: .1rem 0 1rem;
    padding: .1rem 2rem 0;
    z-index: 142;
}

.burger-navi .burger-panel {
    background-color: #fff;
    font-size: 1.8rem;
    list-style-type: none;
    margin: 0;
}

.burger-navi .burger-panel>li {
    border-bottom: .1rem solid #e4e4e4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    height: 5.4rem;
}

.burger-navi .burger-panel li.settings__box__outer {
    height: unset;
}

.burger-navi .burger-panel__closelink,
.burger-navi .burger-panel__submenulink {
    align-items: center;
    display: flex;
}

.burger-navi .burger-panel__submenulink--fullwidth {
    position: relative;
    width: 100%;
}

.burger-navi .burger-panel__submenulink--fullwidth .burger-panel__arrow--right {
    position: absolute;
    right: 0;
}

.burger-navi .burger-panel__closelink-text,
.burger-navi .burger-panel__pagelink {
    align-items: center;
    color: #33322f;
    display: flex;
    padding: 1rem 2rem 1rem 1rem;
    width: 80%;
}

.burger-navi .burger-panel__closelink-text {
    padding-left: .5rem;
}

.burger-navi .burger-panel__pagelink {
    width: 100%;
}

.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__pagelink-icon {
    padding: 1rem 2rem .5rem .1rem;
    width: 1.6rem;
}

.burger-navi .burger-panel__arrow--right {
    padding-left: 1.7rem;
    pointer-events: none;
    width: 4rem;
}

.burger-navi .burger-panel__arrow--right .icon {
    fill: #33322f;
    height: 2.4rem;
    pointer-events: none;
}

.burger-navi .burger-panel__settings li {
    border-bottom: 0;
}

.burger-navi .burger-panel .settings__box {
    background-color: #fff;
}

.burger-navi-nav__sublevel {
    background-color: #fff;
    display: flex;
    height: 100%;
    justify-content: center;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 0;
    position: absolute;
    right: -1000px;
    top: 0;
    transition: all .5s;
    width: 100vw;
}

.burger-navi-nav__sublevel .burger-panel {
    position: absolute;
    right: -1000px;
    width: 100%;
}

.burger-navi-nav__sublevel .burger-panel>li {
    margin-left: 2.2rem;
    margin-right: 2rem;
}

.burger-panel__arrow--left {
    padding-left: .8rem;
    pointer-events: none;
    width: 4rem;
}

.burger-panel__arrow--left svg {
    fill: #33322f;
    height: 2.4rem;
    pointer-events: none;
}

@media only screen and (min-width:768px) {
    .burger-navi {
        align-content: space-between;
        display: flex;
        flex-direction: row;
        overflow-x: hidden;
        overflow-y: auto;
        width: 41.5rem;
    }

    .burger-navi-nav {
        padding: 0 4rem;
    }

    .burger-navi .burger-navi-search {
        padding: .1rem 4rem 0;
    }

    .burger-navi-menu {
        margin-bottom: 2.4rem;
    }

    .burger-navi-nav__sublevel {
        display: flex;
        justify-content: flex-start;
        padding: 0;
        width: 41.7rem;
    }

    .burger-navi-nav__sublevel .burger-panel {
        margin-left: 0;
        margin-right: 0;
        width: 39.7rem;
    }

    .burger-navi-nav__sublevel .burger-panel>li {
        margin-left: 4rem;
    }

    .burger-navi-nav__sublevel .burger-panel li:first-child {
        margin-left: 0;
    }

    .burger-navi-nav__sublevel .burger-panel li:first-child .burger-panel__closelink {
        padding-left: 2rem;
    }

    .burger-navi-nav__sublevel .burger-panel .burger-panel__pagelink-icon {
        margin-left: .6rem;
        padding-left: 0;
    }

    .burger-navi-nav__sublevel .burger-panel .burger-panel__arrow--left {
        margin-left: 3.2rem;
        padding-left: 0;
        width: 3.6rem;
    }
}

@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;
    }
}

.bigfive {
    background-color: #fff;
    color: #33322f;
    margin-bottom: 2rem;
    padding: 0 2rem;
    width: 100%;
}

.bigfive__list {
    display: flex;
    justify-content: space-between;
}

.bigfive__logo {
    height: 6rem;
    width: 6rem;
}

.bigfive__text {
    font-size: 1.4rem;
    margin-top: 1.2rem;
}

.bigfive__link {
    align-items: center;
    color: #33322f;
    display: flex;
    flex-direction: column;
}

@media only screen and (min-width:768px) {
    .bigfive {
        padding: 0 4rem;
    }
}

.textabsatz {
    box-sizing: border-box;
    color: #33322f;
    display: block;
    width: 100%;
}

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

.settings__box {
    background: #f1f1f1;
    box-sizing: border-box;
    padding: .9rem 3rem 2rem;
}

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

.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: .6rem;
}

.buttongroup {
    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 {
    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 {
    -ms-overflow-style: none;
    display: flex;
    margin: 2.4rem 0 1.6rem;
    overflow: auto;
    scrollbar-width: thin;
    white-space: nowrap;
}

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

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

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

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

.sendungsbezug {
    border-bottom: .1rem solid #e4e4e4;
    border-top: .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 {
    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: .8rem;
    width: 3.6rem;
}

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

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

.socialbuttons .socialbuttons__subline {
    color: #33322f;
}

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

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

.back-to-top {
    bottom: 2rem;
    box-shadow: .15rem .15rem .66rem -.25rem rgba(0, 0, 0, .25);
    height: 4rem;
    position: fixed;
    right: 2rem;
    transition: all .4s;
    width: 4rem;
    z-index: 121;
}

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

.lander-form-wrapper {
    margin: 0 auto;
    max-width: 700px;
    width: 100%;
    border: 0;
    border-radius: 6px;
}

.lander-form-wrapper {
    box-shadow: 0 4px 20.9px 3.1px rgb(13 13 13 / 43%);
}

.lander-form-header {
    font-size: 30px;
    margin: 0;
    padding: 30px 20px;
    letter-spacing: 1px;
    text-align: center;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.lander-form-header {
    font-weight: 700;
    background: #0550c8;
    text-transform: uppercase;
    color: #fff;
}


@media (-ms-high-contrast: none),
(-ms-high-contrast: active) {

    .buttongroup .buttongroup__item,
    .buttongroup .buttongroup__item:only-child {
        max-width: none;
    }
}


.article-extra {
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 20px;
    line-height: 1.5;
    color: #1d2228;
}

.article-extra a:not(.article-extra__cta):not(.fb-comment__react) {
    color: #e67e00;
    font-weight: 700;
    text-decoration: none;
}

.article-extra a:not(.article-extra__cta):not(.fb-comment__react):hover {
    text-decoration: underline;
}

.article-extra h2,
.article-extra h3 {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
    color: #052962;
    margin: 2rem 0 1rem;
}

.article-extra p {
    margin-bottom: 1rem;
    font-size: 20px;
}

.article-extra__reg-box {
    border-radius: 8px;
    padding: 1.5rem 1.5rem 0.5rem;
    margin: 1.5rem 0 2rem;
}

.article-extra__reg-box h3 {
    margin-top: 0;
    font-size: 22px;
}

.article-extra__reg-box ol {
    list-style: decimal;
    padding-left: 1.5rem;
    margin: 0 0 1rem;
    font-size: 20px;
}

.article-extra__reg-box li {
    margin-bottom: 0.75rem;
    line-height: 1.5;
}

.article-extra__reg-box li p {
    margin-bottom: 0.5rem;
}

.article-extra__warning {
    color: #c41e3a;
    font-weight: 700;
}

.article-extra__cta {
    display: block;
    width: 100%;
    max-width: 520px;
    margin: 1.5rem auto 2.5rem;
    padding: 18px 24px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
    color: #fff !important;
    background-color: #015999;
    border-radius: 8px;
    box-sizing: border-box;
}

.article-extra__cta:hover {
    background-color: #034a7a;
    color: #fff !important;
}

.article-extra .feedback {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-bottom: 1.5rem;
    padding: 1.25rem;
    border-radius: 8px;
}

.article-extra .feedback__header {
    display: flex;
    gap: 1.25rem;
    align-items: center;
}

.article-extra .feedback__ava {
    flex-shrink: 0;
    width: 72px;
    height: 72px;
}

.article-extra .feedback__ava img {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}

.article-extra .feedback__name {
    font-size: 20px;
    font-weight: 700;
    color: #052962;
    line-height: 1.3;
}

.article-extra .feedback__prof {
    font-size: 18px;
    color: #5a6570;
    margin-top: 0.25rem;
}

.article-extra .feedback__main {
    border-top: 1px solid #d4d8dc;
    padding-top: 1rem;
}

.article-extra .feedback__text {
    margin: 0;
    font-size: 20px;
    font-style: italic;
    color: #1d2228;
    line-height: 1.5;
}

.article-extra .comment-block {
    margin-top: 2.5rem;
    padding-top: 1.5rem;
    border-top: 2px solid #2d37464d;
}

.article-extra .fb-post {
    max-width: 100%;
}

.article-extra .fb-comment__item-input {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 1rem;
}

.article-extra .fb-comment__avatar {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.article-extra .btn_comm {
    flex: 1;
    min-width: 0;
}

.article-extra .fb-comment__text-input {
    background: #f2f3f5;
    border-radius: 18px;
    padding: 10px 14px;
}

.article-extra .comment-block-input__input {
    width: 100%;
    border: none;
    background: transparent;
    font-size: 18px;
    color: #606770;
}

.article-extra .comment-block-input__button {
    margin-top: 6px;
    font-size: 16px;
    font-weight: 600;
    color: #365899;
    cursor: default;
}

.article-extra .fb-comment__sort {
    color: #365899;
    font-weight: 600;
    font-size: 18px;
    margin: 0.75rem 0 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #e8eaed;
}

.article-extra .fb-comment__item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 1.25rem;
}

.article-extra .fb-comment__content {
    flex: 1;
    min-width: 0;
}

.article-extra .fb-comment__text {
    position: relative;
    border-radius: 18px;
    padding: 12px 14px 32px;
    font-size: 20px;
    line-height: 1.45;
    box-sizing: border-box;
}

.article-extra .fb-comment__author {
    font-weight: 600;
    font-size: 20px;
    color: #365899;
    display: block;
    margin-bottom: 4px;
}

.article-extra .fb-comment__like {
    position: absolute;
    bottom: 6px;
    right: 8px;
    display: flex;
    align-items: center;
    gap: 3px;
    background: #fff;
    border-radius: 10px;
    padding: 2px 6px;
    font-size: 14px;
    color: #8d949e;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.article-extra .fb-comment__like img {
    width: 16px;
    height: 16px;
}

.article-extra .fb-comment__react {
    font-size: 16px;
    color: #365899;
    text-decoration: none;
    margin-right: 4px;
}

.article-extra .fb-comment__react::after {
    content: "·";
    color: #606770;
    margin-left: 4px;
}

.article-extra .fb-comment__posted {
    font-size: 16px;
    color: #90949c;
}

.article-extra .fb-comment__proof {
    margin-top: 8px;
    max-width: 220px;
}

.article-extra .fb-comment__proof img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
}

@media (max-width: 768px) {
    .article-extra .feedback__header {
        flex-direction: column;
        text-align: center;
    }

    .article-extra .feedback__ava {
        margin: 0 auto;
    }

    .article-extra__cta {
        font-size: 18px;
        padding: 14px 16px;
    }
}


@media all {

    @media (max-width: 670px) {
        #fixed-link {
            width: auto !important;
        }
    }
}


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


a.goTo {
    background-color: #015999 !important;
    color: white !important;
    padding: 20px 30px !important;
    text-transform: uppercase;
    width: 100%;
    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%;
    }
}


body {
    overflow-x: hidden;
}

main {
    padding: 10px;
}


h3 {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 900;
    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;
}

.seitenkopf__media .ts-picture__wrapper,
.textabsatz.article-image {
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.seitenkopf__media img,
.textabsatz.article-image img {
    display: block;
    width: 100%;
}

@media (max-width: 768px) {

    .seitenkopf__media img,
    .textabsatz.article-image img {
        height: auto;
    }
}


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

article,
aside,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

.visually-hidden {
    clip: rect(1px, 1px, 1px, 1px) !important;
    border: 0 !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
}

a:focus,
a:focus img {
    outline: .2rem solid #80807e;
    outline-offset: -.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;
}

.seitenkopf__headline--text,
.socialbuttons .socialbuttons__subline,
.taglist,
a,
body,
div,
h1,
h2,
h3,
html,
img,
li,
ol,
p,
span,
ul {
    font-weight: 400;
}

.metatextline,
.sendungsbezug {

    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: .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 {
    float: left;
    margin-top: 0;
}

.columns.twelve {
    width: 100%;
}

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

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

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

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

    .columns.m-offset-six {
        margin-left: 50%;
    }
}

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

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

    .columns.l-offset-none {
        margin-left: 0;
    }

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


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

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

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

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

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

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

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,
div,
h1,
h2,
h3,
html,
img,
li,
ol,
p,
span,
ul {
    border: 0;
    outline: none;
}

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

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

.btn--text {
    align-items: center;
    display: inline-flex;
    font-size: 1.6rem;
    line-height: 2.4rem;
    padding: .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: .7rem 1.2rem;
}

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

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

.label {
    background: #015999;
    border-radius: .3rem;
    color: #fff;
    display: inline-flex;
    font-size: 1.4rem;
    font-weight: 700;
    margin-right: .8rem;
    padding: .3rem .8rem;
    text-transform: uppercase;
}

.label strong {
    letter-spacing: .11rem;
}

.label.label--small {
    font-size: 1.1rem;
    padding: .4rem .6rem .3rem;
}

.btn.btn--tongue .icon {
    fill: #fff;
}

.btn.btn--light-grey .icon {
    fill: #33322f;
}

.btn {
    border-radius: .3rem;
}

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

.btn:active {
    outline: 0;
}

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

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

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

.global-wrapper .content-wrapper {
    transition: all .5s ease-out;
}

.global-wrapper .content-wrapper:after {
    background-color: rgba(0, 0, 0, .6);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .3s ease-in-out;
    width: 100%;
    z-index: -1;
}

.burger-navi {
    -webkit-overflow-scrolling: touch;
    align-content: stretch;
    background-color: #fff;
    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 .5s ease-in-out;
    width: 100%;
    z-index: 141;
}

.burger-navi-menu {
    margin-bottom: 2.4rem;
    width: 100%;
}

.burger-navi-nav {
    padding: 0 2rem;
}

.burger-navi .burger-navi-search {
    margin: .1rem 0 1rem;
    padding: .1rem 2rem 0;
    z-index: 142;
}

.burger-navi .burger-panel {
    background-color: #fff;
    font-size: 1.8rem;
    list-style-type: none;
    margin: 0;
}

.burger-navi .burger-panel>li {
    border-bottom: .1rem solid #e4e4e4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    height: 5.4rem;
}

.burger-navi .burger-panel li.settings__box__outer {
    height: unset;
}

.burger-navi .burger-panel__closelink,
.burger-navi .burger-panel__submenulink {
    align-items: center;
    display: flex;
}

.burger-navi .burger-panel__submenulink--fullwidth {
    position: relative;
    width: 100%;
}

.burger-navi .burger-panel__submenulink--fullwidth .burger-panel__arrow--right {
    position: absolute;
    right: 0;
}

.burger-navi .burger-panel__closelink-text,
.burger-navi .burger-panel__pagelink {
    align-items: center;
    color: #33322f;
    display: flex;
    padding: 1rem 2rem 1rem 1rem;
    width: 80%;
}

.burger-navi .burger-panel__closelink-text {
    padding-left: .5rem;
}

.burger-navi .burger-panel__pagelink {
    width: 100%;
}

.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__pagelink-icon {
    padding: 1rem 2rem .5rem .1rem;
    width: 1.6rem;
}

.burger-navi .burger-panel__arrow--right {
    padding-left: 1.7rem;
    pointer-events: none;
    width: 4rem;
}

.burger-navi .burger-panel__arrow--right .icon {
    fill: #33322f;
    height: 2.4rem;
    pointer-events: none;
}

.burger-navi .burger-panel__settings li {
    border-bottom: 0;
}

.burger-navi .burger-panel .settings__box {
    background-color: #fff;
}

.burger-navi-nav__sublevel {
    background-color: #fff;
    display: flex;
    height: 100%;
    justify-content: center;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 0;
    position: absolute;
    right: -1000px;
    top: 0;
    transition: all .5s;
    width: 100vw;
}

.burger-navi-nav__sublevel .burger-panel {
    position: absolute;
    right: -1000px;
    width: 100%;
}

.burger-navi-nav__sublevel .burger-panel>li {
    margin-left: 2.2rem;
    margin-right: 2rem;
}

.burger-panel__arrow--left {
    padding-left: .8rem;
    pointer-events: none;
    width: 4rem;
}

.burger-panel__arrow--left svg {
    fill: #33322f;
    height: 2.4rem;
    pointer-events: none;
}

@media only screen and (min-width:768px) {
    .burger-navi {
        align-content: space-between;
        display: flex;
        flex-direction: row;
        overflow-x: hidden;
        overflow-y: auto;
        width: 41.5rem;
    }

    .burger-navi-nav {
        padding: 0 4rem;
    }

    .burger-navi .burger-navi-search {
        padding: .1rem 4rem 0;
    }

    .burger-navi-menu {
        margin-bottom: 2.4rem;
    }

    .burger-navi-nav__sublevel {
        display: flex;
        justify-content: flex-start;
        padding: 0;
        width: 41.7rem;
    }

    .burger-navi-nav__sublevel .burger-panel {
        margin-left: 0;
        margin-right: 0;
        width: 39.7rem;
    }

    .burger-navi-nav__sublevel .burger-panel>li {
        margin-left: 4rem;
    }

    .burger-navi-nav__sublevel .burger-panel li:first-child {
        margin-left: 0;
    }

    .burger-navi-nav__sublevel .burger-panel li:first-child .burger-panel__closelink {
        padding-left: 2rem;
    }

    .burger-navi-nav__sublevel .burger-panel .burger-panel__pagelink-icon {
        margin-left: .6rem;
        padding-left: 0;
    }

    .burger-navi-nav__sublevel .burger-panel .burger-panel__arrow--left {
        margin-left: 3.2rem;
        padding-left: 0;
        width: 3.6rem;
    }
}

@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;
    }
}

.bigfive {
    background-color: #fff;
    color: #33322f;
    margin-bottom: 2rem;
    padding: 0 2rem;
    width: 100%;
}

.bigfive__list {
    display: flex;
    justify-content: space-between;
}

.bigfive__logo {
    height: 6rem;
    width: 6rem;
}

.bigfive__text {
    font-size: 1.4rem;
    margin-top: 1.2rem;
}

.bigfive__link {
    align-items: center;
    color: #33322f;
    display: flex;
    flex-direction: column;
}

@media only screen and (min-width:768px) {
    .bigfive {
        padding: 0 4rem;
    }
}

.textabsatz {
    box-sizing: border-box;
    color: #33322f;
    display: block;
    width: 100%;
}

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

.settings__box {
    background: #f1f1f1;
    box-sizing: border-box;
    padding: .9rem 3rem 2rem;
}

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

.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: .6rem;
}

.buttongroup {
    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 {
    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 {
    -ms-overflow-style: none;
    display: flex;
    margin: 2.4rem 0 1.6rem;
    overflow: auto;
    scrollbar-width: thin;
    white-space: nowrap;
}

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

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

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

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

.sendungsbezug {
    border-bottom: .1rem solid #e4e4e4;
    border-top: .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 {
    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: .8rem;
    width: 3.6rem;
}

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

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

.socialbuttons .socialbuttons__subline {
    color: #33322f;
}

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

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

.back-to-top {
    bottom: 2rem;
    box-shadow: .15rem .15rem .66rem -.25rem rgba(0, 0, 0, .25);
    height: 4rem;
    position: fixed;
    right: 2rem;
    transition: all .4s;
    width: 4rem;
    z-index: 121;
}

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

.lander-form-wrapper {
    margin: 0 auto;
    max-width: 700px;
    width: 100%;
    border: 0;
    border-radius: 6px;
}

.lander-form-wrapper {
    box-shadow: 0 4px 20.9px 3.1px rgb(13 13 13 / 43%);
}

.lander-form-header {
    font-size: 30px;
    margin: 0;
    padding: 30px 20px;
    letter-spacing: 1px;
    text-align: center;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.lander-form-header {
    font-weight: 700;
    background: #0550c8;
    text-transform: uppercase;
    color: #fff;
}


@media (-ms-high-contrast: none),
(-ms-high-contrast: active) {

    .buttongroup .buttongroup__item,
    .buttongroup .buttongroup__item:only-child {
        max-width: none;
    }
}


.article-extra {
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 20px;
    line-height: 1.5;
    color: #1d2228;
}

.article-extra a:not(.article-extra__cta):not(.fb-comment__react) {
    color: #e67e00;
    font-weight: 700;
    text-decoration: none;
}

.article-extra a:not(.article-extra__cta):not(.fb-comment__react):hover {
    text-decoration: underline;
}

.article-extra h2,
.article-extra h3 {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
    color: #052962;
    margin: 2rem 0 1rem;
}

.article-extra p {
    margin-bottom: 1rem;
    font-size: 20px;
}

.article-extra__reg-box {
    border-radius: 8px;
    padding: 1.5rem 1.5rem 0.5rem;
    margin: 1.5rem 0 2rem;
}

.article-extra__reg-box h3 {
    margin-top: 0;
    font-size: 22px;
}

.article-extra__reg-box ol {
    list-style: decimal;
    padding-left: 1.5rem;
    margin: 0 0 1rem;
    font-size: 20px;
}

.article-extra__reg-box li {
    margin-bottom: 0.75rem;
    line-height: 1.5;
}

.article-extra__reg-box li p {
    margin-bottom: 0.5rem;
}

.article-extra__warning {
    color: #c41e3a;
    font-weight: 700;
}

.article-extra__cta {
    display: block;
    width: 100%;
    max-width: 520px;
    margin: 1.5rem auto 2.5rem;
    padding: 18px 24px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
    color: #fff !important;
    background-color: #015999;
    border-radius: 8px;
    box-sizing: border-box;
}

.article-extra__cta:hover {
    background-color: #034a7a;
    color: #fff !important;
}

.article-extra .feedback {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-bottom: 1.5rem;
    padding: 1.25rem;
    border-radius: 8px;
}

.article-extra .feedback__header {
    display: flex;
    gap: 1.25rem;
    align-items: center;
}

.article-extra .feedback__ava {
    flex-shrink: 0;
    width: 72px;
    height: 72px;
}

.article-extra .feedback__ava img {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}

.article-extra .feedback__name {
    font-size: 20px;
    font-weight: 700;
    color: #052962;
    line-height: 1.3;
}

.article-extra .feedback__prof {
    font-size: 18px;
    color: #5a6570;
    margin-top: 0.25rem;
}

.article-extra .feedback__main {
    border-top: 1px solid #d4d8dc;
    padding-top: 1rem;
}

.article-extra .feedback__text {
    margin: 0;
    font-size: 20px;
    font-style: italic;
    color: #1d2228;
    line-height: 1.5;
}

.article-extra .comment-block {
    margin-top: 2.5rem;
    padding-top: 1.5rem;
    border-top: 2px solid #2d37464d;
}

.article-extra .fb-post {
    max-width: 100%;
}

.article-extra .fb-comment__item-input {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 1rem;
}

.article-extra .fb-comment__avatar {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.article-extra .btn_comm {
    flex: 1;
    min-width: 0;
}

.article-extra .fb-comment__text-input {
    background: #f2f3f5;
    border-radius: 18px;
    padding: 10px 14px;
}

.article-extra .comment-block-input__input {
    width: 100%;
    border: none;
    background: transparent;
    font-size: 18px;
    color: #606770;
}

.article-extra .comment-block-input__button {
    margin-top: 6px;
    font-size: 16px;
    font-weight: 600;
    color: #365899;
    cursor: default;
}

.article-extra .fb-comment__sort {
    color: #365899;
    font-weight: 600;
    font-size: 18px;
    margin: 0.75rem 0 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #e8eaed;
}

.article-extra .fb-comment__item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 1.25rem;
}

.article-extra .fb-comment__content {
    flex: 1;
    min-width: 0;
}

.article-extra .fb-comment__text {
    position: relative;
    border-radius: 18px;
    padding: 12px 14px 32px;
    font-size: 20px;
    line-height: 1.45;
    box-sizing: border-box;
}

.article-extra .fb-comment__author {
    font-weight: 600;
    font-size: 20px;
    color: #365899;
    display: block;
    margin-bottom: 4px;
}

.article-extra .fb-comment__like {
    position: absolute;
    bottom: 6px;
    right: 8px;
    display: flex;
    align-items: center;
    gap: 3px;
    background: #fff;
    border-radius: 10px;
    padding: 2px 6px;
    font-size: 14px;
    color: #8d949e;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.article-extra .fb-comment__like img {
    width: 16px;
    height: 16px;
}

.article-extra .fb-comment__react {
    font-size: 16px;
    color: #365899;
    text-decoration: none;
    margin-right: 4px;
}

.article-extra .fb-comment__react::after {
    content: "·";
    color: #606770;
    margin-left: 4px;
}

.article-extra .fb-comment__posted {
    font-size: 16px;
    color: #90949c;
}

.article-extra .fb-comment__proof {
    margin-top: 8px;
    max-width: 220px;
}

.article-extra .fb-comment__proof img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
}

@media (max-width: 768px) {
    .article-extra .feedback__header {
        flex-direction: column;
        text-align: center;
    }

    .article-extra .feedback__ava {
        margin: 0 auto;
    }

    .article-extra__cta {
        font-size: 18px;
        padding: 14px 16px;
    }
}


@media all {

    @media (max-width: 670px) {
        #fixed-link {
            width: auto !important;
        }
    }
}


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


a.goTo {
    background-color: #015999 !important;
    color: white !important;
    padding: 20px 30px !important;
    text-transform: uppercase;
    width: 100%;
    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%;
    }
}