/* ==========================================================================
   SK Taufkirchen/Pram – Custom CSS (Helix Ultimate)
   Überarbeitete Version: Duplikate entfernt, Konflikte aufgelöst,
   thematisch gruppiert und kommentiert.
   ========================================================================== */

/* --- Grundlagen / Typografie ------------------------------------------- */
body,
h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans';
}

a {
  /* color: #347a1c; */
}

.titel {
  font-size: 18px;
  font-weight: 600;
  text-decoration: underline;
}

/* --- Header / Footer / Body-Rahmen ------------------------------------- */
#sp-header {
  height: 100px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

#sp-header .logo a {
  font-size: 20px;
  font-weight: 600;
  line-height: 0;
  margin: 0;
  padding: 0;
  color: #343434;
}

#sp-main-body {
  padding: 10px 0px 0px 0px;
}

#sp-footer a,
#sp-bottom a {
  color: #000000;
}

#sp-footer #sp-footer2 {
  text-transform: uppercase;
}

.layout-boxed .body-innerwrapper {
  max-width: 1280px;
  margin: 0 auto;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
}

.row {
  margin-top: 20px;
}

.col-md-12 {
  margin-top: 30px;
}

/* --- Artikelliste / Artikelkarten --------------------------------------- */
.article-list .article {
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 0.9rem;
  border: 0px solid #ced4da;
  max-height: 420px;
  overflow-y: hidden;
}

.article-intro-image {
  width: 240px;
  margin: 5px 10px 10px 0px;
  border-radius: 0.9rem;
  overflow: hidden;
}

.article-list .article .article-intro-image {
  margin: 10px 10px 10px 0px;
  border-radius: 0.9rem;
}

/* "Featured"-Badge ausblenden */
span.badge.bg-danger.featured-article-badge {
  display: none;
}

/* --- Formulare / Suche --------------------------------------------------- */
.form-control {
  height: calc(1.8rem);
  border-radius: 0.9rem;
  margin-top: 10px;
  background-color: #fff;
}

#mod-finder-searchword208 {
  height: 2.5rem;
  width: 410px;
  padding: 8px;
  border-radius: 0.9rem;
  margin-top: 10px;
  border: 1px solid #ced4da;
  background-color: #f8f9fa;
}

.choices__list--dropdown {
  background-color: #fff;
  border: 1px solid #000;
}

/* --- Breadcrumb / Pagination --------------------------------------------- */
.breadcrumb {
  padding-top: 0px;
  padding-bottom: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 0.9rem;
  border: 1px solid #ced4da;
  background-color: #f8f9fa;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #75b060;
  border-color: #ffffff;
}

/* --- Rahmen-Boxen (für Beiträge) ------------------------------------------ */
.rahmen-rund {
  border-radius: 0.9rem;
  border: 1px solid #ced4da;
  padding: 10px 10px 0px 10px;
  margin-bottom: 10px;
}

.rahmen-gelb {
  border-radius: 0.9rem;
  border: 1px solid #ced4da;
  padding: 10px 10px 0px 10px;
  margin-bottom: 20px;
  background-color: #f8f9fa;
}

.rahmen-rot {
  border-radius: 3.9rem;
  border: 3px solid #ffd4da;
  padding: 10px 10px 0px 10px;
  margin-bottom: 20px;
  background-color: #f8f9fa;
}

.rahmen-im {
  background-image: url("https://www.taufkirchenschach.at/images/beitragsbilder/2025/InnviertlerMeisterschaft/IM2025_Turniersaal.png");
  border-radius: 0.9rem;
  border: 1px solid #ced4da;
  padding: 10px 10px 0px 10px;
  margin-bottom: 20px;
}

/* --- Newsletter-Modul ----------------------------------------------------- */
.newsletter {
  color: #000000;
}

.newsletter a::before {
  content: '\25cf     ';
}

.newsletter-inner {
  display: block;
  list-style-type: circle;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

/* Aufzählung Menü Turnier */
.mb-0 {
  font-size: 1.1em;
}

.category-modulerahmen-gelb mod-list {
  padding-left: 10px;
}

/* --- Slider --------------------------------------------------------------- */
.slider-container {
  border-radius: 20px;
}

.slide-desc-bg-default {
  background: rgba(46, 178, 255, 0.35);
}

.banneritem {
  float: left;
  margin: 0px 0px 50px 0px;
}

/* --- Menü / Navigation ------------------------------------------------------ */
.sp-module ul > li > a:hover {
  color: #75b060;
}

.sp-megamenu-parent .sp-mega-group > li > a {
  display: block;
  text-transform: none;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}

/* --- Icons / Galerie -------------------------------------------------------- */
/* Blendet das Standard-Kartennadel-Icon aus (z. B. bei Standortangaben) */
.fa-map-marker-alt:before {
  content: "";
}

.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000a8;
}

/* --- Buttons --------------------------------------------------------------- */
.btn {
  --bs-btn-border-radius: 0.9rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-line-height: 1;
}

.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  flex: 1 1 auto;
  border-color: green;
  border-width: 1px;
  border-style: solid;
  background-color: #d1e7dd;
}

.button1 {
  width: 10rem;
  --bs-btn-color: #000;
  --bs-btn-border-color: #bcf;
  --bs-btn-hover-color: #0d6efd;
  --bs-btn-hover-bg: #e9ecef;
  --bs-btn-hover-border-color: #97b9ec;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #97b9ec;
  --bs-btn-active-border-color: #bcf;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #97b9ec;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #97b9ec;
  --bs-gradient: none;
}

.button2 {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.btn-outline-primary {
  width: 10rem;
  --bs-btn-color: #000;
  --bs-btn-border-color: #bcf;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #e9ecef;
  --bs-btn-hover-border-color: #97b9ec;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #97b9ec;
  --bs-btn-active-border-color: #bcf;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #97b9ec;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #97b9ec;
  --bs-gradient: none;
}

.readmore {
  width: 10em;
  font-size: 0.875rem;
  text-align: center;
  border: 1px solid var(--bs-black);
  border-radius: 0.9rem;
}

.readmore:hover {
  background-color: #000;
  color: #fff;
}

.ausschreibung {
  width: 200px;
  height: 50px;
  font-size: 20px;
  color: #000000;
  background: #ffffff;
  border: 1px solid #000000;
  border-radius: 10px;
  font-family: verdana;
  transition: all 0.25s ease;
}

.ausschreibung:hover {
  color: #000000;
  background: #ffffff;
  border-color: #000000;
}