body {
	font-family:"Open Sans",
	Arial,sans-serif;
	color:#0e0e0e;
	background:#fff
}

body, .sp-preloader {
  color: #fff;
}

.article-details .article-header h1 {
  font-size: 2.0rem;
}

#sp-header {
	box-shadow:0 4px 10px rgba(0,0,0,.25)
}

#sp-header {
  height: 80px;
}

#sp-header .sp-megamenu-parent > li > a {
  padding: 18px 14px;
}

#sp-header .sp-megamenu-parent>li>a:hover{
	color:#cc2a35 !important;
	border-bottom:2px solid #cc2a35
  text-decoration: underline dotted;
}

#sp-header .sp-megamenu-parent>li.active>a,#sp-header .sp-megamenu-parent>li.current-item>a {
	color:#cc2a35 !important;
	border-bottom:2px solid #cc2a35;
	font-weight: 700;
	line-height: 1.5;
}

.sp-megamenu-wrapper .row > div {
    border-right: 1px solid #e5e5e5;
    padding-right: 25px;
}
.sp-megamenu-wrapper .row > div:last-child {
    border-right: none;
}
.sp-megamenu-parent .sp-menu-item > a {
  font-weight: 700 !important;
  font-size: 0.9em !important;
}

.sp-megamenu-parent .sp-mega-group > li > a {
  font-weight: 700 !important;
  color: #cc2a35 !important;
  font-size: 0.9em !important;
  border-bottom: 1px solid #cc2a35;
}

/*
.sp-group-title, .item-header {
  font-weight: 700 !important;
  color: #cc2a35 !important;
  font-size: 0.9em !important;
}
*/

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  border: 1px solid #cc2a35;
  border-radius: 5px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
  border-bottom: 0px solid #cc2a35;
}

.sp-megamenu-parent > li:hover > a {
  color: #0066cc;
  text-decoration: underline dotted;
}

.sp-megamenu-parent {
  padding: 20px 0 20px 0;
  margin: 0 -15px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
  color: #ac1313;
  text-decoration: underline;
  font-weight: 700;
  font-size: 0.9em;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
  color: #cc2a35;
  text-decoration: underline dotted;
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub li.sp-menu-item > a {
  font-weight: 400;
  font-size: 1.025rem;
}


#sp-header.header-sticky {
  border-bottom: 1px solid #e5e5e5;
}

#sp-header-topbar {
  margin: 15px auto 0px auto;
}

#sp-header-topbar .container-inner {
  padding-bottom: 15px;
}

.sp-contact-info li {
  margin: 0px 5px 0px 5px;
}

#sp-header-topbar a {
  color: #000;
  text-decoration: none;
}

#sp-header-topbar a:hover {
  color: #cc2a35;
  text-decoration: underline dotted;
}

#sp-header-topbar .sp-contact-info {
  color: #3a82ff;
}

#sp-header-topbar .sp-contact-info span {
  color: #e30613;
  margin: 0px 5px 0px 0px;
}

#sp-header .container-inner {
  border-bottom: 0px solid #e5e5e5;
}

#sp-header.lg-header #offcanvas-toggler {
  margin-left: 100px;
}


.offcanvas-menu .offcanvas-inner ul.menu > li {
  padding-left: 10px;
}

.offcanvas-menu .offcanvas-inner ul.menu, .offcanvas-menu .offcanvas-inner ul.menu ul {
  list-style: disclosure-closed;
}

.offcanvas-menu .offcanvas-inner ul.menu, .offcanvas-menu .offcanvas-inner ul.menu ul {
  line-height: 3.5;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > ul li a {
  position: relative;
  display: block;
  margin: 10px 0;
}

.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent li.menu-parent > a {
  margin: 10px 0;
}


a {
	color:#006cd9;
	text-decoration: underline;
} 

a:hover {
	color:#cc2a35;
	text-decoration:underline
}

a:hover, a:focus, a:active {
  color: #ac1313;
}

a:active {
  text-decoration: underline;
}

a:hover {
  text-decoration: underline dotted;
}

.btn,.sppb-btn {
	font-family:"Open Sans",Arial,sans-serif;
	font-weight:600;
	border-radius:5px;
	padding:.55rem 1.4rem;
	border-width:1px;
	border-style:solid;
	transition:all .15s ease-in-out
}

.btn-primary,.sppb-btn-primary {
	background:#0066cc;
	border-color:#0066cc;
	color:#fff
}

.btn-primary:hover,.btn-primary:focus,.sppb-btn-primary:hover,.sppb-btn-primary:focus {
	background:#ac1313;
	border-color:#ac1313;
	color:#fff
}

.btn-secondary,.sppb-btn-secondary {
	background:#005a8c;
	border-color:#005a8c;
	color:#fff
}

.btn-secondary:hover,.btn-secondary:focus,.sppb-btn-secondary:hover,.sppb-btn-secondary:focus {
	background:#004063;
	border-color:#004063
}

.btn-outline,.sppb-btn-outline {
	background:rgba(0,0,0,0);
	border-color:#005a8c;
	color:#005a8c
}

.btn-outline:hover,.sppb-btn-outline:hover {
	background:#e6f3fa
}

.section-light {
	background:#fff
}

.section-alt{
	background:#e6f3fa
}

.rekord-btn {
	display: flex;
	height: 2.2rem;
	padding: 0 0.9rem;
	align-items: center;
	justify-content: center;
	border: 1px solid #5395d7;
	border-radius: 5px;
	color: #006cd9;
	background: #fff;
	white-space: nowrap;
	transition: background 0.2s ease;
	text-decoration: none;
	font-size: 0.9rem;
	font-weight: 600;
	cursor: pointer;
}

.rekord-btn:hover {
	background: #ac1313;
	color: #fff;
}

/*
.tsv-hero {
	background:#e6f3fa;
	padding:4rem 0
}

.tsv-hero .hero-title {
	font-size:2.4rem;
	font-weight:800;
	color:#0e0e0e;
	margin-bottom:.75rem
}

.tsv-hero .hero-subtitle {
	font-size:1.1rem;
	color:#333;
	max-width:40rem;
	margin-bottom:1.5rem
}

.tsv-hero .hero-actions {
	display:flex;
	flex-wrap:wrap;
	gap:.75rem
} 

*/

#sp-footer {
	background:#005a8c;
	color:#fff;
	padding-top:2.5rem;
	padding-bottom:1.5rem
}

#sp-footer a {
	color:#fff !important
}

#sp-footer a:hover {
  text-underline-position: from-font;
  text-underline-offset: 2px;
  color:#cc2a35 !important
  text-decoration: underline;
}

#sp-footer {
  padding: 40px 0;
}

#sp-footer .col-sm-4 {
   padding: 0 20px;
}

#sp-footer {
  font-size: 1.125rem;
  font-weight: 400;
}

#sp-footer a:hover {
  text-underline-position: from-font;
  text-underline-offset: 2px;
  color: #ccc9c9 !important;
  text-decoration: underline;
}

input[type=text],input[type=email],input[type=password],input[type=tel],textarea,select,.form-control {
	background:#fff;
	border-radius:4px;
	border:1px solid #cfcfcf;
	color:#333;
	padding:.55rem .75rem;
	box-shadow:none
}

input[type=text]:focus,input[type=email]:focus,input[type=password]:focus,input[type=tel]:focus,textarea:focus,select:focus,.form-control:focus {
	border-color:#005a8c;
	box-shadow:0 0 0 3px rgba(0,90,140,.25);
	outline:none
}

input[type=text]::placeholder,input[type=email]::placeholder,input[type=password]::placeholder,input[type=tel]::placeholder,textarea::placeholder,select::placeholder,.form-control::placeholder {
	color:#cfcfcf
}

/* Helixanpassungen fertig */

/* meine Helixanpassungen */

.article-details .article-can-edit {
  margin-bottom: 0px;
}

#sp-left .sp-module, #sp-right .sp-module {
  margin-top: 0px;
  border: 0px solid #f3f3f3;
  padding: 30px;
  border-radius: 0px;
}

/* Startseiten anpassung für Partnerlogos */
#sp-partnerlogos {
    background-color: #c3d7f7 !important; 
    transition: background-color 0.3s ease;
    border-top: 5px solid #3A81FE;
}

/* Startseite */
#sp-partnerlogos.startpage {
    background-color: #FFFFFF !important;  
    border-top: 0px solid #FFFFFF; 
    margin: 0px 0px 0px 0px;
}
/***********************************
*** Ende Helixanpassunge von mir ***
***********************************/

/*********************************
*** mehrer Module nebeneinader ***
*** jedes Modul genau 1/3      ***
*** ggf. dritter Platz leer    ***
**********************************/
.article-modules-flex {
	display: flex;
	gap: 0.5rem;
}

.article-modules-flex > * {
	flex: 0 0 calc(33.3333% - 0.6667rem);
	max-width: calc(33.3333% - 0.6667rem);
}

/* Leerraum am Zeilenende behalten */
.article-modules-flex::after {
	content: "";
	flex: 1;
}

/* Responsive */
@media (max-width: 900px) {
	.article-modules-flex {
		flex-direction: column;
	}

	.article-modules-flex > * {
		flex: 1 1 auto;
		max-width: 100%;
	}
}

/*********************************
*** mehrer Module nebeneinader ***
***             ENDE           ***
**********************************/

/* Responsive Verhalten */
@media (max-width: 991px) {
    #sp-header .offcan {
       display: flex;
       justify-content: flex-end !important;
    }

    #sp-slider {
       margin: 0 0 20px 0 !important;
    }

	#sp-aktuelles {
		margin: 15px 0px 25px 0px !important;
	}

}

/* Responsive für mobile Geräte */
  @media (max-width: 575px) {
    #sp-header {
     height: 60px;
    }
 }

 @media (max-width: 768px) {
    #sp-header-topbar .sp-contact-info {
     font-size: 12px;
    }

    h1 {
      font-size: 1.4rem !important;
    }

    h2 {
     font-size: 1.3rem !important;
    }

    h3 {
     font-size: 1.2rem !important;
    }

    h4 {
     font-size: 1.1rem !important;
    }

    #sp-social .justify-content-end {
     justify-content: center !important;
    }

  }

/*--------------------------------
   Ende meine Anpassungen
--------------------------------*/

/* -------------------------------
   HelixUltimate BLOG Layout
--------------------------------*/

.category-blog .items-row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: stretch;
  margin-top: 30px;
}

/* Container-Spalte */
.category-blog .item {
  flex: 1 1 calc(33.333% - 24px);
  box-sizing: border-box;
  display: flex;
}

/* Karte selbst */
.category-blog .news-card {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  overflow: hidden;
  width: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* Hover-Effekt der Karte */
.category-blog .news-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.10);
}

/* Bildbereich */
.category-blog .news-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.category-blog .news-image img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease, filter 0.3s ease;
}

/* Optional leichtes Zoomen bei Hover nur Bild */
.category-blog .news-card:hover .news-image img {
  transform: scale(1.05);
  filter: brightness(0.97);
}

/* Textbereich */
.category-blog .news-meta {
  padding: 18px 20px 8px;
  flex-grow: 1;
}

/* Kategorie | Datum-Zeile */
.news-meta-line {
  font-size: 0.85em;
  color: #555;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 4px;
  white-space: nowrap;
}

.news-category,
.news-date,
.separator {
  display: inline;
  white-space: nowrap;
}

.news-category {
  font-weight: 600;
}

.separator {
  color: #777;
  padding: 0 2px;
}

.news-date {
  color: #777;
}

/* Titel */
.category-blog .news-title {
  font-size: 1.25em;
  font-weight: 600;
  margin: 4px 0 10px;
  color: #111;
}

/* Introtext */
.category-blog .news-intro {
  font-size: 0.96em;
  line-height: 1.6;
  color: #333;
}

/* Footer / Button-Bereich */
.category-blog .news-footer {
  padding: 12px 20px 18px;
  margin-top: auto;
}

/* Button wie im Screenshot */
.category-blog .news-button {
    display: inline-block;
    width: 100%;
    padding: 10px 16px;
    border-radius: 5px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #006cd9;
    background: #fff;
    border: 1px solid #5395d7;
    text-decoration: none;
    transition: background 0.2s ease;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}

/* Pfeil hinter dem Text */
.news-button::after {
    content: "\f061";               /* FontAwesome Icon: arrow-right */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;               /* 900 = Solid Icons */
    margin-left: 8px;
    transition: transform .2s;
}

.category-blog .news-button:hover {
  background-color: #ac1313;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  transform: translateY(-1px);
}

.pagination > .active > a, .pagination > .active > span {
  border-color: #0066cc;
  background-color: #0066cc;
}

/* Platzhalter-Karten unsichtbar, halten nur das Raster */
.placeholder-item {
  opacity: 0;
  pointer-events: none;
}

/* Pagination */
.pagination-wrapper {
  margin-top: 30px;
  text-align: center;
}

/* Responsive Breakpoints */
@media (max-width: 992px) {
  .category-blog .item {
    flex: 1 1 calc(50% - 20px);
  }
}

@media (max-width: 576px) {
  .category-blog .item {
    flex: 1 1 100%;
  }
}

/*--------------------------------
   Ende Blog
---------------------------------*/

/*--------------------------------
   Immer ganz unten damit es abgeschalten wird!
---------------------------------*/

.featured-article-badge {
   display: none;
 }

.pagenavigation {
  padding: 0;
  display: none;
}


