.l-lightbox .js-diagramm-printbutton {
    display:none;
}
.responsiveTable {
  overflow-x: auto;
}
.c-search-banner__submit input {
  margin: 0;
}
.s-main .l-content-wrapper:first-of-type {
  margin-top: -60px;
}
.s-main .c-accordion__item-content .l-content-wrapper:first-of-type {
  margin-top: 0;
}
.l-content-wrapper.l-content-wrapper--full-white+.l-content-wrapper.l-content-wrapper--full-white {
  margin-top: -30px;
}
.c-teaser__link--pressrelease-more-link {
  margin-top: 3rem;
  margin-left: 2.5rem;
}
.responsiveTable table {
  width: 100%
}
.c-accordion__item-opener,
.c-accordion__item-link {
  line-height: 1.3;
  padding-top: 20px;
  padding-bottom: 20px;
}
.c-accordion__item-content .responsiveTable table {
  margin-top: 20px;
}
.c-accordion__item-content-text h2:first-child {
  margin-top: 0;
}
/**** Texthervorhebung ****/
span.highlighttext,
p.highlightparagraph {
  background-color: #014B76;
  color: #FFFFFF;
}
span.highlighttext {
  padding: .2rem .5rem;
}
p.highlightparagraph {
  padding: .5rem 1rem;
}
span.highlighttext::selection,
p.highlightparagraph::selection {
  background-color: #FFFFFF;
  color: #5B6B70;
}
/**** Alterniernde Zeilen fuer Tabellen ****/
table .odd {
  background-color: #fff;
}
/*** Ausrichtung Bilduntertitel und Bildquelle ****/
.s-richtext .picture .wrapper-text {
  padding: 5px 10px;
}
.s-richtext .picture .source {
  padding-top: 0;
}
.s-richtext .picture .caption~.source {
  padding-top: 3px;
}
.mfp-content .picture .wrapper-text {
  padding: 5px 10px;
}
.mfp-content .picture .source {
  padding-top: 0px;
}
.mfp-content .picture .caption~.source {
  padding-top: 3px;
}
/**** Abstand zwischen Label und Value ****/
@media only screen and (min-width:600px) {
  .c-label-value-grid {
    column-gap: 1.5rem;
  }
}
@media only screen and (min-width: 1026px) {
  .c-label-value-grid {
    column-gap: 2rem;
  }
}
/**** Statistik-Ansicht ****/
.c-accordion .c-accordion__item-opener h2 {
  margin: 0;
  color: #fff;
  font-style: normal;
  font-weight: 700;
  font-size: 1.8rem;
}
.l-content-wrapper--padded.l-content-wrapper--margin-bottom {
  margin-bottom: 30px;
}
.sectionRelated .c-accordion .c-accordion {
  margin: -17px -25px 15px;
  width: calc(100% + 50px);
}
.sectionRelated .c-accordion__item .c-accordion__item .c-accordion__item-opener {
  background-color: #0077b8;
  color: #fff
}
/**** Kein Link-Icon im Fließtext ****/
a.RichTextIntLink::after {
  display: none;
}
a.RichTextIntLink:active,
a.RichTextIntLink:focus,
a.RichTextIntLink:hover {
  background-size: 100% 3px;
}
/**** Überschrift h1 im Fließtext kleiner ****/
@media only screen and (min-width: 1026px) {
  .s-richtext h1,
  .s-richtext .h1 {
    font-size: 3rem;
  }
}
/**** Abstände in der Bereichsnavigation ab Ebene 3 ****/
.s-side-navigation .c-accordion .c-accordion__item-content .c-accordion__item-content {
  padding-right: 20px;
}
.s-side-navigation .c-accordion__item .c-accordion__item ul li {
  margin-bottom: 10px;
}
.s-side-navigation .c-accordion__item .c-accordion__item ul li:last-child {
  margin-bottom: 0;
}
.s-side-navigation .c-accordion .c-accordion .c-accordion__item-content strong {
  padding-left: 13px !important;
  display: block;
}
.s-side-navigation .c-accordion .c-accordion .c-accordion__item-content strong::after {
  left: -15px;
}
/**** Ausrichtung Breadcrumb ****/
@media only screen and (min-width: 1026px) {
  .c-breadcrumb {
    padding-left: 0;
  }
}
/**** Glossar ****/
.glossaryIndex.navIndex {
  padding-bottom: 20px;
}
.glossaryIndex.navIndex:after {
  content: " ";
  display: block;
  clear: both;
}
.glossaryIndex.navIndex li {
  float: left;
  padding-right: 1rem;
  padding-bottom: 1rem;
}
.glossaryIndex.navIndex li a,
.glossaryIndex.navIndex li span,
.glossaryIndex.navIndex li strong {
  display: block;
  min-width: 3rem;
  text-align: center;
  height: 3rem;
  line-height: 3rem;
  background: #014b76;
  font-size: 1.6rem;
  color: #fff;
  border-radius: 5px;
  border: 1px solid #014b76;
}
.glossaryIndex.navIndex li strong {
  color: #014b76;
  background-color: #f5f5f5;
  text-decoration: underline;
}
.glossaryIndex.navIndex li span {
  background-color: transparent;
  color: #5b6b70;
}
.c-accordion--glossar .c-accordion__item-opener {
  background-color: transparent;
  color: #014b76;
}
.c-accordion--glossar .c-accordion__item-opener h2 {
  color: #014b76;
}
.c-accordion--glossar .c-accordion__item {
  border-bottom-color: #014b76
}
.c-accordion--glossar .c-accordion__item:first-child {
  border-top: 3px solid #014b76;
}
.c-topic {
  contain: none;
  overflow: visible;
}
/**** Optimierung Überschriften und Marginalspalte ****/
.c-teaser__headline:not(.c-headline) {
  display: flex;
  flex-wrap: wrap;
}
.c-teaser__headline:not(.c-headline) .c-headline__sub {
  flex: 1 0 100%;
  position: static;
}
.s-main .h2.c-headline {
  font-size: 3rem;
  hyphens: auto;
}
.s-aside .l-content-wrapper--padded {
  margin-bottom: 30px;
}
/**** Optimierung Flyout ****/
.c-nav-overlay__heading-link:after {
  transform: translateY(50%);
  top: 0;
  bottom: auto;
  right: -35px;
}
.c-nav-overlay__heading-link:hover:after,
.c-nav-overlay__heading-link:active:after,
.c-nav-overlay__heading-link:focus:after {
  right: -50px;
}
/**** Ausrichtung Bilder ***/
@media only screen and (min-width: 600px),print{
    .picture.linksnormal {
      float: left;
      margin-right: 20px;
      margin-bottom: 20px;
    }
    .picture.rechtsnormal {
      float: right;
      margin-left: 20px;
      margin-bottom: 20px;
    }
}
.picture .loupe {
  background-color: rgba(255, 255, 255, 0.50);
  border-radius: 20px 0 0;
}
.picture .loupe:active,
.picture .loupe:focus,
.picture .loupe:hover {
  opacity: 1;
  background-color: #fff;
}
/**** Optimierung Tabellenansichten ****/
/**** Tabelle mit Rahmen *****/
.s-richtext td,
.s-richtext th {
  padding: 5px;
  font-size: 1.4rem;
}
.s-richtext table.dataTable th {
  padding-top: 25px;
  vertical-align: top;
}
.s-richtext .tablebordershrink {
  background-color: #a2a2a2;
  border-collapse: separate;
  padding-bottom: 0;
}
.s-richtext .tablepadding td,
.s-richtext .tablepadding th,
.s-richtext .tableborderpadding td,
.s-richtext .tableborderpadding th,
.s-richtext .tablepaddingsearchable td,
.s-richtext .tablepaddingsearchable th,
.s-richtext .tableborderpaddingsearchable td,
.s-richtext .tableborderpaddingsearchable th {
  padding: 15px 12px;
}
/**** Fix Scrollverhalten fuer Lightboxen ****/
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  overflow: auto;
}
/**** Rahmen fuer Bilder ueber Rolle bei embedded ****/
figure .wrapper--bigborder {
  border: 5px solid #0077b8;
  border-bottom: 0;
}
figure .wrapper--thinborder {
  border: 1px solid #0077b8;
  border-bottom: 0;
}
/**** Optimierung Formulare ****/
input.reset {
  background: #ebf3fa;
  border-color: #014b76;
  color: #014b76;
}
input.reset:active,
input.reset:focus,
input.reset:hover {
  background: #ebf3fa;
  border-color: #014b76;
  color: #014b76;
  text-decoration: underline;
}
.c-topic__title {
  font-size: 1.5rem;
}
@media screen and (min-width: 64.12375em) {
  .c-topic__title {
    font-size: 1.8rem;
  }
}
/**** Mehrstufige Akkordeon-Module ****/
.content .c-accordion__item-content.is-shown {
  border-left: 2px solid #014B76;
  padding-left: 18px;
}
.content .c-accordion.c-accordion--no-icon .c-accordion__item-opener {
  padding-left: 25px;
}
.content .c-accordion .c-accordion {
  width: calc(100% + 25px);
  margin-left: 0;
}
.content .c-accordion .c-accordion .c-accordion__item-content.is-shown {
  border-left: 2px solid #0077b8;
  padding-left: 23px;
}
.content .c-accordion .c-accordion .c-accordion__item-opener {
  background-color: #0077b8;
}
.content .c-accordion__item-opener h3 {
  margin: 0;
  color: #fff;
}
.c-accordion h1 {
  font-size: 2.2rem;
}
/**** Glossarlinks im Content ****/
.content a.RichTextGlossarLink {
  font-weight: normal;
  color: #5b6b70;
  border-bottom: 2px dotted currentColor;
  display: inline;
}
.content a.RichTextGlossarLink:active,
.content a.RichTextGlossarLink:focus,
.content a.RichTextGlossarLink:hover {
  background-image: none;
  border-bottom: 2px solid currentColor;
  color: #014B76;
  transition: none;
  background-size: 0 0;
}
/**** Teaser mit Border ****/
.c-teaser__content.c-teaser__content--with-border {
  padding: 20px 40px;
  border-top: 2px solid #014b76;
}
.c-teaser__wrapper--first-element .c-teaser__content.c-teaser__content--with-border {
  /* margin-top: 30px; */
  border-top: 0;
}
.c-teaser__content.c-teaser__content--with-border h3 {
  margin-top: 0;
  margin-bottom: 1rem;
}
.c-teaser__content.c-teaser__content--with-border .c-teaser__text ul:last-child {
  margin-bottom: 10px;
}
.c-teaser__content.c-teaser__content--with-border .c-teaser__text ul li {
  margin-top: 5px;
}
/*** Anpassung Ausgabe Untertitel *****/
.c-subheadline {
  text-transform: none;
}
/*** Überschriften h2 Ergaenzende Informationen *****/
.sectionRelated h2,
.sectionRelated h2.h3 {
  font-size: 1.8rem;
  line-height: 1.2;
  margin-top: 10px;
  margin-bottom: 10px;
  font-style: italic;
  font-weight: bold;
}
.h-no-margin .c-publication,
.sectionRelated .c-publication {
  color: #014b76;
  font-weight: 600;
}
.h-no-margin .c-publication__filedata,
.sectionRelated .c-publication__filedata {
  font-weight: normal;
  font-size: 1.4rem;
  margin-top: 3px;
}
@media only screen and (min-width: 1026px) {
  .sectionRelated h2,
  .sectionRelated h2.h3 {
    font-size: 2.4rem;
    line-height: 1.25;
    margin-top: 18px;
    margin-bottom: 18px;
  }
}
table {
  table-layout: auto;
}
tbody tr:last-child {
  border-bottom: 0;
}
/**** Darstellung externer Links im Content ****/
.content a.external.RichTextExtLink {
  padding-left: 0;
}
/*** IE-Fix für NavToTop ***/
.c-footer.is-sticky {
  right: auto;
  left: 50%;
  transform: translate(-50%, 100%);
  width: calc(100% - 20px);
  margin: 0;
}
@media only screen and (min-width: 1024px),
print {
  .c-footer.is-sticky {
    width: calc(100% - 66px);
  }
}
/**** Optimierung Marginalspalte ****/
.s-aside .c-headline::before {
  height: calc(100%);
}
.s-aside .c-headline.c-headline--with-header::before {
  height: calc(100% - 30px);
}
/**** Zitatbox in Marginalspalte ****/
.c-cite-box .c-cite-box__content-wrapper blockquote {
  line-height: 1;
  font-size: 1.6rem;
}
.c-cite-box .c-cite-box__content-wrapper blockquote:before,
.c-cite-box .c-cite-box__content-wrapper blockquote:after {
  display: none;
}
.c-cite-box .c-cite-box__content-wrapper blockquote p {
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: bold;
  font-style: italic;
  color: #000;
  display: block;
  margin-bottom: 1.5rem;
}
.c-cite-box .c-cite-box__content-wrapper blockquote p:before,
.c-cite-box .c-cite-box__content-wrapper blockquote p:after {
  display: inline;
  content: '„';
  color: currentColor;
}
.c-cite-box .c-cite-box__content-wrapper blockquote p:after {
  content: '“';
}
.c-cite-box .c-cite-box__content-wrapper blockquote cite {
  font-size: 1.4rem;
  font-style: normal;
  line-height: 1.2;
  color: #000;
}
.c-cite-box .c-cite-box__image-wrapper {
  margin-bottom: 3rem;
}
.c-cite-box .c-cite-box__content-wrapper {
  display: flex;
  flex-direction: column-reverse;
}
/**** Anpassung Headline-Strich aus Telko am 10.06. ****/
.c-headline::before {
  left: 18px;
  max-height: 29px;
}
.c-headline--with-header::before {
  top: 28px;
}
@media only screen and (min-width: 1026px) {
  .c-headline::before {
    max-height: 36px;
  }
}
/**** Hintergrund Lightboxen auf blau ändern ****/
.mfp-bg {
  background: #014b76;
}
/**** Optimierung Glossar-Popup *****/
#navFunctionsGlossary {
  text-align: right;
}
/**** PM-Suche *****/
form[name='searchPM'] {
  padding: 0;
}
.resultsPerPage {
  float: right;
}
.resultsPerPage p {
  float: right;
}
.resultsPerPage ul:not([class]) {
  margin-top: 0;
  float: left;
  margin-bottom: 0;
  margin-right: 1rem;
}
main .resultsPerPage ul li {
  float: left;
  padding: 0 10px;
  margin-top: 0;
  border-right: 2px solid #014b76;
}
main .resultsPerPage ul li:last-child {
  border-right: 0;
}
main .resultsPerPage ul li:before {
  display: none;
}
.c-pagination {
  padding-bottom: 60px;
}
.links.c-pm-search li {
  border-bottom: 2px solid #014b76;
  padding: 2rem;
}
.links.c-pm-search li.c-header-entry {
  font-weight: bold;
}
nav.c-pagination.c-pagination--top {
  padding-bottom: 30px;
}
nav.c-pagination.c-pagination--bottom {
  padding-top: 30px;
}
.links.c-pm-search .pm-volume-wrapper {
  font-weight: bold;
}
.c-facet-wrapper h2.h4 {
  margin-bottom: 1rem;
}
.c-facet-wrapper ul {
  margin-bottom: 3rem;
}
.c-facet-wrapper li.facet.facet-checkbox a {
  padding: 5px 0 5px 40px;
  position: relative;
}
.c-facet-wrapper li.facet.facet-checkbox a:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  background-color: #fff;
  width: 24px;
  height: 24px;
  border: solid 3px #014b76;
  -webkit-transition-property: background-color;
  transition-property: background-color;
}
.c-facet-wrapper li.facet.facet-checkbox a:active:before,
.c-facet-wrapper li.facet.facet-checkbox a:focus:before,
.c-facet-wrapper li.facet.facet-checkbox a:hover:before,
.c-facet-wrapper li.facet.selectedFacet.facet-checkbox a:before {
  background: #014b76;
}
.c-facet-wrapper li.facet.facet-checkbox a:after {
  color: transparent;
  width: 24px;
  height: 24px;
  text-align: center;
  top: 3px;
  left: 0;
  content: ' ';
  font-weight: bold;
  position: absolute;
  display: inline-block;
  line-height: 24px;
  font-size: 18px;
}
.c-facet-wrapper li.facet.selectedFacet.facet-checkbox a:active:after,
.c-facet-wrapper li.facet.selectedFacet.facet-checkbox a:focus:after,
.c-facet-wrapper li.facet.selectedFacet.facet-checkbox a:hover:after {
  color: #014b76;
}
.c-facet-wrapper li.facet.selectedFacet.facet-checkbox a:after {
  color: #fff;
  content: 'x';
}
.c-facet-wrapper .c-facet-reset a {
  display: block;
  padding: 1rem;
  text-align: center;
  min-width: 10rem;
  font-size: 1.6rem;
  background-color: #014b76;
  color: #fff;
  font-weight: bold;
  margin-bottom: 30px;
  border: 2px solid #014b76;
}
.c-facet-wrapper .c-facet-reset a:hover {
  background-color: #fff;
  color: #014b76
}
.select-wrapper option:disabled {
  color: rgb(213, 94, 0);
}
.c-publication {
  font-weight: 600;
}
.c-publication span.c-publication__filedata {
  font-weight: 400;
}
.s-main .picture .wrapper-text {
  padding: 5px 10px;
}
.s-main .picture .source {
  padding-top: 0;
}
.navServiceGS .c-nav-service-meta__link,
.navServiceLS .c-nav-service-meta__link,
.navRSSFeed .c-nav-service-meta__link {
  display: inline-block;
  margin-right: 15px;
}
.navServiceGS .c-nav-service-meta__link::before {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -50px -445px;
  width: 25px;
  height: 20px;
  display: inline-block;
  position: absolute;
  left: -25px;
}
.navServiceLS .c-nav-service-meta__link::before {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -555px -293px;
  width: 25px;
  height: 20px;
  display: inline-block;
  position: absolute;
  left: -25px;
}
.navRSSFeed .c-nav-service-meta__link::before {
  content: '';
  background: url("../icons/sprite-social.svg") no-repeat 0 -1660px;
  width: 50px;
  height: 50px;
  display: inline-block;
  position: absolute;
  left: -35px;
  bottom: -18px;
  transform: scale(50%);
}
.c-teaser--blue .RichTextGlossarLink.GlossarEntry {
  color: #FFFFFF;
  font-weight: 700;
}
.c-teaser--blue .RichTextGlossarLink.GlossarEntry:active,
.c-teaser--blue .RichTextGlossarLink.GlossarEntry:hover,
.c-teaser--blue .RichTextGlossarLink.GlossarEntry:focus {
  color: #FFFFFF;
  font-weight: 700;
  border-bottom: 2üx solid #FFFFFF;
}
.c-teaser--blue abbr {
  border-bottom: 1px dotted #FFFFFF;
}
/**** Abstand Boxen in Marginaspalte ****/
.s-aside .l-content-wrapper--padded {
  padding-top: 2rem;
}
/**** Akkordeon-Inhalte ohne Überschrift ****/
.c-accordion__item-content .l-content-wrapper--padded.l-content-wrapper--no-headline {
  padding: 0;
  padding-bottom: 20px;
}
/**** Content-Inhalt ohne Abstand nach unten (z.B. Zahlen, Daten, Fakten bei Statistiken) ****/
.s-main .l-content-wrapper.l-content-wrapper--no-space-bottom {
  padding-bottom: 0;
}
.c-stage.row .c-teaser__content {
  padding: 25px 10% 10px 10%;
}
.c-cite-box__text-wrapper .c-teaser__link {
  margin-top: -2rem;
  margin-bottom: 50px;
}
/**** Suchoverlay *****/
.c-nav-overlay label {
  color: #f5f5f5;
}
.c-search-banner__input input:active,
.c-search-banner__input input:focus,
.c-search-banner__input input:hover {
  border-color: #f5f5f5;
}
.c-search-banner__input input::placeholder {
  color: #aaa;
  font-size: 2.5rem;
  font-weight: 200;
}
.c-searchform-wrapper__expert {
  position: relative;
}
.c-searchform-wrapper__expert .c-search-banner__input input {
  border-color: #014b76;
  color: #5b6b70;
}
.c-searchform-wrapper__expert .formField {
  margin-bottom: 0;
}
.c-search-banner__submit input.submit {
  --background-color: transparent;
  padding: 0;
}
.c-searchform-wrapper__expert .c-search-banner__input input::placeholder {
  color: #666666;
}
.c-searchform-wrapper__expert .c-search-banner__submit {
  position: absolute;
  right: 0;
  bottom: -1px;
  z-index: 1;
}
.c-searchform-wrapper__expert .c-search-banner__submit::after {
  background-position: -533px -444px;
}
.resultsPerPage strong {
  color: #014b76;
}
@media screen and (min-width: 90em) {
  .row .row {
    margin-right: -2rem;
    margin-left: -2rem;
  }
}
/**** Punkte der Sliderpagination ****/
.c-slideshow-navigation .slick-dots button {
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  width: 25px;
  height: 25px;
  margin: 3px;
}
.c-slideshow-navigation .slick-dots button:active::before,
.c-slideshow-navigation .slick-dots button:focus::before,
.c-slideshow-navigation .slick-dots button:hover::before {
  background-color: transparent;
  border-width: 4px;
}
@media only screen and (min-width:600px) {
  .c-slideshow-navigation .slick-dots button {
    margin: 5px;
    width: 30px;
    height: 30px;
  }
}
@media only screen and (min-width: 1026px) {
  .c-slideshow-navigation .slick-dots button {
    margin: 5px 13px;
    width: 36px;
    height: 36px;
  }
}
.c-slideshow-navigation .slick-dots button {
  color: #003a66;
}
.c-slideshow-navigation .slick-dots .slick-active button {
  background: #003a66;
  color: #fff;
}
.c-slideshow-navigation .slick-dots .slick-active button:active::before,
.c-slideshow-navigation .slick-dots .slick-active button:hover::before,
.c-slideshow-navigation .slick-dots .slick-active button:focus::before {
  content: none;
  cursor: default;
}
.c-slideshow-navigation .slick-dots .slick-active:active,
.c-slideshow-navigation .slick-dots .slick-active:hover,
.c-slideshow-navigation .slick-dots .slick-active:focus,
.c-slideshow-navigation .slick-dots .slick-active button:active,
.c-slideshow-navigation .slick-dots .slick-active button:hover,
.c-slideshow-navigation .slick-dots .slick-active button:focus {
  cursor: default;
}
/**** Themenmodul in einer Flucht mit den übrigen Modulen der Startseite ****/
@media screen and (min-width: 90em) {
  .row .row__themen {
    margin-right: -0.8rem;
    margin-left: -0.8rem;
  }
}
/**** Footer in small ****/
@media screen and (max-width: 600px) {
  .c-basics__list {
    display: block;
  }
  .c-basics__list .c-basics__item {
    width: 100%;
    margin: 0;
  }
  .c-footer__phone-link {
    font-size: 5rem;
  }
}
/**** Meldungsarchiv ****/
form[name='searchMeldungen'] {
  padding: 0;
}
/**** Silbentrennung für Teaser ****/
.c-teaser__headline.c-headline {
  hyphens: auto;
}
/**** Ausrichtung Modul "Besondere Themen" auf der Startseite ****/
.l-content-wrapper.c-besondere-themen {
  margin-top: 60px;
}
/**** Unterschiedliche Links im Aktuelles-Modul basierend auf Panel anzeigen ****/
.c-news__archive {
    position: absolute;
    transform: translateY(-100%);    
    bottom: 5px;
    margin-bottom: 0;
}
.tabs-panel~.c-news__archive.text-center {
  display: none;
}
#panel1.tabs-panel.is-active~.c-news__archive.text-center.archive-link-1 {
  display: initial;
}
#panel2.tabs-panel.is-active~.c-news__archive.text-center.archive-link-2 {
  display: initial;
}
#panel3.tabs-panel.is-active~.c-news__archive.text-center.archive-link-3 {
  display: initial;
}
/**** Abstände ggfs. noch anpassen ****/
p.h-no-margin+p {
  margin-bottom: 0;
}
.responsiveTableWrapper .responsiveTable table:not([class*=searchable]) {
  margin-top: 0;
}
.main ul:not([class]) li:first-of-type,
.main ol:not([class]) li:first-of-type {
  margin-top: 0;
}
/**** Abstände optimieren ****/
.s-richtext h3,
.s-richtext p,
main ol.ol,
main ol.ol li > p,
main ol.ul,
main ol.ul li > p,
main ol:not([class]),
main ol:not([class]) li > p,
main ul.ol,
main ul.ul li > p,
main ul.ul,
main ul.ul li > p,
main ul:not([class]),
main ul:not([class]) li > p,
.s-richtext .c-publication,
.s-richtext caption,
.s-richtext .responsiveTableWrapper .responsiveTable table,
.s-richtext .c-accordion__item p,
.s-richtext .c-accordion__item ol.ol,
.s-richtext .c-accordion__item ol.ol li > p,
.s-richtext .c-accordion__item ol.ul,
.s-richtext .c-accordion__item ol.ul li > p,
.s-richtext .c-accordion__item ol:not([class]),
.s-richtext .c-accordion__item ol:not([class]) li > p,
.s-richtext .c-accordion__item ul.ol,
.s-richtext .c-accordion__item ul.ol li > p,
.s-richtext .c-accordion__item ul.ul,
.s-richtext .c-accordion__item ul.ul li > p,
.s-richtext .c-accordion__item ul:not([class]),
.s-richtext .c-accordion__item ul:not([class]) li > p,
.s-richtext .c-accordion__item .c-publication,
.s-richtext .c-accordion__item caption,
.s-richtext .c-accordion__item .responsiveTableWrapper .responsiveTable table {
  margin-bottom: 1rem;
}
.s-richtext .responsiveTable {
  margin-bottom: 0;
}
main ol.ol li,
main ol.ul li,
main ol:not([class]) li,
main ul.ol li,
main ul.ul li,
main ul:not([class]) li {
  margin-top: 5px;
}
.formField,
.formFieldcheckbox {
  margin-bottom: 20px;
}
.resultsPerPage ul li {
  margin-top: 0 !important;
}
/**** Slider Online-Services ****/
.c-teaser--darkgrey {
  background: #6E6E6E;
}
.c-teaser--darkgrey abbr {
  border-bottom: 1px dotted #FFFFFF;
}
.c-teaser--grey {
  background: #F5F5F5;
}
.c-teaser--grey abbr {
  border-bottom: 1px dotted #000000;
}
.c-teaser--grey .c-teaser__content .c-teaser__headline,
.c-teaser--grey .c-teaser__content .c-teaser__text p {
  color: #000;
}
.c-teaser--grey .c-teaser__content .c-teaser__link .c-link {
  color: #014B76;
}
.c-teaser--grey .c-teaser__content .c-teaser__headline::before {
  color: #014B76;
  background: #014B76;
}
.c-teaser--grey .c-teaser__content .c-teaser__headline .c-headline__sub {
  color: #000000 !important;
}
.c-teaser--grey .c-teaser__content .c-teaser__link .c-link.c-link--internal::after {
  background-position: -431px -176px;
}
.c-teaser--grey .c-teaser__content .c-teaser__link .c-link.c-link--external::after {
  background-position: -162px -677px;
}
.c-teaser--grey .c-teaser__content .c-teaser__link .c-link {
  background-image: repeating-linear-gradient(to left, #000, #000);
  background-repeat: no-repeat;
  background-position: left 0 bottom 0;
}
/**** Abstand unterhalb Adressen ****/
address {
  margin-bottom: 1rem;
}
/**** Korrektur Sprungmarken im Richtext ****/
.s-richtext a[id]:not([class]) {
  height: 0px !important;
  position: absolute;
  margin-top: -420px;
}
@media screen and (min-width: 600px) {
  .s-richtext a[id]:not([class]) {
    margin-top: -330px;
  }
}
@media screen and (min-width: 1026px) {
  .s-richtext a[id]:not([class]) {
    margin-top: -250px;
  }
}
/**** Videos und Tabellen in Akkordeon-Elementen *****/
.c-accordion__item-content-text .mejs__wrapper {
  margin-left: -20px;
}
.c-accordion .responsiveTableWrapper {
  margin-left: -10px;
  margin-right: -10px;
}
.c-accordion .responsiveTableWrapper caption,
.c-accordion .responsiveTableWrapper tfoot td {
  padding-left: 10px;
  padding-right: 10px;
}
/**** Eingebettete Downloads für Akkordeon-Elementen ****/
.s-richtext .h-no-margin+.c-accordion {
  margin-top: 10px;
}
/**** Umstellung Modul Allgemeines ****/
.c-news__link {
  padding-left: 0;
  padding-right: 25px;
}
.c-news__link::before {
  left: auto;
  right: 0;
}
.c-news__link::after {
  left: auto;
  right: 6px;
}
/**** Optimierung Statistikübersicht ****/
.s-main .l-content-wrapper-statistics .l-content-wrapper {
  margin-top: 0;
}
.s-main .l-content-wrapper-statistics .s-richtext {
  padding-bottom: 35px;
}
.s-main .l-content-wrapper-statistics .s-richtext+.s-richtext {
  padding-top: 0;
}
/**** Optimierung DropDowns ****/
.c-fancy-selects__list {
  z-index: 2;
  max-height: 400px;
  overflow-y: scroll;
}
.c-fancy-selects__item {
  padding: 10px 0;
}
.dataTables_wrapper .c-fancy-selects__list {
  padding: 5px 0;
  overflow-y: auto;
}
.dataTables_wrapper .c-fancy-selects__item {
  padding: 5px 10px 5px 23px;
}
/**** Korrektur Footer in Large ****/
@media only screen and (min-width: 1026px) {
  .c-footer__site-info::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }
}
/**** Online-Services: Anpassung blaue Darstellung auf graue Darstellung ****/
.c-news.c-service--3colums .c-teaser--blue .c-headline.c-headline--with-header {
  padding-top: 28px;
}
.c-news.c-service--3colums .c-teaser--blue .c-headline.c-headline--with-header .c-headline__sub {
  top: 0;
}
.c-news.c-service--3colums .c-teaser--blue .c-headline.c-headline--pull-out::before {
  left: 15px;
  top: 28px;
}
.navPrimary .menu-box {
  display: none;
}
.header.hasBreadcrumb .navPrimary .menu-box {
  top: calc(100% - 29px);
}
.navPrimary .menu-box li strong {
  border: 0;
}
.navPrimary>ul>li>div {
  padding-bottom: 0;
}
.navPrimary .menu-nn {
  padding-bottom: 20px;
}
@media only screen and (min-width: 1026px) {
  .navPrimary .menu-box {
    width: 90%;
    max-width: 1200px;
    min-width: 800px;
  }
  .navPrimary .menu-box ul li {
    padding: 15px 20px 15px 0;
  }
  .navPrimary .menu-box li a,
  .navPrimary .menu-box li strong {
    line-height: 1.3;
  }
}
/**** Umfluss durch Bild-Rolle beenden ****/
.s-richtext .s-reset-floating+p:after {
  clear: both;
  display: block;
  content: " ";
}
/**** Optimierung Darstellung von Fehlermeldungen *****/
.formError {
  font-size: 1.4rem;
}
/**** Liste mit runden Aufzählungszeichen ****/
main ol.circle {
  counter-reset: circle-ol;
  margin-bottom: 2rem;
  margin-left: 0;
  padding-left: 20px;
}
main ol.circle li {
  line-height: 25px;
  margin-top: 6px;
  position: relative;
  padding-left: 3.5rem;
}
main ol.circle li::before {
  content: counters(circle-ol, "");
  background: transparent;
  width: 25px;
  height: 25px;
  border: 0;
  background-color: #014b76;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  counter-increment: circle-ol;
  display: inline-block;
  position: static;
  top: 1.1rem;
  text-align: center;
  margin-left: -3.5rem;
  margin-right: 10px;
}
/****
 * Umstellung Pagination fuer Bildergalerien
 ****/
.galleryBox .c-slideshow-navigation .slick-dots li button {
  display: none;
}
.galleryBox .c-slideshow-navigation .slick-dots li.slick-active button,
.galleryBox .c-slideshow-navigation .slick-dots li.show button,
.galleryBox .c-slideshow-navigation .slick-dots li:first-child button,
.galleryBox .c-slideshow-navigation .slick-dots li:last-child button {
  display: block;
}
.c-slideshow-navigation__prev,
.c-slideshow-navigation__next {
  //display: none;
}
.galleryBox .c-slideshow-navigation .slick-dots li.showDots::after {
  content: "...";
}
.galleryBox .c-slideshow-navigation .slick-dots li:first-child::after,
.galleryBox .c-slideshow-navigation .slick-dots li:last-child::after {
  display: none;
}
/****
 * Akkordoen am Ende abgrenzen
 ****/
.c-accordion {
  margin-bottom: 20px;
}
.c-accordion__item {
  border-bottom: solid 3px #ffffff;
}
.content .c-accordion__item-content.is-shown::after {
  display: block;
  content: ' ';
  height: 2px;
  background-color: #014b76;
  width: 100px;
  margin-top: 18px;
  margin-left: 50%;
  margin-bottom: 18px;
  transform: translateX(-50px);
}
/**** Rolle Button für Links ****/
.content .c-embedded-button,
.content a.external.RichTextExtLink.c-embedded-button {
  background-color: #014b76;
  margin: 20px auto;
  display: block;
  width: fit-content;
  text-align: center;
  padding: 10px 20px;
  font-size: 1.6rem;
  border: 2px solid #014b76;
  color: #fff;
  font-weight: bold;
  background-image: none;
}
.content .c-embedded-button:active,
.content a.external.RichTextExtLink.c-embedded-button:active,
.content .c-embedded-button:focus,
.content a.external.RichTextExtLink.c-embedded-button:focus,
.content .c-embedded-button:hover,
.content a.external.RichTextExtLink.c-embedded-button:hover {
  background-color: #fff;
  color: #014b76;
  background-image: none;
  text-decoration: underline;
}
.content a.external.RichTextExtLink.c-embedded-button::after {
  background-position-x: -50px;
}
.content a.external.RichTextExtLink.c-embedded-button:active::after,
.content a.external.RichTextExtLink.c-embedded-button:focus::after,
.content a.external.RichTextExtLink.c-embedded-button:hover::after {
  background-position-x: -162px;
}
/**** Optimierung E-Mail-Link im Fließtext ****/
.content .c-link--icon {
  font-size: 1.6rem;
  padding-left: 33px;
  white-space: nowrap;
  line-height: 1;
}
.content .c-link--contact::before {
  transform: translateY(-50%) scale(0.8);
  width: 30px;
}
/**** Optimierung Einbettung von Bilderstrecken ****/
.s-main .l-content-wrapper .l-content-wrapper.l-content-wrapper--imagegallery-embedded {
  padding: 0;
  margin-top: 0;
}
.s-main .l-content-wrapper .StndGallery {
  max-width: 100%;
  margin: 0;
}
/**** Kontaktdaten mit Rolle "gesamt" ****/
.content .contactData .c-link--icon {
  line-height: 2;
  display: inline-block;
}
aside .c-label-value-grid__value--no-label {
  display: block;
}
/**** Datatables in responsiveTable ****/
.responsiveTable .dataTables_wrapper {
  margin-top: 45px;
}
.responsiveTable .dataTables_wrapper table {
  margin-top: 10px;
}
/****
 * Optimierung Textabstände für Textbaustein mit embedded = Hightlight
 ****/
.c-highlight {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
/****
  * Abstand vor Formularen
  ****/
.c-form-wrapper form {
  padding-top: 0;
}
/**** ViZ-Formular ****/
#abweichendeLieferadresse,
#abweichendeRechnungsanschrift {
  width: auto;
  margin: 0;
  margin-bottom: 20px;
}
.viz-accordion div {
  display: flex;
  flex-wrap: wrap;
}
.viz-accordion div .formField {
  width: 100%;
}
.viz-field--mandatory .formLabel {
  order: 1;
}
.viz-field--mandatory dfn {
  order: 2;
  font-size: 1.4rem;
  color: #014B76;
  cursor: help;
}
.viz-field--mandatory .formField {
  order: 3;
}
#produktliste {
  border: 2px solid #014B76;
  padding: 10px;
  margin-bottom: 20px;
}
#produktButtons {
  display: flex;
  justify-content: space-evenly;
}
#weiteresProdukt {
  color: #FFFFFF;
  background-color: #014B76;
  border: 2px solid #014B76;
  padding: 8px 30px;
  font-weight: bold;
  text-align: center;
  width: 40%;
}
#weiteresProdukt:active,
#weiteresProdukt:hover,
#weiteresProdukt:focus {
  color: #014B76;
  background-color: #EBF3FA;
  cursor: pointer;
}
#produktEntfernen {
  color: #014B76;
  background-color: #EBF3FA;
  padding: 8px 30px;
  border: 2px solid #014B76;
  font-weight: bold;
  text-align: center;
  width: 40%;
}
#produktEntfernen:active,
#produktEntfernen:hover,
#produktEntfernen:focus {
  text-decoration: underline;
  cursor: pointer;
}
#labelFuerProduktauswahl {
  color: #014B76;
  text-decoration: underline;
  text-align: center;
  font-weight: bold;
}
#verkehrinzahlen_produkt,
.c-fancy-selects.neuesProdukt {
  width: 80%;
  display: inline-block;
}
.c-fancy-selects.neuesProdukt {
  margin-bottom: 20px;
}
#verkehrinzahlen_produkt .c-fancy-selects__select:active,
#verkehrinzahlen_produkt .c-fancy-selects__select:hover,
#verkehrinzahlen_produkt .c-fancy-selects__select:focus {
  cursor: pointer;
}
#produktliste #anzahl,
#produktliste .neueAnzahl {
  width: 15%;
  float: right;
}
#produktliste #anzahl input,
#produktliste .neueAnzahl {
  height: 50px;
}
/*** Springende Icons bei sortierbaren Tabellen ***/
.dataTables_wrapper thead .sorting:after {
  width: 20px;
  height: 22px;
}
.dataTables_wrapper thead .sorting_asc:after,
.dataTables_wrapper thead .sorting_asc_disabled:after {
  width: 14px;
  height: 9px;
}
.dataTables_wrapper thead .sorting_desc:after,
.dataTables_wrapper thead .sorting_desc_disabled:after {
  width: 14px;
  height: 9px;
  top: 15px;
}
/*** Anpassung blaue Teaser für eine Darstellung mit Bild ****/
.c-news .c-teaser--blue.s-background .c-teaser__content {
  padding: 30px 10% 20px 20%;
}
.c-news .c-teaser--blue.s-background .c-headline.c-headline--with-header {
  padding-top: 28px;
  padding-left: 40px;
}
.c-news .c-teaser--blue.s-background .c-headline::before {
  left: 18px;
  top: 28px;
}
.c-news .c-teaser--blue.s-background .c-headline.c-headline--with-header .c-headline__sub {
  top: 0;
}
/**** Temporärer Fix für Suchergebnisdarstellung ****/
.searchresult h3.withHeader {
  margin-top: 0;
}
.searchresult .withHeader a {
  display: block;
  position: relative;
  padding-top: 20px;
}
.searchresult .withHeader a .category {
  display: block;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: normal;
  position: absolute;
  top: 0;
}
/**** Neue Richtext-Auszeichnung "Infos zum Downloadlink" ****/
.s-richtext .downloadinfos {
  padding-left: 55px;
  margin-top: -1rem;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
/**** Richtextauszeichnung "Etwas mehr Abstand" für Absätze ****/
.s-richtext p.slightlymorespace {
  margin-bottom: 2rem;
}
/**** Richtextauszeichnungen für graue Tabellenrahmen ****/
.s-richtext .tablebordergrey,
.s-richtext .tablebordergreypadding,
.s-richtext .tablebordergreysearchable,
.s-richtext .tablebordergreypaddingsearchable {
  background-color: #A2A2A2;
  border-collapse: separate;
  padding-bottom: 0;
}
/**** Linkfarbe in hervorgehobenen Texten ****/
.s-richtext p.highlightparagraph a,
.s-richtext span.highlighttext a {
  color: #FFFFFF;
}
.s-richtext p.highlightparagraph a:active,
.s-richtext p.highlightparagraph a:hover,
.s-richtext p.highlightparagraph a:focus,
.s-richtext span.highlighttext a:active,
.s-richtext span.highlighttext a:hover,
.s-richtext span.highlighttext a:focus {
  background-image: repeating-linear-gradient(to left, #FFFFFF, #FFFFFF);
}
.s-richtext p.highlightparagraph a.RichTextExtLink::after,
.s-richtext p.highlightparagraph a.RichTextWikiLink::after,
.s-richtext p.highlightparagraph a.ExternalLink::after,
.s-richtext span.highlighttext a.RichTextExtLink::after,
.s-richtext span.highlighttext a.RichTextWikiLink::after,
.s-richtext span.highlighttext a.ExternalLink::after {
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) -50px -677px;
}
/**** Schriftgröße der Absätze in Tabellen ****/
.s-richtext th p,
.s-richtext td p,
.s-richtext td ul,
.s-richtext td ol {
  font-size: 1.4rem;
}
.s-richtext th p:last-child, .s-richtext td p:last-child {
    margin-bottom: 0;
}
/**** Optimierung Links im Footer ****/
.c-site-info__link {
  height: auto;
  padding: 0.5rem 0;
}
/**** Alles Öffnen-Button fuer Akkordeon-Elemente ****/
.c-accordion .c-accordion__controlwrapper {
  padding: 0;
  margin-bottom: 5px;
  display: flex;
  justify-content: end;
}
.c-accordion .c-accordion__controlwrapper .c-accordion__control-openall {
  border: 1px solid #439ed8;
  background-color: #0077B8;
  color: #fff;
  width: auto;
  min-width: 22rem;
  padding: 8px 45px;
  font-weight: bold;
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 1.5;
}
.c-accordion .c-accordion__controlwrapper .c-accordion__control-openall:active,
.c-accordion .c-accordion__controlwrapper .c-accordion__control-openall:focus,
.c-accordion .c-accordion__controlwrapper .c-accordion__control-openall:hover {
  background: #ebf3fa;
  border-color: #014b76;
  color: #014b76;
}
/**** Redaktionelle TopSuchtreffer ****/
.c-redsearchresults-wrapper .teaser h3 {
  display: flex;
  flex-direction: column-reverse
}
.c-redsearchresults-wrapper .teaser h3 a {
  display: inline-block;
  padding-top: 0;
}
.c-redsearchresults-wrapper .teaser h3 span.category {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  font-style: normal;
  padding-top: 20px;
}
.c-redsearchresults-wrapper .teaser h3 a::after {
  transform: scale(1.25)
}
.c-redsearchresults-wrapper .teaser h3 a:active,
.c-redsearchresults-wrapper .teaser h3 a:focus,
.c-redsearchresults-wrapper .teaser h3 a:hover {
  background-image: none;
  background-size: 0;
  text-decoration: underline;
}
/**** Optimierung Footer für sechs Navigationspunkte ****/
@media only screen and (min-width: 600px) {
  .c-site-info__headline {
    margin-left: 10px;
  }
  .c-site-info__list {
    margin-left: 10px;
  }
  .c-site-info__list::before {
    left: -15px;
  }
}
/**** Sicherstellen, dass Links mit Icon korrigiert nicht umgebrochen werden ****/
a.RichTextExtLink,
a.RichTextWikiLink,
a.ExternalLink,
.c-link--external {
  display: inline-block;
}
/**** News-Slider auf der Startseite: Nur Überschrift und diese dann verlinkt  ****/
.c-link.c-link--internal.c-link--teaserwrapper {
  height: 100%;
}
.c-link.c-link--internal.c-link--teaserwrapper:active,
.c-link.c-link--internal.c-link--teaserwrapper:focus,
.c-link.c-link--internal.c-link--teaserwrapper:hover {
  background: none;
  outline: none;
}
.c-link--internal.c-link--teaserwrapper::after {
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.c-link--internal.c-link--teaserwrapper:active::after,
.c-link--internal.c-link--teaserwrapper:focus::after,
.c-link--internal.c-link--teaserwrapper:hover::after {
  right: 0;
}
.c-link.c-link--internal.c-link--teaserwrapper h3 {
  text-decoration: underline 0.15em transparent;
  text-underline-offset: 0.2em;
  transition: text-decoration-color 300ms, text-underline-offset 300ms;
  line-height: 1.4;
  overflow: visible;
}
.c-link.c-link--internal.c-link--teaserwrapper:focus-within h3 {
  outline: 2px solid #000;
}
.s-background .c-link.c-link--internal.c-link--teaserwrapper:focus-within h3 {
  outline: 2px solid #fff;
}
.c-link.c-link--internal.c-link--teaserwrapper:active h3,
.c-link.c-link--internal.c-link--teaserwrapper:focus h3,
.c-link.c-link--internal.c-link--teaserwrapper:hover h3 {
  text-decoration-color: #000;
  text-underline-offset: 0.2em;
}
.s-background .c-link.c-link--internal.c-link--teaserwrapper:active h3,
.s-background .c-link.c-link--internal.c-link--teaserwrapper:focus h3,
.s-background .c-link.c-link--internal.c-link--teaserwrapper:hover h3 {
  text-decoration-color: #fff;
  text-underline-offset: 0.2em;
}
/** Autoplay-Button Bühne **/
.c-stage .c-slideshow-navigation__button.c-slideshow-navigation__button--play {
  width: 40px;
  height: 40px;
}
.c-slideshow-navigation__button--next,
.c-slideshow-navigation__button--prev {
  width: 11px;
  height: 14px;
}
.c-stage .c-slideshow-navigation {
  width: auto;
  padding: 0 0 10px 0;
  align-items: center;
  position: absolute;
  bottom: 10px;
  right: 12%;
  left: 12%;
  z-index: 3;
}
.c-stage .c-slideshow .slick-track {
  padding-bottom: 10px;
  display: flex !important;
}
.c-stage .c-slideshow__slide {
  padding-bottom: 58px;
  background: white;
  height: inherit;
  display: flex;
}
.c-stage .c-slideshow-navigation .c-slideshow-navigation__play {
  order: 2;
}
.c-stage .c-slideshow-navigation .c-slideshow-navigation__next {
  order: 4;
}
.c-stage .c-slideshow .c-teaser__text p:last-child {
  margin-bottom: 0;
}
.c-stage .c-slideshow p.c-teaser__link {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
/**** Statistik-Kalender-Modul: Hinweis für keine Suchtreffer ****/
.c-calendar__text-wrapper p, .c-calendar__text-wrapper .p {
  word-spacing: 0;
}
.c-calendar-cell__details-wrapper {
  padding: 0 0 1rem 0;
}
*[id] {
    scroll-margin: 150px;
}
/**** Neu ab 27.07.2024 ****/
.small-1-grid.medium-2-grid.large-4-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 100%;
    padding: 1rem 0;
}
@media only screen and (min-width: 600px), print{
    .medium-2-grid .formFieldcheckbox > span {
        display: inline-flex;
        flex-flow: wrap;
        flex-basis: 50%;
    }
    .medium-2-grid .formFieldcheckbox > span:first-child {
        flex-basis:100%;
    }
}
@media only screen and (min-width: 1026px), print{
    .large-4-grid .formFieldcheckbox > span {
        flex-basis: 25%;
    }
}
/**** 2024-09-24 ****/
@media only screen and (min-width: 1026px), print {
    .c-slidecount-1,
    .c-slidecount-2,
    .c-slidecount-3 {
        padding-bottom: 50px;
    }
}
.l-content-wrapper.l-content-wrapper--no-background {
    background-color: transparent;
}
/**** Externe Links im Fließtext auf display inline umgestellt ****/
.s-main .s-richtext a.RichTextExtLink,
.s-main .s-richtext a.RichTextWikiLink,
.s-main .s-richtext a.ExternalLink,
.s-main .s-richtext a.c-link--external{
    display: inline;
    padding-left: 17px;
}
.s-main .s-richtext a.RichTextExtLink::after,
.s-main .s-richtext a.RichTextWikiLink::after,
.s-main .s-richtext a.ExternalLink::after,
.s-main .s-richtext a.c-link--external::after{
    left: 0;
    position: absolute;
    top: 5px;
    margin-left: 2px;
}
.s-main .s-richtext a.RichTextExtLink:hover,
.s-main .s-richtext a.RichTextWikiLink:hover,
.s-main .s-richtext a.ExternalLink:hover,
.s-main .s-richtext .c-link--external:hover,
.s-main .s-richtext a.RichTextExtLink:active,
.s-main .s-richtext a.RichTextWikiLink:active,
.s-main .s-richtext a.ExternalLink:active,
.s-main .s-richtext .c-link--external:active {
    background-size: 100% 3px
}
.c-headline--with-icon .c-headline__text::before {
    display: none;
}
.content .l-article__headline.c-headline--with-icon {
    padding-left: 0;
}
.c-diagram__content .cloned-heading {
    display: none;
}
/**** Erweiterungen im Zuge der Beispielbereich-Konfiguration ****/
.main.s-main .l-content-wrapper:first-of-type, .main.s-main .l-content-wrapper:first-child {
    margin-top: 0;
}
.main .l-article .l-content-wrapper p {
  max-width: 100%;
}
@media only screen and (min-width: 1026px),print {
    .main .l-article .l-content-wrapper p {
        max-width: calc(100% / 12 * 8);
    }
}
.content--wide .c-accordion + h3 {
    margin-top: 4rem;
}
.l-content-wrapper .c-diagram-wrapper {
    margin-bottom: 5rem;
}
.c-teaser.c-teaser--extlink.c-teaser--blue {
    display: inline-block;
    margin-bottom: 0;
}
.c-teaser.c-teaser--extlink.c-teaser--blue .c-teaser__content {
    padding: 20px 20px 20px 50px
}
.c-teaser.c-teaser--extlink.c-teaser--blue .c-teaser .c-headline {
    margin-bottom: 0;
}
.s-background .c-headline .c-link.c-link--external {
    display: flex;
    flex-flow: column wrap;
}
.s-background .c-headline .c-link.c-link--external::after {
    display: none;
}
.s-background.c-teaser--blue .c-headline .c-headline__text {
    padding-right: 25px;
}
.s-background.c-teaser--blue .c-headline .c-headline__text::after {
    content: "";
    background-color: currentColor;
    width: 12px;
    height: 12px;
    display: inline-block;
    outline: 12px solid currentColor;
    outline-offset: calc(12px* -1);
    position: absolute;
    filter: none;
    -webkit-mask-image: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2);
    mask-image: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2);
    -webkit-mask-position: -273px -675px;
    mask-position: -273px -676px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.c-teaser--horizontal.is-full-size .c-teaser__content .c-headline {
    position: relative;
    left: 26px;
}
.row.c-two-row-layout {
    display: flex;
    flex-direction: row;
}
.row.c-two-row-layout .columns {
    display: flex;
    align-self: stretch;
}
.c-teaser--horizontal.is-full-size .c-teaser__content {
    width: 100%;
    flex: 1;
    padding: 30px;
    display: flex;
    height: 100%;
    justify-content: start;
}
.c-diagram-wrapper,
.c-diagram__content {
display: inline-block;
width: 100%;
}
.c-teaser-topic__icon svg {
    height: 33px;
}
.c-teaser-topic__icon {
    padding: 10px 5px;
}
.c-teaser-topic__icon svg path {
    --white-color: #fff;
    fill: var(--white-color)  !important;
}
.c-headline.c-headline--with-icon .c-teaser-topic__icon {
    height: 50px;
    top: -5px;
}
.c-headline.c-headline--with-icon .c-teaser-topic__icon svg {
    height: 50px;
}
.c-headline.c-headline--with-icon .c-teaser-topic__icon path {
    fill: var(--background-color) !important;
}
.s-aside .c-teaser__content {
    padding-left: 20px;
}
.s-aside .c-teaser .c-headline:first-child {
    padding-left: 19px;
}
.s-aside .c-teaser .c-headline .c-headline__text:after {
    display: none;
}
/**** 2024/11/20 - Diagramm Tabellen-Header Bold ****/
.c-diagram-wrapper .responsiveTable .tr-status--header {
    font-weight: 600;
}
/** Korrektur Bilddarstellung (GSBKBA-74) **/
.s-richtext .picture.linksOhnenormal {
    max-width: 100%;
}
/** Ausrichtung Diagramm-Darstellung embedded **/
.c-diagram-wrapper.c-diagram-wrapper--embedded .l-lightbox__headline {
    padding-right: 0;
}
/**** 2024/10/07 - ThemenTeaser für mobile Ansichten optimieren ****/
.c-topic__text {
    height: 100%;
}
.c-topic__image img {
    object-fit: cover;
    max-height: 300px;
    width: 100%;
}
@media only screen and (min-width: 1026px),print {
    .c-topic__text {
        height: 49px;
    }
    .c-topic__image img {
        object-fit: initial;
        max-height: 100%;
        width: 100%;
    }
}
/**** Anpassungen 02.12.2024 ***/
/** Abkürzungen in der Marginalspalte (GSBKBA-68) **/
a.RichTextIntLink.GlossarEntry::after {
    display: none;
}
aside a.RichTextIntLink.GlossarEntry {
    --text-color: #5b6b70;
    font-weight: normal;
    color: var(--text-color);
    border-bottom: 2px dotted currentColor;
    display: inline;
}
aside a.RichTextIntLink.GlossarEntryk:active,
aside a.RichTextIntLink.GlossarEntry:focus,
aside a.RichTextIntLink.GlossarEntry:hover {
    --text-color: #014b76;
    background-image: none;
    border-bottom: 2px solid currentColor;
    color: var(--text-color);
    transition: none;
    background-size: 0 0;
}
/** Verlinkte Bilder in der Marginalspalte (GSBKBA-70) **/
aside .c-cite-box__image-wrapper a {
    display: block;
}
div.dt-container .dt-search input {
margin-left: 0;
}
/** Styles für Drehzahl Animation **/
.kbadm_background {
    position: relative;
    width: 100%;
    height: 30rem;
    overflow: hidden;
    background-color:rgb(1, 75, 118);
}
.kbadm_wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity:0;
}
.kbadm_container {
    position: absolute;
    width: 50rem;
    height: 50rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.kbadm_back {
    position: absolute;
    width: 90%;
    height: 90%;
}
.kbadm_needle {
    position: absolute;
    width: 22%;
    height: 22%;
    transform: rotate(-136deg);
}
.kbadm_needle img {
    position: absolute;
    height: 100%;
    width: 100%;
    transform: translate(0,-45%);
    transform: rotate(0deg) translate(0,-45%);
}
.kbadm_numbers {
    position: absolute;
    font-size: 5rem;
    z-index: 1;
    bottom: 3%;
    color: white;
}
/** Diagramme **/
/** Styles für Diagramm Tabellenansicht **/
.c-diagram-wrapper .responsiveTable .tr-status--header,
.l-lightbox .c-tabs__content .tr-status--header {
    font-weight: 600;
}
/** Styles für Diagrammgrößen **/
.c-chart-display--medium {
    height:400px;
}
.c-chart-display--big {
    height:500px;
}
/** Padding für Diagrammüberschriften bei Einbettung entfernen **/
.c-diagramm-wrapper--embedded .l-lightbox__headline {
    padding-right: 0;
}
/** Abstand zwischen aufeinander folgenden Diagrammen reduzieren **/
.l-content-wrapper .c-two-row-layout .c-diagram-wrapper {
    margin-bottom: 0;
}
.row.c-two-row-layout {
    margin-bottom: 3rem;
}
.c-accordion.c-accordion--hid-table-caption caption {
    width: 0;
    line-height: 0;
    position: absolute;
    left: -2000px;
    overflow: hidden;
}
/**** Anpassungen 02.12.2024 ***/
/** Abkürzungen in der Marginalspalte (GSBKBA-68) **/
a.RichTextIntLink.GlossarEntry::after {
    display: none;
}
aside a.RichTextIntLink.GlossarEntry {
    --text-color: #5b6b70;
    font-weight: normal;
    color: var(--text-color);
    border-bottom: 2px dotted currentColor;
    display: inline;
}
aside a.RichTextIntLink.GlossarEntryk:active,
aside a.RichTextIntLink.GlossarEntry:focus,
aside a.RichTextIntLink.GlossarEntry:hover {
    --text-color: #014b76;
    background-image: none;
    border-bottom: 2px solid currentColor;
    color: var(--text-color);
    transition: none;
    background-size: 0 0;
}
/** Verlinkte Bilder in der Marginalspalte (GSBKBA-70) **/
aside .c-cite-box__image-wrapper a {
    display: block;
}
aside .c-cite-box__image-wrapper figure {
    max-width: 100%;margin: 0;
}
/*** Optimierung Ansicht PM-Einzelansicht ***/
.s-main .c-back-link + .l-content-wrapper {
    padding-top: 50px;
}
.s-main .l-content-wrapper.l-content-wrapper--has-backlink {
    padding-top: 50px;
}
/*** Textfarbe an KBA-Design angleichen ***/
.l-article__text-wrapper {
    --text-color: #5b6b70;
}
/** Fixes für Scrollitelling Anchor Nav **/
@media only screen and (min-width: 600px), print {
  .c-anchor-nav__link .c-anchor-nav__content {
    width: auto;
    max-width: 54px;
    display: flex;
    align-items: center;
    justify-content: right;
 }
 .c-anchor-nav__link:hover .c-anchor-nav__content,
 .c-anchor-nav__link:focus-visible .c-anchor-nav__content {
  width: auto;
  max-width:600px;
  line-height: 100%;
  transition: opacity .5s ease,max-width 0.7s ease-in-out;
  text-decoration: none;
 }
}
/**** Druckansicht für das Kalendermodul ****/
.c-printlink-wrapper {
    margin-top: 2rem;
}
.c-printlink-wrapper p {
    margin-bottom: 0;
}
/*** Tabellenspalten der Kalenderansicht gleichmäßig aufteilen ****/
.c-calendar-cell--head {
    width: 14.285%;
}
/**** 2025-02-24 : Optimierung Suchformular ****/
.c-search-banner__submit {
    --background-color: transparent;
}
.c-search-banner__input .formField input {
    padding-right: 100px;
}
.c-searchform-wrapper__expert .c-search-banner__submit input.submit {
    padding: 0;
    float: right;
}
@media only screen and (min-width: 1026px), print {
.c-search-banner__submit::after,
.c-searchform-wrapper__expert .c-search-banner__submit::after {
    top: auto;
    right: auto;
    bottom: 0;
    left: auto;
    transform: translate(100%, -100%) scale(2);
}
.c-searchform-wrapper__expert .c-search-banner__submit::after {
    background-position: -533px -443px;
}
}
.searchresult .teaser .withHeader a {
    padding-top: 0;
}
.searchresult .teaser .withHeader .category {
    position: relative;
}
.c-autosuggest {
    z-index: 1;
}
/** Fixes für Scrollitelling Anchor Nav **/
@media only screen and (min-width: 600px),print {
 .c-anchor-nav__link .c-anchor-nav__content {
  width: auto;
  max-width: 54px;
  display: flex;
  align-items: center;
  justify-content: right;
 }
 .c-anchor-nav__link:hover .c-anchor-nav__content,
 .c-anchor-nav__link:focus-visible .c-anchor-nav__content {
  width: auto;
  max-width: 600px;
  line-height: 100%;
  transition: opacity .5s ease, max-width 0.7s ease-in-out;
  text-decoration: none;
 }
}
/*** 2025-03-10: START Optimierung Schrägstriche Headline ****/
.c-news .s-background.c-teaser--blue .c-headline .c-headline__text::after {
    display: none;
}
.c-news .c-teaser--blue.s-background .c-headline.c-headline--with-header.c-headline--pull-out {
    padding-left: 0;
}
/*** 2025-03-10: ENDE Optimierung Schrägstriche Headline ****/
/**** 2025-03-18: START Optimierung Aktuelles-Modul Startseite ****/
.c-news .c-link--teaserwrapper:focus-within .c-headline__text,
.c-news .s-background .c-link.c-link--internal.c-link--teaserwrapper:focus-within h3 {
    outline: 0;
}
/**** 2025-03-18: ENDE Optimierung Aktuelles-Modul Startseite ****/

/**** 2025-02-024: Aenderungen ****/
.c-topic__content .c-teaser__link {
 padding-top: 1rem;
 display: block;
 text-align: right;
}
.c-topic__content .c-teaser__link.c-link--internal {
 --text-color: #fff;
}
.c-topic:active .c-topic__content .c-teaser__link.c-link--internal::after,
.c-topic:focus .c-topic__content .c-teaser__link.c-link--internal::after,
.c-topic:hover .c-topic__content .c-teaser__link.c-link--internal::after {
 right: -15px;
}
/**** 2025-03-17: Optimierung Listendarstellung ****/
main ol.ol,
main ol.ul,
main ol:not([class]),
main ul.ol,
main ul.ul,
main ul:not([class]) {
    counter-reset: nbg-ol;
    padding-left: 30px;
}
main ol.ol li::before,
main ol.ul li::before,
main ol:not([class]) li::before,
main ul.ol li::before,
main ul.ul li::before,
main ul:not([class]) li::before {
    position: absolute;
}
main ol.ol li::before,
main ol.ul li::before,
main ol:not([class]) li::before,
main ul ol.ol li::before,
main ul ol.ul li::before,
main ul ol:not([class]) li::before {
    top: 0;
    left: -25px;
}
main ul.ol li::before,
main ul.ul li::before,
main ul:not([class]) li::before {
    top: 8px;
    left: -25px;
}
main ol.circle li::before {
    position: absolute;
    top: 0;
}
main ol.circle {
    padding-left: 0;
    padding.: ;
}
main ol.circle ul li {
    padding-left: 0;
    position: relative;
}
main ol.circle ul li::before {
    top: 8px;
    left: -25px;
    position: absolute;
    content: "";
    background: #014b76;
    width: .5rem;
    height: .5rem;
    border-radius: 0;
    box-sizing: border-box;
    display: inline-block;
    counter-increment: none;
    margin-left: 0;
    margin-top: 0;
}
main ol.ol li>p,
main ol.ol li>.p,
main ol.ul li>p,
main ol.ul li>.p,
main ol:not([class]) li>p,
main ol:not([class]) li>.p,
main ul.ol li>p,
main ul.ol li>.p,
main ul.ul li>p,
main ul.ul li>.p,
main ul:not([class]) li>p,
main ul:not([class]) li>.p {
    display: block;
}
main ol.circle li::before {
    top: -2px;
}
main ul ol {
    counter-reset: auto;
}
main ol.ol>li::before,
main ol:not([class])>li::before,
main ul ol.ol>li::before,
main ul ol:not([class])>li::before {
    content: counter(nbg-ol)".";
}
main ol.circle {
    counter-reset: circle-ol;
}
main ol.circle li::before {
    content: counter(circle-ol);
}
/**** 2025-03-19: START Optimierung Bilderstrecke ****/
.StndGallery .picture {
    max-width: 100%;
}
/**** 2025-03-19: ENDE Optimierung Bilderstrecke ****/
/**** 2025-03-25: START Optimierung Schrägstrich Marginalspalte ****/
.s-aside .c-headline {
    padding-left: 30px;
}
.s-aside .c-headline .c-headline__text::before {
    left: -25px;
}
/**** 2025-03-25: ENDE Optimierung Schrägstrich Marginalspalte ****/

/**** 2025-05-15: START Top-Service-Navi rechts bündig mit Such-Icon (Abstimmung im Coaching zum GSB 7.5 Editor) ****/
@media only screen and (min-width: 1026px), print {
    .c-nav-service-meta__list {
        right: 0;
    }
}
/**** 2025-05-15: END Top-Service-Navi rechts bündig mit Such-Icon (Abstimmung im Coaching zum GSB 7.5 Editor) ****/

/**** 2025-06-13: START Archiv-Hinweis für Farzeuge-Archiv ****/
aside .c-archive__head {
    padding-top:60px;
    margin-top:10px;
    font-size: 1.8rem;
    position: relative;
    max-width: 105%;
}

aside .c-archive__head::before {
    content: "i";
    color: #fff;
    line-height: 40px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    background-color: #014b76;
    border-radius: 50%;
    font-style: normal;
    transform: none;
}

aside .c-archive__textwrapper {
    margin-bottom: 20px;
}

@media only screen and (min-width: 1026px),print {
    aside .c-archive__head {
        padding-top:70px;
        margin-top:10px;
        font-size: 2.4rem;
        position: relative;
        max-width: 66%;
    }
    aside .c-archive__head::before {
        line-height: 50px;
        width: 50px;
        height: 50px;
    }
}
/**** 2025-06-13: ENDE Arhciv-Hinweis für Farzeuge-Archiv ****/
/**** 2025-06-27: START Fußnote zu Diagrammen und Tabellen ****/
.c-chart-additional-infos {
    margin-top: 2rem;
}

.c-chart-additional-infos p:last-child {
    margin-bottom: 0;
}
/**** 2025-06-27: START Fußnote zu Diagrammen und Tabellen  ****/

/**** 2025-06-30: START Hinweis in Druckansicht des Kalenders ****/
.c-calendar__print-wrapper + .additional-info__wrapper {
    margin-top: 24px;
}
/**** 2025-06-30: ENDE Hinweis in Druckansicht des Kalenders ****/

.c-diagram__content .c-tabs__list {
    display: block;
}

/**** 2025-07-04: START Diagramme - Forced Toggle für Mobile  ****/
@media only screen and (max-width: 600px),print {
    .c-diagram__content .c-tabs__content {
        padding:0;
    }
    .js-forced-toggle-table .switch-panel0 {
        display:block !important;
        overflow: hidden;
        height: 0px;
    }
    .js-forced-toggle-table .switch-panel1 {
        display:block !important;
    }
    .js-forced-toggle-table .c-tabs__list.tabs-list {
        display: none;
    }
    
    .c-diagram-wrapper:has(.js-forced-toggle-table) .c-diagram__header {
        display:none;
    }
}
/**** 2025-07-04: ENDE Diagramme - Forced Toggle für Mobile  ****/

/**** 2025-08-26: START dataTables - Fixed-Layout für ausklappbare Tabellen ****/
.content table.dataTable.collapsed {
    table-layout: fixed;
}
.content table.dataTable.collapsed>tbody>tr.child {
    background: transparent;
}
/**** 2025-08-26: ENDE dataTables - Fixed-Layout für ausklappbare Tabellen ****/

/* Hauptmenü - Icon als Menüpunkt - iKFZ-App */
.c-header strong.c-mobile-buttons__button {
    display: flex;
}
.c-mobile-buttons__button--app {
    padding: 20px 15px 12px;
    overflow: visible;
}

.c-mobile-buttons__button--app img {
    max-height: 35px;
}

.c-mobile-buttons__button--app:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 1px;
}

.navApp .menu-nn img{
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.c-accordion__item-link img,
.c-mobile-nav__link img,
.sitemap a img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    display:none;
}
/* Fix für Sitemap show/hide mechanic */
.sitemap a:has(img) .show-for-large {
    display: block !important;
}

@media only screen and (min-width: 600px), print {
    .c-mobile-buttons__button--app {
        margin: auto 0;
        padding: 30px 25px 22px;
    }
    .c-mobile-buttons__button--app:has(img){
        padding: 20px 25px 12px;
    }
}
/* ENDE Hauptmenü - Icon als Menüpunkt - iKFZ-App */

/**** 2025-06-27: START Fußnote zu Diagrammen und Tabellen ****/
.c-chart-additional-infos {
    margin-top: 2rem;
}

.c-chart-additional-infos p:last-child {
    margin-bottom: 0;
}
.main .l-article .l-content-wrapper .c-two-row-layout .c-chart-additional-infos p {
    max-width: 100%;
}
/**** 2025-06-27: START Fußnote zu Diagrammen und Tabellen  ****/

/**** 2025-06-30: START Hinweis in Druckansicht des Kalenders ****/
.c-calendar__print-wrapper + .additional-info__wrapper {
    margin-top: 24px;
}
/**** 2025-06-30: ENDE Hinweis in Druckansicht des Kalenders ****/


.s-main .content .l-content-wrapper .l-content-wrapper--padded {
    padding: 1rem 0;
}

/**** 2025/04/02 - Styles für Layout "Layout_Liste_icons" START ****/
.kba-list-with-images .kba-list-item {
    display: grid;
    grid-template-columns: minmax(5rem, 15%) 1fr;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
    align-items: center;
    justify-items: center;
}

.kba-list-with-images .kba-list-item.small {
    grid-template-columns: minmax(5rem, 15%) 1fr;
}

.kba-list-with-images .kba-list-item.medium {
    grid-template-columns: minmax(10rem, 25%) 1fr;
}

.kba-list-with-images .kba-list-item.large {
    grid-template-columns: minmax(15rem, 35%) 1fr;
}

.kba-list-with-images .kba-list-item:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.05);
}

.kba-list-with-images .kba-list-item .kba-list-image {
    width: 100%;
    height: 100%;
    padding-right: 1.5rem;
}

.kba-list-with-images .kba-list-item .kba-list-image img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.kba-list-with-images .kba-list-item p:last-of-type {
    margin-bottom: 0;
}

.kba-list-with-images .kba-list-item .kba-list-body 
h1,
.kba-list-with-images .kba-list-item .kba-list-body 
h2,
.kba-list-with-images .kba-list-item .kba-list-body 
h3,
.kba-list-with-images .kba-list-item .kba-list-body 
h4,
.kba-list-with-images .kba-list-item .kba-list-body 

h5 {
    margin-top: 0;
    padding-top: 0;
}

/**** 2025/04/02 - Styles für Layout "Layout_Liste_icons" ENDE ****/


/**** 2025/04/02 - Styles für Marketing-Umfrage-Dialog START ****/
.marketing-lightbox {
    position: relative;
    width: 90%;
    max-width: 70rem;
    border:0;
    border-radius: 0.1rem;
    padding: 4rem;
    box-shadow: 5px 5px 30px rgba(0,0,0,0.2);
}

.marketing-lightbox .back {
    position: absolute;
    inset:0;
    background-color: rgba(0,0,0,0);
    z-index:-1;
}

.marketing-lightbox button[data-dialog-close] {
    position: absolute;
    top: 2rem;
    right: 2rem;
}

.marketing-lightbox::backdrop {
    background-color: #014b76;
    opacity:0.8;
}

.marketing-lightbox h2 {
    position: relative;
    margin-left: 22px;
    font-size: 24px !important;
}

.marketing-lightbox h2::before {
    content: "";
    background: #014b76;
    position: absolute;
    top: 0;
    left: -22px;
    width: 6px;
    transform: skewX(-20deg);
    height: 100%
}

.marketing-lightbox button[data-dialog-close] {
    --text-color: #014b76;
    color: var(--text-color);
    font: 700 1.6rem/1.5 "Roboto",sans-serif;
    padding: 0 30px 0 0;
    width: auto;
    height: auto;
    opacity: 1;
    text-transform: none;
    position: absolute;
    top: 30px;
    right: var(--gutter);
    filter: brightness(60%)
}

.marketing-lightbox button[data-dialog-close]::before {
    content: "";
    background-color: currentColor;
    width: 21px;
    height: 21px;
    display: inline-block;
    outline: 21px solid currentColor;
    outline-offset: calc(21px*-1);
    position: absolute;
    filter: none;
    -webkit-mask-image: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal);
    mask-image: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal);
    -webkit-mask-position: -50px -443px;
    mask-position: -50px -443px;
    color: var(--text-color);
    left: unset;
    right: 0
}

.marketing-lightbox button[data-dialog-close]:hover {
    text-decoration: underline;
}

/**** 2025/04/02 - Styles für Marketing-Umfrage-Dialog STOP ****/

/**** 2025/09/19 - Start: Button-Styling für Statistik-Übersichten ****/
.l-content-wrapper-statistics form .select-wrapper,
.l-content-wrapper-statistics form select{
    height: 54px;
}
.l-content-wrapper-statistics form .c-button {
    --background-color: #014b76;
    --text-color: #fff;
}
.l-content-wrapper-statistics form .c-button:hover {
    --background-color: #ebf3fa;
    --border-color: #014b76;
    --text-color: #014b76;
}
/**** 2025/09/19 - ENDE: Button-Styling für Statistik-Übersichten ****/
