/*
// #Font definition
// --------------------------------------------------
*/

/* pt-sans-regular - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/pt-sans-v17-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* pt-sans-italic - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/pt-sans-v17-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* pt-sans-700 - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/pt-sans-v17-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* pt-sans-700italic - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/pt-sans-v17-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


h1, .h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "PT Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700; color: #133c6c;
}






/*
// #Startseite
// --------------------------------------------------
*/

.article-list .article .featured-article-badge {
   display: none;
}

.sp-contact-info {
  list-style: none;
  padding: 0;
  margin: 0px;
  text-align: center;
}


/*
// #Logo
// --------------------------------------------------
*/

.d-lg-inline-block {
    display: inline-block !important;
  }
}

.logo-image {
  margin-top: 30px;
}

@media (min-width: 992px) {
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
    margin-top: 0px;
    margin-bottom: -100px;
  }
}



/*
// #Logo-mobil
// --------------------------------------------------
*/

  .logo-image-phone {
    height: 0px;
  }



/*
// #Top-Bar
// --------------------------------------------------
*/

#sp-top-bar {
  padding: 10px 0;
  font-size: 1.0rem;
}



/*
// #Menü
// --------------------------------------------------
*/


#sp-header {
  background: #24456c;
  z-index: 99;
  height: 100%;
}

body.ltr .sp-megamenu-parent > li.sp-has-child > a::after, body.ltr .sp-megamenu-parent > li.sp-has-child > span::after {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  float: right;
  margin-left: 3px;
  font-weight: 900;
  color: #fff;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  display: inline-block;
  padding: 0 10px;
  line-height: 80px;
  font-size: 15px;
  letter-spacing: 1px;
  margin: 0;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}

#sp-menue a:hover {
  color: #E6A100;
}

.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
  background: #9AC61F;
}

.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
  color: #fff;
}

#sp-menue a:hover {
  color: #617c8b;
}

.sp-megamenu-parent > li:hover > a {
  color: #617c8b;
  text-decoration: none;
}

.justify-content-end {
  justify-content: right !important;
}


/*
// #Dropdown-Menü
// --------------------------------------------------
*/


.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: #fff;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
  color: #fff;
  background-color: #9AC61F;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
  background-color: #7FA418;
  color: #133C6C;
}

#sp-menue a:hover {
  color: #fff !important;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
  line-height: 20px;
  display: block;
  cursor: pointer;
  padding: 12px;
  font-size: 16px;
  text-decoration: none;
  z-index: 100;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  padding: 0px;
}



/*
// #Offcanvas-manue
// --------------------------------------------------
*/


.offcanvas-menu .offcanvas-inner .sp-module ul > li ul {display: block !important;}


.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > a > .menu-toggler::after, .offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > .menu-separator > .menu-toggler::after {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
}

.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent.menu-parent-open > a > .menu-toggler::after, .offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent.menu-parent-open > .menu-separator > .menu-toggler::after {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
}

.burger-icon {
  width: 40px;
  cursor: pointer;
  background-color: #fff;
  padding: 2px 8px;
  border-radius: 3px 3px 3px 3px;
  margin-right: 10px;
}

.offcanvas-menu .offcanvas-inner ul.menu > li a:hover, .offcanvas-menu .offcanvas-inner ul.menu > li a:focus, .offcanvas-menu .offcanvas-inner ul.menu > li span:hover, .offcanvas-menu .offcanvas-inner ul.menu > li span:focus {
  color: #fff;
  background: #9ac61f;
  padding: 5px;
}

.offcanvas-menu .offcanvas-inner ul.menu > li a, .offcanvas-menu .offcanvas-inner ul.menu > li span {
  color: #7FA418;
}


/*
// #Slider
// --------------------------------------------------
*/

Position in module universalslider Zeile 173 ausblenden 
.swiper-pagination {
  position: ;
}


/*
// #Breadcrumb
// --------------------------------------------------
*/


.breadcrumb {
  padding: 0.75rem 1rem;
  background-color: #e7edf2;
  border-radius: 0rem;
}

.fas::before, [class^="icon-"]::before, [class*=" icon-"]::before, .far::before, .fab::before, .icon-joomla::before, .fa-solid::before, .fa-regular::before, .fa-brands::before, .fa::before {
  content: var(--fa);
  padding-right: 10px;
}



/*
// #Body
// --------------------------------------------------
*/

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: large;
}



b, strong {
  font-weight: bolder;
}

.article-list .article {
  margin-bottom: 10px;
  padding: 10px;
  border: 0px solid #f5f5f5;
  border-radius: 3px;
}

.article-list .article .article-header h1, .article-list .article .article-header h2 {
  font-size: 1.8rem;
  margin: 0 0 1.25rem 0;
  color:  #9AC61F;
  margin-bottom: .5rem;
  font-weight: bold;
  border-bottom: 0px solid #c7c7c7;
  padding-bottom: 0px;
  padding-left: 0px;
}

  .h1, h1 {
    font-size: 2.1rem;
  }
}

.h1, .h2, h1, h2, {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: bold;
  line-height: 1.2;
  color: #24456c;
}

hr {
  margin: 1px 20px 10px 0px;
  border: 0;
    border-top-width: 0px;
    border-top-style: none;
    border-top-color: currentcolor;
  border-top: 2px solid;
  opacity: .25;
}

p {

  font-size: 18px;
  font-weight: 390;
}

h1 {
  margin: 1rem 1rem 1.rem 0;
  text-transform: none;
  color: #24456c;
  text-align: left;
}

.article-details .article-header h1, .article-details .article-header h2 {
  font-size: 1.8rem;
  font-weight: bolder;
  border-bottom: 2px solid #c7c7c7;
  padding-bottom: 10px;
  padding-left: 8px;
  margin-bottom: .5rem;
}


h2 {
  font-size: 1.8rem;
  margin: 1rem 1rem 1.rem 0;
  text-transform: none;
  color: #c1e064;
  text-align: left;
}

.article-list .article .article-header h2 a {
  color:  #9AC61F;
  text-decoration: none;
}

.article-list .article .article-header h2 a:hover {
  color: #24456c;
}

.h3, h3 {
  margin-top: 20px;
  margin-bottom: .5rem;
  font-weight: bold;
  line-height: 1.5;
  color: #9AC61F;
  text-transform: none;
  border-bottom: 2px solid #e7edf2;
  padding-bottom: 10px;
  padding-left: 0px;
}


h4 {
  font-size: 1.375rem;
  margin: 1rem 1rem 1.rem 0;
  color: #444;
  background-color: #abc2ce;
  text-transform: none;
  padding: 10px;
  text-align: center;
}

h5 {
  font-size: 1.8rem;
  margin-top: 0px;
  margin-bottom: .5rem;
  font-weight: bold;
  line-height: 1.2;
  color: #24456c;
  text-transform: uppercase;
}


h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 20px;
  line-height: 1.8;
  color: #24456c;
}


.columns {
  column-count: 3;
  column-gap: 25px;
  column-rule: 2px solid #3366FF;
}



/*
#Blocklayout geändert in bootstraps.min.css Zeile 29
// --------------------------------------------------
*/

@media (min-width: 992px) {
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2);

  }
}


/*
// #Modul-Left/Right
// --------------------------------------------------
*/

#sp-left .sp-module, #sp-right .sp-module {
  border: 0px solid #f3f3f3;
  padding: 20px 15px 10px 15px;
  background: #e7edf2;
  border-radius: 0px;
  margin-bottom: 20px;
   clip-path: polygon(75% 0%, 100% 3%, 100% 100%, 50% 100%, 0 100%, 0 0);
}

#sp-left .sp-module .sp-module-title, #sp-right .sp-module .sp-module-title {
  margin: 0 0 0px;
  padding-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
  border-bottom: 3px solid #fff;
  color: #133c6c;
}

#sp-left .sp-module, #sp-right .sp-module {
  margin-top: 10px;
}


/*
// #Modul-/Bodybreite
// --------------------------------------------------
*/

@media (min-width: 992px) {
  .col-lg-4 {
    flex: 0 0 auto;
    width: 28%;
  }
}

@media (min-width: 992px) {
  .col-lg-8 {
    flex: 0 0 auto;
    width: 72%;
  }
}


/*
// #Modul-Bottom
// --------------------------------------------------
*/

#sp-bottom .sp-module .sp-module-title {
  font-weight: medium;
  font-size: 20px;
  margin: 0 10px 10px 0px;
  border-bottom: 2px solid #465760;
  padding-bottom: 10px;
  padding-left: 8px;
  text-transform: uppercase;
  font-color: #fff;
}


#sp-bottom .sp-module .sp-module-title {
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 30px;
  color: #fff;
}



#sp-bottom {
  font-size: 16px;
  line-height: 1.4;
}

.btn-primary:hover, .sppb-btn-primary:hover {
  border-color: #24456c;
  background-color: #24456c;
}

/*
// #Footer
// --------------------------------------------------
*/

#sp-footer {
  padding: 15px 0px 0px 0px;
}

/*
// #Kontaktformular
// --------------------------------------------------
*/
.qcontact-modal-item {
  background: #fff;
    background-color: rgb(255, 255, 255);
  color: #333;
  padding: 25px;
  border: 1px solid #f1f1f1;
  margin-bottom: 15px;
}

.custom-form .btn-primary {
  background: #e09d00;
}


/*
// #Anfahrtskarte
// --------------------------------------------------
*/

.leaflet-popup-content p {
  margin: 1px 0;
  font-size: 12px;
}


 #map112 {
    height: 400px;
    margin: 20px 0px 20px 0px;
  }
}

#map114 {
  height: 400px;
  margin: 20px 0px 10px 0px;
}

#map115 {
  height: 400px;
  margin: 10px 0px 20px 0px;
}



/*
// #Weblinks
// --------------------------------------------------
*/

a {
  color: #24456c;
  text-decoration: underline;

}

a:hover, a:focus, a:active {
  color: #617c8b;
}



.bg-info {
  --bs-bg-opacity: 1;
  background-color: #ffcc66 !important;
}


img {
  display: initial;
  max-width: 100%;
  height: auto;
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: #eee;
  border: var(--bs-list-group-border-width)  var(--bs-list-group-border-color);
}


/*
// #Button
// --------------------------------------------------
*/



.btn-lg {
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 1.25rem;
    --bs-btn-border-radius: 0rem;
  }
}

.btn-primary {
  margin-top: 10px;
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 1.25rem;
    --bs-btn-border-radius: 0rem;
}


.btn {
  background-color: #D8DCE5;
  border-color: #D8DCE5;
  color: #133c6c !important;
  margin: 10px 0px 0px 0px;
  font-size: 15px;
  bs-btn-active-color: #fff;
}

.btn:hover {
  background-color: #f1f5e6;
  border-color: #f1f5e6;
  color: #7FA418 !important;
  margin: 10px 0px 0px 0px;
  font-size: 15px;
}



/*
// #Weiterlesen
// --------------------------------------------------
*/

.article-list .article .readmore a {
  color: #fff !important;
  font-weight: bold;
  border-color: #24456c;
  background-color: #24456c;
  padding: 10px;
  margin-bottom: 40px;
  font-size: 1.25rem;
  border-radius: 0rem;
  text-decoration: none;
}

.article-list .article .readmore a:hover {
  color: #fff;
  font-weight: bold;
  border-color: #617c8b;
  background-color: #617c8b;
  padding: 10px;
  font-size: 1.25rem;
  border-radius: 0rem;
  text-decoration: none;
}


.article-list .article .readmore {
  font-size: 0.875rem;
  margin-bottom: 40px;
  margin-top: 20px;
}




/*
// #FAQ Style
// --------------------------------------------------
*/

.accordion {
  --bs-accordion-inner-border-radius: 0px;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1.2rem;
  color: #57728c;
  text-align: left;
  background-color: #e1eebc;
    box-shadow: inset 0 calc(-3 * var(--bs-accordion-border-width)) #7FA418;
  border: 0;
  border-radius: 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}

.accordion-item:first-of-type {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid #fff;
}

Element {
  text-align: center;
  font-size: 14px;
}

.accordion-button:not(.collapsed) {
  color: #133c6c;
  background-color: #7FA4181C;
  box-shadow: inset 0 calc(-3 * var(--bs-accordion-border-width)) #7FA418;
}

.accordion-button:focus {
  z-index: 3;
  border-color:#133c6c;
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}


/*
// #Listen Style
// --------------------------------------------------
*/

.pagination > .active > span:hover {
  border-color: #899DB5;
  background-color: #899DB5;
}
  
.pagination > li > span:hover {
  color: #fff;
}

.pagination > .active > span {
  border-color: #133c6c;
  background-color: #133c6c;
}
 
 .pagination > .active > span:hover {
   color: #fff;
}

.page-link:hover {
  z-index: 2;
  background-color: #e7edf2;
  border-color: #e7edf2;
}



/*
// #Bildergalerie
// --------------------------------------------------
*/

.sige_thumb_masonry img {
  width: 100%;
  height: auto;
  padding: 3px;
}


/*
// #Einstellungen Backend
// --------------------------------------------------
*/

.featured-article-badge
 {
 display: none;
 }