/* montserrat-300 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  src: local(""), url("../fonts/montserrat-v18-latin-300.woff2") format("woff2"),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url("../fonts/montserrat-v18-latin-300.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* montserrat-regular - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: local(""),
    url("../fonts/montserrat-v18-latin-regular.woff2") format("woff2"),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url("../fonts/montserrat-v18-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* montserrat-500 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: local(""), url("../fonts/montserrat-v18-latin-500.woff2") format("woff2"),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url("../fonts/montserrat-v18-latin-500.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* montserrat-600 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: local(""), url("../fonts/montserrat-v18-latin-600.woff2") format("woff2"),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url("../fonts/montserrat-v18-latin-600.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* montserrat-700 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../fonts/montserrat-v18-latin-700.woff2") format("woff2"),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url("../fonts/montserrat-v18-latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


body {
  margin: 0;
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  color: #000;
  text-align: left;
  background-color: #fff;
}

.lead { font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: #000;
  text-align: left;}

html, body {
  height: 100%;
  margin: 0;
}

/*Zentrales Logo auf Introseite*/
.intro {
  display: -webkit-box;      /* Ältere iOS Safari */
  display: -ms-flexbox;      /* IE10 */
  display: flex;
  -webkit-box-pack: center;  /* Ältere iOS Safari */
  -ms-flex-pack: center;     /* IE10 */
  justify-content: center;
  -webkit-box-align: center; /* Ältere iOS Safari */
  -ms-flex-align: center;    /* IE10 */
  align-items: center;
  height: 100%;
  background: #fff;
}

.intro img {
  width: 90%;
}


/*Silbentrennung*/
p,
p.card-text {
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto !important;
}

/*****************************/
/*Weißraum********************/
/*.container = Hauptnavi*/
/*.main = Content*/
.container,
.main {
  width: 100% !important;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto; /*Mainmenü: Aktiver Link unterstrichen*/
  margin-left: auto;
  background: #fff;
}

@media (min-width: 300px) {
  .container,
  .main {
    max-width: 280px;
  }
}
@media (min-width: 480px) {
  .container,
  .main {
    max-width: 460px;
  }
}
@media (min-width: 576px) {
  .container,
  .main {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .main {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .main {
    max-width: 960px;
  }
}
/*bisher war Navigation stärker eingerückt: max-width:1000px und frame-container: 1200px*/
/*Resultat: breadcrumb ist ebenfalls eingerückt. Sieht nicht gut aus. Deshalb container und seiteninhalt: gleiche Breite*/
@media (min-width: 1200px) {
  .container,
  .main {
    max-width: 1000px;
  }
}

/*.frame-container*/
.frame-container {
  position: relative;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 300px) {
  .frame-container {
    max-width: 280px;
  }
}
@media (min-width: 480px) {
  .frame-container {
    max-width: 460px;
  }
}
@media (min-width: 576px) {
  .frame-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .frame-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .frame-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .frame-container {
    max-width: 1000px;
  }
}

/*Weißraum - Ende/
/*****************************/

.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl {
    max-width: 1000px;
  }
}

/**KARTEN************************/
/*Karten: Inhalt darf nie eingerückt sein***/
/*Karten: Ohne Margin**************/
.card-body {
  flex: 1 1 auto;
  padding: 1em 0 0.5em 0 !important;
}
.card-title {
  margin-bottom: 0.5rem;
}
.card-subtitle {
  margin-top: 0rem;
  margin-bottom: 0;
}
.card-header {
  padding: 1rem 0;
  margin-bottom: 0;
  background-color: #fff !important;
  border: none !important;
  border-bottom: none;
}
.card-footer {
  padding: 0 !important;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

/*Unterer Rand: Abstand*/
.card-menu-item,
.card-group-element-item {
  margin-bottom: 2rem;
}

/*Karten: Ohne Margin*****************/
/*Karten: Inhalt darf nie eingerückt sein***Ende**********/

/*Karten für IE: 3 in einer Reihe*/
@media (min-width: 768px) {
  .card-group-element-columns-3 .card-group-element-item {
    width: calc(100% / 3);
    width: calc(99% / 3);
  }
}

/*Karten für IE: 3 in einer Reihe*/
@media (min-width: 567px) {
  .card-group-element-columns-3 .card-group-element-item {
    width: calc(100% / 3);
  }
}

/*Karten für IE: 3 in einer Reihe - ENDE*/

/*Keinen Schatten */
.card-group-element-item .card,
.card-menu .card {
  height: 100%;
  border-bottom: none;
  border: none;
  box-shadow: none;
}
.card-group-element-item .card:hover,
.card-menu .card:hover {
  border-bottom: none;
  border: none;
  box-shadow: none;
  background: none;
}
/*KARTEN - Ende**********/

/*Accordion***************/
.accordion > .card {
  overflow: hidden;
  background: #fff;
  background: none;
}

.accordion-title {
  font-size: 1rem;
  font-weight: bold;
  color: #005ca9 !important;
  margin-bottom: 0;
  line-height: 1.2em;
  background: none;
  border-bottom: none !important;
}
.accordion-item .collapsed,
.accordion-item .card {
  border-bottom: none;
  background: none;
}

/**************************/
/*Main-Menu: Dropdown-Menü*/
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #c2c2c2;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: none;
  padding: 0;
  margin: 0;
  border: none;
}

.dropdown-menu:hover,
.dropdown-menu:focus {
  color: #e65925; /*#e14e12*/
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #2b2b2b;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  width:185px;
  border: 0;
  margin-bottom: 0.2rem;
  margin-bottom:0;
  color: 000;
  background: #fff;
  transition: all ease 0.5s;
  box-shadow: none;
  line-height: 1.7;
}

/*Navi-Unterpunkte: Text-Umbruch*/
span.dropdown-text {text-wrap: wrap;}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #005ca9; /*blau*/
  color: #e65925; /*#e14e12*/
  text-decoration: none;
  background-color: #fff;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #000;
  text-decoration: none;
  background-color: #fff;
  text-transform: capitalize;
}

ul.navbar-nav {
  column-gap: 0 !important;
  row-gap: 0 !important;
  justify-content: flex-end;
  margin: 0 !important;
  text-wrap: wrap;
}

/*Mainmenü: Aktiver Link: nicht unterstreichen*/
.navbar-mainnavigation .navbar-nav > li > .nav-link:before {
  background: none !important;
}

/*bei kleinem Browserfenster: Aufklappmenü: blauer Rand*/
.navbar-mainnavigation .dropdown-menu {
  border-left: 2px solid #005ca9;
}

/*bei grossem Browserfenster: Aufklappmenü: ohne Rand*/
@media (min-width: 992px) {
  .navbar-mainnavigation .dropdown-menu {
    border-left: none;
  }
}

.navbar-mainnavigation .navbar-brand {
  margin-left: 40px;
  /*Ohne rechten Seitenrand schließt Logo mit sonst. Seitenrand rechts bündig ab:*/
  margin-right: 0px;
}

/*Menü: Linkfarben*/
.navbar-light .navbar-brand:hover,
.navbar-default .navbar-brand:hover,
.navbar-default-transition .navbar-brand:hover,
.navbar-light .navbar-brand:focus,
.navbar-default .navbar-brand:focus,
.navbar-default-transition .navbar-brand:focus {
  color: #e65925 !important;
}

.navbar-light .navbar-nav .nav-link,
.navbar-default .navbar-nav .nav-link,
.navbar-default-transition .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-default .navbar-nav .nav-link:hover,
.navbar-default-transition .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-default .navbar-nav .nav-link:focus,
.navbar-default-transition .navbar-nav .nav-link:focus {
  color: #e65925 !important;
}

.navbar-light .navbar-nav .nav-link.disabled,
.navbar-default .navbar-nav .nav-link.disabled,
.navbar-default-transition .navbar-nav .nav-link.disabled {
  color: #e65925 !important;
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-default .navbar-nav .show > .nav-link,
.navbar-default-transition .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-default .navbar-nav .active > .nav-link,
.navbar-default-transition .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-default .navbar-nav .nav-link.show,
.navbar-default-transition .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active,
.navbar-default .navbar-nav .nav-link.active,
.navbar-default-transition .navbar-nav .nav-link.active {
  color: #000;
}

/*Mainmenü: kein Schatten am unteren Ende der Navigationszeile*/
.navbar {
  box-shadow: none;
}
/**Main-Menu - Ende******/
/************************/

/*BCE: Toggle-Navi mittlerer Strich in Blau*/
.navbar-toggler.collapsed .navbar-toggler-icon {
  transition-delay: 0.2s;
  height: 2px;
  background: #005ca9;
}

/*Toggle-NAVI*********************/
/*Toggle-Navi oberer Strich in Blau*/
.navbar-toggler.collapsed .navbar-toggler-icon:before {
  transition-delay: 0;
  transform: rotate(0);
  top: -6px;
  background: #005ca9;
}
/*Toggle-Navi unterer Strich in Blau*/
.navbar-toggler.collapsed .navbar-toggler-icon:after {
  transition-delay: 0;
  transform: rotate(0);
  top: 6px;
  background: #005ca9;
}

/*Toggle-Aufklappmenü: Seitenstreifen - Farbe*/
@media (min-width: 992px) {
  ul.navi-bar-nav ul.dropdown-menu {
    border-left: 4px solid #005ca9;
  }
}
@media (min-width: 1200px) {
  ul.navi-bar-nav ul.dropdown-menu {
    border-left: none;
  }
}

/*Toggler "X" verstecken*/
.navbar-toggler-icon:after,
.navbar-toggler-icon,
.navbar-toggler-icon:before {
  color: #fff; border:none!important;
}

/* Bootstrap 5 fixes */
.navbar-mainnavigation .nav-link:not(.nav-link-toggle):before {
  border: none !important;
}

/*Toggle-NAVI**ENDE***************/

/************************************************/

/*Weite Carousel*/
.carousel {
  overflow: hidden;
  width: 90%;
  margin: auto;
}

/*Weite in tx_news*/
.news-single .carousel {
  overflow: hidden;
  width: 100%;
  margin: auto;
}

@media (min-width: 576px) {
  .carousel {
    width: 90%!important;
  }
}

@media (min-width: 768px) {
  .carousel {
        width: 90%!important;
  }
}

@media (min-width: 992px) {
  .carousel {
        width: 90%!important;
  }
}

@media (min-width: 1200px) {
  .carousel {
    width: 90%;
    max-width: 1600px;
  }
}

@media (min-width: 1600px) {
  .carousel {
    width: 90%!important;
    max-width: 2000px;
  }
}

@media (min-width: 2000px) {
  .carousel {
    width: 90%!important;
    max-width: 2400px;
  }
}

@media (min-width: 2400px) {
  .carousel {
    width: 90%!important;
    max-width: 2800px;
  }
}





/*Karusel - Navigationsleiste***************/

/*Vor/Zurück-Navi an der Seite: .carousel.control: in Template/ContentElements/CarouselSmall ausgeschaltet!*/
/*carousel-indicators: Mit Bildunterschriften*/
/*carousel-indicators carousel-indicators-navigation: Navigationstitel statt Bildunterschriften*/

/*Bildunterschriften: unsichtbar*/
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  background: none;
  padding: 0;
  margin: auto;
  border: none;
  width: 93%;
  height: 50px;
  opacity: 1;
}
.carousel-indicators li {
  background: none;
}

/*Navigationstitel statt Bildunterschriften*/
/*Navititel und Hintergrund müssen immer sichbtar sein, kein Hintergrundbanner über gesamte untere Bildbreite*/
.carousel .carousel-indicators-navigation {
  background: none;
  border: none;
  opacity: 1;
}

/*blau-weiße Quadrate*/
.carousel .carousel-indicators-navigation li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 25px;
  height: 25px;
  margin-right: 3px;
  margin-left: 3px;
  padding: 0;
  /* text-indent:-999px;*/
  cursor: pointer;
  background-color: #005ca9;
  background-clip: padding-box;
  border-bottom: 10px solid transparent;
  opacity: 1;
  transition: all 1s ease;
  color: #005ca9;
}

/*Navigationstitel im Quadrat ausrichten*/
.carousel .carousel-indicators-navigation li span {
  margin: auto;
  text-align: center;
  padding: 5px;
  padding-left: 10px;
  font-size: 0.8rem;
  opacity: 0.8;
}

/*Navigationstitel, active: weisses Quadrat*/
.carousel .carousel-indicators-navigation li.active {
  background-color: #fff;
  color: #005ca9;
}

/*Navigationstitel: weicher Übergang*/
.carousel-indicators-navigation li:hover {
  background-color: #fff;
  color: #005ca9;
}

/*Navigationstitel: Rand ausschalten*/
.carousel .carousel-indicators-navigation > li.active:before {
  border-top: none;
}

/* Bootstrap 5 fixes */

@media (min-width: 1400px) {
  #p124 .carousel-content-inner {
    max-width: 1100px;
  }
}

/*Karusel - Navigationsleiste Ende*******/
/****************************************/

/****************************************/
/*Footer: Farbe, Abstände****************/
.footer-section-content {
  color: #000;
  background-color: #fff;
  padding-top: 0rem;
  margin-top: 0rem;
}

/*Footer-Meta: Farbe*/
.footer-section-meta {
  color: #000;
  background-color: #fff;
}

/*Footer a und hover: Farbe*/
.footer-section-content a:not(.btn),
.footer-section-content a:not(.btn):not(.cc-btn) {
  color: #000;
  text-decoration: none;
}

.footer-section-meta a:not(.btn),
.footer-section-meta a:not(.btn):not(.cc-btn) {
  color: #000;
  text-decoration: none;
}

/*Footer: Hoverfarbe: #e14e12*/
.footer-section-content ul li:hover,
.footer-section-content ul li a:hover {
  text-transform: none;
  color: #e65925 !important;
}

/*Footer-Meta: Hoverfarbe: #e14e12*/
.footer-section-meta a:not(.btn):hover,
.footer-section-meta a:not(.btn):not(.cc-btn):hover,
.footer-section-meta a:not(.btn):focus,
.footer-section-meta a:not(.btn):not(.cc-btn):focus {
  color: #e65925 !important;
  text-decoration: none;
}
.footer-section-content a:not(.btn):not(.cc-btn):hover,
.footer-section-content a:not(.btn):not(.cc-btn):focus {
  color: #e65925;
}

/*Footer: Listenpunkte kein Listenzeichen*/
.footer-section-content ul {
  margin: 0;
  padding: 0;
}

/*Footer: Listenpunkte nicht eingerückt*/
.footer-section-content ul li,
.footer-section-content ul li a,
.footer-section-content ul li:hover,
.footer-section-content ul li a:hover {
  text-transform: none;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/*Footer - ENDE**************************/
/****************************************/

/************************/
/*Überschriften**********/
h1, .h1, h1.element-header, .h1.card-title, h1.karriere, .article h1 span {
font-size:2rem;
color:#005ca9!important; 
/*Keine Silbentrennung bei großer Bildschirmbreite*/
-moz-hyphens: auto;
-o-hyphens: auto;
-webkit-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto; 
}

h2, .h2, h2.element-header, h2.card-title, h2.karriere, .article h2 span {
font-size:1.75rem;
color:#000;
/*Keine Silbentrennung bei großer Bildschirmbreite*/
-moz-hyphens: auto;
-o-hyphens: auto;
-webkit-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto; 
}

/*Wie h1=Seitentitel nur in schwarz*/
h2.element-subheader {
font-size:2rem!important; 
color:#000!important;
/*Keine Silbentrennung bei großer Bildschirmbreite*/
-moz-hyphens: auto;
-o-hyphens: auto;
-webkit-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto; 
}

h3, .h3, h3.element-header, .h3.card-title, .h3.card-title a, h3.karriere, h3.karriere a, .article h3 span, .card-title, .card-title a, .accordion-title, .accordion-title a {
font-size:1rem;
font-weight:bold!important;
color:#005ca9!important; 
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto!important;
  text-decoration: none !important;
}

/*Wie h3.element-header nur in schwarz*/
h4.element-subheader, h4.element-subheader a {
font-size:1rem!important;
font-weight:bold!important;
color:#000!important; 
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto!important;
  text-decoration: none !important;
}


h4, .h4, h4.element-header, .h4.card-title, h4.karriere, .article h4 span {
font-size:1rem;
  font-weight:normal!important;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto!important;
}

/*Wie h3 .card-title nur in schwarz*/  
h4.card-subtitle, .card-subtitle a .card-menu .card-subtitle, .card-menu .card-subtitle a, h4.card-subtitle a, .card-subtitle {
font-size:1rem!important;
font-weight:bold!important;
color:#000!important;   
  text-decoration: none !important;
}

h5, .h5, h5.element-header, .h5.card-title, h5.karriere, .article h5 span {
 font-size:1rem;
}

h6, .h6, h6.element-header, .h6.card-title, h6.karriere, .article h6 span {
font-size:0.85rem;
}

/*neu: H5 wie H3*/
h5, .h5, h5.element-header, .h5.card-title, h5.karriere, .article h5 span  {
font-size:1.95rem;
font-size:1rem!important;
font-weight:bold!important;
color:#005ca9!important; 
color:#000!important; 
text-decoration: none !important;
}
  
/*Neu:* h6 Unterüberschrift von h5: wie H5 ohne bold*/
h6.element-subheader {
font-size:1rem!important;
font-weight:normal!important;
color:#000!important; 
text-decoration: none !important;
}

/*Verlinkung Überschriften: siehe Verlinkungen*/

/************************/
@media (min-width:576px) {
h1, .h1, h1.element-header, .h1.card-title, h1.karriere, .article h1 span {
font-size:2rem;
color:#005ca9!important; 
-moz-hyphens: none;
-o-hyphens: none;
-webkit-hyphens: none;
-ms-hyphens: none;
hyphens: none; 
  }
  
h2, .h2, h2.element-header, h2.card-title, h2.karriere, .article h2 span {
font-size:1.75rem;
/*Silbentrennung bei kleiner BS-Breite*/
-moz-hyphens: none;
-o-hyphens: none;
-webkit-hyphens: none;
-ms-hyphens: none;
hyphens: none; 
}
 
/*Wie h1=Seitentitel nur in schwarz*/
h2.element-subheader {
/*Silbentrennung bei kleiner BS-Breite*/
-moz-hyphens: none;
-o-hyphens: none;
-webkit-hyphens: none;
-ms-hyphens: none;
hyphens: none; 
} 
 
h3, .h3, h3.element-header, .h3.card-title, .h3.card-title a, h3.karriere, h3.karriere a, .article h3 span, .card-title, .card-title a, .accordion-title, .accordion-title a {
font-size:1rem!important;
font-weight:bold!important;
color:#005ca9!important; 
  text-decoration: none !important;
}
  
h4, .h4, h4.element-header, .h4.card-title, h4.karriere, .article h4 span {
font-size:1.25rem!important;
color:#000!important;
 }
  
/*Wie h3.element-header nur in schwarz*/
h4.element-subheader, h4.element-subheader a {
font-size:1rem!important;
font-weight:bold!important;
color:#005ca9!important; 
text-decoration: none !important;  
  }
 
/*Wie h3 .card-title nur in schwarz*/  
h4.card-subtitle,  h4.card-subtitle a, .card-subtitle, .card-subtitle a .card-menu .card-subtitle, .card-menu .card-subtitle a {
font-size:1rem!important;
font-weight:bold!important;
color:#000!important;   
  text-decoration: none !important;
} 
  
/*Timeline*/
/*Timeline-Datum: Wie h3.element-header, in schwarz*/
.timeline-item-inner, h4.timeline-item-header-headline, .timeline-item-date {
font-size:1rem!important;
font-weight:bold!important;
color:#000!important; 
color:#fff!important;
   line-height:1.7;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto!important;
  text-decoration: none !important;
  background:#005ca9;
}
/*Timeline-h4: Wie h3.element-header, in schwarz, normal statt bold*/
h4.timeline-item-header-headline { font-weight:normal!important; color:#fff!important;}
 
 /*Timeline-button: in blau*/ 
.timeline-item-marker, .timeline-item:nth-child(even) {color: #005ca9;}  
/*Timeline - ENDE*/  
  
  
h5, .h5, h5.element-header, .h5.card-title, h5.karriere, .article h5 span {
font-size:1rem!important;
color:#000!important;
 }
  
h6, .h6, h6.element-header, .h6.card-title, h6.karriere, .article h6 span {
font-size:0.85rem!important;
color:#000!important;
}
}
/************************/

/************************/
@media (min-width:768px) {
h1, .h1, h1.element-header, .h1.card-title, h1.karriere, .article h1 span {
font-size:3.5rem!important;
color:#005ca9!important; 
 }
  
h2, .h2, h2.element-header, h2.card-title, h2.karriere, .article h2 span {
font-size:1.7rem!important;
color:#000!important;
}
 
/*Wie h1=Seitentitel nur in schwarz*/
h2.element-subheader {
font-size:3.5rem!important; 
color:#000!important;
}

h3, .h3, h3.element-header, .h3.card-title, .h3.card-title a, h3.karriere, h3.karriere a, .article h3 span, .card-title, .card-title a, .accordion-title, .accordion-title a {
font-size:1.65rem;
font-size:1rem!important;
font-weight:bold!important;
color:#005ca9!important; 
  text-decoration: none !important;
 }
  
h4, .h4, h4.element-header, .h4.card-title, h4.karriere, .article h4 span, h4.card-subtitle a, .card-subtitle {
font-size:1rem;
color:#000!important;
}
  
/*Wie h3.element-header nur in schwarz*/
h4.element-subheader, h4.element-subheader a {
font-size:1.65rem;
font-size:1rem!important;
font-weight:bold!important;
color:#000!important; 
  text-decoration: none !important;  
  }
 
/*Wie h3 .card-title nur in schwarz*/  
h4.card-subtitle,  h4.card-subtitle a, .card-subtitle, .card-subtitle a .card-menu .card-subtitle, .card-menu .card-subtitle a {
font-size:1rem!important;
font-weight:bold!important;
color:#000!important;  
  text-decoration: none !important;
 } 
  
  
 /*Timeline*/
/*Timeline-Datum: Wie h3.element-header, in schwarz*/
.timeline-item-inner, h4.timeline-item-header-headline, .timeline-item-date {
font-size:1rem!important;
font-weight:bold!important;
color:#000!important; 
  color:#fff!important;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto!important;
  text-decoration: none !important;
  background:#005ca9;
}
/*Timeline-h4: Wie h3.element-header, in schwarz, normal statt bold*/
h4.timeline-item-header-headline { font-weight:normal!important; color:#fff!important;}
 
 /*Timeline-button: in blau*/ 
.timeline-item-marker, .timeline-item:nth-child(even) {color: #005ca9;}  
/*Timeline - ENDE*/  
    
  
  
h5, .h5, h5.element-header, .h5.card-title, h5.karriere, .article h5 span {
font-size:1rem;
color:#000!important;
 }
  
h6, .h6, h6.element-header, .h6.card-title, h6.karriere, .article h6 span {
font-size:0.935rem;
color:#000!important;
 }
}
/************************/

/************************/
@media (min-width:992px) {
h1, .h1, h1.element-header, .h1.card-title, h1.karriere, .article h1 span {
font-size:2.4rem;
font-size:4rem!important;
color:#005ca9!important; 
 }
  
h2, .h2, h2.element-header, h2.card-title, h2.karriere, .article h2 span {
font-size:2.1rem;
font-size:2rem!important;
color:#000!important;
 }
 
/*Wie h1=Seitentitel nur in schwarz*/
h2.element-subheader {
font-size:4rem!important; 
color:#000!important;
}

h3, .h3, h3.element-header, .h3.card-title, .h3.card-title a, h3.karriere, h3.karriere a, .article h3 span, .card-title, .card-title a, .accordion-title, .accordion-title a {
font-size:1.8rem;
font-size:1rem!important;
font-weight:bold!important;
color:#005ca9!important; 
  text-decoration: none !important;
 }
  
h4, .h4, h4.element-header, .h4.card-title, h4.karriere, .article h4 span, h4.card-subtitle a, .card-subtitle {
  font-size:1.5rem;
  color:#000!important;
 }
 
/*Wie h3 .card-title nur in schwarz*/  
h4.card-subtitle,  h4.card-subtitle a, .card-subtitle, .card-subtitle a .card-menu .card-subtitle, .card-menu .card-subtitle a {
font-size:1rem!important;
font-weight:bold!important;
color:#000!important;     
  text-decoration: none !important;
} 
  
/*Timeline*/
/*Timeline-Datum: Wie h3.element-header, in schwarz*/
.timeline-item-inner, h4.timeline-item-header-headline, .timeline-item-date {
font-size:1rem!important;
font-weight:bold!important;
color:#000!important; 
  color:#fff!important;
   line-height:1.7;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto!important;
  text-decoration: none !important;
  background:#005ca9;
}
/*Timeline-h4: Wie h3.element-header, in schwarz, normal statt bold*/
h4.timeline-item-header-headline { font-weight:normal!important; color:#fff!important;}
 
 /*Timeline-button: in blau*/ 
.timeline-item-marker, .timeline-item:nth-child(even) {color: #005ca9;}  
/*Timeline - ENDE*/  
  
  
h5, .h5, h5.element-header, .h5.card-title, h5.karriere, .article h5 span {
  font-size:1.2rem;
  color:#000!important;
 }
  
h6, .h6, h6.element-header, .h6.card-title, h6.karriere, .article h6 span {
  font-size:1.02rem;
  color:#000!important;
 }
}

/************************/
@media (min-width:1200px) {
h1, .h1, h1.element-header, .h1.card-title, h1.karriere, .article h1 span  {
font-size:2.6rem;
font-size:4rem!important;
color:#005ca9!important; 
}
 
h2, .h2, h2.element-header, h2.card-title, h2.karriere, .article h2 span  {
font-size:2.275rem;
font-size:2rem!important;
color:#000!important; 
}

/*Wie h1=Seitentitel nur in schwarz*/
h2.element-subheader {
font-size:4rem!important; 
color:#000!important;
}

h3, .h3, h3.element-header, .h3.card-title, .h3.card-title a, h3.karriere, h3.karriere a, .article h3 span, .card-title, .card-title a, .accordion-title, .accordion-title a {
font-size:1.95rem;
font-size:1rem!important;
font-weight:bold!important;
color:#005ca9!important; 
  text-decoration: none !important;
 }
 
h4, .h4, h4.element-header, .h4.card-title, h4.karriere, .article h4 span, h4.card-subtitle a, .card-subtitle  {
font-size:1.625rem;
 }
  
/*Wie h3.element-header nur in schwarz*/
h4.element-subheader, h4.element-subheader a{
 font-size:1.95rem;
font-size:1rem!important;
font-weight:bold!important;
color:#000!important; 
  text-decoration: none !important; 
  }
  
/*Wie h3 .card-title nur in schwarz*/  
h4.card-subtitle,  h4.card-subtitle a, .card-subtitle, .card-subtitle a .card-menu .card-subtitle, .card-menu .card-subtitle a {
font-size:1rem!important;
font-weight:bold!important;
color:#000!important;   
  text-decoration: none !important;
}
  
/*Timeline*/
/*Timeline-Datum: Wie h3.element-header, in schwarz*/
.timeline-item-inner, h4.timeline-item-header-headline, .timeline-item-date {
font-size:1rem!important;
font-weight:bold!important;
color:#000!important; 
  color:#fff!important;
   line-height:1.7;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto!important;
  text-decoration: none !important;
  background:#005ca9;
}
/*Timeline-h4: Wie h3.element-header, in schwarz, normal statt bold*/
h4.timeline-item-header-headline { font-weight:normal!important; color:#fff!important;}
 
 /*Timeline-button: in blau*/ 
.timeline-item-marker, .timeline-item:nth-child(even) {color: #005ca9;}  

  /*Timeline-h3-Zusätzlicher Text*/ 
.timeline-item-text h3 {color: #fff!important; font-weight: normal!important;}  
  
/*Timeline - ENDE*/   
    
 
h5, .h5, h5.element-header, .h5.card-title, h5.karriere, .article h5 span  {
font-size:1.3rem;
color:#000!important;
}
 
h6, .h6, h6.element-header, .h6.card-title, h6.karriere, .article h6 span {
font-size:1.105rem;
color:#000!important;
 }
}

.frame-header *:last-child {margin:none;}
.frame-type-header .frame-header {margin-top:0rem; margin-bottom:0rem;}
.frame-type-header .frame-header *:last-child {margin:none;}

/*Überschriften - Ende**************/
/***********************************/


/*BCE: Pfeil: nach oben*/
.scroll-top {
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 1020;
  color: #000;
  font-size: 2rem;
  font-weight: bold;
  background: #fff;
  border: 1px solid silver;
  bottom: 20px;
  right: 20px;
  position: fixed;
  opacity: 0;
  width: 2em;
  height: 2em;
}
@media (prefers-reduced-motion: reduce) {
  .scroll-top {
    transition: none;
  }
}
.scroll-top:active,
.scroll-top:focus,
.scroll-top:hover {
  color: #e14e12;
  background: #fff;
  border: 1px solid #e14e12;
}

@media (min-width: 576px) {
  .scroll-top {
    border: 1px solid #fff;
  }
  .scroll-top:active,
  .scroll-top:focus,
  .scroll-top:hover {
    border: 1px solid #fff;
  }
}

/*Scroll-Up-Icon - Ende*****/

/***********************/
/*BUTTONS*/
.btn:hover,
.cc-btn:hover {
  color: #e65925;
  text-decoration: none;
}
.btn:focus,
.cc-btn:focus,
.btn.focus,
.focus.cc-btn {
  outline: 0;
  box-shadow: none;
}
.btn.disabled,
.disabled.cc-btn,
.btn:disabled,
.cc-btn:disabled {
  opacity: 0.65;
}
a.btn.disabled,
a.disabled.cc-btn,
fieldset:disabled a.btn,
fieldset:disabled a.cc-btn {
  pointer-events: none;
}

.btn-default {
  color: #005ca9;
  background: #fff;
  border-color: #fff;
  text-transform: none;
  padding: 0;
}

.btn-default {
  color: #005ca9;
  background: #fff;
  border-color: #fff;
  text-transform: none;
  padding: 0;
}
.btn-default:hover {
  color: #e65025;
  background-color: #fff;
  border-color: #fff;
}

.btn-default.disabled,
.btn-default:disabled {
  color: #e65925;
  background-color: #fff;
  border-color: #fff;
}

.btn-default:not(:disabled):not(.disabled):active,
.btn-default:not(:disabled):not(.disabled).active,
.show > .btn-default.dropdown-toggle {
  color: #e65925;
  background-color: #fff;
  border-color: #fff;
}

.btn-default:not(:disabled):not(.disabled):active:focus,
.btn-default:not(:disabled):not(.disabled).active:focus,
.show > .btn-default.dropdown-toggle:focus {
  box-shadow: none !important;
}

/*BUTTON - Primary*/
.btn-primary {
  color: #fff;
  background-color: #000;
  border-right: 1px solid #fff !important;
  margin-bottom: 5px;
  min-width: 250px;
}

.btn-primary a {
  color: #fff;
}

.btn-primary:hover {
  color: #e65925;
  background-color: #000;
  border-color: #000;
  margin-bottom: 5px;
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #e65925;
  background-color: #000;
  border-color: #000;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-primary a {
  color: #fff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-secondary.focus,
.btn-secondary.active {
  color: #e65925;
  background-color: #000;
  border: 1px solid #fff;
  box-shadow: none;
}

/*BUTTON - secondary - als schwarze buttons*/
.btn-secondary {
  color: #fff;
  transform: uppercase;
  background-color: #000;
  border: 1px solid #fff;
  margin: 1px;
}

/*Button btn-secondary gem. BS*/
@media (min-width: 300px) {
  .btn-secondary {
    width: calc(100%);
  }
}

@media (min-width: 480px) {
  .btn-secondary {
    width: calc(49%);
  }
}

@media (min-width: 576px) {
  .btn-secondary {
    width: calc(49%);
  }
}

@media (min-width: 768px) {
  .btn-secondary {
    width: calc(33%) !important;
  }
}

@media (min-width: 992px) {
  .btn-secondary {
    width: calc(16%) !important;
  }
}

@media (min-width: 1100px) {
  .btn-secondary {
    width: calc(16%) !important;
    letter-spacing: -0.01em;
  }
}

.btn-secondary a {
  color: #fff;
}

.btn-secondary:hover {
  color: #e65925;
  transform: uppercase;
  background-color: #000;
  border-color: #fff;
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #e65925;
  transform: uppercase;
  background-color: #000;
  border-color: #fff;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #e65925;
  transform: uppercase;
  background-color: #000;
  border-color: #fff;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-secondary a {
  color: #fff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.focus,
.btn-secondary.active {
  color: #e65925;
  transform: uppercase;
  background-color: #000;
  border-color: #fff;
  box-shadow: none;
}
/***Button - Ende*******/

/*Verlinkungen, Links*/
a {
  color: #005ca9;
  text-transform: none;
}
a:hover {
  color: #e14e12;
  text-decoration: none;
}

p a,
p.bodytext a,
.card a:not(.btn):not(.cc-btn) {
  color: #005ca9;
  text-transform: none !important;
}
p a:hover,
.card a:not(.btn):not(.cc-btn):hover {
  color: #e14e12;
  text-transform: none !important;
}

/*Hover bei Überschriften*/
h1 a:hover,
.h1 a:hover,
h1.element-header a:hover,
.h1.card-title a:hover,
h1.karriere a:hover,
.article h1 span a:hover {
  color: #005ca9 !important;
  text-transform: none !important;
}

h2 a:hover,
.h2 a:hover,
h2.element-header a:hover,
h2.card-title a:hover,
h2.karriere a:hover,
.article h2 span a:hover {
  color: #000 !important;
  text-transform: none !important;
}

h2.element-subheader a:hover {
  color: #000 !important;
  text-transform: none !important;
}

h3 a:hover,
.h3 a:hover,
h3.element-header a:hover,
.h3.card-title a:hover,
h3.karriere a:hover,
.article h3 span a:hover,
.card-title,
.card-title a:hover,
.accordion-title a:hover,
.accordion-title a:hover {
  color: #005ca9 !important;
  text-transform: none !important;
}

h4 a:hover,
.h4 a:hover,
h4.element-header a:hover,
.h4.card-title a:hover,
h4.karriere a:hover,
.article h4 span a:hover {
  color: #000 !important;
  text-transform: none !important;
}

h4.card-subtitle a:hover,
h4.card-subtitle a:hover,
.card-subtitle a:hover,
.card-subtitle a .card-menu .card-subtitle a:hover,
.card-menu .card-subtitle a:hover h6 a:hover,
.h6 a:hover,
h6.element-headera:hover,
.h6.card-title a:hover,
h6.karriere a:hover,
.article h6 span a:hover {
  color: #000 !important;
  text-transform: none !important;
}
/*Hover bei Überschriften - Ende*/



/*Links bei Cookie-Meldung*/

/*Cookie-Fenster*/
.cc-window,
.cc-revoke {
  color: #fff !important;
  background-color: #000 !important;
}

/*einfacher Link*/
.cc-link {
  background-color: #000;
  border-color: #000;
  text-decoration: underline;
  color: #fff;
}
.cc-link:active,
.cc-link:hover,
.cc-link:visited {
  background-color: #000;
  border-color: #000;
  text-decoration: underline;
  color: #fff;
}

/*Button*/
.cc-highlight .cc-btn,
.cc-highlight .cc-btn:first-child .cc-highlight .cc-btn,
.cc-highlight .cc-btn:first-child {
  background-color: #000;
  border-color: #000;
  text-decoration: underline;
  color: #fff;
}

.cc-highlight .cc-btn,
.cc-highlight .cc-btn:first-child:hover,
.cc-highlight .cc-btn,
.cc-highlight .cc-btn:first-child:focus {
  background-color: #000;
  border-color: #000;
  text-decoration: underline;
  color: #fff;
}

/*cookie settings immer ausgeblendet*/
.cc-animate .cc-revoke .cc-bottom {
  display: none !important;
}

/*Links bei Cookie-Meldung - ENDE*/

/*Bildunterschrift*********/
figure .caption,
figcaption .caption,
.caption {
  padding-top: 0.5rem;
  font-size: 0.85rem;
  hyphens: auto !important;
  opacity: 0.8;
  text-align: left !important;
}
/*Bildunterschrift-ENDE*******/

/*BCE: SECTION*************/

/*BCE: Section: light*/
.section-light {
  color: #2b2b2b;
  background-color: #fff;
}
.section-light a:not(.btn):not(.cc-btn) {
  color: #2b2b2b;
}
.section-light a:not(.btn):not(.cc-btn):focus,
.section-light a:not(.btn):not(.cc-btn):hover {
  color: #e14e12;
  transform: underline;
}
.section-light + .section-light {
  border: none !important;
}

/*BCE: Section:primary*/
.section-primary {
  color: #000;
  background-color: #fff;
}
.section-primary a:not(.btn):not(.cc-btn) {
  color: #000;
}
.section-primary a:not(.btn):not(.cc-btn):focus,
.section-primary a:not(.btn):not(.cc-btn):hover {
  color: #e14e12;
  transform: underline;
}
.section-primary + .section-primary {
  border: none !important;
}

/*BCE: Section:dark*/
.section-dark {
  color: #fff;
  background-color: #000;
}
.section-dark a:not(.btn):not(.cc-btn) {
  color: #fff;
}
.section-dark a:not(.btn):not(.cc-btn):focus,
.section-dark a:not(.btn):not(.cc-btn):hover {
  color: #fff;
  transform: none;
}
.section-dark + .section-dark {
  border-top: 1px solid #000;
}

/*BCE: Section:secondary*/
.section-secondary {
  color: #000;
  background-color: #fff;
}
.section-secondary a:not(.btn):not(.cc-btn) {
  color: #e14e12;
}
.section-secondary a:not(.btn):not(.cc-btn):focus,
.section-secondary a:not(.btn):not(.cc-btn):hover {
  color: #e14e12;
  transform: none;
}
.section-secondary + .section-secondary {
  border-top: none;
}

/*BCE: Section:success*/
.section-success {
  color: #2b2b2b;
  background-color: #dfe5f4;
}
.section-success a:not(.btn):not(.cc-btn) {
  color: #2b2b2b;
}
.section-success a:not(.btn):not(.cc-btn):focus,
.section-success a:not(.btn):not(.cc-btn):hover {
  color: #e14e12;
  transform: none;
}
.section-success + .section-success {
  border-top: 1px solid #dfe5f4;
}

/*BCE: Section:info*/
.section-info {
  color: #2b2b2b;
  background-color: #dea984;
}
.section-info a:not(.btn):not(.cc-btn) {
  color: #2b2b2b;
}
.section-info a:not(.btn):not(.cc-btn):focus,
.section-info a:not(.btn):not(.cc-btn):hover {
  color: #e14e12;
  transform: none;
}
.section-info + .section-info {
  border-top: 1px solid #dea984;
}

/*BCE: Section:warning*/
.section-warning {
  color: #000;
  background-color: #c96035;
}
.section-warning a:not(.btn):not(.cc-btn) {
  color: #fff;
}
.section-warning a:not(.btn):not(.cc-btn):focus,
.section-warning a:not(.btn):not(.cc-btn):hover {
  color: #e14e12;
  transform: none;
}
.section-warning + .section-warning {
  border-top: 1px solid #c96035;
}

/*BCE: Section:danger*/
.section-danger {
  color: #fff;
  background-color: #000;
}
.section-danger a:not(.btn):not(.cc-btn) {
  color: #fff;
}
.section-danger a:not(.btn):not(.cc-btn):focus,
.section-danger a:not(.btn):not(.cc-btn):hover {
  color: #e14e12;
  transform: none;
}
.section-danger + .section-danger {
  border-top: 1px solid #000;
}
/*SECTIONS - Ende******************/

/*News-Galerie:*/
.slick-slide {
  padding: 5px;
  border: none;
  background: none;
}

/*Links zu Verwandte Themen*/
a.related_pages {
  margin-right: 10px;
}

.thumbnail-menu-caption {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.8);
}
/*Breathcrumb - HI-Farbe*/
.breadcrumb-section {
  background-color: #fff;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #fff;
  font-size: 90%;
}

/*Breathcrumb - Querstrich*/
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #005ca9;
  content: "/";
}

/*Breathcrumb - auch aktiver Link: blau*/
.breadcrumb-item.active {
  color: #005ca9;
}

/*Schatten überall ausschalten*/
body,
a,
div,
img,
.section {
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  border: none !important;
}

/*Seitenabstände Accordion-Inhalt*/
.accordion-content {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0rem;
  margin-right: 0rem;
}

/*Inhalt: linksbündig, kein linker Einzug*/
.accordion-content-item {
  flex-grow: 1;
  order: 1;
  padding-left: 0rem;
  padding-right: rem;
  width: 100%;
}

/*kein Rahmen*/
.accordion-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
  border-bottom: none !important;
}

/*linksbündig zu sonstigem Text, kein Rand*/
.accordion-title-link {
  padding: 0rem 0rem;
  padding-right: calc(1.5rem + 2em);
  position: relative;
  display: block;
}
/*Accordion - ENDE***************/

/*Bilder mit kleinem Rand unten, da sie ansonsten untereinander kleben beim Umbruch*/
.gallery-item img,
.gallery-item picture {
  padding-bottom: 3px;
}

.gallery-item {
  padding-left: 0!important;
  padding-right: .5rem;
}


.navbar-mainnavigation .navbar-brand {
  margin-left: 40px;
}

/*Frontend-Login*/

input.form-control {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  width: 100%;
  padding: 0.5em;
  border: 1px solid silver;
  background: none !important;
}
form fieldset legend {
  display: none;
}
p.text-success {
  color: #000 !important;
}

/*Disc-Punkte nur im Content, Navigation und Footer sind ausgeschlossen*/
.bp-page-content ol li,
.bp-page-content ul li,
.bp-page-content dl li {
  margin-top: 0;
  padding-left: 0px;
  margin-left: -25px;
  list-style-position: outside;
  list-style-type: disc;
}

li.breadcrumb-item {
  margin-left: 0;
}
ul li.nav-item {
  margin-left: 0;
  list-style: none;
}

.table {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Bootstrap5 fixes */
.thumbnail-menu,
.textpic,
.card-group-element,
.gallery-row,
.section-row {
  gap: 0 !important;
}

#c1266.frame p,
.footer-copyright p {
  color: #000;
}

.navbar-mainnavigation > .container > .navbar-collapse,
.navbar-mainnavigation > .container-fluid > .navbar-collapse {
  margin-right: -36px !important;
}

.accordion-button {
  color: #005ca9 !important;
  font-weight: 700;
  padding-left: 0;
}

/* button:focus {
  outline: 0 !important;
  background: transparent !important;
} */

.accordion-button:focus {
  border-color: transparent !important;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 93, 169, 0) !important;
}

.accordion-button:not(.collapsed) {
  background-color: transparent !important;
  box-shadow: none !important;
}

.accordion-body {
  padding-left: 0 !important;
}

.accordion-button::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23005ca9" class="bi bi-plus-lg" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2"/></svg>') !important;
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(-45deg);
}

figure.image picture {
  display: flex;
  /* aspect-ratio: 356 /201;
  overflow: hidden;
  align-items: center; */
}

.textpic-centered.textpic-right figure.image picture {
  aspect-ratio: 530 / 342;
}

.accordion-body {
  padding: 1em 0 0.5em 0 !important;
}

ul.list-normal {
  padding-left: 1.5rem;
  margin-left: 1rem;
}

/* ul.list-normal li {
  list-style-position: inside;
} */

ul.list-unstyled li {
  margin-left: 15px;
}

.carousel .carousel-indicators-navigation > button {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: content-box;
  width: 25px;
  height: 25px !important;
  margin-right: 3px;
  margin-left: 3px;
  padding: 0 !important;
  cursor: pointer;
  background-color: #005ca9;
  background-clip: padding-box;
  border-bottom: 10px solid transparent;
  opacity: 1;
  transition: all 1s ease;
  color: #005ca9;
  /* color: #fff; */
}

.carousel .carousel-indicators-navigation > button span {
  font-size: 0.8rem;
  opacity: 0.8;
}

.carousel .carousel-indicators-navigation > button:hover,
.carousel .carousel-indicators-navigation > button.active {
  background-color: #fff;
  color: #005ca9;
}

.carousel .carousel-indicators-navigation > button.active:before {
  display: none;
}

.texticon-icon .texticon-inner-icon {
  color: #ffffff;
  background-color: #005ca9;
  line-height: 2.3em;
  height: 2.3em;
  width: 2.3em;
}

.texticon-content .frame-header {
  margin-bottom: 0;
}

.news-list-view:not(.isotope-outer) .news-img-wrap {
  width: 100% !important;
  display: flex;
  /* aspect-ratio: 300 /169; */
  /* overflow: hidden; */
  align-items: center;
}

.news .isotope-outer .article .news-img-wrap a {
  padding: 0;
}

.news.news-single .gallery-item-size-4 figure.image picture {
  aspect-ratio: 263 / 211;
}

#c1841 figure.image picture,
#c1702 figure.image picture,
#c1854 figure.image picture,
#c1674 figure.image picture,
#c3033 figure.image picture,
.news.news-single .textpic-centered.textpic-right figure.image picture {
  aspect-ratio: unset;
}

.news-list-view .articletype-0 h3.karriere {
  padding: 0 0 0.3em 0 !important;
}

#tx_indexedsearch .col-12 #tx-indexedsearch-searchbox-button-submit {
  width: unset;
}

.pswp__scroll-wrap {
  display: flex;
}

.pswp__button {
  float: none;
}

.pswp__button--arrow--next {
  margin-left: auto;
}

.pswp__dynamic-caption__title,
.pswp__dynamic-caption__subtitle {
  font-size: 0.8rem;
}

a.lightbox:focus {
  outline: none;
}

:root {
  --frame-link-hover-color: #e14e12;
}

.karriere-buttons-wrap {
  margin-top: 50px;
  margin-bottom: 50px;
}
.btn-karriere {
  margin-right: 10px;
}

/*Background: primary*/
.frame-background-primary {
  color: #fff;
  background-color: #4085bf!important;
}

/* Rewrites a property of bootstrap_package to remove button focus outline. 2024. */
.navbar-toggler:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* Rewrite property of bootstrap_package. For 3Columns template of Cards. 2024. */
@media (min-width: 576px) {
  .card-menu-columns-2 .card-menu-item {
    width: calc(100% / 2.1);
  }
}

@media (min-width: 576px) {
  .card-menu-columns-4 .card-menu-item {
    width: calc(100% / 2.1);
  }
}

@media (min-width: 768px) {
    .card-menu-columns-3 .card-menu-item {
        width: calc(100% / 3.1);
    }
}

@media (min-width: 1200px) {
  .card-menu-columns-4 .card-menu-item {
    width: calc(100% / 4.2);
  }
}

@media (min-width: 1200px) {
  .card-group-element-columns-4 .card-group-element-item {
    width: calc(100% / 4.2);
  }
}

@media (max-width: 767px) {
  .card-menu .card-title {
    font-size: 1.0rem;
  }
}


/*Weihnachten*/
/*Bild sitzt mittig, ist groß*/
.gallery-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -.5rem;
  margin-right: -.5rem;
  margin: auto !important;
  width: 100%;
}


/*Überschrift für Weihnachtskarte**********/
h1.weihnachten {
font-size:1.5rem!important;
color:#005ca9!important; 
/*Keine Silbentrennung bei großer Bildschirmbreite*/
-moz-hyphens: auto;
-o-hyphens: auto;
-webkit-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto; 
}

@media (min-width:576px) {
h1.weihnachten {font-size:1.5rem;}
}

@media (min-width:768px) {
h1.weihnachten {font-size:2.6rem!important;}
}

@media (min-width:992px) {
h1.weihnachten {font-size:2rem;}
}

@media (min-width:1200px) {
h1.weihnachten {font-size:2rem;}
}

/*Überschrift für Weihnachtskarte**********/
h2.weihnachten {
font-size:1.1rem!important;
color:#000!important; 
/*Keine Silbentrennung bei großer Bildschirmbreite*/
-moz-hyphens: auto;
-o-hyphens: auto;
-webkit-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto; 
}

@media (min-width:576px) {
h2.weihnachten {font-size:1rem;}
}

@media (min-width:768px) {
h2.weihnachten {font-size:2rem!important;}
}

@media (min-width:992px) {
h2.weihnachten {font-size:1.5rem;}
}

@media (min-width:1200px) {
h2.weihnachten {font-size:1.5rem;}
}

/*Weihnachtsgruß-Seite*/
div.weihnachten {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: green;
}

.weihnachten img {
  width: 100%;
  height: auto;
}

/*Karriere-Ticker*/
.karriere-ticker {display:fixed; margin: auto; bottom: 100px; right:0; width: 100px; height:100px; background: black; color:#fff;   position: -webkit-sticky; /* Safari */
        position: sticky;
        top: 0;
        background-color: green;
        border: 2px solid #4CAF50;}
.karriere-center {padding:auto; margin:auto;}

/*Bilder schützen*/

img {
  pointer-events: none;
  user-select: none;
}
