/**** DT Projekt ****/
.c-embed-project {
  --background-color: #002B54;
  --border-color: #002B54;
  --text-color: #FFFFFF;
  --link-color: #FFFFFF;
  color: var(--text-color);
  background: var(--background-color);
  margin-bottom: 25px;
  padding: 30px 30px 20px;
  border: 1px solid var(--border-color);
}
.c-embed-project__text-wrapper {
  margin-top: 10px;
  /*margin-left: 25px; */
}
.c-embed-project__text-wrapper p {
  margin-bottom: 20px;
  font-weight: bold;
  position: relative;
}
.c-embed-project__text-wrapper p span {
  display: block;
  padding-left: 20px;
  font-weight: normal;
}
.c-embed-project__text-wrapper p::before {
  /*content: "";
  display: inline-block;
  position: absolute;
  width: 24px;
  height: 24px;
  -webkit-mask-image: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=1);
  mask-image: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=1);
  background-color: currentColor;
  filter: none;
  outline: 10px solid currentColor;
  outline-offset: -10px;
  left: -35px;
  top: 12px;*/
}
.c-embed-project__text-wrapper .c-embed-project__laufzeit::before {
  -webkit-mask-position: -422px -546px;
  mask-position: -422px -546px;
}
.c-embed-project__text-wrapper .c-embed-project__auftraggeber::before {
  -webkit-mask-position: -422px -546px;
  mask-position: -422px -546px;
}
.c-embed-project__text-wrapper .c-embed-project__projektpartner::before {
  -webkit-mask-position: -422px -546px;
  mask-position: -422px -546px;
}
.c-embed-project__text-wrapper .c-embed-project__projektnummer::before {
  -webkit-mask-position: -422px -546px;
  mask-position: -422px -546px;
}
.c-embed-verlinkung-big {
  --background-color: #002B54;
  --border-color: #002B54;
  --text-color: #FFFFFF;
  --link-color: #FFFFFF;
  color: var(--text-color);
  background: var(--background-color);
  margin-top: 110px;
  margin-right: calc(((-100% - 3rem) / 6 * 4) - 3rem * 0);
  margin-bottom: 25px;
  padding: 30px 60px 15px;
  border: 1px solid var(--border-color);
}
.c-embed-verlinkung-big__headline {
  font-size: 2.2rem;
  line-height: 1.1;
  font-weight: 600;
  text-align: center;
  margin-bottom: 25px;
}
.c-embed-verlinkung__item {
  margin-bottom: 20px;
}
.c-embed-verlinkung__link {
  color: var(--link-color);
  font-weight: 300;
  position: relative;
  padding-left: 30px;
}
.c-embed-verlinkung__link:active,
.c-embed-verlinkung__link:hover,
.c-embed-verlinkung__link:focus {
  color: var(--link-color);
}
.c-embed-verlinkung__link::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 26px;
  height: 26px;
  -webkit-mask-image: url(/SiteGlobals/Frontend/Images/icons/icon_externallink_w.svg?__blob=normal&v=1);
  mask-image: url(/SiteGlobals/Frontend/Images/icons/icon_externallink_w.svg?__blob=normal&v=1);
  -webkit-mask-position: -422px -546px;
  mask-position: -422px -546px;
  background-color: currentColor;
  filter: none;
  outline: 10px solid currentColor;
  outline-offset: -10px;
  left: -4px;
  top: -6px;
  transform: scale(0.7);
}
.c-embed-publikation-big {
  --background-color: #002B54;
  --border-color: #002B54;
  --text-color: #FFFFFF;
  --link-color: #FFFFFF;
  color: var(--text-color);
  background: var(--background-color);
  margin-top: 110px;
  margin-bottom: 110px;
  margin-right: calc(((-100% - 3rem) / 6 * 4) - 3rem * 0);
  padding: 30px 60px 15px;
  border: 1px solid var(--border-color);
}
.c-embed-publikation-big__headline {
  font-size: 2.2rem;
  line-height: 1.1;
  font-weight: 600;
  text-align: center;
  margin-bottom: 25px;
}
.c-embed-publikation__item {
  margin-bottom: 20px;
}
.c-embed-publikation__link {
  color: var(--link-color);
  font-weight: 300;
  position: relative;
  padding-left: 30px;
}
.c-embed-publikation__link:active,
.c-embed-publikation__link:hover,
.c-embed-publikation__link:focus {
  color: var(--link-color);
}
.c-embed-publikation__link::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 26px;
  height: 26px;
  -webkit-mask-image: url(/SiteGlobals/Frontend/Images/icons/icon_externallink_w.svg?__blob=normal&v=1);
  mask-image: url(/SiteGlobals/Frontend/Images/icons/icon_externallink_w.svg?__blob=normal&v=1);
  -webkit-mask-position: -422px -546px;
  mask-position: -422px -546px;
  background-color: currentColor;
  filter: none;
  outline: 10px solid currentColor;
  outline-offset: -10px;
  left: -4px;
  top: -3px;
  transform: scale(0.7);
}
.c-embed-verlinkung-big + .c-embed-publikation-big {
  margin-top: 110px;
}

/**** Schriftgröße Telefonnummer im Footer ****/
.c-address-meta__link--phone {
  font-size: 1.8rem;
}

/**** Bindestriche vor einzelnen Einträgen in Sitemap entfernen ****/
ul.sitemap li:before {
  content: none;
}

/*@media only screen and (min-width: 64em) {
  .c-flyout__link {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}*/

/**** Overlay Info-i in der Suche ****/
p.searchHint {
  margin-bottom: 0;
  text-align: center;
  width: 30px;
  height: 35px;
  margin-top: 15px;
}
p.searchHint a.RichTextGlossarLink {
  display: inline-block;
  width: 35px;
  height: 35px;
  /*background-color: #002B54;*/
  border: 1px solid;
  font-size: 2.4rem;
  color: #000000;
  text-decoration: none;
  /*margin-top: 18px;*/
  padding-left: 0;
}
p.searchHint a.RichTextGlossarLink:active,
p.searchHint a.RichTextGlossarLink:hover,
p.searchHint a.RichTextGlossarLink:focus {
  cursor: help;
  text-decoration: underline;
}
p.searchHint a.RichTextGlossarLink::before {
  content: none;
}
div.glossarEntry.textfragmentEntry {
  margin: 20px;
}
div.glossarEntry.textfragmentEntry h1 {
  text-align: center;
  font-size: 2.8rem;
}
div.glossarEntry.textfragmentEntry h2 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 2rem;
}

/**** Weitere Anpassungen DT Projekt ****/
@media only screen and (min-width: 76em) {
  .c-article__intro--project .c-intro--border-blue::before {
    width: calc(((100% + 4rem) / 12 * 12) - 4rem + 4rem * 0);
  }
}
.c-article--project .l-embedded__right {
  float: none;
  margin-left: 0;
  margin-right: 0 !important;
  width: auto !important;
}
.c-article--project h2:not([class]) {
  margin-left: 0;
  margin-right: 0;
}
.c-article--project .l-embedded--right {
  float: none;
  margin-right: 0;
  margin-left: 0;
  width: 100% !important;
}
.c-article--project .c-embed-verlinkung-big,
.c-article--project .c-embed-publikation-big,
.c-article--project .l-embedded--width10 {
  margin-right: 0;
}
.c-embed-project__text-item {
  display: flex;
  flex-direction: column;
}
.c-embed-project__text-wrapper p:not([class]) {
  font-weight: normal;
}
@media only screen and (min-width: 37.563em) {
  .c-embed-project__text-item {
    flex-direction: unset;
  }
  .c-embed-project__text-wrapper p:first-of-type {
    width: 40%;
  }
  .c-embed-project__text-wrapper p:not([class]) {
    width: 60%;
  }
}
@media only screen and (min-width: 64em) {
  .c-embed-project__text-wrapper p:first-of-type {
    width: 25%;
  }
  .c-embed-project__text-wrapper p:not([class]) {
    width: 75%;
  }
}
.c-article--project .c-embed-verlinkung-big {
  margin-top: 70px;
  margin-bottom: 70px;
}
.c-article--project .c-embed-publikation-big {
  margin-top: 110px;
  margin-bottom: 70px;
}
.c-embed-project {
  margin-bottom: 50px;

  background-color: #BCD9F3;
  border-color: #BCD9F3;
  color: #000000;
}

.c-intro__headline--projekt {
  text-align: left;
}
.c-intro__headline--projekt span {
  display: block;
  margin-bottom: 10px;
}
.c-embed-publikation__link--download::before {
  -webkit-mask-image: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=1);
  mask-image: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=1);
  -webkit-mask-position: -301px -50px;
  mask-position: -301px -50px;
}

/**** Suchergebnisse DT Projekt ****/
.c-teaser-search-result__projektinfo {
  /*--background-color: #002B54;
  --border-color: #002B54;
  --text-color: #FFFFFF;
  --link-color: #FFFFFF;*/
  --background-color: #BCD9F3;
  --border-color: #BCD9F3;
  --text-color: #000000;
  --link-color: #000000;
  color: var(--text-color);
  background: var(--background-color);
  margin-bottom: 25px;
  padding: 30px 30px 20px;
  border: 1px solid var(--border-color);
}
.c-teaser-search-result__projektinfo-text-item {
  display: flex;
}
.c-teaser-search-result__projektinfo-text-item p {
  margin-bottom: 10px;
  font-weight: bold;
  position: relative;
}
.c-teaser-search-result__projektinfo-text-item p:not([class]) {
  font-weight: normal;
}
.c-teaser-search-result__projekt .c-teaser-search-result__headline {
  margin-bottom: 10px;
}
.c-teaser-search-result__projekt .c-teaser-search-result__topline {
  margin-bottom: 10px;
  font-size: 2.2rem;
  font-weight: 600;
}
.c-teaser-search-result__projekt .c-teaser-search-result__excerpt p {
  margin-bottom: 20px;
}
.c-teaser-search-result__projektinfo-text-item {
  flex-direction: column;
}
@media only screen and (min-width: 37.563em) {
  .c-teaser-search-result__projektinfo-text-item {
    flex-direction: unset;
  }
  .c-teaser-search-result__projektinfo-beschreibung {
    width: 40%;
  }
  .c-teaser-search-result__projektinfo-text-item p:not([class]) {
    width: 60%;
  }
}
@media only screen and (min-width: 64em) {
  .c-teaser-search-result__projektinfo-beschreibung {
    width: 25%;
  }
  .c-teaser-search-result__projektinfo-text-item p:not([class]) {
    width: 75%;
  }
}

/**** Externe Links in blauer Box am rechten Rand ****/
.c-embed-extlink {
  position: relative;
  display: block;
  padding-left: 25px;
}
.c-embed-extlink::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 26px;
  height: 26px;
  -webkit-mask-image: url(/SiteGlobals/Frontend/Images/icons/icon_externallink_w.svg?__blob=normal&v=1);
  mask-image: url(/SiteGlobals/Frontend/Images/icons/icon_externallink_w.svg?__blob=normal&v=1);
  -webkit-mask-position: -422px -546px;
  mask-position: -422px -546px;
  background-color: currentColor;
  filter: none;
  outline: 10px solid currentColor;
  outline-offset: -10px;
  left: -4px;
  top: -3px;
  transform: scale(0.7);
}

/**** Kachel-Modul ohne Rand um die Bilder ****/
.c-card-list__borderless .c-card-list__item-wrapper {
  padding: 0 0 35px 0;
}
.c-card-list__borderless .c-card-list__item-wrapper .c-card-list__svg + a {
  padding-top: 30px;
}
.c-card-list__borderless .c-card-list__item-wrapper .c-card-list__svg:has(img) + a {
  padding-top: 0;
}
.c-card-list__borderless .c-card-list__item-wrapper a,
.c-card-list__borderless .c-card-list__item-wrapper p {
  padding-left: 20px;
  padding-right: 20px;
}

/**** Richtext-Akkordeon ****/
.richtext-accordion .tabs-list {
  display: none;
}
.richtext-accordion .heading {
  margin-bottom: 15px;
  border-color: #F0CCC4;
}
.richtext-accordion .heading.active-control {
  margin-bottom: 0;
  border-bottom: none;
}
.richtext-accordion .heading button {
  color: #000000;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 600;
  text-align: left;
  background: #F0CCC4;
  width: 100%;
  padding: 30px 70px 30px 30px;
  position: relative;
}
.richtext-accordion .heading button::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 25px;
  height: 25px;
  -webkit-mask-image: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=1);
  mask-image: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=1);
  -webkit-mask-position: -551px -50px;
  mask-position: -551px -50px;
  background-color: currentColor;
  filter: none;
  outline: 10px solid currentColor;
  outline-offset: -10px;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.richtext-accordion .heading.active-control button::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 25px;
  height: 25px;
  -webkit-mask-image: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=1);
  mask-image: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=1);
  -webkit-mask-position: -425px -421px;
  mask-position: -425px -421px;
  background-color: currentColor;
  filter: none;
  outline: 10px solid currentColor;
  outline-offset: -10px;
}
.richtext-accordion .heading + div {
  background: #F0CCC4;
  padding: 0 30px;
  margin-bottom: 15px;
  overflow: hidden;
  border: 1px solid #F0CCC4;
  border-top: none;
}

/**** Akkordeon, Positionierung Text ****/
.c-accordion__heading button {
  padding-left: 30px;
}

/**** Allgemeines Intro-Modul ****/
.c-intro--bg-blue,
.c-intro--bg-pink {
  padding: 45px 0 5px;
}
.c-intro--bg-blue::before {
  background: #BCD9F3;
}
.c-intro--bg-pink::before {
  background: #F0CCC4;
}
@media only screen and (min-width: 76em) {
  .c-intro--bg-blue::before,
  .c-intro--bg-pink::before {
    width: calc(((100% + 4rem) / 12 * 8) - 4rem + 4rem * 0)
  }
}
@media only screen and (min-width: 64em) {
  .c-intro--bg-blue::before,
  .c-intro--bg-pink::before {
    width: calc(((100% + 3rem) / 12 * 8) - 3rem + 3rem * 0)
  }
}

/**** focus-visible im Flyout ****/
.c-nav-primary__list button:focus-visible {
  outline: none;
  text-decoration: underline;
}

/**** Links im Richtext ****/
.c-article__content a.RichTextIntLink,
.c-article__content a.RichTextExtLink {
  display: inline-block;
}

/**** Abstände ****/
.c-article + .l-content-wrapper,
.l-content-wrapper + .l-content-wrapper {
  padding-top: 0;
}
@media only screen and (min-width: 64em) {
  .l-footer {
    margin-top: 0;
  }
}

/**** 3. Navigationsebene ****/
.c-nav-primary__list .c-flyout--inner .c-flyout__item a:focus-visible {
  outline: none;
  text-decoration: underline;
}
.c-nav-primary__list .c-flyout--inner .c-flyout__item a[aria-current=true] {
  text-decoration: underline;  
}
.c-nav-primary__list .c-flyout__item a:focus-visible {
  outline: none;
  text-decoration: underline;
}
.c-nav-primary__list .c-flyout__item a[aria-current=true] {
  text-decoration: underline; 
}

/**** Blaue Umrandung Intro-Headline entfernen ****/
.c-intro--border-blue::before {
  border: none;
}

/**** Einbettung Ansprechperson ****/
.c-embed-contact-big__name,
.c-embed-contact-big__function,
.c-embed-contact-big__department,
.c-contacts__name,
.c-contacts__function,
.c-contacts__department {
  margin-bottom: 20px;
  margin-top: 0;
}
.c-embed-contact-big__name {
  display: flex;
  flex-flow: column;
}
.c-embed-contact-big__name span {
  font-size: 1.6rem;
}
.c-embed-contact-big__function span,
.c-embed-contact-big__department span,
.c-contacts__function span,
.c-contacts__department span {
  display: block;
}
.c-embed-contact-big__item {
  position: relative;
  padding-bottom: 0;
}
.c-embed-contact-big__item .c-embed-contact-big__button-wrapper {
  position: absolute;
  bottom: 0%;
  right: -5%;
}
.c-embed-contact-big__item .c-embed-contact-big__vcf-wrapper {
  position: absolute;
  right: 0;
}
.c-embed-contact-big__item .c-embed-contact-big__vcf-wrapper a::after,
.c-contacts__vcf-wrapper a::after {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=1) no-repeat -301px -50px;
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
}
.c-embed-contact-big__department a.RichTextIntLink,
.c-contacts__department a.RichTextIntLink {
  text-decoration: none;
}
.c-embed-contact-big__department a.RichTextIntLink:active,
.c-embed-contact-big__department a.RichTextIntLink:hover,
.c-embed-contact-big__department a.RichTextIntLink:focus,
.c-contacts__department a.RichTextIntLink:active,
.c-contacts__department a.RichTextIntLink:hover,
.c-contacts__department a.RichTextIntLink:focus {
  text-decoration: underline;
}
.c-contacts__vcf-wrapper {
  margin-left: 90%;
}
.c-contacts__mail-link {
  font-weight: 600;
}
.c-embed-contact-big__item .c-embed-contact-big__vcf-wrapper {
  top: 0;
}
@media only screen and (min-width: 37.563em) {
  .c-embed-contact-big__item .c-embed-contact-big__vcf-wrapper {
    top: unset;
  }
}

/**** Abstand über Ergänzenden Informationen ****/
.c-article__content-related h2 {
  margin-top: 0;
}

/**** TOC Pfeile ****/
.c-toc__link::after {
  position: static;
  transform: translateX(5px);
}
.c-toc__link {
  display: inline-block;
}

/**** Aufteilung Tabs im Tab-Modul für Termine ****/
@media only screen and (min-width: 64em) {
  .c-presentation-slides__list {
    justify-content: space-evenly;
  }
}

.c-presentation-slides__container caption,
.c-presentation-slides__container thead tr th:nth-of-type(2),
.c-presentation-slides__container tbody tr td,
.c-presentation-slides__container tbody tr th p {
  text-align: left;
}
.wrapperTable .textualData caption,
.c-presentation-slides__container caption {
  text-transform: none;
}

@media only screen and (min-width: 64em) {
  table.downloadList .width20 {
    width: 10%;
  }
  table.downloadList .width50 {
    width: 60%;
  }
}

p.c-contacts__department a {
  display: inline-block;
}

/**** Termin-Modul ****/
.c-teaser-event {
  height: 100%;
}

p.themeHint {
  margin-bottom: 0;
  text-align: center;
  width: 30px;
  height: 35px;
  margin-top: 18px;
}
p.themeHint a.RichTextGlossarLink {
    display: inline-block;
    width: 35px;
    height: 35px;
    border: 1px solid;
    font-size: 2.4rem;
    color: #000000;
    text-decoration: none;
    margin-top: 18px;
    padding-left: 0;
}
p.themeHint a.RichTextGlossarLink:active,
p.themeHint a.RichTextGlossarLink:hover,
p.themeHint a.RichTextGlossarLink:focus {
  text-decoration: underline;
  cursor: help;
}
p.themeHint a.RichTextGlossarLink::before {
  content: none;
}
.themeHintText h2 {
  font-size: 2.4rem;
  margin-top: 10px;
  margin-bottom: 10px;
}
.themeHintText p {
  margin-bottom: 30px;
}

/**** Abstand über Button in Suchergebnislisten ****/
.l-content-wrapper__link-wrapper--list {
  margin-top: 40px;
}
/**** Suchergebnisdarstellung Ansprechperson ****/
.c-teaser-search-result__person--function,
.c-teaser-search-result__person--referat,
.c-teaser-search-result__person--contact {
  margin-top: 10px;
}
.c-teaser-search-result__person--function p,
.c-teaser-search-result__person--referat p {
  margin-bottom: 0;
}
.c-teaser-search-result__person--contact p {
  margin-bottom: 10px;
}
.c-teaser-search-result__person--vcf {
  margin-left: 75%;
}
.c-teaser-search-result__person--vcf a::after {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=1) no-repeat -301px -50px;
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
}

.c-embed-address {
    color: #000000;
    background: #BCD9F3;
    margin-bottom: 25px;
    padding: 30px 30px 20px;
    border: 1px solid #BCD9F3;
}
.c-embed-address__headline {
    font-size: 2.2rem;
    line-height: 1.1;
    font-weight: 600;
    text-align: center;
    margin-bottom: 25px;
}
.c-article__content .l-embedded--right + .l-embedded--right {
    clear: both;
}
.c-embed-address__title,
.c-embed-address__text {
    margin-bottom: 0;
}
.c-embed-address__text span {
    display: block;
}
.c-intro__event-date p {
    font-size: 1.8rem;
    margin-bottom: 20px;
}
.c-intro__register a {
    font-size: 1.8rem;
    position: relative;
    padding-left: 22px;
    text-decoration: underline;
}
.c-intro__register a:active,
.c-intro__register a:hover,
.c-intro__register a:focus {
    text-decoration: none;
}
.c-intro__register a::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 24px;
    height: 24px;
    -webkit-mask-image: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=1);
    mask-image: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=1);
    -webkit-mask-position: -551px -300px;
    mask-position: -551px -300px;
    background-color: currentColor;
    filter: none;
    outline: 10px solid currentColor;
    outline-offset: -10px;
    left: 0;
    top: 50%;
    transform: translateY(-50%) scale(0.75);
    transform-origin: center left;
}
.c-intro__date p {
    font-size: 1.8rem;
    margin-bottom: 20px;
}
.c-embed-presscontact {
    color: #000000;
    background: #BCD9F3;
    margin-bottom: 25px;
    padding: 30px 30px 20px;
    border: 1px solid #BCD9F3;
}
.c-embed-presscontact__headline {
    font-size: 2.2rem;
    line-height: 1.1;
    font-weight: 600;
    text-align: center;
    margin-bottom: 25px;
}
.c-embed-presscontact p,
.c-embed-presscontact ul {
    margin-bottom: 10px;
}
.l-embedded--right ~ .l-embedded--right {
  clear: both;
}
.l-embedded--right ~ figure.picture.rechts {
    clear: both;
}
.l-embedded--right ~ .l-content-wrapper.l-content-wrapper--wide {
  clear: both;
}
figure.picture.rechts ~ .l-embedded--right {
  clear: both;
}
figure.picture.rechts ~ figure.picture.rechts {
  clear: both;
}

/**** Suchergebnisdarstellung Download ****/
.c-teaser-search-result__publication .c-teaser-search-result__link span {
  margin-left: 5px;
}
.c-teaser-search-result__publication .c-teaser-search-result__link span::after {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=1) no-repeat -301px -50px;
  width: 25px;
  height: 25px;
  display: inline-block;
  position: absolute;
  margin-left: 20px;
}

/**** Funktionale Navigationsknoten in Hauptnavigation ****/
.c-nav-mobile__item a:not([class]),
.c-nav-mobile__item strong {
  font-weight: 600;
}
.c-nav-mobile__item strong {
  padding: 15px 60px 15px 0;
  padding-left: 0px;
  border-bottom: 3px solid var(--border-color);
  display: block;
  color: var(--link-color);
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: left;  
  font-style: italic;
}
.c-nav-mobile__item--level2 strong {
  padding-left: 10px;
  border-bottom-width: 2px;
}
.c-nav-mobile__item--level3 strong {
  padding-left: 20px;
  border-bottom-width: 1px;
}
@media only screen and (min-width: 64em) {
  .c-flyout.c-flyout--inner .c-flyout__list .c-flyout__item a:not([class]),
  .c-flyout.c-flyout--inner .c-flyout__list .c-flyout__item strong {
    width: 100%;
    padding: 15px 40px 15px 0;
    display: block;
    color: var(--link-color);
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
  }
  .c-flyout.c-flyout--inner .c-flyout__list .c-flyout__item strong,
  :not(.c-flyout--inner) > .c-flyout__list > .c-flyout__item > strong {
    text-decoration: underline;
  }
  :not(.c-flyout--inner) > .c-flyout__list > .c-flyout__item > a:not([class]),
  :not(.c-flyout--inner) > .c-flyout__list > .c-flyout__item > strong {
    width: 100%;
    padding: 15px 40px 15px 0;
    display: block;
    color: var(--link-color);
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
  }
  :not(.c-flyout--inner) > .c-flyout__list > .c-flyout__item > a:not([class])::after,
  :not(.c-flyout--inner) > .c-flyout__list > .c-flyout__item > strong::after {
    content: "\00a0\00a0";
    display: inline;
    position: absolute;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(/SiteGlobals/Frontend/Images/icons/icon_chevron_right_klein.svg?__blob=normal&v=1);
    mask-image: url(/SiteGlobals/Frontend/Images/icons/icon_chevron_right_klein.svg?__blob=normal&v=1);
    background-color: currentColor;
    filter: none;
    outline: 10px solid currentColor;
    outline-offset: -10px;
    position: relative;
    top: 6px;
    left: 3px;
  }
}

/**** Test Karte ****/
.c-map {
  margin-left: 0;
  margin-right: 0;
}
.c-map__tab-accordion {
  position: relative;
  margin-right: -4rem;
}
.c-map__mapContainer {
  width: 100%;
  height: 650px;
}
.c-map .c-map-marker-count {
  display: none;
}
.c-map .c-map__extlink {
  position: relative;
  color: #FFFFFF;
  font-size: 14px;
  padding-left: 20px;
}
.c-map .c-map__extlink::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 26px;
  height: 26px;
  -webkit-mask-image: url(/SiteGlobals/Frontend/Images/icons/icon_externallink_w.svg?__blob=normal&v=1);
  mask-image: url(/SiteGlobals/Frontend/Images/icons/icon_externallink_w.svg?__blob=normal&v=1);
  -webkit-mask-position: -422px -546px;
  mask-position: -422px -546px;
  background-color: currentColor;
  filter: none;
  outline: 10px solid currentColor;
  outline-offset: -10px;
  left: -8px;
  top: -8px;
  transform: scale(0.7);
}
.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}
.leaflet-container {
  overflow: hidden;
}
.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}
.leaflet-marker-icon,.leaflet-marker-shadow {
  display: block
}
.leaflet-container .leaflet-overlay-pane svg,.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer {
  max-width: none !important;
  max-height: none !important;
}
.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}
.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  touch-action: none;
  touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none;
}
.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51,181,229,0.4);
}
.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}
.leaflet-tile-loaded {
  visibility: inherit;
}
.leaflet-zoom-box {
  width: 0;
  height: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 800;
}
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}
.leaflet-pane {
  z-index: 400;
}
.leaflet-tile-pane {
  z-index: 200;
}
.leaflet-overlay-pane {
  z-index: 400;
}
.leaflet-shadow-pane {
  z-index: 500;
}
.leaflet-marker-pane {
  z-index: 600;
}
.leaflet-tooltip-pane {
  z-index: 650;
}
.leaflet-popup-pane {
  z-index: 700;
}
.leaflet-map-pane canvas {
  z-index: 100;
}
.leaflet-map-pane svg {
  z-index: 200;
}
.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}
.lvml {
  display: inline-block;
  position: absolute;
}
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  pointer-events: auto;
}
.leaflet-top,.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}
.leaflet-top {
  top: 0;
}
.leaflet-right {
  right: 0;
}
.leaflet-bottom {
  bottom: 0;
}
.leaflet-left {
  left: 0;
}
.leaflet-control {
  float: left;
  clear: both;
}
.leaflet-right .leaflet-control {
  float: right;
}
.leaflet-top .leaflet-control {
  margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
  margin-left: 10px;
}
.leaflet-right .leaflet-control {
  margin-right: 10px;
}
.leaflet-fade-anim .leaflet-tile {
  will-change: opacity;
}
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity .2s linear;
  -moz-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}
.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
  will-change: transform;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform .25s cubic-bezier(0,0,0.25,1);
  -moz-transition: -moz-transform .25s cubic-bezier(0,0,0.25,1);
  -o-transition: -o-transform .25s cubic-bezier(0,0,0.25,1);
  transition: transform .25s cubic-bezier(0,0,0.25,1);
}
.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}
.leaflet-interactive {
  cursor: pointer;
}
.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
}
.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}
.leaflet-popup-pane,.leaflet-control {
  cursor: auto;
}
.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}
.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container {
  pointer-events: none;
}
.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive {
  pointer-events: visiblePainted;
  pointer-events: auto;
}
.leaflet-container {
  background: #ddd;
  outline: 0;
}
.leaflet-container a {
  color: #0078a8;
}
.leaflet-container a.leaflet-active {
  outline: 2px solid orange;
}
.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255,255,255,0.5);
}
.leaflet-container {
  font: 12px/1.5 "Helvetica Neue",Arial,Helvetica,sans-serif;
}
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0,0,0,0.65);
  border-radius: 4px;
}
.leaflet-bar a,.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}
.leaflet-bar a,.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}
.leaflet-bar a:hover {
  background-color: #f4f4f4;
}
.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: 0;
}
.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}
.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.leaflet-control-zoom-in,.leaflet-control-zoom-out {
  font: bold 18px 'Lucida Console',Monaco,monospace;
  text-indent: 1px;
}
.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0,0,0,0.4);
  background: #fff;
  border-radius: 5px;
}
.leaflet-control-layers-toggle {
  width: 36px;
  height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
  background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}
.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}
.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}
.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}
.leaflet-control-layers label {
  display: block;
}
.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255,255,255,0.7);
  margin: 0;
}
.leaflet-control-attribution,.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
}
.leaflet-control-attribution a {
  text-decoration: none;
}
.leaflet-control-attribution a:hover {
  text-decoration: underline;
}
.leaflet-container .leaflet-control-attribution,.leaflet-container .leaflet-control-scale {
  font-size: 11px;
}
.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}
.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: 0;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  background: rgba(255,255,255,0.5);
}
.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: 0;
  margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}
.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar {
  box-shadow: none;
}
.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0,0,0,0.2);
  background-clip: padding-box;
}
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}
.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}
.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4;
}
.leaflet-popup-content p {
  margin: 18px 0;
}
.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}
.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.leaflet-popup-content-wrapper,.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0,0,0,0.4);
}
.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  border: 0;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma,Verdana,sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
}
.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999;
}
.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom:1;
}
.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(___YUICSSMIN_PRESERVED_TOKEN_3___)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}
.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px;
}
.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0,0,0,0.4);
}
.leaflet-tooltip.leaflet-clickable {
  cursor: pointer;
  pointer-events: auto;
}
.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}
.leaflet-tooltip-bottom {
  margin-top: 6px;
}
.leaflet-tooltip-top {
  margin-top: -6px;
}
.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}
.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}
.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}
.leaflet-tooltip-left {
  margin-left: -6px;
}
.leaflet-tooltip-right {
  margin-left: 6px;
}
.leaflet-tooltip-left:before,.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}
.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}
.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}
@-webkit-keyframes leaflet-gestures-fadein {
  0% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}
@keyframes leaflet-gestures-fadein {
  0% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}
.leaflet-container:after {
  -webkit-animation: leaflet-gestures-fadein .8s backwards;
  animation: leaflet-gestures-fadein .8s backwards;
  color: #fff;
  font-family: Roboto,Arial,sans-serif;
  font-size: 22px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.5);
  z-index: 461;
  pointer-events: none;
}
.leaflet-gesture-handling-scroll-warning:after,.leaflet-gesture-handling-touch-warning:after {
  -webkit-animation: leaflet-gestures-fadein .8s forwards;
  animation: leaflet-gestures-fadein .8s forwards;
}
.leaflet-gesture-handling-touch-warning:after {
  content: attr(data-gesture-handling-touch-content);
}
.leaflet-gesture-handling-scroll-warning:after {
  content: attr(data-gesture-handling-scroll-content);
}
.leaflet-cluster-anim .leaflet-marker-icon,.leaflet-cluster-anim .leaflet-marker-shadow {
  -webkit-transition: -webkit-transform .3s ease-out,opacity .3s ease-in;
  -moz-transition: -moz-transform .3s ease-out,opacity .3s ease-in;
  -o-transition: -o-transform .3s ease-out,opacity .3s ease-in;
  transition: transform .3s ease-out,opacity .3s ease-in;
}
.leaflet-cluster-spider-leg {
  -webkit-transition: -webkit-stroke-dashoffset .3s ease-out,-webkit-stroke-opacity .3s ease-in;
  -moz-transition: -moz-stroke-dashoffset .3s ease-out,-moz-stroke-opacity .3s ease-in;
  -o-transition: -o-stroke-dashoffset .3s ease-out,-o-stroke-opacity .3s ease-in;
  transition: stroke-dashoffset .3s ease-out,stroke-opacity .3s ease-in;
}
.marker-cluster-small {
  background-color: rgba(181,226,140,0.6);
}
.marker-cluster-small div {
  background-color: rgba(110,204,57,0.6);
}
.marker-cluster-medium {
  background-color: rgba(241,211,87,0.6);
}
.marker-cluster-medium div {
  background-color: rgba(240,194,12,0.6);
}
.marker-cluster-large {
  background-color: rgba(253,156,115,0.6);
}
.marker-cluster-large div {
  background-color: rgba(241,128,23,0.6);
}
.leaflet-oldie .marker-cluster-small {
  background-color: #b5e28c;
}
.leaflet-oldie .marker-cluster-small div {
  background-color: #6ecc39;
}
.leaflet-oldie .marker-cluster-medium {
  background-color: #f1d357;
}
.leaflet-oldie .marker-cluster-medium div {
  background-color: #f0c20c;
}
.leaflet-oldie .marker-cluster-large {
  background-color: #fd9c73;
}
.leaflet-oldie .marker-cluster-large div {
  background-color: #f18017;
}
.marker-cluster {
  background-clip: padding-box;
  border-radius: 20px;
}
.marker-cluster div {
  width: 30px;
  height: 30px;
  margin-left: 5px;
  margin-top: 5px;
  text-align: center;
  border-radius: 15px;
  font: 12px "Helvetica Neue",Arial,Helvetica,sans-serif;
}
.marker-cluster span {
  line-height: 30px;
}
/**** Logo Darkmode ****/
.c-logo__image--desktop-dark {
  display: none;
}
.c-logo__image--mobile-dark {
  display: none;
}
@media(prefers-color-scheme: dark) {
  .c-logo img {
    background: none;
  }
  .c-logo__image--desktop {
    display: none;
  }
  .c-logo__image--mobile {
    display: none;
  }
  .c-logo__image--desktop-dark {
    display: none;
  }
  .c-logo__image--mobile-dark {
    display: inline-block;
  }
}
@media only screen and (prefers-color-scheme: dark) and (min-width: 64em) {
  .c-logo__image--desktop-dark {
    display: inline-block;
  }
  .c-logo__image--mobile-dark {
    display: none;
  }
  .s-sticky-header .c-logo__image--mobile {
    display: none;
  }
  .s-sticky-header .c-logo__image--desktop-dark {
    display: none;
  }
  .s-sticky-header .c-logo__image--mobile-dark {
    display: inline-block;
  }
  .c-services__item {
    background: #333333;
  }
}
/**** Karte Popup ****/
.c-map__popup {
  position: absolute;
  transform: translateX(20px) translateY(-630px);
  padding: 25px;
  background: #002B54;
  color: #FFFFFF;
  width: 320px;
  z-index: 1000;
}
.c-map__popup .c-map__headline {
  display: block;
  font-size: 16px;
}
.c-map__popup span:not([class]) {
  display: block;
  font-size: 14px;
}
.c-map__popup.c-map__popup--empty {
  display: none;
}
/**** Schließen-Button Flyout ****/
.close-button {
  position: relative;
  left: 28px;
  bottom: -4px;
}
.close-button::after {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=1) no-repeat -176px -50px;
  width: 25px;
  height: 25px;
  display: block;
}
.c-nav-primary__list button.close-button:focus-visible {
  outline: 1px solid #FFFFFF;
  outline-offset: 3px;
}
.l-flyout__overview-wrapper {
  display: inline-block;
  width: 95%;
}

/**** Captions in Tabellen ****/
.responsiveTable table caption {
  text-transform: none;
}

/**** NavNode-Verlinkung in blauer Box ****/
.c-embed-downloads__link.RichTextIntLink.is-int-link {
  text-decoration: none;
}
.c-embed-downloads__link.RichTextIntLink.is-int-link:active,
.c-embed-downloads__link.RichTextIntLink.is-int-link:hover,
.c-embed-downloads__link.RichTextIntLink.is-int-link:focus {
  text-decoration: underline;
}

/**** Links in Flipcards ****/
.c-flip-card__text a {
  z-index: 1;
}

/**** Darkmode ****/
@media(prefers-color-scheme: dark) {
  table .even {
    background: #444444;
  }
  .c-nav-functions__visit-link svg {
    fill: #FFFFFF;
  }
  .c-accordion__heading {
    border-color: #FFFFFF;
  }
  p.searchHint a.RichTextGlossarLink,
  p.themeHint a.RichTextGlossarLink {
    color: #FFFFFF;
  }
  .mfp-inline-holder .mfp-content,
  .mfp-ajax-holder .mfp-content {
    background-color: #333333;
  }
  .mfp-inline-holder .mfp-content button.mfp-close,
  .mfp-ajax-holder .mfp-content button.mfp-close {
    color: #FFFFFF;
  }
  .c-teaser-search-result__person--vcf a::after {
    -webkit-mask-image: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=1);
    mask-image: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=1);
    -webkit-mask-position: -301px -50px;
    mask-position: -301px -50px;
    background-color: #FFFFFF;
    background-image: none;
    filter: none;
    outline: 10px solid #FFFFFF;
    outline-offset: -10px;
  }
}

/**** Scroll-Margin für Sprunglinks ****/
[id^="vt-sprg"] {
  scroll-margin-top: 120px;
}

/**** Links in Kacheln ****/
.c-card-list__borderless .c-card-list__item-wrapper p a {
  display: inline-block;
}

/**** Podcast-Einbettung ****/
.audio-wrapper {
  margin-bottom: 40px;
}

/**** Abstand Downloadtabelle und Standardartikel ****/
.c-article + .downloadTable h2 {
  margin-top: 0;
}
@media only screen and (min-width: 64em) {
  .downloadTable h2 + .downloadTable_teaserText {
    margin-top: -4rem;
  }
}

/**** Flyout Pfeile ****/
@media only screen and (min-width: 64em) {
  .c-flyout__link,
  :not(.c-flyout--inner) > .c-flyout__list > .c-flyout__item > a:not([class]),
  :not(.c-flyout--inner) > .c-flyout__list > .c-flyout__item > strong {
    hyphens: auto;
    word-break: break-word;
  }
  .c-flyout__link::after,
  :not(.c-flyout--inner) > .c-flyout__list > .c-flyout__item > a:not([class])::after,
  :not(.c-flyout--inner) > .c-flyout__list > .c-flyout__item > strong::after {
    display: inline-block;
  }
}

/**** Anpassunge Ansprechpersonensuche: Titel unter Namen ****/
.c-teaser-search-result__topline {
    order: initial;
}

/**** Ansprechpersonen mit h3 ****/
.c-ansprechpartner-headline--h2 {
	text-align: center;
    font-size: 2rem;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 3rem;
}
@media print, screen and (min-width: 37.563em) {
    .c-ansprechpartner-headline--h2 {
		font-size: 2.6rem;
    }
}
@media only screen and (min-width: 48em) {
    .s-xmedium-9 .c-ansprechpartner-headline--h2 {
        margin-left: calc(((-100% - 3rem) / 9* 0) - 3rem* 0);
        margin-right: calc(((-100% - 3rem) / 9* 3) - 3rem* 0);
    }
}
@media only screen and (min-width: 64em) {
    .s-large-6 .c-ansprechpartner-headline--h2 {
		font-size: 3.2rem;
        margin-left: calc(((-100% - 3rem) / 6* 1) - 3rem* 0);
        margin-right: calc(((-100% - 3rem) / 6* 5) - 3rem* 0);
        margin-top: 110px;
		margin-bottom: 8rem;
    }
}
@media only screen and (min-width: 76em) {
    .s-large-6 .c-ansprechpartner-headline--h2 {
        margin-left: calc(((-100% - 4rem) / 6* 1) - 4rem* 0);
        margin-right: calc(((-100% - 4rem) / 6* 5) - 4rem* 0);
    }
}
.l-content-wrapper__headline.c-ansprechpartner-headline--h2 {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.2;
	margin-top: 0;	
	margin-right: 0;
    margin-bottom: 30px;
	margin-left: 0;
}
@media only screen and (min-width: 37.563em), print {
    .l-content-wrapper__headline.c-ansprechpartner-headline--h2 {
        font-size: 2.6rem;
        line-height: 1.2;
    }
}
@media only screen and (min-width: 64em) {
    .l-content-wrapper__headline.c-ansprechpartner-headline--h2 {
        font-size: 3.2rem;
        line-height: 1.2;
        margin-bottom: 75px;
    }
} 