a.no-hover:focus,
a.no-hover:hover{
    text-decoration: none;
}

h1,h2,h3, p.vorspann, p, li{
  word-wrap: break-word;
  overflow-wrap: break-word;

  -webkit-hyphens: auto;
     -moz-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

figcaption p{
    font-size: 1rem;
    margin: 0;
}


.pageHeader figcaption p{
    font-size: 1rem;
}

.pageHeader .date,
.inline-element.embedded p.copyright,
article.article-detail figcaption p.copyright{
    font-size: 0.875rem;
}

nav.service ul li.textLink a{
    font-size: 0.75rem;
}

article.article-detail header .kicker{
    font-size: 1.125rem;
    line-height: 1;
}

article.article-detail header .teaser-text p,
article.article-detail header .teaser-text{
    font-size: 1.25rem;
    line-height: 1.3;
}


p,
table p,
li{
    line-height: 1.4;
}

@media (min-width: 768px) {
    p,
    table p,
    li{
        line-height: 1.3;
    }
}




li.breadcrumb-item{
    font-size: 1rem;
}

.chapter a,
.chapter span
{
    font-size: 1.125rem;
    line-height: 1.3;
}

.inline-element.download.card .card-header{
    font-size: 1.25rem;
}


.pageFooter *,
.pageFooter p{
    font-size: 1rem;
}
@media (min-width: 768px) {
    .pageFooter *,
    .pageFooter p{
        font-size: .875rem;
        text-transform: none;
    }
}


article.article-detail .copy .chapter a,
article.article-detail .copy .chapter span,
.inline-element.inselbox h3,
.pageFooter h3{
    font-weight: 600;
}

h2,
h3,
aside.topic{
    font-weight: 600;
}

.module-headline{
    display: block;
    width: max-content;
    padding: .3em 0;
    border-top: 1px solid;
    border-color: inherit;
    margin: auto;
    text-transform: uppercase;
    font-weight: 700;
    max-width: 100%;
}

.teaser .headline{
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.3;
}
.teaser .readMore{
    font-size: 1.125rem;
    line-height: 1.3;
}

.teaser.larger .headline{
    font-size: 1.5rem !important;
    font-weight: 600;
    line-height: 1.1;
}
