/**
 * CSS - Custom.css - hoehenerbau (cms2) 
 * costum.css A.Wachter, 2.6.2019
 * Diese Formatierungen überschreiben die Default.css und presetx.css
 * Farben:    AXA-Rot   #fc0200    Heading-H1,H3,H5 Weinrot  #ae0000      
 *            AXA-Blau  #033b8f    Heading-H2,H4,H6 blau: 033b8f   grau: #4c4949
 
 */
 body, .sp-preloader {
  background-color: #fff;
  color: #252525;
}
h1, h3, h5 {
  color: #ae0000 !important;  /* Titel H1,H3,H5 Fw-Rot ae0000 oder e10404 */
}
h2, h4, h6 {
  color: #033b8f;  /* Neu Titel Color blau */
}
#sp-top-bar {
  background: #ae0000; /* Top-Hintergrund Rot #ae0000 */
  color: #fff;         /* Top-Fontcolor   */
}
#sp-top-bar a {
  color: #fff;         /* Top-Linkcolor   */
}
#sp-header {
  background: #033b8f;   /* Menu-Hintergrund */
}
a {
  color: #ae0000;
}
a:hover, a:focus, a:active {
  color: #e10404;
  text-decoration: underline;  /* Links unterstreichen bei Hover */
}
.tags > li {
  display: inline-block;
}
.tags > li a {
  background: rgba(3, 69, 191, 0.1);
  color: #0345bf;
}
.tags > li a:hover {
  background: #044cd0;
}
.article-social-share .social-share-icon ul li a {
  color: #252525;
}
.article-social-share .social-share-icon ul li a:hover, .article-social-share .social-share-icon ul li a:focus {
  background: #0345bf;
}
.article-list .article {
  margin-bottom: 130px;          /* Abstand in Blog zu Pager */
  padding: 20px;
  border: 0;                     /* kein Rand */
  border-radius: 3px;
}
.article-list .article .article-header h1, .article-list .article .article-header h2 {
  font-size: 2.25rem;   /* 44px; /* 1.375rem; */
  margin: 0; /* 0 0 1.25rem 0; */
  color: #e10404 !important;
}
.article-list .article .article-header h1 a, .article-list .article .article-header h2 a {
  color: #ae0000 !important;
}
/* Pager = Weiter, Zurück Knopf */
.pager {
  list-style: none;
  padding: 2rem 0 0 0;
  margin: 2rem 0 0 0;
  border-top: 1px solid #f5f5f5;
}
.pager > li a {
  font-size: 16px; /* 0.785rem; */
  border-radius: 6px;
  color: #e10404;
  border: 1px solid #e10404;
  padding: 0.5rem 2rem;
}
.pager > li a:hover {
  background-color: #e10404;
  color: #fff;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #6c757d !important;
    border-color: #6c757d !important;
}
.sp-megamenu-parent > li > a {
  color: #fff; /* Menu-Fontcolor weiss */
 /*  margin: 0 5px 0 5px;
 /* margin: 2rem 0 0 0; */
}
.sp-megamenu-parent > li:hover > a {
  color: #fff;
  text-decoration: none;
  background: #fc0200; /* Menu-Hintergrund Hover AXA-ROT */
}
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
  color: #fff;
  text-decoration: none;
  background: #fc0200; /* Menu-Hintergrund AXA-Rot #fc0200 */
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: #fff;  /* Dropdown-Menu Box Hintergrund */
  padding-left:10px; padding-right:10px;  /* AWA Zusatz */
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
  /* color: #fc0200 !important; /* Ausklappmenu Schriftfarbe */
  text-decoration: none;
  padding-left:15px; padding-right:15px;  /* AWA Zusatz */
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
  color: #fff !important;
  text-decoration: none;
  background: #fc0200; /* Dropdown-Menu Hintergrund Hover */
}
.sp-megamenu-parent .sp-dropdown > a {
  color: #fff;  /* Dropdown-Menu Fontcolor */
}
li.sp-menu-item.active > a {
  color: #fff;  /* Dropdown-Menu Fontcolor */
}
.sp-megamenu-parent .sp-mega-group > li > a {
  color: #252525;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
    padding: 8px 12px !important;
}
#offcanvas-toggler > .fa {
  color: #252525;
}
#offcanvas-toggler > .fa:hover, #offcanvas-toggler > .fa:focus, #offcanvas-toggler > .fa:active {
  color: #0345bf;
}
.offcanvas-menu {
  background-color: #fff;
  color: #252525;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span {
  color: #252525;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li span:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus, .offcanvas-menu .offcanvas-inner .sp-module ul > li span:focus {
  color: #0345bf;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler {
  color: rgba(37, 37, 37, 0.5);
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul li a {
  color: rgba(37, 37, 37, 0.8);
}
.btn-primary, .sppb-btn-primary {
  color: #fff !important;
  border-color: #033b8f !important;
  background-color: #033b8f !important;
}
.btn-primary:hover, .sppb-btn-primary:hover {
  border-color: #fc0200 !important;
  background-color: #fc0200 !important;
}
.btn-secondary, .sppb-btn-secondary {
  color: #fff !important;
  border-color: #97a9c4 !important;
  background-color: #97a9c4 !important;
}
.btn-secondary:hover, .sppb-btn-secondary:hover {
  border-color: #315386 !important;
  background-color: #315386 !important;
}
.btn-group-sm>.btn, .btn-sm {
    margin-left: 20px !important;
	padding: 0.25rem 0.5rem;
    font-size: .875rem;
    border-radius: 0.2rem;
}
.sp-page-title {
  background: #0345bf;
}
.sp-page-title h1 {
  color: #0345bf !important;  /* neu Titel-Farbe */
}
.sp-page-title h2, .sp-page-title h3 {
  color: green !important;  /* neu Titel-Farbe */
}
.layout-boxed .body-innerwrapper {
  background: #fff;
}
.sp-module ul > li > a {
  color: #252525;
}
.sp-module ul > li > a:hover {
  color: #0345bf;
}
.sp-module .latestnews > div > a {
  color: #252525;
}
.sp-module .latestnews > div > a:hover {
  color: #0345bf;
}
.sp-module .tagscloud .tag-name:hover {
  background: #0345bf;
}
.search .btn-toolbar button {
  background: #0345bf;
}
#sp-footer .container-inner {
  padding: 0 0;
  border-top: 1px solid rgba(255, 255, 255, .1);
}
#sp-footer, #sp-bottom {
  background: #ae0000;   /* Footer Hintergrund Höhener blau */
  color: #fff;
}
#sp-footer a, #sp-bottom a {
  color: #a2a2a2; 
}
#sp-footer a:hover, #sp-bottom a:hover, #sp-footer a:active, #sp-bottom a:active, #sp-footer a:focus, #sp-bottom a:focus {
  color: #fff;
}
#sp-bottom .sp-module-content .latestnews > li > a > span {
  color: #fff;
}
.sp-comingsoon body {
  background-color: #0345bf;
}
.pagination {
  padding-top: 50px;
}
/* 
.pagination > li > a, .pagination > li > span {
  color: #252525; 
} 
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #252525;
}
.pagination > .active > a, .pagination > .active > span {
  border-color: #0345bf;
  background-color: #0345bf;
}
.pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  border-color: #0345bf;
  background-color: #0345bf;
}
*/
.error-code, .coming-soon-number {
  color: #0345bf;
}
/* Neue Formatierungen für A-Z */
details {
	background-color: #f6f7f7;
}
details details {
	background-color: #fff;
	margin-left: 1em;
}
.article-details .article-info {
  margin-bottom: 2rem;      /* Artikel Abstand nach Titel */
}
.article-details .article-can-edit {
  position: relative;
  margin-bottom: 0;    /* Abstand nach Artikel-Titel */
}
.article-details .article-full-image {
  text-align: left;
  margin-bottom: 2rem;
}
.sppb-addon-accordion .sppb-panel-heading .sppb-panel-title  {
  color: #ae0000; font-size:20px;     /* Titel SP-Accordion */
}
.sppb-panel-modern>.sppb-panel-heading  {
  background: #ebebeb;
}
.badge-info {
    color: #6c757d !important;
    background-color: #eff1f4 !important;
}
/* Burger-Icon - korrektur 4.4.2022 */
.burger-icon>span {
    background-color: #ae0000 !important;
}
/* Bilder Hover Effect von https://miketricking.github.io */
.hovereffect {
width:100%;
height:100%;
float:left;
overflow:hidden;
position:relative;
}
.hovereffect img {
display:block;
position:relative;
-webkit-transition:all .3s linear;
transition:all .3s linear;
}
.hovereffect:hover img {
-ms-transform:rotate(3deg) scale(1.1);
-webkit-transform: rotatee(3deg) scale(1.1);
transform:rotate(3deg) scale(1.1);
}
/* Carousel Text */
.sppb-carousel-text {
  position: absolute;
  margin: 0 auto;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 20px;
}