

h1 {font-style: italic !important;}

a {
  color: #686868;
}

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

a:active {
  text-decoration: underline;
}

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


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

.article-details .article-header h2 {
  font-size: 1.3rem;
}

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

#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;
}

.btn {
 --bs-btn-border-radius: 0;
}

.btn-primary, .sppb-btn-primary {
  border-color: #3a82ff;
  background-color: #3a82ff;
}

.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;
}

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

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

#sp-header {
  height: 60px;
}


#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;
}

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

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

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

1#sp-header.lg-header {
  box-shadow: 0 0px 0px rgba(0,0,0,.1);
}

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

.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
  color: #0558aa;
  text-decoration: underline;
}

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

.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
  color: #0558aa;
  text-decoration: underline;
  font-weight: 500;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
  color: #0066cc;
  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-footer {
  padding: 40px 0;
}

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

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

#sp-footer a {
  color: #ffffff !important;
}

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

.tkv-container {
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: flex-end;
 position: relative;
 padding: 50px 20px;
}

.tkvzahltitel {
 
}

.tkvtext {
  line-height: 2.5;
}

.tkveinzel {
  
}

.tkvtext span, .tkveinzel span{
 color: #3598db;
 font-size: 24px;
 font-weight: 600;
}

.dkvfeed {
 width: 50%;
 padding: 50px 20px 0 30px;
}

.feed {
  width: 50%;
  padding: 10px 20px 20px 20px;
}

.nada-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 20px;
}

/* Text und Logo */
.nada-text {
    flex: 1 1 350px;
}

.nada-img {
    flex: 0 0 350px;
    text-align: right;
}

.nada-img img {
    max-width: 350px;
    width: 100%;
}

/* NUR für Responisiv */
.aBild {
    
}

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

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

    /* für Responisiv */
    .aBild {
       float: inline-end !important;
    }
}

@media (max-width: 700px) {
    .nada-row {
        flex-direction: column;
    }

   .nada-text {
      flex: 1 1 220px;
   }
    .nada-img {
        text-align: center;
        flex: 0 0 150px;
    }
}

.sei-blog {
  display: flex;
}

.sei-blog h3 {
 color: #999;
 font-size: 24.5px;
 font-weight: 300;
}

.sei-text {
  flex: 2;
}

.sei-bild, .sei-bild img {
  float: left;
  padding: 10px;
  flex: 1;
  align-items: center;
  justify-content: center;
}

 @media (min-width: 992px) {
	.zurueck-button {
		1display: none;
	}
 }

/* 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;
    }

    .tkv-container {
      align-items: center;
    }

    .dkvfeed {
       width: 100%;
       padding: 0px 20px 0 30px;
     }

     .feed {
       width: 100%;
     }
  }

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

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

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

/* 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: block;
  width: 100%;
  text-align: center;
  padding: 10px 14px;
  background-color: #0063a6; /* Blau anpassen falls nötig */
  color: #ffffff;
  border-radius: 5px;
  font-size: 0.95em;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.1s ease, box-shadow 0.2s ease;
}

/* 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: #004ba3;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  transform: translateY(-1px);
}

/* 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;
}

