/* =========================================================
   SGV LANGELSHEIM E. V. – CUSTOM.CSS
   Gesamtdatei inklusive Archiv-Landingpage
   Stand: 01.08.2026
   ========================================================= */

/* =========================================================
   1. ALLGEMEINE GRUNDEINSTELLUNGEN
   ========================================================= */

#sp-main-body {
  padding-top: 44px !important;
  padding-bottom: 38px !important;
}

#sp-bottom {
  padding-top: 20px !important;
  padding-bottom: 0 !important;
}

#sp-bottom .sp-module {
  margin-top: 0 !important;
}

#sp-component h2 {
  margin-top: 0 !important;
  margin-bottom: 12px !important;
  font-size: 27px !important;
  line-height: 1.25 !important;
  font-weight: 500 !important;
}


/* =========================================================
   2. AKTUELLES & WICHTIGES
   ========================================================= */

#sp-top1 {
  padding: 0 !important;
  background: transparent !important;
  overflow: hidden !important;
}

#sp-top1 .sp-module,
#sp-top1 .sp-module-content {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

#sp-top1 .social-icons,
#sp-top1 ul.social-icons,
#sp-top1 .social-icon,
#sp-top1 .sp-social-icons,
#sp-top1 .social-icons-wrapper,
#sp-top1 .sp-social-share,
#sp-top1 .social-share-icon,
#sp-top1 a[href*="facebook.com"],
#sp-top1 a[href*="instagram.com"] {
  display: none !important;
}

.sgv-aktuelles {
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: none;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 28px max(24px, calc((100vw - 1200px) / 2)) 34px;
  background-color: #eef3f8;
  background-image: url("/images/sgv/deko/sgv-aktuelles-hintergrund.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  box-sizing: border-box;
}

.sgv-aktuelles > h2 {
  margin: 0 0 24px;
  padding: 0;
  text-align: center;
  color: #003693 !important;
  font-size: 25px;
  line-height: 1.25;
  font-weight: 700;
}

.sgv-aktuelles > h2::after {
  content: "";
  display: block;
  width: 46px;
  height: 3px;
  margin: 10px auto 0;
  background: #003693;
}

.sgv-aktuelles-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.sgv-aktuelles-item {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 132px;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 4px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
}

.sgv-aktuelles-item img {
  width: 62px;
  height: 62px;
  flex: 0 0 62px;
  object-fit: contain;
}

.sgv-aktuelles-item h3 {
  margin: 0 0 6px;
  color: #003693;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 700;
}

.sgv-aktuelles-item p {
  margin: 0;
  color: #252525;
  font-size: 14px;
  line-height: 1.45;
}

.sgv-aktuelles-link {
  display: inline-block;
  margin-top: 10px;
  color: #003693 !important;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 600;
  text-decoration: none;
}

.sgv-aktuelles-link::after {
  content: " →";
}

.sgv-aktuelles-link:hover {
  color: #00286f !important;
  text-decoration: underline;
}


/* =========================================================
   3. BEGRÜSSUNGSBEREICH DER STARTSEITE
   ========================================================= */

.sgv-begruessung {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.85fr);
  align-items: center;
  gap: 32px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.sgv-begruessung-text {
  min-width: 0;
}

.sgv-begruessung-text h2 {
  margin: 0 0 18px !important;
  color: #1f1f1f;
  font-size: 30px !important;
  line-height: 1.25 !important;
  font-weight: 500 !important;
}

.sgv-begruessung-text p {
  margin: 0 0 15px;
  color: #252525;
  font-size: 16px;
  line-height: 1.65;
}

.sgv-begruessung-text p:last-child {
  margin-bottom: 0;
}

.sgv-begruessung-bild {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}

.sgv-begruessung-bild img {
  display: block;
  width: 100%;
  max-width: 500px;
  height: auto;
  object-fit: contain;
}


/* =========================================================
   4. DREI STARTSEITEN-KACHELN
   ========================================================= */

#sp-bottom1,
#sp-bottom2,
#sp-bottom3,
#sp-bottom1 .sp-module,
#sp-bottom2 .sp-module,
#sp-bottom3 .sp-module,
#sp-bottom1 .sp-module-content,
#sp-bottom2 .sp-module-content,
#sp-bottom3 .sp-module-content {
  height: 100%;
}

.sgv-start-kachel {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  height: 100%;
  min-height: 245px;
  padding: 26px;
  background: #ffffff;
  border: 1px solid #e5e8ed;
  border-top: 4px solid #003693;
  border-radius: 4px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.07);
  box-sizing: border-box;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sgv-start-kachel:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.11);
}

.sgv-start-kachel-icon {
  display: block;
  width: 70px;
  height: 70px;
  flex: 0 0 70px;
  object-fit: contain;
}

.sgv-start-kachel-inhalt {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-self: stretch;
  min-width: 0;
}

.sgv-start-kachel-inhalt h2 {
  margin: 0 0 12px !important;
  padding: 0 !important;
  color: #1f1f1f;
  font-size: 23px !important;
  line-height: 1.25 !important;
  font-weight: 500 !important;
}

.sgv-start-kachel-inhalt p {
  margin: 0 0 22px;
  color: #252525;
  font-size: 15px;
  line-height: 1.55;
}

.sgv-start-kachel-button {
  display: inline-block;
  align-self: flex-start;
  margin-top: auto;
  padding: 11px 18px;
  background: #003693;
  color: #ffffff !important;
  border: 2px solid #003693;
  border-radius: 3px;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 600;
  text-decoration: none !important;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.sgv-start-kachel-button:hover,
.sgv-start-kachel-button:focus {
  background: #00286f;
  color: #ffffff !important;
  border-color: #00286f;
  text-decoration: none !important;
}


/* =========================================================
   5. STARTSEITE – HUNDEWISSEN UND NÄCHSTE TERMINE

   Modulklassen:
   sgv-bottom-wissen
   sgv-bottom-termine
   sgv-bottom-spalte

   Der Abschlussbanner in bottom4 bleibt davon unberührt.
   ========================================================= */

#sp-bottom4 {
  padding-bottom: 0 !important;
  color: #1f1f1f !important;
}

#sp-bottom4 > .sp-column {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  align-items: stretch;
  width: 100%;
}

#sp-bottom4 > .sp-column > .sgv-bottom-wissen,
#sp-bottom4 > .sp-column > .sgv-bottom-termine {
  grid-column: auto;
  width: 100%;
  min-width: 0;
  height: 420px;
  min-height: 420px;
  margin: 0 !important;
  padding: 28px 30px !important;
  overflow: hidden;
  background: #ffffff !important;
  border: 1px solid #dfe4ea !important;
  border-radius: 3px !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.055) !important;
  box-sizing: border-box;
}

#sp-bottom4 > .sp-column > .sp-module:not(.sgv-bottom-wissen):not(.sgv-bottom-termine) {
  grid-column: 1 / -1;
  width: 100%;
  min-width: 0;
  margin: 8px 0 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

#sp-bottom4 .sgv-bottom-spalte *,
#sp-bottom4 .sgv-bottom-spalte *::before,
#sp-bottom4 .sgv-bottom-spalte *::after {
  box-sizing: border-box;
}


/* =========================================================
   GEMEINSAME MODULÜBERSCHRIFTEN
   ========================================================= */

#sp-bottom4 .sgv-bottom-wissen > .sp-module-title,
#sp-bottom4 .sgv-bottom-termine > .sp-module-title {
  position: relative;
  margin: 0 0 22px !important;
  padding: 0 0 12px !important;
  color: #1f1f1f !important;
  font-size: 22px !important;
  line-height: 1.3 !important;
  font-weight: 700 !important;
  text-align: left !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  border: 0 !important;
}

#sp-bottom4 .sgv-bottom-wissen > .sp-module-title::before,
#sp-bottom4 .sgv-bottom-termine > .sp-module-title::before {
  display: none !important;
  content: none !important;
}

#sp-bottom4 .sgv-bottom-wissen > .sp-module-title::after,
#sp-bottom4 .sgv-bottom-termine > .sp-module-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 42px;
  height: 3px;
  background: #003693;
}

#sp-bottom4 .sgv-bottom-wissen > .sp-module-content,
#sp-bottom4 .sgv-bottom-termine > .sp-module-content {
  width: 100%;
  height: calc(100% - 62px);
  margin: 0 !important;
  padding: 0 !important;
}


/* =========================================================
   HUNDEWISSEN – GRUNDSTRUKTUR
   ========================================================= */

#sp-bottom4 .sgv-bottom-wissen ul.mod-articles-items,
#sp-bottom4 .sgv-bottom-wissen ul.mod-list {
  display: block !important;
  width: 100%;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

#sp-bottom4 .sgv-bottom-wissen ul.mod-articles-items > li,
#sp-bottom4 .sgv-bottom-wissen ul.mod-list > li {
  display: block !important;
  width: 100%;
  height: 104px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  border-bottom: 1px solid #dfe4ea;
}

#sp-bottom4 .sgv-bottom-wissen ul.mod-articles-items > li:last-child,
#sp-bottom4 .sgv-bottom-wissen ul.mod-list > li:last-child {
  border-bottom: 0;
}

#sp-bottom4 .sgv-bottom-wissen article.mod-articles-item {
  width: 100%;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

#sp-bottom4 .sgv-bottom-wissen .mod-articles-item-content {
  display: grid !important;
  grid-template-columns: 108px minmax(0, 1fr) !important;
  grid-template-rows: auto auto auto !important;
  column-gap: 18px !important;
  row-gap: 3px !important;
  align-content: center !important;
  width: 100%;
  height: 100%;
  margin: 0 !important;
  padding: 12px 0 !important;
}


/* =========================================================
   HUNDEWISSEN – VORSCHAUBILD
   ========================================================= */

#sp-bottom4 .sgv-bottom-wissen .article-intro-image,
#sp-bottom4 .sgv-bottom-wissen .mod-articles-image {
  grid-column: 1 !important;
  grid-row: 1 / span 3 !important;
  align-self: center !important;
  float: none !important;
  width: 108px !important;
  min-width: 108px !important;
  max-width: 108px !important;
  height: 76px !important;
  min-height: 76px !important;
  max-height: 76px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #eef3f8;
  border-radius: 3px;
}

#sp-bottom4 .sgv-bottom-wissen .article-intro-image a,
#sp-bottom4 .sgv-bottom-wissen .mod-articles-image a {
  display: block !important;
  width: 100%;
  height: 100%;
}

#sp-bottom4 .sgv-bottom-wissen .article-intro-image img,
#sp-bottom4 .sgv-bottom-wissen .mod-articles-image img {
  display: block !important;
  float: none !important;
  width: 108px !important;
  min-width: 108px !important;
  max-width: 108px !important;
  height: 76px !important;
  min-height: 76px !important;
  max-height: 76px !important;
  margin: 0 !important;
  padding: 0 !important;
  object-fit: cover !important;
  object-position: center !important;
  border-radius: 3px;
}


/* =========================================================
   HUNDEWISSEN – TITEL UND EINLEITUNG
   ========================================================= */

#sp-bottom4 .sgv-bottom-wissen .mod-articles-title,
#sp-bottom4 .sgv-bottom-wissen h4.mod-articles-title {
  grid-column: 2 !important;
  grid-row: 1 !important;
  align-self: end !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #1f1f1f !important;
  font-size: 15px !important;
  line-height: 1.35 !important;
  font-weight: 600 !important;
}

#sp-bottom4 .sgv-bottom-wissen .mod-articles-title a {
  color: #1f1f1f !important;
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
  text-decoration: none !important;
}

#sp-bottom4 .sgv-bottom-wissen .mod-articles-title a:hover,
#sp-bottom4 .sgv-bottom-wissen .mod-articles-title a:focus {
  color: #003693 !important;
}

#sp-bottom4 .sgv-bottom-wissen article.sgv-wissen {
  grid-column: 2 !important;
  grid-row: 2 !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

#sp-bottom4 .sgv-bottom-wissen .sgv-wissen-einstieg {
  margin: 0 !important;
  padding: 0 !important;
}

#sp-bottom4 .sgv-bottom-wissen .sgv-wissen-kicker {
  display: none !important;
}

#sp-bottom4 .sgv-bottom-wissen .sgv-wissen-einleitung {
  display: -webkit-box !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  color: #434950 !important;
  font-size: 12.5px !important;
  line-height: 1.45 !important;
  font-weight: 400 !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#sp-bottom4 .sgv-bottom-wissen .sgv-wissen-einstieg > p:not(.sgv-wissen-einleitung) {
  display: none !important;
}


/* =========================================================
   HUNDEWISSEN – WEITERLESEN
   ========================================================= */

#sp-bottom4 .sgv-bottom-wissen .readmore {
  grid-column: 2 !important;
  grid-row: 3 !important;
  align-self: start !important;
  margin: 0 !important;
  padding: 0 !important;
}

#sp-bottom4 .sgv-bottom-wissen .readmore a {
  display: inline !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #003693 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: 12px !important;
  line-height: 1.3 !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

#sp-bottom4 .sgv-bottom-wissen .readmore a::after {
  content: " ›";
}

#sp-bottom4 .sgv-bottom-wissen .readmore a:hover,
#sp-bottom4 .sgv-bottom-wissen .readmore a:focus {
  color: #00286f !important;
  text-decoration: underline !important;
}


/* =========================================================
   NÄCHSTE TERMINE – GRUNDSTRUKTUR
   ========================================================= */

#sp-bottom4 .sgv-bottom-termine .mod-dpcalendar-upcoming-default,
#sp-bottom4 .sgv-bottom-termine .mod-dpcalendar-upcoming-default__events {
  width: 100%;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

#sp-bottom4 .sgv-bottom-termine .mod-dpcalendar-upcoming-default__events {
  display: block !important;
}

#sp-bottom4 .sgv-bottom-termine .mod-dpcalendar-upcoming-default__event {
  position: relative;
  display: grid !important;
  grid-template-columns: 62px minmax(0, 1fr) 22px !important;
  grid-template-rows: auto auto !important;
  column-gap: 17px !important;
  row-gap: 4px !important;
  align-items: center !important;
  width: 100%;
  min-height: 96px;
  margin: 0 !important;
  padding: 13px 4px !important;
  border-bottom: 1px solid #dfe4ea;
}

#sp-bottom4 .sgv-bottom-termine .mod-dpcalendar-upcoming-default__event:last-child {
  border-bottom: 0;
}

#sp-bottom4 .sgv-bottom-termine .mod-dpcalendar-upcoming-default__event::after {
  content: "›";
  grid-column: 3;
  grid-row: 1 / span 2;
  align-self: center;
  justify-self: end;
  color: #003693;
  font-size: 25px;
  line-height: 1;
  font-weight: 400;
}


/* =========================================================
   NÄCHSTE TERMINE – DATUMSKÄSTCHEN
   ========================================================= */

#sp-bottom4 .sgv-bottom-termine .dp-flatcalendar {
  grid-column: 1 !important;
  grid-row: 1 / span 2 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  justify-content: center !important;
  align-self: center !important;
  width: 62px !important;
  min-width: 62px !important;
  max-width: 62px !important;
  min-height: 62px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  color: #1f1f1f;
  background: #ffffff;
  border: 1px solid #cfd7e0;
  border-radius: 2px;
  text-align: center;
}

#sp-bottom4 .sgv-bottom-termine .dp-flatcalendar > *:first-child,
#sp-bottom4 .sgv-bottom-termine .dp-flatcalendar__month,
#sp-bottom4 .sgv-bottom-termine .dp-flatcalendar-month {
  display: block !important;
  width: 100%;
  margin: 0 !important;
  padding: 5px 3px !important;
  color: #ffffff !important;
  background: #003693 !important;
  font-size: 12px !important;
  line-height: 1.15 !important;
  font-weight: 600 !important;
  text-align: center !important;
}

#sp-bottom4 .sgv-bottom-termine .dp-flatcalendar > *:last-child,
#sp-bottom4 .sgv-bottom-termine .dp-flatcalendar__day,
#sp-bottom4 .sgv-bottom-termine .dp-flatcalendar-day {
  display: block !important;
  width: 100%;
  margin: 0 !important;
  padding: 6px 3px !important;
  color: #1f1f1f !important;
  background: #ffffff !important;
  font-size: 19px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  text-align: center !important;
}


/* =========================================================
   NÄCHSTE TERMINE – TITEL UND ZEIT
   ========================================================= */

#sp-bottom4 .sgv-bottom-termine .mod-dpcalendar-upcoming-default__information {
  display: contents !important;
}

#sp-bottom4 .sgv-bottom-termine .dp-event-url,
#sp-bottom4 .sgv-bottom-termine a.dp-link {
  grid-column: 2 !important;
  grid-row: 1 !important;
  align-self: end !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #1f1f1f !important;
  background: transparent !important;
  border: 0 !important;
  font-size: 15px !important;
  line-height: 1.35 !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}

#sp-bottom4 .sgv-bottom-termine .dp-event-url:hover,
#sp-bottom4 .sgv-bottom-termine .dp-event-url:focus,
#sp-bottom4 .sgv-bottom-termine a.dp-link:hover,
#sp-bottom4 .sgv-bottom-termine a.dp-link:focus {
  color: #003693 !important;
}

#sp-bottom4 .sgv-bottom-termine .mod-dpcalendar-upcoming-default__date,
#sp-bottom4 .sgv-bottom-termine .date {
  grid-column: 2 !important;
  grid-row: 2 !important;
  align-self: start !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #555d65 !important;
  font-size: 12.5px !important;
  line-height: 1.4 !important;
  font-style: normal !important;
}

#sp-bottom4 .sgv-bottom-termine .mod-dpcalendar-upcoming-default__description {
  display: none !important;
}


/* =========================================================
   STARTSEITE – RESPONSIVE
   ========================================================= */

@media (max-width: 991px) {
  #sp-bottom4 > .sp-column {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  #sp-bottom4 > .sp-column > .sgv-bottom-wissen,
  #sp-bottom4 > .sp-column > .sgv-bottom-termine,
  #sp-bottom4 > .sp-column > .sp-module:not(.sgv-bottom-wissen):not(.sgv-bottom-termine) {
    grid-column: 1;
  }

  #sp-bottom4 > .sp-column > .sgv-bottom-wissen,
  #sp-bottom4 > .sp-column > .sgv-bottom-termine {
    height: auto;
    min-height: 0;
  }

  #sp-bottom4 .sgv-bottom-wissen > .sp-module-content,
  #sp-bottom4 .sgv-bottom-termine > .sp-module-content {
    height: auto;
  }
}

@media (max-width: 650px) {
  #sp-bottom4 > .sp-column > .sgv-bottom-wissen,
  #sp-bottom4 > .sp-column > .sgv-bottom-termine {
    padding: 24px 21px !important;
  }

  #sp-bottom4 .sgv-bottom-wissen > .sp-module-title,
  #sp-bottom4 .sgv-bottom-termine > .sp-module-title {
    font-size: 20px !important;
  }

  #sp-bottom4 .sgv-bottom-wissen .mod-articles-item-content {
    grid-template-columns: 92px minmax(0, 1fr) !important;
    column-gap: 14px !important;
  }

  #sp-bottom4 .sgv-bottom-wissen .article-intro-image,
  #sp-bottom4 .sgv-bottom-wissen .mod-articles-image,
  #sp-bottom4 .sgv-bottom-wissen .article-intro-image img,
  #sp-bottom4 .sgv-bottom-wissen .mod-articles-image img {
    width: 92px !important;
    min-width: 92px !important;
    max-width: 92px !important;
    height: 68px !important;
    min-height: 68px !important;
    max-height: 68px !important;
  }

  #sp-bottom4 .sgv-bottom-termine .mod-dpcalendar-upcoming-default__event {
    grid-template-columns: 56px minmax(0, 1fr) 18px !important;
    column-gap: 13px !important;
  }

  #sp-bottom4 .sgv-bottom-termine .dp-flatcalendar {
    width: 56px !important;
    min-width: 56px !important;
    max-width: 56px !important;
  }
}

@media (max-width: 430px) {
  #sp-bottom4 .sgv-bottom-wissen ul.mod-articles-items > li,
  #sp-bottom4 .sgv-bottom-wissen ul.mod-list > li {
    height: auto;
    min-height: 126px;
  }

  #sp-bottom4 .sgv-bottom-wissen .mod-articles-item-content {
    grid-template-columns: 84px minmax(0, 1fr) !important;
    column-gap: 12px !important;
  }

  #sp-bottom4 .sgv-bottom-wissen .article-intro-image,
  #sp-bottom4 .sgv-bottom-wissen .mod-articles-image,
  #sp-bottom4 .sgv-bottom-wissen .article-intro-image img,
  #sp-bottom4 .sgv-bottom-wissen .mod-articles-image img {
    width: 84px !important;
    min-width: 84px !important;
    max-width: 84px !important;
    height: 66px !important;
    min-height: 66px !important;
    max-height: 66px !important;
  }
}


/* =========================================================
   6. ABSCHLUSSBANNER
   ========================================================= */



.sgv-abschlussbanner {
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: none;
  margin-top: 42px;
  margin-bottom: 0;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 30px max(24px, calc((100vw - 1200px) / 2));
  background-color: #003693;
  background-image: url("/images/sgv/deko/sgv-abschlussbanner.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  box-sizing: border-box;
  color: #ffffff;
}

.sgv-abschlussbanner-inhalt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.sgv-abschlussbanner-text {
  min-width: 0;
}

#sp-bottom4 .sgv-abschlussbanner .sgv-abschlussbanner-text h2 {
  margin: 0 0 8px !important;
  color: #ffffff !important;
  font-size: 27px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
}

#sp-bottom4 .sgv-abschlussbanner .sgv-abschlussbanner-text p {
  margin: 0;
  color: #ffffff !important;
  font-size: 15px;
  line-height: 1.55;
}

.sgv-abschlussbanner-aktionen {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}

.sgv-abschlussbanner-button {
  display: inline-block;
  padding: 11px 18px;
  background: #ffffff;
  color: #003693 !important;
  border: 2px solid #ffffff;
  border-radius: 3px;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 700;
  text-decoration: none !important;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.sgv-abschlussbanner-button-zweit {
  background: transparent;
  color: #ffffff !important;
}

.sgv-abschlussbanner-button:hover,
.sgv-abschlussbanner-button:focus {
  background: #eef3f8;
  color: #00286f !important;
  border-color: #eef3f8;
  transform: translateY(-2px);
}

.sgv-abschlussbanner-button-zweit:hover,
.sgv-abschlussbanner-button-zweit:focus {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff !important;
  border-color: #ffffff;
}


/* =========================================================
   8. FOOTER
   ========================================================= */

#sp-footer {
  margin-top: 0 !important;
  padding: 32px 0 !important;
  background: #003693 !important;
  color: #ffffff !important;
}

#sp-footer,
#sp-footer p,
#sp-footer a,
#sp-footer .sp-module-title {
  color: #ffffff !important;
}

#sp-footer .sp-module-title {
  margin-bottom: 14px !important;
  font-size: 20px !important;
  line-height: 1.3 !important;
  font-weight: 700 !important;
}

#sp-footer p {
  margin-bottom: 0 !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
}

#sp-footer2 {
  text-align: center !important;
}

#sp-footer .menu,
#sp-footer2 .menu {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 12px 24px !important;
  margin: 0 auto 10px !important;
  padding: 0 !important;
  list-style: none !important;
}

#sp-footer .menu li,
#sp-footer2 .menu li {
  margin: 0 !important;
  padding: 0 !important;
}

#sp-footer .menu a,
#sp-footer2 .menu a {
  display: inline-block !important;
  padding: 7px 0 !important;
  color: #ffffff !important;
  border-bottom: 2px solid transparent !important;
  font-size: 18px !important;
  line-height: 1.3 !important;
  font-weight: 500 !important;
  text-decoration: none !important;
}

#sp-footer .menu a:hover,
#sp-footer2 .menu a:hover {
  color: #ffffff !important;
  border-bottom-color: #ffffff !important;
}


/* =========================================================
   9. DOWNLOADS-SEITE
   ========================================================= */

.sgv-downloads {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  color: #1f1f1f;
  box-sizing: border-box;
}

.sgv-downloads-einstieg {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  align-items: center;
  gap: 54px;
  width: 100%;
  margin: 0 0 54px;
  box-sizing: border-box;
}

.sgv-downloads-einstieg-text {
  min-width: 0;
}

.sgv-downloads-einstieg-text h1 {
  margin: 0 0 16px !important;
  padding: 0 !important;
  color: #1f1f1f !important;
  font-size: 42px !important;
  line-height: 1.15 !important;
  font-weight: 600 !important;
}

.sgv-downloads-einleitung {
  max-width: 650px;
  margin: 0 0 14px !important;
  color: #003693 !important;
  font-size: 21px !important;
  line-height: 1.45 !important;
  font-weight: 600 !important;
}

.sgv-downloads-einstieg-text p {
  max-width: 650px;
  margin: 0 0 12px;
  color: #252525;
  font-size: 16px;
  line-height: 1.65;
}

.sgv-downloads-einstieg-text p:last-child {
  margin-bottom: 0;
}

.sgv-downloads-einstieg-bild {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}

.sgv-downloads-einstieg-bild img {
  display: block;
  width: 100%;
  max-width: 520px;
  height: auto;
  object-fit: contain;
}

.sgv-downloads-bereich {
  width: 100%;
}

.sgv-downloads-bereich > h2 {
  margin: 0 0 26px !important;
  padding: 0 !important;
  color: #003693 !important;
  font-size: 29px !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
}

.sgv-downloads-bereich > h2::after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  margin-top: 10px;
  background: #003693;
}

.sgv-downloads-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  width: 100%;
}

.sgv-download-karte {
  display: flex;
  align-items: flex-start;
  gap: 22px;
  min-height: 250px;
  padding: 28px;
  background: #ffffff;
  border: 1px solid #e4e8ed;
  border-top: 4px solid #003693;
  border-radius: 4px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.07);
  box-sizing: border-box;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sgv-download-karte:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.11);
}

.sgv-download-icon {
  display: block;
  width: 68px;
  height: 68px;
  flex: 0 0 68px;
  object-fit: contain;
}

.sgv-download-inhalt {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-self: stretch;
  min-width: 0;
}

.sgv-download-typ {
  margin: 0 0 7px !important;
  color: #003693 !important;
  font-size: 13px !important;
  line-height: 1.3 !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.sgv-download-inhalt h3 {
  margin: 0 0 12px !important;
  padding: 0 !important;
  color: #1f1f1f !important;
  font-size: 24px !important;
  line-height: 1.25 !important;
  font-weight: 600 !important;
}

.sgv-download-inhalt p {
  margin: 0 0 22px;
  color: #252525;
  font-size: 15px;
  line-height: 1.6;
}

.sgv-download-button {
  display: inline-block;
  align-self: flex-start;
  margin-top: auto;
  padding: 11px 19px;
  background: #003693;
  color: #ffffff !important;
  border: 2px solid #003693;
  border-radius: 3px;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 700;
  text-decoration: none !important;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.sgv-download-button:hover,
.sgv-download-button:focus {
  background: #00286f;
  color: #ffffff !important;
  border-color: #00286f;
  transform: translateY(-2px);
}

.sgv-download-hinweis {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 20px;
  width: 100%;
  margin-top: 38px;
  padding: 28px 30px;
  background: #eef3f8;
  border-left: 5px solid #003693;
  box-sizing: border-box;
}

.sgv-download-hinweis-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: #ffffff;
  background: #003693;
  border-radius: 50%;
  font-size: 23px;
  font-weight: 700;
}

.sgv-download-hinweis h2 {
  margin: 0 0 10px !important;
  color: #003693 !important;
  font-size: 24px !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
}

.sgv-download-hinweis p {
  margin: 0 0 8px;
  color: #252525;
  font-size: 15px;
  line-height: 1.6;
}

.sgv-download-hinweis p:last-child {
  margin-bottom: 0;
}


/* =========================================================
   10. PLATZORDNUNG
   ========================================================= */

.sgv-platzordnung {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  color: #1f1f1f;
  box-sizing: border-box;
}

.sgv-platzordnung-einstieg {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  align-items: center;
  gap: 54px;
  width: 100%;
  margin: 0 0 54px;
  box-sizing: border-box;
}

.sgv-platzordnung-einstieg-text {
  min-width: 0;
}

.sgv-platzordnung-einstieg-text h1 {
  margin: 0 0 16px !important;
  color: #1f1f1f !important;
  font-size: 42px !important;
  line-height: 1.15 !important;
  font-weight: 600 !important;
}

.sgv-platzordnung-einleitung {
  max-width: 650px;
  margin: 0 0 14px !important;
  color: #003693 !important;
  font-size: 21px !important;
  line-height: 1.45 !important;
  font-weight: 600 !important;
}

.sgv-platzordnung-einstieg-text p {
  max-width: 680px;
  margin: 0;
  color: #252525;
  font-size: 16px;
  line-height: 1.65;
}

.sgv-platzordnung-einstieg-bild {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}

.sgv-platzordnung-einstieg-bild img {
  display: block;
  width: 100%;
  max-width: 520px;
  height: auto;
  object-fit: contain;
}

.sgv-platzordnung-bereich > h2 {
  margin: 0 0 26px !important;
  color: #003693 !important;
  font-size: 29px !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
}

.sgv-platzordnung-bereich > h2::after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  margin-top: 10px;
  background: #003693;
}

.sgv-platzordnung-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  width: 100%;
  align-items: stretch;
}

.sgv-platzordnung-karte {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 250px;
  padding: 26px 28px;
  background: #ffffff;
  border: 1px solid #e4e8ed;
  border-top: 4px solid #003693;
  border-radius: 4px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.07);
  box-sizing: border-box;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sgv-platzordnung-karte:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.11);
}

.sgv-platzordnung-kopf {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  margin-bottom: 16px;
}

.sgv-platzordnung-nummer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  color: #ffffff;
  background: #003693;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 700;
}

.sgv-platzordnung-kopf h3 {
  margin: 0 !important;
  color: #003693 !important;
  font-size: 20px !important;
  line-height: 1.3 !important;
  font-weight: 700 !important;
  overflow-wrap: break-word;
}

.sgv-platzordnung-karte p {
  margin: 0 0 12px;
  color: #252525;
  font-size: 15px;
  line-height: 1.65;
}

.sgv-platzordnung-karte p:last-child {
  margin-bottom: 0;
}

.sgv-platzordnung-karte ul {
  margin: 0;
  padding-left: 21px;
  color: #252525;
  font-size: 15px;
  line-height: 1.7;
}

.sgv-platzordnung-karte li {
  margin-bottom: 4px;
}

.sgv-platzordnung-karte li:last-child {
  margin-bottom: 0;
}

.sgv-platzordnung-hinweis {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 20px;
  margin-top: 38px;
  padding: 28px 30px;
  background: #eef3f8;
  border-left: 5px solid #003693;
  box-sizing: border-box;
}

.sgv-platzordnung-hinweis-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: #ffffff;
  background: #003693;
  border-radius: 50%;
  font-size: 23px;
  font-weight: 700;
}

.sgv-platzordnung-hinweis h2 {
  margin: 0 0 10px !important;
  color: #003693 !important;
  font-size: 24px !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
}

.sgv-platzordnung-hinweis p {
  margin: 0;
  color: #252525;
  font-size: 15px;
  line-height: 1.65;
}


/* =========================================================
   11. IMPRESSUM
   ========================================================= */

.sgv-impressum {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  color: #1f1f1f;
  box-sizing: border-box;
}

.sgv-impressum-einstieg {
  margin-bottom: 44px;
}

.sgv-impressum-kicker {
  margin: 0 0 8px !important;
  color: #003693 !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.sgv-impressum-einstieg h1 {
  margin: 0 0 14px !important;
  color: #1f1f1f !important;
  font-size: 42px !important;
  line-height: 1.15 !important;
  font-weight: 600 !important;
}

.sgv-impressum-einleitung {
  margin: 0 !important;
  color: #003693 !important;
  font-size: 20px !important;
  line-height: 1.5 !important;
  font-weight: 600 !important;
}

.sgv-impressum-angaben {
  margin-bottom: 52px;
}

.sgv-impressum-angaben > h2 {
  margin: 0 0 26px !important;
  color: #003693 !important;
  font-size: 29px !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
}

.sgv-impressum-angaben > h2::after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  margin-top: 10px;
  background: #003693;
}

.sgv-impressum-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.sgv-impressum-karte {
  min-width: 0;
  padding: 26px 28px;
  background: #ffffff;
  border: 1px solid #e4e8ed;
  border-top: 4px solid #003693;
  border-radius: 4px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.07);
  box-sizing: border-box;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sgv-impressum-karte:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.11);
}

.sgv-impressum-karte h3 {
  margin: 0 0 16px !important;
  color: #003693 !important;
  font-size: 22px !important;
  line-height: 1.3 !important;
  font-weight: 700 !important;
}

.sgv-impressum-karte p,
.sgv-impressum-karte address {
  margin: 0 0 14px;
  color: #252525;
  font-size: 15px;
  line-height: 1.65;
  font-style: normal;
}

.sgv-impressum-karte p:last-child,
.sgv-impressum-karte address:last-child {
  margin-bottom: 0;
}

.sgv-impressum-karte a {
  color: #003693 !important;
  font-weight: 600;
  text-decoration: none !important;
  overflow-wrap: anywhere;
}

.sgv-impressum-karte a:hover {
  color: #00286f !important;
  text-decoration: underline !important;
}

.sgv-impressum-karte:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

.sgv-impressum-rechtsabschnitt {
  margin-bottom: 42px;
  padding-bottom: 38px;
  border-bottom: 1px solid #dfe4ea;
}

.sgv-impressum-rechtsabschnitt:last-child {
  margin-bottom: 0;
}

.sgv-impressum-rechtsabschnitt h2 {
  margin: 0 0 16px !important;
  color: #003693 !important;
  font-size: 27px !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
}

.sgv-impressum-rechtsabschnitt p {
  max-width: 950px;
  margin: 0 0 14px;
  color: #252525;
  font-size: 16px;
  line-height: 1.7;
}

.sgv-impressum-rechtsabschnitt p:last-child {
  margin-bottom: 0;
}

.sgv-impressum-datenschutz {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 20px;
  margin-top: 40px;
  padding: 28px 30px;
  background: #eef3f8;
  border-left: 5px solid #003693;
  box-sizing: border-box;
}

.sgv-impressum-datenschutz-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: #ffffff;
  background: #003693;
  border-radius: 50%;
  font-size: 23px;
  font-weight: 700;
}

.sgv-impressum-datenschutz h2 {
  margin: 0 0 10px !important;
  color: #003693 !important;
  font-size: 24px !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
}

.sgv-impressum-datenschutz p {
  margin: 0;
  color: #252525;
  font-size: 15px;
  line-height: 1.65;
}

.sgv-impressum-datenschutz a {
  color: #003693 !important;
  font-weight: 700;
  text-decoration: none !important;
}


/* =========================================================
   12. ANSPRECHPARTNER
   ========================================================= */

.sgv-ansprechpartner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  color: #1f1f1f;
  box-sizing: border-box;
}

.sgv-ansprechpartner-einstieg {
  margin-bottom: 46px;
}

.sgv-ansprechpartner-kicker {
  margin: 0 0 8px !important;
  color: #003693 !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.sgv-ansprechpartner-einstieg h1 {
  margin: 0 0 14px !important;
  color: #1f1f1f !important;
  font-size: 42px !important;
  line-height: 1.15 !important;
  font-weight: 600 !important;
}

.sgv-ansprechpartner-einleitung {
  max-width: 850px;
  margin: 0 !important;
  color: #252525 !important;
  font-size: 17px !important;
  line-height: 1.65 !important;
}

.sgv-ansprechpartner-adressen {
  margin-bottom: 54px;
}

.sgv-ansprechpartner-adressen > h2,
.sgv-ansprechpartner-angebote > h2 {
  margin: 0 0 26px !important;
  color: #003693 !important;
  font-size: 29px !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
}

.sgv-ansprechpartner-adressen > h2::after,
.sgv-ansprechpartner-angebote > h2::after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  margin-top: 10px;
  background: #003693;
}

.sgv-ansprechpartner-adressgrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

.sgv-ansprechpartner-adresskarte,
.sgv-ansprechpartner-karte {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 28px;
  background: #ffffff;
  border: 1px solid #e4e8ed;
  border-top: 4px solid #003693;
  border-radius: 4px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.07);
  box-sizing: border-box;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sgv-ansprechpartner-adresskarte {
  min-height: 210px;
}

.sgv-ansprechpartner-karte {
  min-height: 235px;
}

.sgv-ansprechpartner-adresskarte:hover,
.sgv-ansprechpartner-karte:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.11);
}

.sgv-ansprechpartner-adresskarte h3,
.sgv-ansprechpartner-karte h3 {
  margin: 0 0 14px !important;
  color: #003693 !important;
  font-size: 22px !important;
  line-height: 1.3 !important;
  font-weight: 700 !important;
  overflow-wrap: break-word;
}

.sgv-ansprechpartner-adresskarte address {
  margin: 0 0 20px;
  color: #252525;
  font-size: 16px;
  line-height: 1.65;
  font-style: normal;
}

.sgv-ansprechpartner-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  align-items: stretch;
}

.sgv-ansprechpartner-karte p {
  margin: 0 0 14px;
  color: #252525;
  font-size: 15px;
  line-height: 1.6;
}

.sgv-ansprechpartner-name {
  margin-bottom: 10px !important;
  color: #1f1f1f !important;
  font-size: 17px !important;
  line-height: 1.45 !important;
  font-weight: 700 !important;
}

.sgv-ansprechpartner-zusatz {
  color: #555555 !important;
  font-size: 14px !important;
}

.sgv-ansprechpartner-person {
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid #dfe4ea;
}

.sgv-ansprechpartner-person:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.sgv-ansprechpartner-button {
  display: inline-block;
  align-self: flex-start;
  margin-top: auto;
  padding: 11px 18px;
  color: #ffffff !important;
  background: #003693;
  border: 2px solid #003693;
  border-radius: 3px;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 700;
  text-decoration: none !important;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.sgv-ansprechpartner-button:hover {
  color: #ffffff !important;
  background: #00286f;
  border-color: #00286f;
  transform: translateY(-2px);
}

.sgv-ansprechpartner-person .sgv-ansprechpartner-button {
  margin-top: 0;
}

.sgv-ansprechpartner-hinweis {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 20px;
  margin-top: 42px;
  padding: 28px 30px;
  background: #eef3f8;
  border-left: 5px solid #003693;
  box-sizing: border-box;
}

.sgv-ansprechpartner-hinweis-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: #ffffff;
  background: #003693;
  border-radius: 50%;
  font-size: 23px;
  font-weight: 700;
}

.sgv-ansprechpartner-hinweis h2 {
  margin: 0 0 10px !important;
  color: #003693 !important;
  font-size: 24px !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
}

.sgv-ansprechpartner-hinweis p {
  margin: 0 0 12px;
  color: #252525;
  font-size: 15px;
  line-height: 1.65;
}

.sgv-ansprechpartner-hinweis-link {
  color: #003693 !important;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none !important;
}


/* =========================================================
   13. VEREINS-ÜBERSICHT
   ========================================================= */

.sgv-verein,
.sgv-termine {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  color: #1f1f1f;
  box-sizing: border-box;
}

.sgv-verein-einstieg,
.sgv-termine-einstieg {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  align-items: center;
  gap: 54px;
  margin: 0 0 54px;
}

.sgv-verein-einstieg-text,
.sgv-termine-einstieg-text {
  min-width: 0;
}

.sgv-verein-kicker,
.sgv-termine-kicker {
  margin: 0 0 8px !important;
  color: #003693 !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.sgv-verein-einstieg-text h1,
.sgv-termine-einstieg-text h1 {
  margin: 0 0 16px !important;
  color: #1f1f1f !important;
  font-size: 42px !important;
  line-height: 1.15 !important;
  font-weight: 600 !important;
}

.sgv-verein-einleitung,
.sgv-termine-einleitung {
  max-width: 650px;
  margin: 0 0 14px !important;
  color: #003693 !important;
  font-size: 21px !important;
  line-height: 1.45 !important;
  font-weight: 600 !important;
}

.sgv-verein-einstieg-text p,
.sgv-termine-einstieg-text p {
  max-width: 680px;
  margin: 0;
  color: #252525;
  font-size: 16px;
  line-height: 1.65;
}

.sgv-verein-einstieg-bild,
.sgv-termine-einstieg-bild {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}

.sgv-verein-einstieg-bild img,
.sgv-termine-einstieg-bild img {
  display: block;
  width: 100%;
  max-width: 520px;
  height: auto;
  object-fit: contain;
}

.sgv-verein-uebersicht > h2,
.sgv-termine-uebersicht > h2 {
  margin: 0 0 26px !important;
  color: #003693 !important;
  font-size: 29px !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
}

.sgv-verein-uebersicht > h2::after,
.sgv-termine-uebersicht > h2::after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  margin-top: 10px;
  background: #003693;
}

.sgv-verein-menue > p,
.sgv-termine-menue > p {
  margin: 0;
}

.sgv-verein-menue .mod-menu.mod-list.menu,
.sgv-termine-menue .mod-menu.mod-list.menu {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sgv-verein-menue .mod-menu.mod-list.menu > li,
.sgv-termine-menue .mod-menu.mod-list.menu > li {
  display: flex;
  min-width: 0;
  margin: 0;
  padding: 0;
}

.sgv-verein-menue .mod-menu.mod-list.menu > li > a,
.sgv-verein-menue .mod-menu.mod-list.menu > li > span,
.sgv-termine-menue .mod-menu.mod-list.menu > li > a,
.sgv-termine-menue .mod-menu.mod-list.menu > li > span {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 150px;
  padding: 28px 64px 28px 28px;
  color: #1f1f1f !important;
  background: #ffffff;
  border: 1px solid #e4e8ed;
  border-top: 4px solid #003693;
  border-radius: 4px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.07);
  box-sizing: border-box;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
  text-decoration: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.sgv-verein-menue .mod-menu.mod-list.menu > li > a::after,
.sgv-verein-menue .mod-menu.mod-list.menu > li > span::after,
.sgv-termine-menue .mod-menu.mod-list.menu > li > a::after,
.sgv-termine-menue .mod-menu.mod-list.menu > li > span::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: 28px;
  color: #003693;
  font-size: 28px;
  font-weight: 700;
  transform: translateY(-50%);
  transition: transform 0.2s ease;
}

.sgv-verein-menue .mod-menu.mod-list.menu > li > a:hover,
.sgv-termine-menue .mod-menu.mod-list.menu > li > a:hover {
  color: #003693 !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.11);
  transform: translateY(-3px);
}

.sgv-verein-menue .mod-menu.mod-list.menu > li > a:hover::after,
.sgv-termine-menue .mod-menu.mod-list.menu > li > a:hover::after {
  transform: translate(4px, -50%);
}


/* =========================================================
   14. KONTAKTSEITE
   ========================================================= */

.sgv-kontakt-einstieg {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  align-items: center;
  gap: 54px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 54px;
  color: #1f1f1f;
  box-sizing: border-box;
}

.sgv-kontakt-einstieg-text {
  min-width: 0;
}

.sgv-kontakt-kicker {
  margin: 0 0 8px !important;
  color: #003693 !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.sgv-kontakt-einstieg-text h1 {
  margin: 0 0 16px !important;
  color: #1f1f1f !important;
  font-size: 42px !important;
  line-height: 1.15 !important;
  font-weight: 600 !important;
}

.sgv-kontakt-einleitung {
  max-width: 650px;
  margin: 0 0 14px !important;
  color: #003693 !important;
  font-size: 21px !important;
  line-height: 1.45 !important;
  font-weight: 600 !important;
}

.sgv-kontakt-einstieg-text p {
  max-width: 680px;
  margin: 0;
  color: #252525;
  font-size: 16px;
  line-height: 1.65;
}

.sgv-kontakt-einstieg-bild {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}

.sgv-kontakt-einstieg-bild img {
  display: block;
  width: 100%;
  max-width: 520px;
  height: auto;
  object-fit: contain;
}

.com-contact.view-contact #sp-main-body .container-inner,
.com-contact.view-contact #sp-component,
.com-contact.view-contact .contact {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.com-contact.view-contact .contact > h1,
.com-contact.view-contact .contact > h2,
.com-contact.view-contact .contact > h3,
.com-contact.view-contact .contact .page-header,
.com-contact.view-contact .contact .contact-name {
  display: none;
}

.com-contact.view-contact .contact-form {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  padding: 34px 36px 38px;
  background: #ffffff;
  border: 1px solid #e4e8ed;
  border-top: 4px solid #003693;
  border-radius: 4px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.07);
  box-sizing: border-box;
}

.com-contact.view-contact .contact-form fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.com-contact.view-contact .contact-form legend {
  display: none;
}

.com-contact.view-contact .contact-form .control-group,
.com-contact.view-contact .contact-form .form-group,
.com-contact.view-contact .contact-form .mb-3 {
  width: 100%;
  margin-bottom: 22px;
}

.com-contact.view-contact .contact-form label {
  display: block;
  width: 100%;
  margin: 0 0 8px;
  color: #1f1f1f;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 700;
}

.com-contact.view-contact .contact-form input[type="text"],
.com-contact.view-contact .contact-form input[type="email"],
.com-contact.view-contact .contact-form input[type="tel"],
.com-contact.view-contact .contact-form input[type="url"],
.com-contact.view-contact .contact-form input[type="number"],
.com-contact.view-contact .contact-form select,
.com-contact.view-contact .contact-form textarea {
  display: block;
  width: 100%;
  min-height: 48px;
  padding: 11px 14px;
  color: #1f1f1f;
  background: #ffffff;
  border: 1px solid #cfd6de;
  border-radius: 3px;
  box-shadow: none;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.5;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.com-contact.view-contact .contact-form textarea {
  min-height: 230px;
  resize: vertical;
}

.com-contact.view-contact .contact-form input:focus,
.com-contact.view-contact .contact-form select:focus,
.com-contact.view-contact .contact-form textarea:focus {
  outline: none;
  border-color: #003693;
  box-shadow: 0 0 0 3px rgba(0, 54, 147, 0.12);
}

.com-contact.view-contact .contact-form button,
.com-contact.view-contact .contact-form input[type="submit"],
.com-contact.view-contact .contact-form .btn-primary {
  display: inline-block;
  min-width: 150px;
  padding: 12px 20px;
  color: #ffffff !important;
  background: #003693 !important;
  border: 2px solid #003693 !important;
  border-radius: 3px;
  box-shadow: none !important;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.com-contact.view-contact .contact-form button:hover,
.com-contact.view-contact .contact-form input[type="submit"]:hover,
.com-contact.view-contact .contact-form .btn-primary:hover {
  background: #00286f !important;
  border-color: #00286f !important;
  transform: translateY(-2px);
}


/* =========================================================
   15. VORSTANDSSEITE
   ========================================================= */

.sgv-vorstand-page {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  color: #1f1f1f;
  box-sizing: border-box;
}

.sgv-vorstand-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  align-items: center;
  gap: 54px;
  margin: 0 0 54px;
}

.sgv-vorstand-hero-text h1 {
  margin: 0 0 16px !important;
  color: #1f1f1f !important;
  font-size: 42px !important;
  line-height: 1.15 !important;
  font-weight: 600 !important;
}

.sgv-vorstand-claim {
  max-width: 650px;
  margin: 0 0 14px !important;
  color: #003693 !important;
  font-size: 21px !important;
  line-height: 1.45 !important;
  font-style: normal !important;
  font-weight: 600 !important;
}

.sgv-vorstand-intro {
  max-width: 680px;
}

.sgv-vorstand-intro p {
  margin: 0 0 12px !important;
  color: #252525;
  font-size: 16px !important;
  line-height: 1.65 !important;
}

.sgv-vorstand-intro p:last-child {
  margin-bottom: 0 !important;
}

.sgv-vorstand-hero-image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}

.sgv-vorstand-hero-image img {
  display: block;
  width: 100%;
  max-width: 520px;
  height: auto;
  object-fit: contain;
}

.sgv-vorstand-team > h2 {
  margin: 0 0 26px !important;
  color: #003693 !important;
  font-size: 29px !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
}

.sgv-vorstand-team > h2::after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  margin-top: 10px;
  background: #003693;
}

.sgv-vorstand-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.sgv-vorstand-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #e4e8ed;
  border-top: 4px solid #003693;
  border-radius: 4px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.07);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sgv-vorstand-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.11);
}

.sgv-vorstand-card-image {
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: #eef3f8;
}

.sgv-vorstand-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.sgv-vorstand-card-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 18px 16px 20px;
}

.sgv-vorstand-card-content h3 {
  margin: 0 0 11px !important;
  color: #003693 !important;
  font-size: 18px !important;
  line-height: 1.3 !important;
  font-weight: 700 !important;
}

.sgv-vorstand-role {
  margin: 0 0 6px !important;
  color: #252525 !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
}

.sgv-vorstand-role:last-child {
  margin-bottom: 0 !important;
}

.sgv-vorstand-note {
  margin-top: 38px;
}

.sgv-vorstand-note-inner {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 20px;
  max-width: 700px;
  margin: 0 auto;
  padding: 28px 30px;
  background: #eef3f8;
  border-left: 5px solid #003693;
  box-sizing: border-box;
}

.sgv-vorstand-note-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: #ffffff;
  background: #003693;
  border-radius: 50%;
  font-size: 21px;
  font-weight: 700;
}

.sgv-vorstand-note-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}

.sgv-vorstand-note-text strong {
  color: #003693;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 700;
}

.sgv-vorstand-note-text span {
  color: #252525;
  font-size: 15px;
  line-height: 1.6;
}



/* =========================================================
   16. TRAININGSZEITEN – KOMPLETTER CSS-BEREICH
   ========================================================= */

.sgv-trainingszeiten {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  color: #1f1f1f;
  box-sizing: border-box;
}

.sgv-trainingszeiten-einstieg {
  max-width: 900px;
  margin-bottom: 48px;
}

.sgv-trainingszeiten-kicker {
  margin: 0 0 8px !important;
  color: #003693 !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.sgv-trainingszeiten-einstieg h1 {
  margin: 0 0 14px !important;
  padding: 0 !important;
  color: #1f1f1f !important;
  font-size: 42px !important;
  line-height: 1.15 !important;
  font-weight: 600 !important;
}

.sgv-trainingszeiten-einleitung {
  max-width: 850px;
  margin: 0 0 10px !important;
  color: #003693 !important;
  font-size: 20px !important;
  line-height: 1.5 !important;
  font-weight: 600 !important;
}

.sgv-trainingszeiten-einstieg > p:last-child {
  max-width: 850px;
  margin: 0;
  color: #252525;
  font-size: 16px;
  line-height: 1.65;
}

.sgv-trainingszeiten-bereich {
  width: 100%;
}

.sgv-trainingszeiten-bereich > h2 {
  margin: 0 0 26px !important;
  padding: 0 !important;
  color: #003693 !important;
  font-size: 29px !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
}

.sgv-trainingszeiten-bereich > h2::after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  margin-top: 10px;
  background: #003693;
}

.sgv-trainingszeiten-reihe {
  display: grid !important;
  width: 100%;
  gap: 26px;
  margin: 0 0 26px;
  align-items: stretch;
}

.sgv-trainingszeiten-reihe:last-child {
  margin-bottom: 0;
}

.sgv-trainingszeiten-reihe-drei {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.sgv-trainingszeiten-reihe-zwei {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.sgv-trainingszeiten-reihe > .sgv-trainingstag {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
}

.sgv-trainingstag {
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
  padding: 26px 28px;
  background: #ffffff;
  border: 1px solid #e4e8ed;
  border-top: 4px solid #003693;
  border-radius: 4px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.07);
  box-sizing: border-box;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sgv-trainingstag:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.11);
}

.sgv-trainingstag h3 {
  margin: 0 0 20px !important;
  padding: 0 0 13px !important;
  color: #1f1f1f !important;
  border-bottom: 1px solid #dfe4ea;
  font-size: 25px !important;
  line-height: 1.25 !important;
  font-weight: 600 !important;
}

.sgv-trainingstermin {
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #edf0f3;
}

.sgv-trainingstermin:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.sgv-trainingstermin p {
  margin: 0;
  color: #252525;
  font-size: 15px;
  line-height: 1.55;
}

.sgv-trainingstermin .sgv-trainingszeit {
  margin: 0 0 3px;
  color: #003693;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
}

.sgv-trainingstermin-zusatz {
  margin-top: 2px !important;
  color: #555555 !important;
  font-size: 14px !important;
}

.sgv-trainingstag-frei {
  margin: 0;
  color: #555555;
  font-size: 15px;
  line-height: 1.6;
  font-style: italic;
}

.sgv-training-anmeldung {
  margin-top: 13px;
  padding: 14px 16px;
  background: #eef3f8;
  border-left: 4px solid #003693;
  box-sizing: border-box;
}

.sgv-training-anmeldung p {
  margin: 0 0 4px;
  color: #252525;
  font-size: 14px;
  line-height: 1.55;
}

.sgv-training-anmeldung a {
  color: #003693 !important;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 700;
  text-decoration: none !important;
}

.sgv-training-anmeldung a:hover,
.sgv-training-anmeldung a:focus {
  color: #00286f !important;
  text-decoration: underline !important;
}

.sgv-trainingszeiten-hinweis {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 20px;
  width: 100%;
  margin-top: 42px;
  padding: 28px 30px;
  background: #eef3f8;
  border-left: 5px solid #003693;
  box-sizing: border-box;
}

.sgv-trainingszeiten-hinweis-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: #ffffff;
  background: #003693;
  border-radius: 50%;
  font-size: 23px;
  line-height: 1;
  font-weight: 700;
}

.sgv-trainingszeiten-hinweis-inhalt {
  min-width: 0;
}

.sgv-trainingszeiten-hinweis-inhalt h2 {
  margin: 0 0 13px !important;
  padding: 0 !important;
  color: #003693 !important;
  font-size: 24px !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
}

.sgv-trainingszeiten-hinweis-inhalt > p {
  margin: 0 0 12px;
  color: #252525;
  font-size: 15px;
  line-height: 1.65;
}

.sgv-trainingszeiten-button {
  display: inline-block;
  margin: 6px 0 20px;
  padding: 11px 18px;
  color: #ffffff !important;
  background: #003693;
  border: 2px solid #003693;
  border-radius: 3px;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 700;
  text-decoration: none !important;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.sgv-trainingszeiten-button:hover,
.sgv-trainingszeiten-button:focus {
  color: #ffffff !important;
  background: #00286f;
  border-color: #00286f;
  transform: translateY(-2px);
}

.sgv-trainingszeiten-ausfall {
  margin: 0 !important;
  padding-top: 17px;
  border-top: 1px solid #cbd6e2;
}

.sgv-trainingskarten {
  width: 100%;
  margin-top: 34px;
  padding: 30px;
  background: #ffffff;
  border: 1px solid #e4e8ed;
  border-top: 4px solid #003693;
  border-radius: 4px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.07);
  box-sizing: border-box;
}

.sgv-trainingskarten > h2 {
  margin: 0 0 14px !important;
  padding: 0 !important;
  color: #003693 !important;
  font-size: 27px !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
}

.sgv-trainingskarten-einleitung {
  margin: 0;
  color: #252525;
  font-size: 16px;
  line-height: 1.65;
}

.sgv-trainingskarten-preise {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin: 26px 0;
}

.sgv-trainingskarte-preis {
  padding: 22px 24px;
  background: #eef3f8;
  border-left: 5px solid #003693;
  box-sizing: border-box;
}

.sgv-trainingskarte-preis h3 {
  margin: 0 0 7px !important;
  padding: 0 !important;
  color: #1f1f1f !important;
  font-size: 18px !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
}

.sgv-trainingskarte-preis p {
  margin: 0;
  color: #003693;
  font-size: 26px;
  line-height: 1.25;
  font-weight: 700;
}

.sgv-trainingskarten-text p {
  margin: 0 0 13px;
  color: #252525;
  font-size: 15px;
  line-height: 1.65;
}

.sgv-trainingskarten-text p:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .sgv-trainingszeiten-einstieg {
    margin-bottom: 40px;
  }

  .sgv-trainingszeiten-einstieg h1 {
    font-size: 38px !important;
  }

  .sgv-trainingszeiten-reihe-drei {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .sgv-trainingszeiten-reihe-drei > .sgv-trainingstag:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 575px) {
  .sgv-trainingszeiten-einstieg {
    margin-bottom: 36px;
  }

  .sgv-trainingszeiten-kicker {
    font-size: 12px !important;
  }

  .sgv-trainingszeiten-einstieg h1 {
    font-size: 34px !important;
  }

  .sgv-trainingszeiten-einleitung {
    font-size: 18px !important;
  }

  .sgv-trainingszeiten-einstieg > p:last-child {
    font-size: 15px;
  }

  .sgv-trainingszeiten-bereich > h2 {
    font-size: 25px !important;
  }

  .sgv-trainingszeiten-reihe,
  .sgv-trainingszeiten-reihe-drei,
  .sgv-trainingszeiten-reihe-zwei {
    grid-template-columns: 1fr !important;
    gap: 20px;
    margin-bottom: 20px;
  }

  .sgv-trainingszeiten-reihe-drei > .sgv-trainingstag:last-child {
    grid-column: auto;
  }

  .sgv-trainingstag {
    padding: 22px 20px;
  }

  .sgv-trainingstag h3 {
    font-size: 22px !important;
  }

  .sgv-trainingszeiten-hinweis {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 24px 20px;
  }

  .sgv-trainingszeiten-hinweis-inhalt h2 {
    font-size: 22px !important;
  }

  .sgv-trainingskarten {
    padding: 24px 20px;
  }

  .sgv-trainingskarten > h2 {
    font-size: 24px !important;
  }

  .sgv-trainingskarten-preise {
    grid-template-columns: 1fr;
  }
}


/* =========================================================
   16. SYSTEMMELDUNGEN
   ========================================================= */

#system-message-container:empty,
#system-message-container:not(:has(joomla-alert)):not(:has(.alert)) {
  display: none !important;
  pointer-events: none !important;
}

#system-message-container:has(joomla-alert),
#system-message-container:has(.alert) {
  position: fixed !important;
  z-index: 99999 !important;
  top: 50% !important;
  left: 50% !important;
  width: calc(100% - 40px) !important;
  max-width: 560px !important;
  margin: 0 !important;
  transform: translate(-50%, -50%) !important;
}

#system-message-container joomla-alert,
#system-message-container .alert {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 28px 56px 28px 30px !important;
  background: #f2fff3 !important;
  border: 2px solid #238b2f !important;
  border-left: 7px solid #238b2f !important;
  border-radius: 4px !important;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.24) !important;
  color: #173b1c !important;
  font-size: 17px !important;
  line-height: 1.6 !important;
}


/* =========================================================
   17. RESPONSIVE – LAPTOP UND TABLET
   ========================================================= */

@media (max-width: 1199px) {
  .sgv-platzordnung-einstieg,
  .sgv-verein-einstieg,
  .sgv-termine-einstieg,
  .sgv-kontakt-einstieg,
  .sgv-vorstand-hero {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.8fr);
    gap: 34px;
    margin-bottom: 44px;
  }

  .sgv-platzordnung-einstieg-text h1,
  .sgv-verein-einstieg-text h1,
  .sgv-termine-einstieg-text h1,
  .sgv-kontakt-einstieg-text h1,
  .sgv-vorstand-hero-text h1,
  .sgv-impressum-einstieg h1,
  .sgv-ansprechpartner-einstieg h1 {
    font-size: 38px !important;
  }

  .sgv-platzordnung-einleitung,
  .sgv-verein-einleitung,
  .sgv-termine-einleitung,
  .sgv-kontakt-einleitung,
  .sgv-vorstand-claim {
    font-size: 19px !important;
  }

  .sgv-platzordnung-einstieg-bild img,
  .sgv-verein-einstieg-bild img,
  .sgv-termine-einstieg-bild img,
  .sgv-kontakt-einstieg-bild img,
  .sgv-vorstand-hero-image img {
    max-width: 440px;
  }

  .sgv-platzordnung-grid,
  .sgv-ansprechpartner-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sgv-vorstand-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .sgv-aktuelles-grid {
    grid-template-columns: 1fr;
  }

  .sgv-begruessung,
  .sgv-downloads-einstieg,
  .sgv-vorstand-hero {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .sgv-downloads-einstieg-bild,
  .sgv-vorstand-hero-image {
    justify-content: flex-start;
  }

  .sgv-downloads-grid {
    grid-template-columns: 1fr;
  }

  .sgv-vorstand-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sgv-impressum-grid {
    grid-template-columns: 1fr;
  }

  .sgv-impressum-karte:last-child:nth-child(odd) {
    grid-column: auto;
  }

  .sgv-abschlussbanner-inhalt {
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
  }
}

@media (max-width: 767px) {
  .sgv-aktuelles {
    padding-left: 16px;
    padding-right: 16px;
    background-image: none;
  }

  .sgv-platzordnung-einstieg,
  .sgv-verein-einstieg,
  .sgv-termine-einstieg,
  .sgv-kontakt-einstieg {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-bottom: 40px;
  }

  .sgv-platzordnung-einstieg-bild,
  .sgv-verein-einstieg-bild,
  .sgv-termine-einstieg-bild,
  .sgv-kontakt-einstieg-bild {
    justify-content: flex-start;
  }

  .sgv-platzordnung-grid,
  .sgv-ansprechpartner-adressgrid,
  .sgv-ansprechpartner-grid,
  .sgv-verein-menue .mod-menu.mod-list.menu,
  .sgv-termine-menue .mod-menu.mod-list.menu,
  .sgv-vorstand-grid {
    grid-template-columns: 1fr;
  }

  .sgv-platzordnung-karte,
  .sgv-ansprechpartner-adresskarte,
  .sgv-ansprechpartner-karte {
    min-height: auto;
  }

  #sp-footer .menu,
  #sp-footer2 .menu {
    justify-content: flex-start !important;
    margin-top: 24px !important;
  }
}


/* =========================================================
   18. RESPONSIVE – SMARTPHONE
   ========================================================= */

@media (max-width: 575px) {
  #sp-main-body {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .sgv-aktuelles > h2 {
    margin-bottom: 20px;
    font-size: 22px;
  }

  .sgv-aktuelles-item {
    align-items: flex-start;
    gap: 14px;
    padding: 16px;
  }

  .sgv-begruessung-text h2 {
    font-size: 24px !important;
  }

  .sgv-begruessung-text p {
    font-size: 15px;
  }

  .sgv-start-kachel {
    gap: 16px;
    min-height: auto;
    padding: 22px 20px;
  }

  .sgv-start-kachel-icon {
    width: 58px;
    height: 58px;
    flex-basis: 58px;
  }

  .sgv-start-kachel-inhalt h2 {
    font-size: 20px !important;
    font-weight: 600 !important;
  }

  .sgv-abschlussbanner {
    margin-top: 30px;
    padding: 26px 16px;
  }

  .sgv-abschlussbanner-aktionen {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .sgv-abschlussbanner-button {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }

  .sgv-downloads-einstieg-text h1,
  .sgv-platzordnung-einstieg-text h1,
  .sgv-verein-einstieg-text h1,
  .sgv-termine-einstieg-text h1,
  .sgv-kontakt-einstieg-text h1,
  .sgv-vorstand-hero-text h1,
  .sgv-impressum-einstieg h1,
  .sgv-ansprechpartner-einstieg h1 {
    font-size: 34px !important;
  }

  .sgv-downloads-einleitung,
  .sgv-platzordnung-einleitung,
  .sgv-verein-einleitung,
  .sgv-termine-einleitung,
  .sgv-kontakt-einleitung,
  .sgv-vorstand-claim {
    font-size: 18px !important;
  }

  .sgv-downloads-bereich > h2,
  .sgv-platzordnung-bereich > h2,
  .sgv-verein-uebersicht > h2,
  .sgv-termine-uebersicht > h2,
  .sgv-vorstand-team > h2,
  .sgv-impressum-angaben > h2,
  .sgv-ansprechpartner-adressen > h2,
  .sgv-ansprechpartner-angebote > h2 {
    font-size: 25px !important;
  }

  .sgv-download-karte {
    flex-direction: column;
    gap: 16px;
    min-height: auto;
    padding: 22px 20px;
  }

  .sgv-download-hinweis,
  .sgv-platzordnung-hinweis,
  .sgv-impressum-datenschutz,
  .sgv-ansprechpartner-hinweis,
  .sgv-vorstand-note-inner {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 24px 20px;
  }

  .sgv-platzordnung-karte,
  .sgv-impressum-karte,
  .sgv-ansprechpartner-adresskarte,
  .sgv-ansprechpartner-karte,
  .sgv-vorstand-card-content {
    padding: 22px 20px;
  }

  .sgv-verein-menue .mod-menu.mod-list.menu > li > a,
  .sgv-verein-menue .mod-menu.mod-list.menu > li > span,
  .sgv-termine-menue .mod-menu.mod-list.menu > li > a,
  .sgv-termine-menue .mod-menu.mod-list.menu > li > span {
    min-height: 110px;
    padding: 22px 54px 22px 20px;
    font-size: 19px;
  }

  .com-contact.view-contact .contact-form {
    padding: 24px 20px 28px;
  }

  .com-contact.view-contact .contact-form textarea {
    min-height: 180px;
  }

  .com-contact.view-contact .contact-form button,
  .com-contact.view-contact .contact-form input[type="submit"],
  .com-contact.view-contact .contact-form .btn-primary {
    width: 100%;
  }

  #system-message-container {
    width: calc(100% - 28px) !important;
  }
}
/* =========================================================
   FAQ-SEITE – KOMPLETTER CSS-BEREICH
   ========================================================= */

.sgv-faq {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  color: #1f1f1f;
  box-sizing: border-box;
}


/* =========================================================
   1. EINSTIEG
   ========================================================= */

.sgv-faq-einstieg {
  max-width: 850px;
  margin-bottom: 48px;
}

.sgv-faq-kicker {
  margin: 0 0 8px !important;
  color: #003693 !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.sgv-faq-einstieg h1 {
  margin: 0 0 14px !important;
  padding: 0 !important;
  color: #1f1f1f !important;
  font-size: 42px !important;
  line-height: 1.15 !important;
  font-weight: 600 !important;
}

.sgv-faq-einleitung {
  margin: 0 0 10px !important;
  color: #003693 !important;
  font-size: 20px !important;
  line-height: 1.5 !important;
  font-weight: 600 !important;
}

.sgv-faq-einstieg > p:last-child {
  margin: 0;
  color: #252525;
  font-size: 16px;
  line-height: 1.65;
}


/* =========================================================
   2. THEMENBEREICHE
   ========================================================= */

.sgv-faq-bereich {
  width: 100%;
  margin-bottom: 46px;
}

.sgv-faq-bereich > h2 {
  margin: 0 0 22px !important;
  padding: 0 !important;
  color: #003693 !important;
  font-size: 27px !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
}

.sgv-faq-bereich > h2::after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  margin-top: 10px;
  background: #003693;
}

.sgv-faq-liste {
  display: grid;
  gap: 14px;
}


/* =========================================================
   3. AUFKLAPPBARE FRAGEN
   ========================================================= */

.sgv-faq-frage {
  width: 100%;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #dfe4ea;
  border-left: 5px solid #003693;
  border-radius: 4px;
  box-shadow: 0 3px 11px rgba(0, 0, 0, 0.055);
  box-sizing: border-box;
}

.sgv-faq-frage[open] {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.085);
}

.sgv-faq-frage summary {
  position: relative;
  display: block;
  padding: 20px 64px 20px 22px;
  color: #1f1f1f;
  background: #ffffff;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
  box-sizing: border-box;
  transition:
    color 0.2s ease,
    background 0.2s ease;
}

.sgv-faq-frage summary::-webkit-details-marker {
  display: none;
}

.sgv-faq-frage summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #ffffff;
  background: #003693;
  border-radius: 50%;
  font-size: 21px;
  line-height: 1;
  font-weight: 500;
  transform: translateY(-50%);
}

.sgv-faq-frage[open] summary {
  color: #003693;
  background: #eef3f8;
}

.sgv-faq-frage[open] summary::after {
  content: "−";
}

.sgv-faq-frage summary:hover,
.sgv-faq-frage summary:focus {
  color: #003693;
  background: #f7f9fb;
  outline: none;
}


/* =========================================================
   4. ANTWORTEN
   ========================================================= */

.sgv-faq-antwort {
  padding: 20px 24px 22px;
  border-top: 1px solid #dfe4ea;
}

.sgv-faq-antwort p,
.sgv-faq-antwort address {
  margin: 0 0 12px;
  color: #252525;
  font-size: 15px;
  line-height: 1.7;
  font-style: normal;
}

.sgv-faq-antwort p:last-child,
.sgv-faq-antwort address:last-child {
  margin-bottom: 0;
}

.sgv-faq-antwort strong {
  color: #1f1f1f;
  font-weight: 700;
}

.sgv-faq-antwort a {
  color: #003693 !important;
  font-weight: 700;
  text-decoration: none !important;
}

.sgv-faq-antwort a:hover,
.sgv-faq-antwort a:focus {
  color: #00286f !important;
  text-decoration: underline !important;
}


/* =========================================================
   5. KONTAKTBOX
   ========================================================= */

.sgv-faq-kontakt {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 20px;
  width: 100%;
  margin-top: 10px;
  padding: 28px 30px;
  background: #eef3f8;
  border-left: 5px solid #003693;
  box-sizing: border-box;
}

.sgv-faq-kontakt-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: #ffffff;
  background: #003693;
  border-radius: 50%;
  font-size: 23px;
  line-height: 1;
  font-weight: 700;
}

.sgv-faq-kontakt h2 {
  margin: 0 0 10px !important;
  padding: 0 !important;
  color: #003693 !important;
  font-size: 24px !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
}

.sgv-faq-kontakt p {
  margin: 0 0 16px;
  color: #252525;
  font-size: 15px;
  line-height: 1.65;
}

.sgv-faq-button {
  display: inline-block;
  padding: 11px 18px;
  color: #ffffff !important;
  background: #003693;
  border: 2px solid #003693;
  border-radius: 3px;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 700;
  text-decoration: none !important;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}

.sgv-faq-button:hover,
.sgv-faq-button:focus {
  color: #ffffff !important;
  background: #00286f;
  border-color: #00286f;
  transform: translateY(-2px);
}


/* =========================================================
   6. SMARTPHONE
   ========================================================= */

@media (max-width: 575px) {
  .sgv-faq-einstieg {
    margin-bottom: 38px;
  }

  .sgv-faq-kicker {
    font-size: 12px !important;
  }

  .sgv-faq-einstieg h1 {
    font-size: 34px !important;
  }

  .sgv-faq-einleitung {
    font-size: 18px !important;
  }

  .sgv-faq-einstieg > p:last-child {
    font-size: 15px;
  }

  .sgv-faq-bereich {
    margin-bottom: 38px;
  }

  .sgv-faq-bereich > h2 {
    font-size: 24px !important;
  }

  .sgv-faq-frage summary {
    padding: 18px 56px 18px 18px;
    font-size: 16px;
  }

  .sgv-faq-frage summary::after {
    right: 16px;
    width: 28px;
    height: 28px;
    font-size: 19px;
  }

  .sgv-faq-antwort {
    padding: 18px;
  }

  .sgv-faq-antwort p,
  .sgv-faq-antwort address {
    font-size: 14px;
  }

  .sgv-faq-kontakt {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 24px 20px;
  }

  .sgv-faq-kontakt h2 {
    font-size: 22px !important;
  }
}
/* =========================================================
   HUNDESPORTANGEBOTE – GEMEINSAMES SEITENLAYOUT
   Gilt für alle Seiten mit der Klasse .sgv-angebot
   ========================================================= */

.sgv-angebot {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  color: #1f1f1f;
  box-sizing: border-box;
}

.sgv-angebot *,
.sgv-angebot *::before,
.sgv-angebot *::after {
  box-sizing: border-box;
}


/* =========================================================
   1. EINSTIEG MIT BRUSH-BILD
   ========================================================= */

.sgv-angebot-einstieg {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
  gap: 56px;
  align-items: center;
  margin-bottom: 64px;
}

.sgv-angebot-einstieg-text {
  min-width: 0;
}

.sgv-angebot-kicker,
.sgv-angebot-ueberzeile {
  margin: 0 0 8px !important;
  color: #003693 !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.sgv-angebot-einstieg h1 {
  margin: 0 0 16px !important;
  padding: 0 !important;
  color: #1f1f1f !important;
  font-size: 46px !important;
  line-height: 1.12 !important;
  font-weight: 600 !important;
}

.sgv-angebot-einleitung {
  margin: 0 0 16px !important;
  color: #003693 !important;
  font-size: 21px !important;
  line-height: 1.5 !important;
  font-weight: 600 !important;
}

.sgv-angebot-einstieg-text > p:last-child {
  margin: 0;
  color: #252525;
  font-size: 16px;
  line-height: 1.7;
}

.sgv-angebot-einstieg-bild {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}

.sgv-angebot-einstieg-bild img {
  display: block;
  width: 100%;
  max-width: 520px;
  height: auto;
}


/* =========================================================
   2. ALLGEMEINE ABSCHNITTE
   ========================================================= */

.sgv-angebot-inhalt {
  width: 100%;
}

.sgv-angebot-abschnitt,
.sgv-angebot-vorteile,
.sgv-angebot-galerie,
.sgv-angebot-ablauf,
.sgv-angebot-hinweis,
.sgv-angebot-termine,
.sgv-angebot-trainer {
  margin-bottom: 64px;
}

.sgv-angebot-textblock {
  max-width: 920px;
}

.sgv-angebot h2 {
  margin: 0 0 20px !important;
  padding: 0 !important;
  color: #1f1f1f !important;
  font-size: 31px !important;
  line-height: 1.25 !important;
  font-weight: 600 !important;
}

.sgv-angebot h2::after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  margin-top: 11px;
  background: #003693;
}

.sgv-angebot p {
  color: #252525;
  font-size: 16px;
  line-height: 1.7;
}

.sgv-angebot-textblock > p:not(.sgv-angebot-ueberzeile) {
  margin: 0 0 15px;
}

.sgv-angebot-textblock > p:last-child {
  margin-bottom: 0;
}


/* =========================================================
   3. VORTEILSKARTEN
   ========================================================= */

.sgv-angebot-vorteile-kopf {
  max-width: 820px;
  margin-bottom: 28px;
}

.sgv-angebot-karten {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.sgv-angebot-karte {
  min-width: 0;
  padding: 26px 28px;
  background: #ffffff;
  border: 1px solid #e3e7ec;
  border-top: 4px solid #003693;
  border-radius: 4px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.065);
}

.sgv-angebot-karte h3 {
  margin: 0 0 10px !important;
  padding: 0 !important;
  color: #003693 !important;
  font-size: 21px !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
}

.sgv-angebot-karte p {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
}


/* =========================================================
   4. BILDERGALERIE
   ========================================================= */

.sgv-angebot-galerie {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.sgv-angebot-galeriebild,
.sgv-angebot-galeriebild-gross,
.sgv-angebot-galeriebild-breit {
  min-width: 0;
  height: 320px;
  margin: 0;
  overflow: hidden;
  background: #eef3f8;
  border-radius: 5px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  grid-row: auto;
  grid-column: auto;
}

.sgv-angebot-galeriebild img,
.sgv-angebot-galeriebild-gross img,
.sgv-angebot-galeriebild-breit img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.35s ease;
}

.sgv-angebot-galeriebild:hover img,
.sgv-angebot-galeriebild-gross:hover img,
.sgv-angebot-galeriebild-breit:hover img {
  transform: scale(1.035);
}

@media (max-width: 991px) {
  .sgv-angebot-galeriebild,
  .sgv-angebot-galeriebild-gross,
  .sgv-angebot-galeriebild-breit {
    height: 270px;
  }
}

@media (max-width: 700px) {
  .sgv-angebot-galerie {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .sgv-angebot-galeriebild,
  .sgv-angebot-galeriebild-gross,
  .sgv-angebot-galeriebild-breit {
    height: 250px;
  }
}

@media (max-width: 420px) {
  .sgv-angebot-galeriebild,
  .sgv-angebot-galeriebild-gross,
  .sgv-angebot-galeriebild-breit {
    height: 220px;
  }
}

/* =========================================================
   5. ABLAUF UND CHECKLISTE
   ========================================================= */

.sgv-angebot-ablauf {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 38px;
  align-items: start;
}

.sgv-angebot-ablauf-text p:not(.sgv-angebot-ueberzeile) {
  margin: 0 0 15px;
}

.sgv-angebot-ablauf-text p:last-child {
  margin-bottom: 0;
}

.sgv-angebot-checkliste {
  padding: 28px 30px;
  background: #eef3f8;
  border-left: 5px solid #003693;
}

.sgv-angebot-checkliste h3 {
  margin: 0 0 17px !important;
  padding: 0 !important;
  color: #003693 !important;
  font-size: 21px !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
}

.sgv-angebot-checkliste ul,
.sgv-angebot-hinweis ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sgv-angebot-checkliste li,
.sgv-angebot-hinweis li {
  position: relative;
  margin: 0 0 11px;
  padding-left: 25px;
  color: #252525;
  font-size: 15px;
  line-height: 1.6;
}

.sgv-angebot-checkliste li:last-child,
.sgv-angebot-hinweis li:last-child {
  margin-bottom: 0;
}

.sgv-angebot-checkliste li::before,
.sgv-angebot-hinweis li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 2px;
  width: 8px;
  height: 8px;
  background: #003693;
  border-radius: 50%;
}


/* =========================================================
   6. REGEL- UND HINWEISBEREICH
   ========================================================= */

.sgv-angebot-hinweis {
  padding: 34px 36px;
  background: #f7f9fb;
  border: 1px solid #dfe4ea;
  border-left: 6px solid #003693;
}

.sgv-angebot-hinweis-inhalt {
  max-width: 1000px;
}

.sgv-angebot-hinweis h2 {
  margin-bottom: 22px !important;
}


/* =========================================================
   7. TERMINE UND ANMELDUNG
   ========================================================= */

.sgv-angebot-termine {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: 34px;
  align-items: stretch;
}

.sgv-angebot-termine-text {
  min-width: 0;
}

.sgv-angebot-termine-text p:not(.sgv-angebot-ueberzeile) {
  margin: 0 0 15px;
}

.sgv-angebot-termine-text p:last-of-type {
  margin-bottom: 18px;
}

.sgv-angebot-termine-text .sgv-faq-button {
  display: inline-block;
  margin-top: 4px;
  padding: 12px 18px;
  color: #ffffff !important;
  background: #003693;
  border: 2px solid #003693;
  border-radius: 3px;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 700;
  text-decoration: none !important;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}

.sgv-angebot-termine-text .sgv-faq-button:hover,
.sgv-angebot-termine-text .sgv-faq-button:focus {
  color: #ffffff !important;
  background: #00286f;
  border-color: #00286f;
  transform: translateY(-2px);
}

.sgv-angebot-termine-hinweis {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 30px;
  background: #003693;
  color: #ffffff;
  border-radius: 4px;
  box-sizing: border-box;
}

.sgv-angebot-termine-hinweis h3 {
  margin: 0 0 12px !important;
  padding: 0 !important;
  color: #ffffff !important;
  font-size: 22px !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
}

.sgv-angebot-termine-hinweis p {
  margin: 0 0 18px;
  color: #ffffff !important;
  font-size: 15px;
  line-height: 1.65;
}

.sgv-angebot-anmeldebutton {
  display: inline-block;
  align-self: flex-start;
  padding: 12px 18px;
  color: #003693 !important;
  background: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 3px;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 700;
  text-decoration: none !important;
  transition:
    color 0.2s ease,
    background 0.2s ease,
    transform 0.2s ease;
}

.sgv-angebot-anmeldebutton:hover,
.sgv-angebot-anmeldebutton:focus {
  color: #ffffff !important;
  background: transparent;
  border-color: #ffffff;
  transform: translateY(-2px);
}

@media (max-width: 991px) {
  .sgv-angebot-termine {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .sgv-angebot-termine-hinweis {
    padding: 25px 24px;
  }

  .sgv-angebot-termine-text .sgv-faq-button,
  .sgv-angebot-anmeldebutton {
    width: 100%;
    text-align: center;
  }
}

/* =========================================================
   8. TRAINERBEREICH
   ========================================================= */

.sgv-angebot-trainer {
  padding-top: 8px;
  text-align: center;
}

.sgv-angebot-trainer-kopf {
  max-width: 760px;
  margin: 0 auto 38px;
}

.sgv-angebot-trainer-kopf .sgv-angebot-ueberzeile {
  text-align: center;
}

.sgv-angebot-trainer-kopf h2 {
  text-align: center;
}

.sgv-angebot-trainer-kopf h2::after {
  margin-right: auto;
  margin-left: auto;
}

.sgv-angebot-trainer-kopf > p:last-child {
  margin: 0;
}

.sgv-angebot-trainerliste {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 38px 48px;
}

.sgv-angebot-trainerperson {
  flex: 0 1 190px;
  width: 190px;
  text-align: center;
}

.sgv-angebot-trainerperson img {
  display: block;
  width: 155px;
  height: 155px;
  margin: 0 auto 17px;
  object-fit: cover;
  object-position: center;
  border: 5px solid #ffffff;
  border-radius: 50%;
  box-shadow:
    0 0 0 3px #003693,
    0 6px 18px rgba(0, 0, 0, 0.13);
}

.sgv-angebot-trainerperson h3 {
  margin: 0 0 6px !important;
  padding: 0 !important;
  color: #1f1f1f !important;
  font-size: 19px !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
}

.sgv-angebot-trainerrolle {
  margin: 0 0 7px !important;
  color: #555555 !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
}

.sgv-angebot-trainerkontakt {
  color: #003693 !important;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 700;
  text-decoration: none !important;
}

.sgv-angebot-trainerkontakt:hover,
.sgv-angebot-trainerkontakt:focus {
  color: #00286f !important;
  text-decoration: underline !important;
}


/* =========================================================
   9. TABLET
   ========================================================= */

@media (max-width: 991px) {
  .sgv-angebot-einstieg {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.8fr);
    gap: 34px;
  }

  .sgv-angebot-einstieg h1 {
    font-size: 40px !important;
  }

  .sgv-angebot-galerie {
    grid-auto-rows: 230px;
  }

  .sgv-angebot-ablauf,
  .sgv-angebot-termine {
    grid-template-columns: 1fr;
  }

  .sgv-angebot-trainerliste {
    gap: 34px 38px;
  }
}


/* =========================================================
   10. SMARTPHONE
   ========================================================= */

@media (max-width: 700px) {
  .sgv-angebot-einstieg {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-bottom: 48px;
  }

  .sgv-angebot-einstieg-text {
    order: 1;
  }

  .sgv-angebot-einstieg-bild {
    order: 2;
  }

  .sgv-angebot-einstieg-bild img {
    max-width: 440px;
  }

  .sgv-angebot-einstieg h1 {
    font-size: 35px !important;
  }

  .sgv-angebot-einleitung {
    font-size: 18px !important;
  }

  .sgv-angebot h2 {
    font-size: 27px !important;
  }

  .sgv-angebot-abschnitt,
  .sgv-angebot-vorteile,
  .sgv-angebot-galerie,
  .sgv-angebot-ablauf,
  .sgv-angebot-hinweis,
  .sgv-angebot-termine,
  .sgv-angebot-trainer {
    margin-bottom: 48px;
  }

  .sgv-angebot-karten {
    grid-template-columns: 1fr;
  }

  .sgv-angebot-galerie {
    grid-template-columns: 1fr;
    grid-auto-rows: 250px;
  }

  .sgv-angebot-galeriebild-gross,
  .sgv-angebot-galeriebild-breit {
    grid-row: auto;
    grid-column: auto;
  }

  .sgv-angebot-hinweis {
    padding: 28px 24px;
  }

  .sgv-angebot-checkliste,
  .sgv-angebot-termine-hinweis {
    padding: 25px 24px;
  }

  .sgv-angebot-trainerliste {
    gap: 34px 28px;
  }

  .sgv-angebot-trainerperson {
    flex-basis: 160px;
    width: 160px;
  }

  .sgv-angebot-trainerperson img {
    width: 135px;
    height: 135px;
  }
}


/* =========================================================
   11. KLEINE SMARTPHONES
   ========================================================= */

@media (max-width: 420px) {
  .sgv-angebot-einstieg h1 {
    font-size: 32px !important;
  }

  .sgv-angebot-kicker,
  .sgv-angebot-ueberzeile {
    font-size: 12px !important;
  }

  .sgv-angebot-galerie {
    grid-auto-rows: 220px;
  }

  .sgv-angebot-trainerliste {
    gap: 32px;
  }

  .sgv-angebot-trainerperson {
    flex-basis: 100%;
    width: 100%;
  }
}
/* =========================================================
   IN MEMORIAM – CAROLA SELLE
   ========================================================= */

.sgv-memoriam {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  color: #1f1f1f;
  box-sizing: border-box;
}

.sgv-memoriam *,
.sgv-memoriam *::before,
.sgv-memoriam *::after {
  box-sizing: border-box;
}


/* =========================================================
   1. EINSTIEG
   ========================================================= */

.sgv-memoriam-einstieg {
  max-width: 850px;
  margin-bottom: 48px;
}

.sgv-memoriam-kicker,
.sgv-memoriam-ueberzeile {
  margin: 0 0 8px !important;
  color: #003693 !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.sgv-memoriam-einstieg h1 {
  margin: 0 0 8px !important;
  padding: 0 !important;
  color: #1f1f1f !important;
  font-size: 44px !important;
  line-height: 1.15 !important;
  font-weight: 600 !important;
}

.sgv-memoriam-daten {
  margin: 0 0 18px !important;
  color: #555555 !important;
  font-size: 18px !important;
  line-height: 1.5 !important;
}

.sgv-memoriam-einleitung {
  margin: 0 !important;
  color: #003693 !important;
  font-size: 20px !important;
  line-height: 1.55 !important;
  font-weight: 600 !important;
}


/* =========================================================
   2. HAUPTBEREICH
   ========================================================= */

.sgv-memoriam-hauptbereich {
  display: grid;
  grid-template-columns: minmax(320px, 0.85fr) minmax(0, 1.15fr);
  gap: 52px;
  align-items: center;
  margin-bottom: 56px;
}

.sgv-memoriam-anzeige {
  min-width: 0;
}

.sgv-memoriam-anzeige img {
  display: block;
  width: 100%;
  max-width: 480px;
  height: auto;
  margin: 0 auto;
  border: 1px solid #dfe4ea;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.09);
}

.sgv-memoriam-text {
  min-width: 0;
}

.sgv-memoriam-text h2,
.sgv-memoriam-weiterleben h2,
.sgv-memoriam-hunde h2 {
  margin: 0 0 20px !important;
  padding: 0 !important;
  color: #1f1f1f !important;
  font-size: 30px !important;
  line-height: 1.25 !important;
  font-weight: 600 !important;
}

.sgv-memoriam-text h2::after,
.sgv-memoriam-weiterleben h2::after,
.sgv-memoriam-hunde h2::after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  margin-top: 11px;
  background: #003693;
}

.sgv-memoriam-text p:not(.sgv-memoriam-ueberzeile),
.sgv-memoriam-weiterleben p:not(.sgv-memoriam-ueberzeile),
.sgv-memoriam-hunde-kopf p:not(.sgv-memoriam-ueberzeile) {
  margin: 0 0 15px;
  color: #252525;
  font-size: 16px;
  line-height: 1.75;
}

.sgv-memoriam-text p:last-child,
.sgv-memoriam-weiterleben p:last-child,
.sgv-memoriam-hunde-kopf p:last-child {
  margin-bottom: 0;
}


/* =========================================================
   3. ZITAT
   ========================================================= */

.sgv-memoriam-zitat {
  max-width: 920px;
  margin: 0 auto 56px;
  padding: 30px 34px;
  background: #eef3f8;
  border-left: 5px solid #003693;
  text-align: center;
}

.sgv-memoriam-zitat p {
  margin: 0;
  color: #003693;
  font-size: 21px;
  line-height: 1.6;
  font-weight: 600;
  font-style: italic;
}


/* =========================================================
   4. SENIORENGRUPPE
   ========================================================= */

.sgv-memoriam-weiterleben {
  margin-bottom: 60px;
  padding: 34px 38px;
  background: #f7f9fb;
  border: 1px solid #dfe4ea;
  border-left: 6px solid #003693;
}

.sgv-memoriam-weiterleben-text {
  max-width: 930px;
}


/* =========================================================
   5. JOEY UND BIBO
   ========================================================= */

.sgv-memoriam-hunde {
  margin-bottom: 58px;
  text-align: center;
}

.sgv-memoriam-hunde-kopf {
  max-width: 800px;
  margin: 0 auto 38px;
}

.sgv-memoriam-hunde-kopf .sgv-memoriam-ueberzeile {
  text-align: center;
}

.sgv-memoriam-hunde h2 {
  text-align: center;
}

.sgv-memoriam-hunde h2::after {
  margin-right: auto;
  margin-left: auto;
}

.sgv-memoriam-hundeliste {
  justify-content: center;
  gap: 46px 60px;
}

.sgv-memoriam-hundeliste .sgv-angebot-trainerperson {
  flex: 0 1 200px;
  width: 200px;
}

.sgv-memoriam-hundeliste .sgv-angebot-trainerperson img {
  width: 175px;
  height: 175px;
}

.sgv-memoriam-hundeliste .sgv-angebot-trainerperson h3 {
  margin-top: 0 !important;
  font-size: 21px !important;
}


/* =========================================================
   6. ABSCHLUSS
   ========================================================= */

.sgv-memoriam-abschluss {
  max-width: 820px;
  margin: 0 auto;
  padding-top: 30px;
  border-top: 1px solid #dfe4ea;
  text-align: center;
}

.sgv-memoriam-abschluss p {
  margin: 0 0 8px;
  color: #252525;
  font-size: 16px;
  line-height: 1.65;
}

.sgv-memoriam-abschluss p:last-child {
  margin-bottom: 0;
  color: #003693;
}


/* =========================================================
   7. TABLET
   ========================================================= */

@media (max-width: 900px) {
  .sgv-memoriam-hauptbereich {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .sgv-memoriam-anzeige img {
    max-width: 520px;
  }

  .sgv-memoriam-text {
    max-width: 850px;
  }
}


/* =========================================================
   8. SMARTPHONE
   ========================================================= */

@media (max-width: 575px) {
  .sgv-memoriam-einstieg {
    margin-bottom: 38px;
  }

  .sgv-memoriam-kicker,
  .sgv-memoriam-ueberzeile {
    font-size: 12px !important;
  }

  .sgv-memoriam-einstieg h1 {
    font-size: 34px !important;
  }

  .sgv-memoriam-daten {
    font-size: 16px !important;
  }

  .sgv-memoriam-einleitung {
    font-size: 18px !important;
  }

  .sgv-memoriam-hauptbereich {
    margin-bottom: 44px;
  }

  .sgv-memoriam-text h2,
  .sgv-memoriam-weiterleben h2,
  .sgv-memoriam-hunde h2 {
    font-size: 25px !important;
  }

  .sgv-memoriam-zitat {
    margin-bottom: 44px;
    padding: 25px 22px;
  }

  .sgv-memoriam-zitat p {
    font-size: 18px;
  }

  .sgv-memoriam-weiterleben {
    margin-bottom: 46px;
    padding: 27px 23px;
  }

  .sgv-memoriam-hundeliste {
    gap: 34px;
  }

  .sgv-memoriam-hundeliste .sgv-angebot-trainerperson {
    flex-basis: 160px;
    width: 160px;
  }

  .sgv-memoriam-hundeliste .sgv-angebot-trainerperson img {
    width: 140px;
    height: 140px;
  }
}

@media (max-width: 390px) {
  .sgv-memoriam-hundeliste .sgv-angebot-trainerperson {
    flex-basis: 100%;
    width: 100%;
  }
}
/* =========================================================
   ANFAHRT – KOMPLETTER CSS-BEREICH
   ========================================================= */

.sgv-anfahrt {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  color: #1f1f1f;
  box-sizing: border-box;
}

.sgv-anfahrt *,
.sgv-anfahrt *::before,
.sgv-anfahrt *::after {
  box-sizing: border-box;
}


/* =========================================================
   1. EINSTIEG MIT BRUSH-BILD
   ========================================================= */

.sgv-anfahrt-einstieg {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(350px, 0.9fr);
  gap: 56px;
  align-items: center;
  margin-bottom: 62px;
}

.sgv-anfahrt-einstieg-text {
  min-width: 0;
}

.sgv-anfahrt-kicker,
.sgv-anfahrt-ueberzeile {
  margin: 0 0 8px !important;
  color: #003693 !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.sgv-anfahrt-einstieg h1 {
  margin: 0 0 16px !important;
  padding: 0 !important;
  color: #1f1f1f !important;
  font-size: 44px !important;
  line-height: 1.15 !important;
  font-weight: 600 !important;
}

.sgv-anfahrt-einleitung {
  margin: 0 0 15px !important;
  color: #003693 !important;
  font-size: 20px !important;
  line-height: 1.5 !important;
  font-weight: 600 !important;
}

.sgv-anfahrt-einstieg-text > p:last-child {
  margin: 0;
  color: #252525;
  font-size: 16px;
  line-height: 1.7;
}

.sgv-anfahrt-einstieg-bild {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}

.sgv-anfahrt-einstieg-bild img {
  display: block;
  width: 100%;
  max-width: 520px;
  height: auto;
}


/* =========================================================
   2. GEMEINSAME ÜBERSCHRIFTEN UND TEXTE
   ========================================================= */

.sgv-anfahrt h2 {
  margin: 0 0 20px !important;
  padding: 0 !important;
  color: #1f1f1f !important;
  font-size: 30px !important;
  line-height: 1.25 !important;
  font-weight: 600 !important;
}

.sgv-anfahrt h2::after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  margin-top: 11px;
  background: #003693;
}

.sgv-anfahrt p {
  color: #252525;
  font-size: 16px;
  line-height: 1.7;
}


/* =========================================================
   3. ADRESSE UND ROUTE
   ========================================================= */

.sgv-anfahrt-adresse {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 34px;
  align-items: stretch;
  margin-bottom: 64px;
}

.sgv-anfahrt-adresse-text {
  padding: 32px 34px;
  background: #ffffff;
  border: 1px solid #dfe4ea;
  border-top: 4px solid #003693;
  border-radius: 4px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.065);
}

.sgv-anfahrt-adresse-text address {
  margin: 0 0 18px;
  color: #1f1f1f;
  font-size: 19px;
  line-height: 1.7;
  font-style: normal;
  font-weight: 600;
}

.sgv-anfahrt-adresse-text > p:not(.sgv-anfahrt-ueberzeile) {
  margin: 0 0 20px;
}

.sgv-anfahrt-button {
  display: inline-block;
  padding: 12px 19px;
  color: #ffffff !important;
  background: #003693;
  border: 2px solid #003693;
  border-radius: 3px;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  text-decoration: none !important;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}

.sgv-anfahrt-button:hover,
.sgv-anfahrt-button:focus {
  color: #ffffff !important;
  background: #00286f;
  border-color: #00286f;
  transform: translateY(-2px);
}

.sgv-anfahrt-kurzhinweis {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 32px;
  color: #ffffff;
  background: #003693;
  border-radius: 4px;
}

.sgv-anfahrt-kurzhinweis h3 {
  margin: 0 0 14px !important;
  padding: 0 !important;
  color: #ffffff !important;
  font-size: 22px !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
}

.sgv-anfahrt-kurzhinweis p {
  margin: 0 0 13px;
  color: #ffffff !important;
  font-size: 15px;
  line-height: 1.65;
}

.sgv-anfahrt-kurzhinweis p:last-child {
  margin-bottom: 0;
}


/* =========================================================
   4. ANFAHRTSBESCHREIBUNG UND SCHRITTE
   ========================================================= */

.sgv-anfahrt-beschreibung {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  gap: 42px;
  align-items: start;
  margin-bottom: 64px;
}

.sgv-anfahrt-beschreibung-text > p:not(.sgv-anfahrt-ueberzeile) {
  margin: 0 0 15px;
}

.sgv-anfahrt-beschreibung-text > p:last-child {
  margin-bottom: 0;
}

.sgv-anfahrt-schritte {
  display: grid;
  gap: 16px;
}

.sgv-anfahrt-schritt {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 21px 22px;
  background: #eef3f8;
  border-left: 4px solid #003693;
}

.sgv-anfahrt-schritt-nummer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: #ffffff;
  background: #003693;
  border-radius: 50%;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
}

.sgv-anfahrt-schritt h3 {
  margin: 0 0 5px !important;
  padding: 0 !important;
  color: #003693 !important;
  font-size: 18px !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
}

.sgv-anfahrt-schritt p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}


/* =========================================================
   5. ORIENTIERUNGSFOTOS
   ========================================================= */

.sgv-anfahrt-fotos {
  margin-bottom: 64px;
}

.sgv-anfahrt-fotos-kopf {
  max-width: 850px;
  margin-bottom: 28px;
}

.sgv-anfahrt-fotos-kopf > p:not(.sgv-anfahrt-ueberzeile) {
  margin: 0;
}

.sgv-anfahrt-fotoliste {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.sgv-anfahrt-foto {
  margin: 0;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #dfe4ea;
  border-radius: 5px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.07);
}

.sgv-anfahrt-foto img {
  display: block;
  width: 100%;
  height: 330px;
  object-fit: cover;
  object-position: center;
}

.sgv-anfahrt-foto figcaption {
  display: block;
  padding: 21px 23px 23px;
}

.sgv-anfahrt-foto figcaption strong {
  display: block;
  margin-bottom: 6px;
  color: #003693;
  font-size: 18px;
  line-height: 1.4;
}

.sgv-anfahrt-foto figcaption span {
  display: block;
  color: #252525;
  font-size: 14px;
  line-height: 1.6;
}


/* =========================================================
   6. HINWEISBOX
   ========================================================= */

.sgv-anfahrt-hinweis {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 20px;
  padding: 29px 31px;
  background: #eef3f8;
  border-left: 5px solid #003693;
}

.sgv-anfahrt-hinweis-symbol {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: #ffffff;
  background: #003693;
  border-radius: 50%;
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
}

.sgv-anfahrt-hinweis-text {
  min-width: 0;
}

.sgv-anfahrt-hinweis-text h2 {
  color: #003693 !important;
  font-size: 24px !important;
}

.sgv-anfahrt-hinweis-text h2::after {
  display: none;
}

.sgv-anfahrt-hinweis-text p {
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.65;
}

.sgv-anfahrt-hinweis-text p:last-child {
  margin-bottom: 0;
}


/* =========================================================
   7. TABLET
   ========================================================= */

@media (max-width: 991px) {
  .sgv-anfahrt-einstieg {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.8fr);
    gap: 34px;
  }

  .sgv-anfahrt-einstieg h1 {
    font-size: 39px !important;
  }

  .sgv-anfahrt-adresse,
  .sgv-anfahrt-beschreibung {
    grid-template-columns: 1fr;
  }

  .sgv-anfahrt-foto img {
    height: 280px;
  }
}


/* =========================================================
   8. SMARTPHONE
   ========================================================= */

@media (max-width: 700px) {
  .sgv-anfahrt-einstieg {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-bottom: 48px;
  }

  .sgv-anfahrt-einstieg h1 {
    font-size: 34px !important;
  }

  .sgv-anfahrt-einleitung {
    font-size: 18px !important;
  }

  .sgv-anfahrt h2 {
    font-size: 26px !important;
  }

  .sgv-anfahrt-adresse,
  .sgv-anfahrt-beschreibung,
  .sgv-anfahrt-fotos {
    margin-bottom: 48px;
  }

  .sgv-anfahrt-adresse-text,
  .sgv-anfahrt-kurzhinweis {
    padding: 26px 23px;
  }

  .sgv-anfahrt-button {
    width: 100%;
    text-align: center;
  }

  .sgv-anfahrt-fotoliste {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .sgv-anfahrt-foto img {
    height: 260px;
  }

  .sgv-anfahrt-hinweis {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 25px 22px;
  }
}

@media (max-width: 420px) {
  .sgv-anfahrt-kicker,
  .sgv-anfahrt-ueberzeile {
    font-size: 12px !important;
  }

  .sgv-anfahrt-einstieg h1 {
    font-size: 31px !important;
  }

  .sgv-anfahrt-schritt {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 13px;
    padding: 19px 17px;
  }

  .sgv-anfahrt-schritt-nummer {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }

  .sgv-anfahrt-foto img {
    height: 220px;
  }
}
/* =========================================================
   WISSEN RUND UM DEN HUND – GEMEINSAMES BEITRAGSLAYOUT
   Gilt für alle Beiträge mit der Klasse .sgv-wissen
   ========================================================= */

.sgv-wissen {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  color: #1f1f1f;
  box-sizing: border-box;
}

.sgv-wissen *,
.sgv-wissen *::before,
.sgv-wissen *::after {
  box-sizing: border-box;
}


/* =========================================================
   1. EINSTIEG
   ========================================================= */

.sgv-wissen-einstieg {
  max-width: 900px;
  margin-bottom: 52px;
}

.sgv-wissen-kicker,
.sgv-wissen-ueberzeile {
  margin: 0 0 8px !important;
  color: #003693 !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.sgv-wissen-einstieg h1 {
  margin: 0 0 16px !important;
  padding: 0 !important;
  color: #1f1f1f !important;
  font-size: 44px !important;
  line-height: 1.15 !important;
  font-weight: 600 !important;
}

.sgv-wissen-einleitung {
  max-width: 850px;
  margin: 0 0 14px !important;
  color: #003693 !important;
  font-size: 21px !important;
  line-height: 1.5 !important;
  font-weight: 600 !important;
}

.sgv-wissen-einstieg > p:last-child {
  max-width: 850px;
  margin: 0;
  color: #252525;
  font-size: 16px;
  line-height: 1.7;
}


/* =========================================================
   2. JOOMLA-WEITERLESEN-TRENNUNG
   ========================================================= */

.sgv-wissen #system-readmore {
  display: none;
}


/* =========================================================
   3. GEMEINSAME ABSCHNITTE
   ========================================================= */

.sgv-wissen-abschnitt,
.sgv-wissen-bild,
.sgv-wissen-karten,
.sgv-wissen-zweispaltig,
.sgv-wissen-hinweis,
.sgv-wissen-fazit {
  margin-bottom: 60px;
}

.sgv-wissen-abschnitt {
  max-width: 920px;
}

.sgv-wissen h2 {
  margin: 0 0 20px !important;
  padding: 0 !important;
  color: #1f1f1f !important;
  font-size: 30px !important;
  line-height: 1.25 !important;
  font-weight: 600 !important;
}

.sgv-wissen h2::after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  margin-top: 11px;
  background: #003693;
}

.sgv-wissen-abschnitt > p:not(.sgv-wissen-ueberzeile),
.sgv-wissen-zweispaltig-text > p:not(.sgv-wissen-ueberzeile),
.sgv-wissen-fazit-text > p:not(.sgv-wissen-ueberzeile) {
  margin: 0 0 15px;
  color: #252525;
  font-size: 16px;
  line-height: 1.75;
}

.sgv-wissen-abschnitt > p:last-child,
.sgv-wissen-zweispaltig-text > p:last-child,
.sgv-wissen-fazit-text > p:last-of-type {
  margin-bottom: 0;
}


/* =========================================================
   4. GROSSE BEITRAGSBILDER
   ========================================================= */

.sgv-wissen-bild {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  overflow: hidden;
  background: #eef3f8;
  border-radius: 5px;
  box-shadow: 0 5px 17px rgba(0, 0, 0, 0.09);
}

.sgv-wissen-bild img {
  display: block;
  width: 100%;
  height: 470px;
  object-fit: cover;
  object-position: center;
}


/* =========================================================
   5. INFOKARTEN
   ========================================================= */

.sgv-wissen-karten {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.sgv-wissen-karte {
  min-width: 0;
  padding: 26px 28px;
  background: #ffffff;
  border: 1px solid #e3e7ec;
  border-top: 4px solid #003693;
  border-radius: 4px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.065);
}

.sgv-wissen-karte h3 {
  margin: 0 0 10px !important;
  padding: 0 !important;
  color: #003693 !important;
  font-size: 21px !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
}

.sgv-wissen-karte p {
  margin: 0;
  color: #252525;
  font-size: 15px;
  line-height: 1.65;
}


/* =========================================================
   6. ZWEISPALTIGER TEXT MIT CHECKLISTE
   ========================================================= */

.sgv-wissen-zweispaltig {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: 38px;
  align-items: start;
}

.sgv-wissen-zweispaltig-text {
  min-width: 0;
}

.sgv-wissen-checkliste {
  min-width: 0;
  padding: 28px 30px;
  background: #eef3f8;
  border-left: 5px solid #003693;
}

.sgv-wissen-checkliste h3 {
  margin: 0 0 17px !important;
  padding: 0 !important;
  color: #003693 !important;
  font-size: 21px !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
}

.sgv-wissen-checkliste ul,
.sgv-wissen-hinweis ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sgv-wissen-checkliste li,
.sgv-wissen-hinweis li {
  position: relative;
  margin: 0 0 11px;
  padding-left: 25px;
  color: #252525;
  font-size: 15px;
  line-height: 1.6;
}

.sgv-wissen-checkliste li:last-child,
.sgv-wissen-hinweis li:last-child {
  margin-bottom: 0;
}

.sgv-wissen-checkliste li::before,
.sgv-wissen-hinweis li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 2px;
  width: 8px;
  height: 8px;
  background: #003693;
  border-radius: 50%;
}


/* =========================================================
   7. HINWEISBEREICH
   ========================================================= */

.sgv-wissen-hinweis {
  padding: 34px 36px;
  background: #f7f9fb;
  border: 1px solid #dfe4ea;
  border-left: 6px solid #003693;
}

.sgv-wissen-hinweis-inhalt {
  max-width: 950px;
}

.sgv-wissen-hinweis h2 {
  margin-bottom: 22px !important;
}


/* =========================================================
   8. FAZIT UND VEREINSBEZUG
   ========================================================= */

.sgv-wissen-fazit {
  padding: 34px 36px;
  color: #ffffff;
  background: #003693;
  border-radius: 4px;
}

.sgv-wissen-fazit .sgv-wissen-ueberzeile {
  color: #ffffff !important;
  opacity: 0.85;
}

.sgv-wissen-fazit h2 {
  color: #ffffff !important;
}

.sgv-wissen-fazit h2::after {
  background: #ffffff;
}

.sgv-wissen-fazit-text > p:not(.sgv-wissen-ueberzeile) {
  color: #ffffff;
}

.sgv-wissen-button {
  display: inline-block;
  margin-top: 22px;
  padding: 12px 19px;
  color: #003693 !important;
  background: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 3px;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  text-decoration: none !important;
  transition:
    color 0.2s ease,
    background 0.2s ease,
    transform 0.2s ease;
}

.sgv-wissen-button:hover,
.sgv-wissen-button:focus {
  color: #ffffff !important;
  background: transparent;
  border-color: #ffffff;
  transform: translateY(-2px);
}


/* =========================================================
   9. ALLGEMEINE LINKS UND HERVORHEBUNGEN
   ========================================================= */

.sgv-wissen a:not(.sgv-wissen-button) {
  color: #003693 !important;
  font-weight: 700;
  text-decoration: none !important;
}

.sgv-wissen a:not(.sgv-wissen-button):hover,
.sgv-wissen a:not(.sgv-wissen-button):focus {
  color: #00286f !important;
  text-decoration: underline !important;
}

.sgv-wissen strong {
  color: inherit;
  font-weight: 700;
}


/* =========================================================
   10. TABLET
   ========================================================= */

@media (max-width: 991px) {
  .sgv-wissen-einstieg h1 {
    font-size: 39px !important;
  }

  .sgv-wissen-bild img {
    height: 380px;
  }

  .sgv-wissen-zweispaltig {
    grid-template-columns: 1fr;
  }
}


/* =========================================================
   11. SMARTPHONE
   ========================================================= */

@media (max-width: 700px) {
  .sgv-wissen-einstieg {
    margin-bottom: 42px;
  }

  .sgv-wissen-einstieg h1 {
    font-size: 34px !important;
  }

  .sgv-wissen-einleitung {
    font-size: 18px !important;
  }

  .sgv-wissen h2 {
    font-size: 26px !important;
  }

  .sgv-wissen-abschnitt,
  .sgv-wissen-bild,
  .sgv-wissen-karten,
  .sgv-wissen-zweispaltig,
  .sgv-wissen-hinweis,
  .sgv-wissen-fazit {
    margin-bottom: 46px;
  }

  .sgv-wissen-karten {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .sgv-wissen-bild img {
    height: 290px;
  }

  .sgv-wissen-checkliste {
    padding: 25px 23px;
  }

  .sgv-wissen-hinweis,
  .sgv-wissen-fazit {
    padding: 28px 24px;
  }

  .sgv-wissen-button {
    width: 100%;
    text-align: center;
  }
}


/* =========================================================
   12. KLEINE SMARTPHONES
   ========================================================= */

@media (max-width: 420px) {
  .sgv-wissen-kicker,
  .sgv-wissen-ueberzeile {
    font-size: 12px !important;
  }

  .sgv-wissen-einstieg h1 {
    font-size: 31px !important;
  }

  .sgv-wissen-bild img {
    height: 230px;
  }

  .sgv-wissen-karte {
    padding: 23px 21px;
  }

  .sgv-wissen-checkliste,
  .sgv-wissen-hinweis,
  .sgv-wissen-fazit {
    padding: 24px 20px;
  }
}
/* =========================================================
   SPONSOREN UND FÖRDERER
   Vollständiger CSS-Bereich
   ========================================================= */

.sgv-sponsoren {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0 70px;
  color: #1f1f1f;
  box-sizing: border-box;
}

.sgv-sponsoren *,
.sgv-sponsoren *::before,
.sgv-sponsoren *::after {
  box-sizing: border-box;
}


/* =========================================================
   ALLGEMEINE TEXTE UND ÜBERSCHRIFTEN
   ========================================================= */

.sgv-sponsoren p {
  margin: 0 0 16px;
  color: #252525;
  font-size: 16px;
  line-height: 1.72;
}

.sgv-sponsoren p:last-child {
  margin-bottom: 0;
}

.sgv-sponsoren h1,
.sgv-sponsoren h2,
.sgv-sponsoren h3 {
  padding: 0 !important;
  color: #1f1f1f !important;
}

.sgv-sponsoren h1 {
  margin: 0 0 20px !important;
  font-size: 44px !important;
  line-height: 1.15 !important;
  font-weight: 600 !important;
}

.sgv-sponsoren h2 {
  position: relative;
  margin: 0 0 21px !important;
  padding-bottom: 14px !important;
  font-size: 30px !important;
  line-height: 1.25 !important;
  font-weight: 600 !important;
}

.sgv-sponsoren h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 48px;
  height: 3px;
  background: #003693;
}

.sgv-sponsoren h3 {
  margin: 0 0 15px !important;
  font-size: 23px !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
}

.sgv-sponsoren-kicker,
.sgv-sponsoren-ueberzeile {
  margin: 0 0 9px !important;
  color: #003693 !important;
  font-size: 13px !important;
  line-height: 1.4 !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}


/* =========================================================
   ZENTRIERTER SEITENEINSTIEG
   ========================================================= */

.sgv-sponsoren-einstieg {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 42px;
  text-align: center;
}

.sgv-sponsoren-einstieg h1 {
  position: relative;
  padding-bottom: 17px !important;
}

.sgv-sponsoren-einstieg h1::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 56px;
  height: 4px;
  background: #003693;
  transform: translateX(-50%);
}

.sgv-sponsoren-einleitung {
  max-width: 820px;
  margin: 0 auto 15px !important;
  color: #003693 !important;
  font-size: 21px !important;
  line-height: 1.5 !important;
  font-weight: 600 !important;
}

.sgv-sponsoren-einstieg > p:last-child {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
}


/* =========================================================
   HELLBLAUER EINLEITUNGSBLOCK
   ========================================================= */

.sgv-sponsoren-intro {
  width: 100%;
  max-width: 980px;
  margin: 0 auto 52px;
  padding: 36px 46px;
  text-align: center;
  background: #eef3f8;
  border-top: 4px solid #003693;
  border-radius: 3px;
}

.sgv-sponsoren-intro h2 {
  margin-right: auto !important;
  margin-left: auto !important;
}

.sgv-sponsoren-intro h2::after {
  left: 50%;
  transform: translateX(-50%);
}

.sgv-sponsoren-intro p {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
}


/* =========================================================
   EINZELNE SPONSORENBEREICHE
   ========================================================= */

.sgv-sponsoren-bereich {
  width: 100%;
  margin: 0 0 42px;
  padding: 40px;
  background: #ffffff;
  border: 1px solid #dfe4ea;
  border-top: 4px solid #003693;
  border-radius: 4px;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.06);
}

.sgv-sponsoren-kopf {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(250px, 0.75fr);
  gap: 42px;
  align-items: center;
}

.sgv-sponsoren-text {
  min-width: 0;
}


/* =========================================================
   WECHSELBLOCK CHRISTIAN HAHN

   Logo links schmaler, Text rechts breiter
   ========================================================= */

.sgv-sponsoren-bereich-wechsel .sgv-sponsoren-kopf {
  grid-template-columns: minmax(240px, 0.75fr) minmax(0, 1.25fr);
}

.sgv-sponsoren-bereich-wechsel .sgv-sponsoren-logo {
  grid-column: 1;
  grid-row: 1;
}

.sgv-sponsoren-bereich-wechsel .sgv-sponsoren-text {
  grid-column: 2;
  grid-row: 1;
}


/* =========================================================
   LOGOS
   ========================================================= */

.sgv-sponsoren-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  min-height: 220px;
  padding: 28px;
  overflow: hidden;
  background: #f7f9fb;
  border: 1px solid #e1e6eb;
  border-radius: 3px;
}

.sgv-sponsoren-logo img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 175px;
  margin: 0 auto;
  object-fit: contain;
}

.sgv-sponsoren-logo-dunkel {
  background: #343233;
  border-color: #343233;
}

.sgv-sponsoren-logo-dunkel img {
  max-height: 195px;
}


/* =========================================================
   ZWEI BILDER PRO SPONSOR
   ========================================================= */

.sgv-sponsoren-bilder {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  width: 100%;
  margin-top: 34px;
}

.sgv-sponsoren-bild {
  width: 100%;
  height: 340px;
  margin: 0;
  overflow: hidden;
  background: #eef3f8;
  border: 1px solid #e0e4e9;
  border-radius: 3px;
}

.sgv-sponsoren-bild img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.sgv-sponsoren-bild-enthalten img {
  object-fit: contain;
  padding: 10px;
  background: #ffffff;
}


/* =========================================================
   BELCANDO – BREITES FOTO
   ========================================================= */

.sgv-sponsoren-belcando .sgv-sponsoren-kopf {
  margin-bottom: 34px;
}

.sgv-sponsoren-bild-breit {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 0;
  overflow: hidden;
  background: #eef3f8;
  border: 1px solid #e0e4e9;
  border-radius: 3px;
}

.sgv-sponsoren-bild-breit img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}


/* =========================================================
   ABSCHLUSS – SPONSOR WERDEN
   ========================================================= */

.sgv-sponsoren-abschluss {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  width: 100%;
  margin: 0;
  background: #003693;
  border-radius: 3px;
  overflow: hidden;
}

.sgv-sponsoren-abschluss-text {
  padding: 38px 40px;
  color: #ffffff;
}

.sgv-sponsoren-abschluss .sgv-sponsoren-ueberzeile {
  color: #ffffff !important;
  opacity: 0.85;
}

.sgv-sponsoren-abschluss h2 {
  color: #ffffff !important;
}

.sgv-sponsoren-abschluss h2::after {
  background: #ffffff;
}

.sgv-sponsoren-abschluss-text p {
  color: #ffffff;
}

.sgv-sponsoren-abschluss-hinweis {
  padding: 38px 34px;
  color: #ffffff;
  background: #00286f;
}

.sgv-sponsoren-abschluss-hinweis h3,
.sgv-sponsoren-abschluss-hinweis p {
  color: #ffffff !important;
}

.sgv-sponsoren-abschluss-hinweis p {
  font-size: 15px;
  line-height: 1.65;
}


/* =========================================================
   BUTTON
   ========================================================= */

.sgv-sponsoren-button {
  display: inline-block;
  margin-top: 22px;
  padding: 12px 20px;
  color: #003693 !important;
  background: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 3px;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  text-decoration: none !important;
  transition:
    color 0.2s ease,
    background 0.2s ease,
    transform 0.2s ease;
}

.sgv-sponsoren-button:hover,
.sgv-sponsoren-button:focus {
  color: #ffffff !important;
  background: transparent;
  transform: translateY(-2px);
  text-decoration: none !important;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {

  .sgv-sponsoren {
    padding-top: 12px;
  }

  .sgv-sponsoren h1 {
    font-size: 39px !important;
  }

  .sgv-sponsoren h2 {
    font-size: 27px !important;
  }

  .sgv-sponsoren-kopf,
  .sgv-sponsoren-bereich-wechsel .sgv-sponsoren-kopf,
  .sgv-sponsoren-abschluss {
    grid-template-columns: 1fr;
  }

  .sgv-sponsoren-bereich-wechsel .sgv-sponsoren-logo {
    grid-column: 1;
    grid-row: 2;
  }

  .sgv-sponsoren-bereich-wechsel .sgv-sponsoren-text {
    grid-column: 1;
    grid-row: 1;
  }

  .sgv-sponsoren-logo {
    min-height: 190px;
  }

}


/* =========================================================
   SMARTPHONE
   ========================================================= */

@media (max-width: 700px) {

  .sgv-sponsoren {
    padding: 6px 0 48px;
  }

  .sgv-sponsoren h1 {
    font-size: 34px !important;
  }

  .sgv-sponsoren h2 {
    font-size: 24px !important;
  }

  .sgv-sponsoren-einleitung {
    font-size: 18px !important;
  }

  .sgv-sponsoren-einstieg {
    margin-bottom: 32px;
  }

  .sgv-sponsoren-intro {
    margin-bottom: 34px;
    padding: 28px 22px;
  }

  .sgv-sponsoren-bereich {
    margin-bottom: 34px;
    padding: 28px 22px;
  }

  .sgv-sponsoren-kopf,
  .sgv-sponsoren-bereich-wechsel .sgv-sponsoren-kopf {
    gap: 26px;
  }

  .sgv-sponsoren-logo {
    min-height: 165px;
    padding: 22px;
  }

  .sgv-sponsoren-logo img {
    max-height: 140px;
  }

  .sgv-sponsoren-logo-dunkel img {
    max-height: 155px;
  }

  .sgv-sponsoren-bilder {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 26px;
  }

  .sgv-sponsoren-bild {
    height: 280px;
  }

  .sgv-sponsoren-belcando .sgv-sponsoren-kopf {
    margin-bottom: 26px;
  }

  .sgv-sponsoren-abschluss-text,
  .sgv-sponsoren-abschluss-hinweis {
    padding: 30px 23px;
  }

  .sgv-sponsoren-button {
    width: 100%;
    text-align: center;
  }

}


/* =========================================================
   KLEINE SMARTPHONES
   ========================================================= */

@media (max-width: 420px) {

  .sgv-sponsoren h1 {
    font-size: 31px !important;
  }

  .sgv-sponsoren-kicker,
  .sgv-sponsoren-ueberzeile {
    font-size: 12px !important;
  }

  .sgv-sponsoren-bild {
    height: 230px;
  }

}
/* =========================================================
   AKTUELLES – GEMEINSAME KATEGORIEÜBERSICHTEN
   Hundewissen + Vereinsleben

   Echte Joomla-Struktur:
   .article
     .article-intro-image
     .article-body

   Seitenklassen:
   sgv-hundewissen-uebersicht
   sgv-vereinsleben-uebersicht
   ========================================================= */

:is(.sgv-hundewissen-uebersicht, .sgv-vereinsleben-uebersicht) #sp-main-body {
  padding-top: 48px !important;
  padding-bottom: 60px !important;
}

:is(.sgv-hundewissen-uebersicht, .sgv-vereinsleben-uebersicht) #sp-main-body > .container,
:is(.sgv-hundewissen-uebersicht, .sgv-vereinsleben-uebersicht) #sp-main-body .container-inner,
:is(.sgv-hundewissen-uebersicht, .sgv-vereinsleben-uebersicht) #sp-component {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

:is(.sgv-hundewissen-uebersicht, .sgv-vereinsleben-uebersicht) *,
:is(.sgv-hundewissen-uebersicht, .sgv-vereinsleben-uebersicht) *::before,
:is(.sgv-hundewissen-uebersicht, .sgv-vereinsleben-uebersicht) *::after {
  box-sizing: border-box;
}


/* =========================================================
   SEITENÜBERSCHRIFT
   ========================================================= */

:is(.sgv-hundewissen-uebersicht, .sgv-vereinsleben-uebersicht) .page-header {
  margin: 0 0 34px !important;
  padding: 0 !important;
  border: 0 !important;
}

:is(.sgv-hundewissen-uebersicht, .sgv-vereinsleben-uebersicht) .page-header h1,
:is(.sgv-hundewissen-uebersicht, .sgv-vereinsleben-uebersicht) .page-header h2 {
  position: relative;
  margin: 0 !important;
  padding: 0 0 15px !important;
  color: #1f1f1f !important;
  font-size: 38px !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
}

:is(.sgv-hundewissen-uebersicht, .sgv-vereinsleben-uebersicht) .page-header h1::after,
:is(.sgv-hundewissen-uebersicht, .sgv-vereinsleben-uebersicht) .page-header h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 48px;
  height: 3px;
  background: #003693;
}


/* =========================================================
   JOOMLA-BLOGSTRUKTUR
   ========================================================= */

:is(.sgv-hundewissen-uebersicht, .sgv-vereinsleben-uebersicht) .article-list,
:is(.sgv-hundewissen-uebersicht, .sgv-vereinsleben-uebersicht) .article-list > .row {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

:is(.sgv-hundewissen-uebersicht, .sgv-vereinsleben-uebersicht) .article-list > .row {
  display: block !important;
}

:is(.sgv-hundewissen-uebersicht, .sgv-vereinsleben-uebersicht) .article-list > .row > [class*="col-"] {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}


/* =========================================================
   EINZELNER BEITRAG

   Bild links, Inhalt rechts
   ========================================================= */

:is(.sgv-hundewissen-uebersicht, .sgv-vereinsleben-uebersicht) .article-list .article {
  display: grid !important;
  grid-template-columns: 300px minmax(0, 1fr) !important;
  gap: 32px !important;
  align-items: center !important;
  width: 100% !important;
  min-height: 224px;
  margin: 0 0 28px !important;
  padding: 24px !important;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #dfe4ea;
  border-top: 4px solid #003693;
  border-radius: 4px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}


/* =========================================================
   VORSCHAUBILD LINKS
   ========================================================= */

:is(.sgv-hundewissen-uebersicht, .sgv-vereinsleben-uebersicht)
.article-list
.article
.article-intro-image {
  grid-column: 1 !important;
  float: none !important;
  width: 300px !important;
  min-width: 300px !important;
  max-width: 300px !important;
  height: 200px !important;
  min-height: 200px !important;
  max-height: 200px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #eef3f8;
  border-radius: 4px;
}

:is(.sgv-hundewissen-uebersicht, .sgv-vereinsleben-uebersicht)
.article-list
.article
.article-intro-image a {
  display: block !important;
  width: 100%;
  height: 100%;
}

:is(.sgv-hundewissen-uebersicht, .sgv-vereinsleben-uebersicht)
.article-list
.article
.article-intro-image img {
  display: block !important;
  float: none !important;
  width: 300px !important;
  min-width: 300px !important;
  max-width: 300px !important;
  height: 200px !important;
  min-height: 200px !important;
  max-height: 200px !important;
  margin: 0 !important;
  padding: 0 !important;
  object-fit: cover !important;
  object-position: center !important;
  border-radius: 4px;
}


/* =========================================================
   KOMPLETTER TEXTBEREICH RECHTS
   ========================================================= */

:is(.sgv-hundewissen-uebersicht, .sgv-vereinsleben-uebersicht)
.article-list
.article
.article-body {
  grid-column: 2 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
}


/* =========================================================
   BEITRAGSTITEL
   ========================================================= */

:is(.sgv-hundewissen-uebersicht, .sgv-vereinsleben-uebersicht)
.article-list
.article
.article-header,

:is(.sgv-hundewissen-uebersicht, .sgv-vereinsleben-uebersicht)
.article-list
.article
.article-body
> h2,

:is(.sgv-hundewissen-uebersicht, .sgv-vereinsleben-uebersicht)
.article-list
.article
.article-body
> h3 {
  margin: 0 0 10px !important;
  padding: 0 !important;
  border: 0 !important;
}

:is(.sgv-hundewissen-uebersicht, .sgv-vereinsleben-uebersicht)
.article-list
.article
.article-header h2,

:is(.sgv-hundewissen-uebersicht, .sgv-vereinsleben-uebersicht)
.article-list
.article
.article-header h3,

:is(.sgv-hundewissen-uebersicht, .sgv-vereinsleben-uebersicht)
.article-list
.article
.article-title {
  margin: 0 !important;
  padding: 0 !important;
  color: #1f1f1f !important;
  font-size: 23px !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
}

:is(.sgv-hundewissen-uebersicht, .sgv-vereinsleben-uebersicht)
.article-list
.article
.article-header h2::after,

:is(.sgv-hundewissen-uebersicht, .sgv-vereinsleben-uebersicht)
.article-list
.article
.article-header h3::after {
  display: none !important;
  content: none !important;
}

:is(.sgv-hundewissen-uebersicht, .sgv-vereinsleben-uebersicht)
.article-list
.article
.article-header a,

:is(.sgv-hundewissen-uebersicht, .sgv-vereinsleben-uebersicht)
.article-list
.article
.article-title a {
  color: #1f1f1f !important;
  text-decoration: none !important;
}

:is(.sgv-hundewissen-uebersicht, .sgv-vereinsleben-uebersicht)
.article-list
.article
.article-header a:hover,

:is(.sgv-hundewissen-uebersicht, .sgv-vereinsleben-uebersicht)
.article-list
.article
.article-title a:hover {
  color: #003693 !important;
}


/* =========================================================
   WISSENS-EINLEITUNG
   ========================================================= */

:is(.sgv-hundewissen-uebersicht, .sgv-vereinsleben-uebersicht)
.article-list
.article
article.sgv-wissen,

:is(.sgv-hundewissen-uebersicht, .sgv-vereinsleben-uebersicht)
.article-list
.article
.sgv-wissen-einstieg {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}


/* Kicker wie auf der Startseite ausblenden */

:is(.sgv-hundewissen-uebersicht, .sgv-vereinsleben-uebersicht)
.article-list
.article
.sgv-wissen-kicker {
  display: none !important;
}


/* Nur die kurze Einleitung anzeigen */

:is(.sgv-hundewissen-uebersicht, .sgv-vereinsleben-uebersicht)
.article-list
.article
.sgv-wissen-einleitung {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #3f454c !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
  font-weight: 400 !important;
}

:is(.sgv-hundewissen-uebersicht, .sgv-vereinsleben-uebersicht)
.article-list
.article
.sgv-wissen-einstieg
> p:not(.sgv-wissen-einleitung) {
  display: none !important;
}


/* =========================================================
   VEREINSLEBEN – VORSCHAU IM KATEGORIEBLOG

   Der Turnierbericht besitzt im Einzelbeitrag einen großen
   Einstieg. In der Übersicht bleibt davon nur die kurze
   Einleitung sichtbar. Das Einleitungsbild kommt von Joomla.
   ========================================================= */

.sgv-vereinsleben-uebersicht
.article-list
.article
.sgv-turnierbericht {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.sgv-vereinsleben-uebersicht
.article-list
.article
.sgv-turnierbericht-einstieg {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.sgv-vereinsleben-uebersicht
.article-list
.article
.sgv-turnierbericht-einstieg-text {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.sgv-vereinsleben-uebersicht
.article-list
.article
.sgv-turnierbericht-kicker,
.sgv-vereinsleben-uebersicht
.article-list
.article
.sgv-turnierbericht-einstieg h1,
.sgv-vereinsleben-uebersicht
.article-list
.article
.sgv-turnierbericht-einstieg-bild,
.sgv-vereinsleben-uebersicht
.article-list
.article
.sgv-turnierbericht-einstieg-text > p:not(.sgv-turnierbericht-einleitung) {
  display: none !important;
}

.sgv-vereinsleben-uebersicht
.article-list
.article
.sgv-turnierbericht-einleitung {
  display: block !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #3f454c !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
  font-weight: 400 !important;
}

/* =========================================================
   METADATEN AUSBLENDEN
   ========================================================= */

:is(.sgv-hundewissen-uebersicht, .sgv-vereinsleben-uebersicht) .article-info,
:is(.sgv-hundewissen-uebersicht, .sgv-vereinsleben-uebersicht) .article-info-term,
:is(.sgv-hundewissen-uebersicht, .sgv-vereinsleben-uebersicht) .createdby,
:is(.sgv-hundewissen-uebersicht, .sgv-vereinsleben-uebersicht) .published,
:is(.sgv-hundewissen-uebersicht, .sgv-vereinsleben-uebersicht) .category-name,
:is(.sgv-hundewissen-uebersicht, .sgv-vereinsleben-uebersicht) .hits,
:is(.sgv-hundewissen-uebersicht, .sgv-vereinsleben-uebersicht) .tags {
  display: none !important;
}


/* =========================================================
   WEITERLESEN WIE AUF DER STARTSEITE
   ========================================================= */

:is(.sgv-hundewissen-uebersicht, .sgv-vereinsleben-uebersicht)
.article-list
.article
.readmore {
  margin: 15px 0 0 !important;
  padding: 0 !important;
}

:is(.sgv-hundewissen-uebersicht, .sgv-vereinsleben-uebersicht)
.article-list
.article
.readmore a {
  display: inline !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #003693 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

:is(.sgv-hundewissen-uebersicht, .sgv-vereinsleben-uebersicht)
.article-list
.article
.readmore a::after {
  content: " ›";
}

:is(.sgv-hundewissen-uebersicht, .sgv-vereinsleben-uebersicht)
.article-list
.article
.readmore a:hover,

:is(.sgv-hundewissen-uebersicht, .sgv-vereinsleben-uebersicht)
.article-list
.article
.readmore a:focus {
  color: #00286f !important;
  background: transparent !important;
  text-decoration: underline !important;
}


/* =========================================================
   SEITENNAVIGATION
   ========================================================= */

:is(.sgv-hundewissen-uebersicht, .sgv-vereinsleben-uebersicht) .pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 42px 0 0 !important;
  padding: 0 !important;
}

:is(.sgv-hundewissen-uebersicht, .sgv-vereinsleben-uebersicht) .pagination ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

:is(.sgv-hundewissen-uebersicht, .sgv-vereinsleben-uebersicht) .pagination li {
  margin: 0 !important;
  padding: 0 !important;
}

:is(.sgv-hundewissen-uebersicht, .sgv-vereinsleben-uebersicht) .pagination a,
:is(.sgv-hundewissen-uebersicht, .sgv-vereinsleben-uebersicht) .pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 13px;
  color: #003693 !important;
  background: #ffffff;
  border: 1px solid #cfd6de;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
}

:is(.sgv-hundewissen-uebersicht, .sgv-vereinsleben-uebersicht) .pagination a:hover,
:is(.sgv-hundewissen-uebersicht, .sgv-vereinsleben-uebersicht) .pagination a:focus,
:is(.sgv-hundewissen-uebersicht, .sgv-vereinsleben-uebersicht) .pagination .active span,
:is(.sgv-hundewissen-uebersicht, .sgv-vereinsleben-uebersicht) .pagination .active a {
  color: #ffffff !important;
  background: #003693;
  border-color: #003693;
}

:is(.sgv-hundewissen-uebersicht, .sgv-vereinsleben-uebersicht) .pagination-counter {
  width: 100%;
  margin: 14px 0 0 !important;
  color: #626a72;
  font-size: 13px;
  text-align: center;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

  :is(.sgv-hundewissen-uebersicht, .sgv-vereinsleben-uebersicht)
  .article-list
  .article {
    grid-template-columns: 230px minmax(0, 1fr) !important;
    gap: 24px !important;
  }

  :is(.sgv-hundewissen-uebersicht, .sgv-vereinsleben-uebersicht)
  .article-list
  .article
  .article-intro-image,

  :is(.sgv-hundewissen-uebersicht, .sgv-vereinsleben-uebersicht)
  .article-list
  .article
  .article-intro-image img {
    width: 230px !important;
    min-width: 230px !important;
    max-width: 230px !important;
    height: 165px !important;
    min-height: 165px !important;
    max-height: 165px !important;
  }

}


/* =========================================================
   SMARTPHONE
   ========================================================= */

@media (max-width: 650px) {

  :is(.sgv-hundewissen-uebersicht, .sgv-vereinsleben-uebersicht) #sp-main-body {
    padding-top: 34px !important;
    padding-bottom: 46px !important;
  }

  :is(.sgv-hundewissen-uebersicht, .sgv-vereinsleben-uebersicht)
  .page-header h1,

  :is(.sgv-hundewissen-uebersicht, .sgv-vereinsleben-uebersicht)
  .page-header h2 {
    font-size: 32px !important;
  }

  :is(.sgv-hundewissen-uebersicht, .sgv-vereinsleben-uebersicht)
  .article-list
  .article {
    grid-template-columns: 120px minmax(0, 1fr) !important;
    gap: 16px !important;
    min-height: 145px;
    padding: 17px !important;
  }

  :is(.sgv-hundewissen-uebersicht, .sgv-vereinsleben-uebersicht)
  .article-list
  .article
  .article-intro-image,

  :is(.sgv-hundewissen-uebersicht, .sgv-vereinsleben-uebersicht)
  .article-list
  .article
  .article-intro-image img {
    width: 120px !important;
    min-width: 120px !important;
    max-width: 120px !important;
    height: 100px !important;
    min-height: 100px !important;
    max-height: 100px !important;
  }

  :is(.sgv-hundewissen-uebersicht, .sgv-vereinsleben-uebersicht)
  .article-list
  .article
  .article-header h2,

  :is(.sgv-hundewissen-uebersicht, .sgv-vereinsleben-uebersicht)
  .article-list
  .article
  .article-title {
    font-size: 18px !important;
  }

  :is(.sgv-hundewissen-uebersicht, .sgv-vereinsleben-uebersicht)
  .article-list
  .article
  .sgv-wissen-einleitung {
    font-size: 14px !important;
    line-height: 1.5 !important;
  }

  .sgv-vereinsleben-uebersicht
  .article-list
  .article
  .sgv-turnierbericht-einleitung {
    font-size: 14px !important;
    line-height: 1.5 !important;
  }

}


/* =========================================================
   KLEINE SMARTPHONES
   ========================================================= */

@media (max-width: 440px) {

  :is(.sgv-hundewissen-uebersicht, .sgv-vereinsleben-uebersicht)
  .article-list
  .article {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  :is(.sgv-hundewissen-uebersicht, .sgv-vereinsleben-uebersicht)
  .article-list
  .article
  .article-intro-image,

  :is(.sgv-hundewissen-uebersicht, .sgv-vereinsleben-uebersicht)
  .article-list
  .article
  .article-intro-image img {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 190px !important;
    min-height: 190px !important;
    max-height: 190px !important;
  }

  :is(.sgv-hundewissen-uebersicht, .sgv-vereinsleben-uebersicht)
  .article-list
  .article
  .article-body {
    grid-column: 1 !important;
  }

}

/* =========================================================
   STARTSEITE – HUNDEWISSEN / TERMINE: FEINSCHLIFF

   Ergänzt:
   - Übersichtlinks oben rechts
   - vollständige Datumsfelder mit Monat und Tag
   - komplette Terminzeile klickbar
   - Verlinkung des Kalenders wird über custom.js gesetzt
   ========================================================= */

#sp-bottom4 .sgv-bottom-wissen,
#sp-bottom4 .sgv-bottom-termine {
  position: relative;
}

#sp-bottom4 .sgv-startseiten-uebersichtslink {
  position: absolute;
  top: 33px;
  right: 30px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin: 0;
  padding: 0;
  color: #003693 !important;
  background: transparent !important;
  border: 0 !important;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 700;
  text-decoration: none !important;
}

#sp-bottom4 .sgv-startseiten-uebersichtslink:hover,
#sp-bottom4 .sgv-startseiten-uebersichtslink:focus {
  color: #00286f !important;
  text-decoration: underline !important;
}

#sp-bottom4 .sgv-startseiten-uebersichtslink::after {
  content: "›";
  font-size: 17px;
  line-height: 1;
}

#sp-bottom4 .sgv-bottom-wissen > .sp-module-title,
#sp-bottom4 .sgv-bottom-termine > .sp-module-title {
  padding-right: 175px !important;
}


/* Terminzeilen etwas näher an die Vorlage bringen */

#sp-bottom4 .sgv-bottom-termine .mod-dpcalendar-upcoming-default__event {
  cursor: pointer;
  min-height: 94px;
  padding: 12px 4px !important;
  transition:
    background-color 0.18s ease,
    transform 0.18s ease;
}

#sp-bottom4 .sgv-bottom-termine .mod-dpcalendar-upcoming-default__event:hover,
#sp-bottom4 .sgv-bottom-termine .mod-dpcalendar-upcoming-default__event:focus-within {
  background: #f7f9fc;
}

#sp-bottom4 .sgv-bottom-termine .mod-dpcalendar-upcoming-default__event::after {
  content: "›";
  font-size: 24px;
}


/* Von custom.js erzeugtes Datum */

#sp-bottom4 .sgv-bottom-termine .dp-flatcalendar {
  display: grid !important;
  grid-template-rows: 25px 36px !important;
  align-content: stretch !important;
  justify-content: stretch !important;
  width: 62px !important;
  min-width: 62px !important;
  max-width: 62px !important;
  height: 62px !important;
  min-height: 62px !important;
  max-height: 62px !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #ffffff !important;
  border: 1px solid #cfd7e0 !important;
  border-radius: 2px !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

#sp-bottom4 .sgv-bottom-termine .dp-flatcalendar > * {
  display: none !important;
}

#sp-bottom4 .sgv-bottom-termine .dp-flatcalendar .sgv-kalender-monat,
#sp-bottom4 .sgv-bottom-termine .dp-flatcalendar .sgv-kalender-tag {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center !important;
}

#sp-bottom4 .sgv-bottom-termine .dp-flatcalendar .sgv-kalender-monat {
  grid-row: 1;
  color: #ffffff !important;
  background: #003693 !important;
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  text-transform: none;
}

#sp-bottom4 .sgv-bottom-termine .dp-flatcalendar .sgv-kalender-tag {
  grid-row: 2;
  color: #1f1f1f !important;
  background: #ffffff !important;
  font-size: 20px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
}


/* Titel und Uhrzeit */

#sp-bottom4 .sgv-bottom-termine .dp-event-url,
#sp-bottom4 .sgv-bottom-termine a.dp-link {
  color: #1f1f1f !important;
  font-size: 15px !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
}

#sp-bottom4 .sgv-bottom-termine .mod-dpcalendar-upcoming-default__date,
#sp-bottom4 .sgv-bottom-termine .date {
  color: #555d65 !important;
  font-size: 12.5px !important;
  line-height: 1.4 !important;
  font-style: normal !important;
}


/* Smartphone */

@media (max-width: 650px) {
  #sp-bottom4 .sgv-startseiten-uebersichtslink {
    position: static;
    display: inline-flex;
    margin: -8px 0 18px;
  }

  #sp-bottom4 .sgv-bottom-wissen > .sp-module-title,
  #sp-bottom4 .sgv-bottom-termine > .sp-module-title {
    padding-right: 0 !important;
  }

  #sp-bottom4 .sgv-bottom-termine .dp-flatcalendar {
    width: 56px !important;
    min-width: 56px !important;
    max-width: 56px !important;
  }
}
/* =========================================================
   FOOTER – MOBIL MITTIG
   ========================================================= */

@media (max-width: 650px) {

  #sp-footer,
  #sp-footer2 {
    text-align: center !important;
  }

  #sp-footer .container,
  #sp-footer2 .container,
  #sp-footer .container-inner,
  #sp-footer2 .container-inner,
  #sp-footer .sp-column,
  #sp-footer2 .sp-column,
  #sp-footer .sp-module-content,
  #sp-footer2 .sp-module-content {
    width: 100% !important;
    text-align: center !important;
  }

  #sp-footer ul.menu,
  #sp-footer2 ul.menu {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 14px 22px !important;
    width: 100% !important;
    margin: 0 auto 24px !important;
    padding: 0 !important;
    text-align: center !important;
    list-style: none !important;
  }

  #sp-footer ul.menu > li,
  #sp-footer2 ul.menu > li {
    display: block !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  #sp-footer ul.menu > li > a,
  #sp-footer2 ul.menu > li > a {
    display: inline-block !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
  }

  #sp-footer .copyright,
  #sp-footer2 .copyright,
  #sp-footer .sp-copyright,
  #sp-footer2 .sp-copyright {
    display: block !important;
    width: 100% !important;
    margin: 0 auto !important;
    text-align: center !important;
  }

}
/* =========================================================
   HELIX OFFCANVAS-MENÜ

   Desktop: ausblenden
   Tablet und Handy: anzeigen
   ========================================================= */

/* Desktop ab 992 Pixel */
@media screen and (min-width: 992px) {

  body .offcanvas-toggler,
  body a.offcanvas-toggler,
  body .offcanvas-toggler-left,
  body .offcanvas-toggler-right {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

}

/* Tablet und Handy bis 991 Pixel */
@media screen and (max-width: 991px) {

  body .offcanvas-toggler,
  body a.offcanvas-toggler,
  body .offcanvas-toggler-left,
  body .offcanvas-toggler-right {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }

}
/* =========================================================
   DATENSCHUTZERKLÄRUNG
   ========================================================= */

.sgv-datenschutz {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 25px 0 70px;
  color: #1f1f1f;
  font-size: 16px;
  line-height: 1.72;
}

.sgv-datenschutz *,
.sgv-datenschutz *::before,
.sgv-datenschutz *::after {
  box-sizing: border-box;
}

.sgv-datenschutz p {
  margin: 0 0 18px;
}

.sgv-datenschutz p:last-child {
  margin-bottom: 0;
}

.sgv-datenschutz a {
  color: #003693;
  font-weight: 600;
  text-decoration: none;
}

.sgv-datenschutz a:hover,
.sgv-datenschutz a:focus {
  color: #00286f;
  text-decoration: underline;
}

.sgv-datenschutz ul {
  margin: 8px 0 22px;
  padding-left: 24px;
}

.sgv-datenschutz li {
  margin-bottom: 7px;
}

.sgv-datenschutz li::marker {
  color: #003693;
}


/* =========================================================
   ÜBERSCHRIFTEN
   ========================================================= */

.sgv-datenschutz h1,
.sgv-datenschutz h2,
.sgv-datenschutz h3 {
  color: #1f1f1f;
  font-weight: 600;
}

.sgv-datenschutz h1 {
  position: relative;
  margin: 0 0 25px;
  padding: 0 0 18px;
  font-size: 46px;
  line-height: 1.14;
}

.sgv-datenschutz h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 56px;
  height: 4px;
  background: #003693;
}

.sgv-datenschutz h2 {
  position: relative;
  margin: 0 0 24px;
  padding: 0 0 14px;
  font-size: 29px;
  line-height: 1.28;
}

.sgv-datenschutz h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 46px;
  height: 3px;
  background: #003693;
}

.sgv-datenschutz h3 {
  margin: 0 0 12px;
  font-size: 19px;
  line-height: 1.35;
}

.sgv-datenschutz-ueberzeile,
.sgv-datenschutz-kicker {
  margin: 0 0 9px !important;
  color: #003693;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}


/* =========================================================
   EINSTIEG
   ========================================================= */

.sgv-datenschutz-einstieg {
  max-width: 900px;
  margin: 0 0 45px;
}

.sgv-datenschutz-einleitung {
  margin-bottom: 18px !important;
  color: #003693;
  font-size: 21px;
  line-height: 1.55;
  font-weight: 600;
}

.sgv-datenschutz-stand {
  display: inline-block;
  margin-top: 8px !important;
  padding: 7px 12px;
  color: #555d65;
  background: #eef3f8;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 600;
}


/* =========================================================
   INHALTSÜBERSICHT
   ========================================================= */

.sgv-datenschutz-inhalt {
  margin: 0 0 38px;
  padding: 30px 34px;
  background: #eef3f8;
  border-top: 4px solid #003693;
  border-radius: 3px;
}

.sgv-datenschutz-inhalt h2 {
  margin-bottom: 22px;
}

.sgv-datenschutz-inhalt-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 28px;
}

.sgv-datenschutz-inhalt-links a {
  position: relative;
  display: block;
  padding: 9px 30px 9px 0;
  color: #1f1f1f;
  border-bottom: 1px solid rgba(0, 54, 147, 0.16);
  font-weight: 600;
}

.sgv-datenschutz-inhalt-links a::after {
  content: "↓";
  position: absolute;
  top: 9px;
  right: 4px;
  color: #003693;
}

.sgv-datenschutz-inhalt-links a:hover,
.sgv-datenschutz-inhalt-links a:focus {
  color: #003693;
  text-decoration: none;
}


/* =========================================================
   NORMALE TEXTABSCHNITTE
   ========================================================= */

.sgv-datenschutz-abschnitt {
  margin: 0 0 30px;
  padding: 34px 38px;
  background: #ffffff;
  border: 1px solid #dfe4ea;
  border-top: 4px solid #003693;
  border-radius: 3px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.045);
  scroll-margin-top: 110px;
}


/* =========================================================
   KONTAKT- UND ANBIETERBLÖCKE
   ========================================================= */

.sgv-datenschutz-kontakt,
.sgv-datenschutz-anbieter {
  margin: 22px 0;
  padding: 22px 25px;
  background: #eef3f8;
  border-left: 4px solid #003693;
  border-radius: 2px;
}

.sgv-datenschutz-kontakt {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px 28px;
}

.sgv-datenschutz-kontakt p,
.sgv-datenschutz-anbieter p {
  margin: 0;
}


/* =========================================================
   BLAUE HINWEISBLÖCKE
   ========================================================= */

.sgv-datenschutz-hinweis {
  margin: 0 0 30px;
  padding: 0;
  color: #ffffff;
  background: #003693;
  border-radius: 3px;
  scroll-margin-top: 110px;
}

.sgv-datenschutz-hinweis-inhalt {
  padding: 34px 38px;
}

.sgv-datenschutz-hinweis h2,
.sgv-datenschutz-hinweis h3 {
  color: #ffffff;
}

.sgv-datenschutz-hinweis h2::after {
  background: #ffffff;
}

.sgv-datenschutz-hinweis .sgv-datenschutz-ueberzeile {
  color: #ffffff;
  opacity: 0.82;
}

.sgv-datenschutz-hinweis a {
  color: #ffffff;
  text-decoration: underline;
}

.sgv-datenschutz-hinweis a:hover,
.sgv-datenschutz-hinweis a:focus {
  color: #ffffff;
  text-decoration-thickness: 2px;
}


/* =========================================================
   ZWEISPALTIGE ABSCHNITTE
   ========================================================= */

.sgv-datenschutz-zweispaltig {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(300px, 0.85fr);
  gap: 30px;
  align-items: stretch;
  margin: 0 0 30px;
  scroll-margin-top: 110px;
}

.sgv-datenschutz-zweispaltig-text {
  padding: 34px 38px;
  background: #ffffff;
  border: 1px solid #dfe4ea;
  border-top: 4px solid #003693;
  border-radius: 3px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.045);
}

.sgv-datenschutz-checkliste {
  padding: 32px;
  color: #ffffff;
  background: #003693;
  border-radius: 3px;
}

.sgv-datenschutz-checkliste h3 {
  color: #ffffff;
  font-size: 23px;
}

.sgv-datenschutz-checkliste p,
.sgv-datenschutz-checkliste li {
  color: #ffffff;
}

.sgv-datenschutz-checkliste a {
  color: #ffffff;
  text-decoration: underline;
}


/* =========================================================
   RECHTE-KARTEN
   ========================================================= */

.sgv-datenschutz-karten {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 25px;
}

.sgv-datenschutz-karte {
  padding: 23px;
  background: #eef3f8;
  border-top: 3px solid #003693;
  border-radius: 2px;
}

.sgv-datenschutz-karte h3 {
  color: #003693;
}

.sgv-datenschutz-karte p {
  color: #3f454c;
  font-size: 14px;
  line-height: 1.6;
}


/* =========================================================
   ABSCHLUSS
   ========================================================= */

.sgv-datenschutz-abschluss {
  margin: 0;
  padding: 34px 38px;
  background: #eef3f8;
  border-top: 4px solid #003693;
  border-radius: 3px;
}

.sgv-datenschutz-abschluss h2 {
  margin-bottom: 20px;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

  .sgv-datenschutz {
    padding-top: 15px;
  }

  .sgv-datenschutz h1 {
    font-size: 39px;
  }

  .sgv-datenschutz h2 {
    font-size: 26px;
  }

  .sgv-datenschutz-kontakt {
    grid-template-columns: 1fr 1fr;
  }

  .sgv-datenschutz-zweispaltig {
    grid-template-columns: 1fr;
  }

  .sgv-datenschutz-karten {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}


/* =========================================================
   SMARTPHONE
   ========================================================= */

@media (max-width: 650px) {

  .sgv-datenschutz {
    padding: 8px 0 45px;
    font-size: 15px;
    line-height: 1.68;
  }

  .sgv-datenschutz h1 {
    font-size: 34px;
  }

  .sgv-datenschutz h2 {
    font-size: 24px;
  }

  .sgv-datenschutz-einleitung {
    font-size: 18px;
  }

  .sgv-datenschutz-inhalt,
  .sgv-datenschutz-abschnitt,
  .sgv-datenschutz-zweispaltig-text,
  .sgv-datenschutz-hinweis-inhalt,
  .sgv-datenschutz-checkliste,
  .sgv-datenschutz-abschluss {
    padding: 26px 22px;
  }

  .sgv-datenschutz-inhalt-links {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .sgv-datenschutz-kontakt {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .sgv-datenschutz-karten {
    grid-template-columns: 1fr;
  }

}
/* =========================================================
   SUCHSEITE – JOOMLA SMART SEARCH / FINDER
   ========================================================= */

#sp-main-body:has(.com-finder.finder) {
  padding-top: 48px !important;
  padding-bottom: 70px !important;
}

#sp-main-body:has(.com-finder.finder) > .container,
#sp-main-body:has(.com-finder.finder) .container-inner,
#sp-main-body:has(.com-finder.finder) #sp-component {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.com-finder.finder,
.com-finder.finder *,
.com-finder.finder *::before,
.com-finder.finder *::after {
  box-sizing: border-box;
}

.com-finder.finder {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}


/* =========================================================
   ECHTE JOOMLA-SEITENÜBERSCHRIFT
   ========================================================= */

#sp-main-body:has(.com-finder.finder) .page-header {
  margin: 0 0 34px !important;
  padding: 0 !important;
  border: 0 !important;
}

#sp-main-body:has(.com-finder.finder) .page-header h1,
#sp-main-body:has(.com-finder.finder) .page-header h2 {
  position: relative;
  margin: 0 !important;
  padding: 0 0 15px !important;
  color: #1f1f1f !important;
  font-size: 38px !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
}

#sp-main-body:has(.com-finder.finder) .page-header h1::after,
#sp-main-body:has(.com-finder.finder) .page-header h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 48px;
  height: 3px;
  background: #003693;
}


/* Alte künstliche Überschrift vollständig entfernen */

.com-finder.finder::before,
.com-finder.finder::after,
.com-finder.finder > .com-finder__form::before {
  display: none !important;
  content: none !important;
}


/* =========================================================
   SUCHFORMULAR
   ========================================================= */

.com-finder.finder .com-finder__form,
.com-finder.finder #search-form {
  margin: 0 0 32px !important;
  padding: 30px 34px !important;
  background: #eef3f8;
  border-top: 4px solid #003693;
  border-radius: 3px;
}

.com-finder.finder .com-finder__form label,
.com-finder.finder #search-form label {
  display: block;
  margin: 0 0 8px !important;
  color: #1f1f1f;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 700;
}

.com-finder.finder .com-finder__form .input-group,
.com-finder.finder #search-form .input-group {
  display: flex !important;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 10px;
  width: 100%;
  max-width: 760px;
}

.com-finder.finder input[type="text"],
.com-finder.finder input[type="search"],
.com-finder.finder #q {
  flex: 1 1 360px;
  width: auto !important;
  min-width: 0;
  height: 48px;
  margin: 0 !important;
  padding: 10px 14px !important;
  color: #1f1f1f;
  background: #ffffff;
  border: 1px solid #cbd3dc;
  border-radius: 3px !important;
  box-shadow: none !important;
  font-size: 16px;
}

.com-finder.finder input:focus {
  border-color: #003693;
  box-shadow: 0 0 0 3px rgba(0, 54, 147, 0.12) !important;
  outline: none;
}


/* =========================================================
   BUTTONS
   ========================================================= */

.com-finder.finder button,
.com-finder.finder .btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin: 0 !important;
  padding: 10px 20px !important;
  color: #ffffff !important;
  background: #003693 !important;
  border: 2px solid #003693 !important;
  border-radius: 3px !important;
  box-shadow: none !important;
  font-size: 14px !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

.com-finder.finder button:hover,
.com-finder.finder button:focus,
.com-finder.finder .btn:hover,
.com-finder.finder .btn:focus {
  color: #003693 !important;
  background: #ffffff !important;
}

.com-finder.finder .btn-secondary {
  color: #003693 !important;
  background: #ffffff !important;
}

.com-finder.finder .btn-secondary:hover,
.com-finder.finder .btn-secondary:focus {
  color: #ffffff !important;
  background: #003693 !important;
}


/* =========================================================
   ERGEBNISHINWEIS
   ========================================================= */

.com-finder.finder #search-query-explained,
.com-finder.finder .com-finder__explained {
  margin: 0 0 20px !important;
  padding: 0 !important;
  color: #42484f;
  font-size: 16px;
  line-height: 1.6;
}

.com-finder.finder #search-query-explained strong,
.com-finder.finder .com-finder__explained strong {
  color: #003693;
}


/* =========================================================
   ERGEBNISLISTE
   ========================================================= */

.com-finder.finder #search-result-list,
.com-finder.finder .com-finder__results-list {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.com-finder.finder #search-result-list > li,
.com-finder.finder .com-finder__results-list > li,
.com-finder.finder .result__item {
  position: relative;
  width: 100%;
  margin: 0 0 18px !important;
  padding: 25px 30px !important;
  background: #ffffff;
  border: 1px solid #dfe4ea;
  border-top: 4px solid #003693;
  border-radius: 3px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.045);
  list-style: none !important;
}


/* =========================================================
   ERGEBNISTITEL
   ========================================================= */

.com-finder.finder .result__title {
  margin: 0 0 8px !important;
  padding: 0 !important;
  color: #1f1f1f !important;
  font-size: 21px !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
}

.com-finder.finder .result__title-link {
  color: #1f1f1f !important;
  font-size: 21px !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
  overflow-wrap: anywhere;
  text-decoration: none !important;
}

.com-finder.finder .result__title-link:hover,
.com-finder.finder .result__title-link:focus {
  color: #003693 !important;
}


/* =========================================================
   DATUM
   ========================================================= */

.com-finder.finder .result__date {
  display: block;
  margin: 0 0 10px !important;
  color: #727a82 !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
}


/* =========================================================
   TEXTAUSZUG
   ========================================================= */

.com-finder.finder .result__description {
  display: -webkit-box;
  margin: 0 !important;
  overflow: hidden;
  color: #3f454c !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}


/* =========================================================
   TAXONOMIE UND TECHNISCHE ANGABEN
   ========================================================= */

.com-finder.finder .result__taxonomy,
.com-finder.finder .result__meta,
.com-finder.finder #search-result-list .small,
.com-finder.finder #search-result-list small,
.com-finder.finder #search-result-list .text-muted {
  display: none !important;
}


/* =========================================================
   MARKIERTER SUCHBEGRIFF
   ========================================================= */

.com-finder.finder mark,
.com-finder.finder .highlight {
  padding: 1px 4px;
  color: #1f1f1f;
  background: #fff0b8;
  border-radius: 2px;
  font-weight: 600;
}


/* =========================================================
   SEITE ÖFFNEN
   ========================================================= */

.com-finder.finder #search-result-list > li::after,
.com-finder.finder .com-finder__results-list > li::after {
  content: "Seite über den Titel öffnen ›";
  display: inline-block;
  margin-top: 14px;
  color: #003693;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 700;
}


/* =========================================================
   SEITENNAVIGATION
   ========================================================= */

.com-finder.finder .com-finder__navigation,
.com-finder.finder .search-pagination {
  margin: 30px 0 0 !important;
  padding: 0 !important;
}

.com-finder.finder .pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
  margin: 28px 0 0 !important;
  padding: 0 !important;
}

.com-finder.finder .pagination a,
.com-finder.finder .pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 13px;
  color: #003693 !important;
  background: #ffffff;
  border: 1px solid #cfd6de;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
}

.com-finder.finder .pagination a:hover,
.com-finder.finder .pagination .active span {
  color: #ffffff !important;
  background: #003693;
  border-color: #003693;
}


/* =========================================================
   SMARTPHONE
   ========================================================= */

@media (max-width: 650px) {

  #sp-main-body:has(.com-finder.finder) {
    padding-top: 34px !important;
    padding-bottom: 50px !important;
  }

  #sp-main-body:has(.com-finder.finder) .page-header h1,
  #sp-main-body:has(.com-finder.finder) .page-header h2 {
    font-size: 31px !important;
  }

  .com-finder.finder .com-finder__form,
  .com-finder.finder #search-form {
    padding: 23px 20px !important;
  }

  .com-finder.finder .com-finder__form .input-group,
  .com-finder.finder #search-form .input-group {
    display: grid !important;
    grid-template-columns: 1fr;
  }

  .com-finder.finder input[type="text"],
  .com-finder.finder input[type="search"],
  .com-finder.finder #q,
  .com-finder.finder button,
  .com-finder.finder .btn {
    width: 100% !important;
  }

  .com-finder.finder #search-result-list > li,
  .com-finder.finder .com-finder__results-list > li,
  .com-finder.finder .result__item {
    padding: 22px 20px !important;
  }

  .com-finder.finder .result__title,
  .com-finder.finder .result__title-link {
    font-size: 19px !important;
  }
}
/* =========================================================
   HISTORISCHES BERICHTSARCHIV
   Einheitlich für Basis, Turnierhundesport, Obedience,
   Rally Obedience und Begleithundeprüfungen
   ========================================================= */

.sgv-berichtarchiv {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0 70px;
  color: #1f1f1f;
}

.sgv-berichtarchiv *,
.sgv-berichtarchiv *::before,
.sgv-berichtarchiv *::after {
  box-sizing: border-box;
}


/* =========================================================
   ALLGEMEINE TEXTE UND ÜBERSCHRIFTEN
   ========================================================= */

.sgv-berichtarchiv p {
  margin: 0 0 16px;
  color: #252525;
  font-size: 16px;
  line-height: 1.7;
}

.sgv-berichtarchiv p:last-child {
  margin-bottom: 0;
}

.sgv-berichtarchiv h1,
.sgv-berichtarchiv h2,
.sgv-berichtarchiv h3 {
  color: #1f1f1f !important;
}

.sgv-berichtarchiv h1 {
  position: relative;
  margin: 0 0 22px !important;
  padding: 0 0 17px !important;
  font-size: 44px !important;
  line-height: 1.15 !important;
  font-weight: 600 !important;
}

.sgv-berichtarchiv h1::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 56px;
  height: 4px;
  background: #003693;
  transform: translateX(-50%);
}

.sgv-berichtarchiv h2 {
  position: relative;
  margin: 0 0 20px !important;
  padding: 0 0 14px !important;
  font-size: 29px !important;
  line-height: 1.3 !important;
  font-weight: 600 !important;
}

.sgv-berichtarchiv h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 48px;
  height: 3px;
  background: #003693;
  transform: translateX(-50%);
}

.sgv-berichtarchiv h3 {
  margin: 0 !important;
  padding: 0 !important;
  color: #1f1f1f !important;
  font-size: 19px !important;
  line-height: 1.4 !important;
  font-weight: 700 !important;
}

.sgv-berichtarchiv-kicker,
.sgv-berichtarchiv-ueberzeile {
  margin: 0 0 9px !important;
  color: #003693 !important;
  font-size: 13px !important;
  line-height: 1.4 !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}


/* =========================================================
   ZENTRIERTER SEITENEINSTIEG
   ========================================================= */

.sgv-berichtarchiv-einstieg {
  width: 100%;
  max-width: 920px;
  margin: 0 auto 42px;
  text-align: center;
}

.sgv-berichtarchiv-einleitung {
  max-width: 830px;
  margin: 0 auto 15px !important;
  color: #003693 !important;
  font-size: 21px !important;
  line-height: 1.5 !important;
  font-weight: 600 !important;
}

.sgv-berichtarchiv-einstieg > p:last-child {
  max-width: 830px;
  margin-right: auto;
  margin-left: auto;
}


/* =========================================================
   HELLBLAUER HINWEISBEREICH
   ========================================================= */

.sgv-berichtarchiv-hinweis {
  width: 100%;
  max-width: 980px;
  margin: 0 auto 38px;
  padding: 34px 46px;
  text-align: center;
  background: #eef3f8;
  border-top: 4px solid #003693;
  border-radius: 3px;
}

.sgv-berichtarchiv-hinweis p {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
}


/* =========================================================
   AUFKLAPPBARE JAHRESBEREICHE
   ========================================================= */

.sgv-berichtarchiv-jahr {
  width: 100%;
  margin: 0 0 16px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #dfe4ea;
  border-top: 4px solid #003693;
  border-radius: 3px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
}

.sgv-berichtarchiv-jahr:last-of-type {
  margin-bottom: 0;
}

.sgv-berichtarchiv-jahr > summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 72px;
  margin: 0;
  padding: 20px 62px 20px 26px;
  color: #1f1f1f;
  background: #ffffff;
  cursor: pointer;
  list-style: none;
  user-select: none;
  transition:
    color 0.2s ease,
    background-color 0.2s ease;
}

.sgv-berichtarchiv-jahr > summary::-webkit-details-marker {
  display: none;
}

.sgv-berichtarchiv-jahr > summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #ffffff;
  background: #003693;
  border-radius: 50%;
  font-size: 22px;
  line-height: 1;
  font-weight: 500;
  transform: translateY(-50%);
}

.sgv-berichtarchiv-jahr[open] > summary {
  color: #003693;
  background: #eef3f8;
  border-bottom: 1px solid #d8e0e8;
}

.sgv-berichtarchiv-jahr[open] > summary::after {
  content: "–";
}

.sgv-berichtarchiv-jahr > summary:hover,
.sgv-berichtarchiv-jahr > summary:focus-visible {
  color: #003693;
  background: #f6f8fa;
  outline: none;
}

.sgv-berichtarchiv-jahreszahl {
  color: inherit;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
}

.sgv-berichtarchiv-anzahl {
  color: #596169;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
}


/* =========================================================
   LISTE INNERHALB EINES JAHRES
   ========================================================= */

.sgv-berichtarchiv-liste {
  width: 100%;
  padding: 8px 26px 10px;
  background: #ffffff;
}

.sgv-berichtarchiv-eintrag {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
  width: 100%;
  min-height: 104px;
  padding: 22px 0;
  border-bottom: 1px solid #dfe4ea;
}

.sgv-berichtarchiv-eintrag:last-child {
  border-bottom: 0;
}

.sgv-berichtarchiv-text {
  min-width: 0;
}

.sgv-berichtarchiv-datum {
  margin: 0 0 6px !important;
  color: #68717a !important;
  font-size: 13px !important;
  line-height: 1.4 !important;
  font-weight: 600 !important;
}


/* =========================================================
   PDF-BUTTON
   ========================================================= */

.sgv-berichtarchiv-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  padding: 11px 18px;
  color: #ffffff !important;
  background: #003693;
  border: 2px solid #003693;
  border-radius: 3px;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  white-space: nowrap;
  text-decoration: none !important;
  transition:
    color 0.2s ease,
    background-color 0.2s ease,
    transform 0.2s ease;
}

.sgv-berichtarchiv-link::after {
  content: " ↗";
  margin-left: 6px;
}

.sgv-berichtarchiv-link:hover,
.sgv-berichtarchiv-link:focus {
  color: #003693 !important;
  background: #ffffff;
  transform: translateY(-2px);
  text-decoration: none !important;
}


/* =========================================================
   ZURÜCK ZUR BERICHTSÜBERSICHT
   ========================================================= */

.sgv-berichtarchiv-zurueck {
  margin-top: 34px;
  text-align: center;
}

.sgv-berichtarchiv-zurueck a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 18px;
  color: #003693 !important;
  background: #ffffff;
  border: 2px solid #003693;
  border-radius: 3px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  text-decoration: none !important;
  transition:
    color 0.2s ease,
    background-color 0.2s ease;
}

.sgv-berichtarchiv-zurueck a::before {
  content: "‹";
  margin-right: 7px;
  font-size: 19px;
  line-height: 1;
}

.sgv-berichtarchiv-zurueck a:hover,
.sgv-berichtarchiv-zurueck a:focus {
  color: #ffffff !important;
  background: #003693;
  text-decoration: none !important;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

  .sgv-berichtarchiv {
    padding-top: 12px;
  }

  .sgv-berichtarchiv h1 {
    font-size: 39px !important;
  }

  .sgv-berichtarchiv h2 {
    font-size: 27px !important;
  }

}


/* =========================================================
   SMARTPHONE
   ========================================================= */

@media (max-width: 650px) {

  .sgv-berichtarchiv {
    padding: 6px 0 48px;
  }

  .sgv-berichtarchiv h1 {
    font-size: 34px !important;
  }

  .sgv-berichtarchiv h2 {
    font-size: 24px !important;
  }

  .sgv-berichtarchiv-einstieg {
    margin-bottom: 32px;
  }

  .sgv-berichtarchiv-einleitung {
    font-size: 18px !important;
  }

  .sgv-berichtarchiv-hinweis {
    margin-bottom: 30px;
    padding: 28px 22px;
  }

  .sgv-berichtarchiv-jahr {
    margin-bottom: 13px;
  }

  .sgv-berichtarchiv-jahr > summary {
    min-height: 64px;
    padding: 17px 52px 17px 19px;
  }

  .sgv-berichtarchiv-jahr > summary::after {
    right: 17px;
    width: 28px;
    height: 28px;
    font-size: 20px;
  }

  .sgv-berichtarchiv-jahreszahl {
    font-size: 21px;
  }

  .sgv-berichtarchiv-anzahl {
    font-size: 13px;
    text-align: right;
  }

  .sgv-berichtarchiv-liste {
    padding: 4px 19px 8px;
  }

  .sgv-berichtarchiv-eintrag {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 20px 0;
  }

  .sgv-berichtarchiv-link {
    width: 100%;
  }

}


/* =========================================================
   KLEINE SMARTPHONES
   ========================================================= */

@media (max-width: 420px) {

  .sgv-berichtarchiv h1 {
    font-size: 31px !important;
  }

  .sgv-berichtarchiv-jahr > summary {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }

  .sgv-berichtarchiv-anzahl {
    text-align: left;
  }

}




/* =========================================================
   ARCHIV – ÜBERZEILEN IN HINWEISBOXEN EXAKT ZENTRIEREN
   ========================================================= */

.sgv-berichtarchiv-hinweis .sgv-berichtarchiv-ueberzeile,
.sgv-archiv-berichte-hinweis .sgv-archiv-berichte-ueberzeile {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 0 9px !important;
  padding: 0 !important;
  text-align: center !important;
}

.sgv-berichtarchiv-hinweis h2,
.sgv-archiv-berichte-hinweis h2 {
  width: 100% !important;
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center !important;
}

/* =========================================================
   ARCHIV – LANDINGPAGE BERICHTE
   ========================================================= */

.sgv-archiv-berichte {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0 70px;
  color: #1f1f1f;
}

.sgv-archiv-berichte *,
.sgv-archiv-berichte *::before,
.sgv-archiv-berichte *::after {
  box-sizing: border-box;
}


/* =========================================================
   ALLGEMEINE TEXTE UND ÜBERSCHRIFTEN
   ========================================================= */

.sgv-archiv-berichte p {
  margin: 0 0 16px;
  color: #252525;
  font-size: 16px;
  line-height: 1.7;
}

.sgv-archiv-berichte p:last-child {
  margin-bottom: 0;
}

.sgv-archiv-berichte h1,
.sgv-archiv-berichte h2 {
  color: #1f1f1f !important;
}

.sgv-archiv-berichte h1 {
  position: relative;
  margin: 0 0 22px !important;
  padding: 0 0 17px !important;
  font-size: 44px !important;
  line-height: 1.15 !important;
  font-weight: 600 !important;
}

.sgv-archiv-berichte h1::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 56px;
  height: 4px;
  background: #003693;
  transform: translateX(-50%);
}

.sgv-archiv-berichte h2 {
  position: relative;
  margin: 0 0 20px !important;
  padding: 0 0 14px !important;
  font-size: 29px !important;
  line-height: 1.3 !important;
  font-weight: 600 !important;
}

.sgv-archiv-berichte h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 48px;
  height: 3px;
  background: #003693;
  transform: translateX(-50%);
}

.sgv-archiv-berichte-kicker,
.sgv-archiv-berichte-ueberzeile {
  margin: 0 0 9px !important;
  color: #003693 !important;
  font-size: 13px !important;
  line-height: 1.4 !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}


/* =========================================================
   ZENTRIERTER SEITENEINSTIEG
   ========================================================= */

.sgv-archiv-berichte-einstieg {
  width: 100%;
  max-width: 920px;
  margin: 0 auto 42px;
  text-align: center;
}

.sgv-archiv-berichte-einleitung {
  max-width: 830px;
  margin: 0 auto 15px !important;
  color: #003693 !important;
  font-size: 21px !important;
  line-height: 1.5 !important;
  font-weight: 600 !important;
}

.sgv-archiv-berichte-einstieg > p:last-child {
  max-width: 830px;
  margin-right: auto;
  margin-left: auto;
}


/* =========================================================
   HELLBLAUER HINWEISBEREICH
   ========================================================= */

.sgv-archiv-berichte-hinweis {
  width: 100%;
  max-width: 980px;
  margin: 0 auto 48px;
  padding: 35px 46px;
  text-align: center;
  background: #eef3f8;
  border-top: 4px solid #003693;
  border-radius: 3px;
}

.sgv-archiv-berichte-hinweis p {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
}


/* =========================================================
   BOXENRASTER
   ========================================================= */

.sgv-archiv-berichte-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  width: 100%;
}


/* =========================================================
   EINZELNE BEREICHSBOX
   ========================================================= */

.sgv-archiv-berichte-box {
  position: relative;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
  min-height: 225px;
  padding: 0;
  overflow: hidden;
  color: #1f1f1f !important;
  background: #ffffff;
  border: 1px solid #dfe4ea;
  border-top: 4px solid #003693;
  border-radius: 3px;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.055);
  text-decoration: none !important;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}

.sgv-archiv-berichte-box:hover,
.sgv-archiv-berichte-box:focus {
  color: #1f1f1f !important;
  border-color: #003693;
  box-shadow: 0 9px 24px rgba(0, 54, 147, 0.13);
  transform: translateY(-4px);
  text-decoration: none !important;
}

.sgv-archiv-berichte-box-breit {
  grid-column: 1 / -1;
}


/* =========================================================
   NUMMERNBEREICH
   ========================================================= */

.sgv-archiv-berichte-nummer {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 29px;
  color: #ffffff;
  background: #003693;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}


/* =========================================================
   INHALT DER BOX
   ========================================================= */

.sgv-archiv-berichte-boxinhalt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  padding: 29px 30px 28px 0;
}

.sgv-archiv-berichte-titel {
  position: relative;
  display: block;
  margin: 0 0 17px;
  padding: 0 0 13px;
  color: #1f1f1f;
  font-size: 25px;
  line-height: 1.25;
  font-weight: 700;
}

.sgv-archiv-berichte-titel::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 42px;
  height: 3px;
  background: #003693;
}

.sgv-archiv-berichte-text {
  display: block;
  margin: 0 0 22px;
  color: #3f454c;
  font-size: 15px;
  line-height: 1.65;
}

.sgv-archiv-berichte-linktext {
  display: inline-flex;
  align-items: center;
  margin-top: auto;
  color: #003693;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
}

.sgv-archiv-berichte-linktext::after {
  content: "›";
  margin-left: 7px;
  font-size: 19px;
  line-height: 1;
  transition: transform 0.2s ease;
}

.sgv-archiv-berichte-box:hover
.sgv-archiv-berichte-linktext::after,
.sgv-archiv-berichte-box:focus
.sgv-archiv-berichte-linktext::after {
  transform: translateX(4px);
}


/* =========================================================
   ZURÜCK-LINK
   ========================================================= */

.sgv-archiv-berichte-zurueck {
  margin-top: 34px;
  text-align: center;
}

.sgv-archiv-berichte-zurueck a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 18px;
  color: #003693 !important;
  background: #ffffff;
  border: 2px solid #003693;
  border-radius: 3px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  text-decoration: none !important;
  transition:
    color 0.2s ease,
    background-color 0.2s ease;
}

.sgv-archiv-berichte-zurueck a::before {
  content: "‹";
  margin-right: 7px;
  font-size: 19px;
  line-height: 1;
}

.sgv-archiv-berichte-zurueck a:hover,
.sgv-archiv-berichte-zurueck a:focus {
  color: #ffffff !important;
  background: #003693;
  text-decoration: none !important;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

  .sgv-archiv-berichte {
    padding-top: 12px;
  }

  .sgv-archiv-berichte h1 {
    font-size: 39px !important;
  }

  .sgv-archiv-berichte h2 {
    font-size: 27px !important;
  }

  .sgv-archiv-berichte-grid {
    grid-template-columns: 1fr;
  }

  .sgv-archiv-berichte-box-breit {
    grid-column: auto;
  }

}


/* =========================================================
   SMARTPHONE
   ========================================================= */

@media (max-width: 650px) {

  .sgv-archiv-berichte {
    padding: 6px 0 48px;
  }

  .sgv-archiv-berichte h1 {
    font-size: 34px !important;
  }

  .sgv-archiv-berichte h2 {
    font-size: 24px !important;
  }

  .sgv-archiv-berichte-einstieg {
    margin-bottom: 32px;
  }

  .sgv-archiv-berichte-einleitung {
    font-size: 18px !important;
  }

  .sgv-archiv-berichte-hinweis {
    margin-bottom: 34px;
    padding: 28px 22px;
  }

  .sgv-archiv-berichte-grid {
    gap: 18px;
  }

  .sgv-archiv-berichte-box {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 18px;
    min-height: 0;
  }

  .sgv-archiv-berichte-nummer {
    padding-top: 25px;
    font-size: 16px;
  }

  .sgv-archiv-berichte-boxinhalt {
    padding: 24px 20px 24px 0;
  }

  .sgv-archiv-berichte-titel {
    font-size: 21px;
  }

  .sgv-archiv-berichte-text {
    font-size: 14px;
  }

}


/* =========================================================
   KLEINE SMARTPHONES
   ========================================================= */

@media (max-width: 420px) {

  .sgv-archiv-berichte h1 {
    font-size: 31px !important;
  }

  .sgv-archiv-berichte-box {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 15px;
  }

  .sgv-archiv-berichte-nummer {
    font-size: 14px;
  }

  .sgv-archiv-berichte-boxinhalt {
    padding-right: 16px;
  }

}
/* =========================================================
   PHOCA GALLERY – ARCHIVGALERIEN
   ========================================================= */

/* Galerie auf die Inhaltsbreite der Seite begrenzen */
#phocagallery {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0 60px;
}




/* =========================================================
   PHOCA GALLERY – SEITENÜBERSCHRIFT
   ========================================================= */

#phocagallery .page-header {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto 42px;
  padding: 0 20px 27px;
  text-align: center;
  border: 0;
}

/* Standard: historische Galerien */
#phocagallery .page-header::before {
  content: "Historisches Bilderarchiv";
  display: block;
  margin: 0 0 10px;
  color: #003693;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

/* Aktuelle Galerien */
.sgv-galerie-aktuell #phocagallery .page-header::before {
  content: "Aktuelle Bildergalerien";
}

#phocagallery .page-header h1,
#phocagallery .page-header h2 {
  max-width: 900px;
  margin: 0 auto;
  color: #1f1f1f;
  font-size: clamp(34px, 4.2vw, 50px);
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: -0.02em;
  text-align: center;
}

#phocagallery .page-header::after {
  content: "";
  display: block;
  width: 64px;
  height: 4px;
  margin: 22px auto 0;
  background: #003693;
}


/* =========================================================
   SORTIERUNG UND ANZAHL-AUSWAHL AUSBLENDEN
   ========================================================= */

#phocagallery form[name="adminForm"] > .pagination.pagination-centered {
  display: none !important;
}


/* =========================================================
   PHOCA-HINWEIS AUSBLENDEN
   ========================================================= */

#phocagallery > div[style*="text-align:right"],
#phocagallery > div[style*="text-align: right"],
#phocagallery .pg-powered-by,
#phocagallery .phoca-gallery-footer {
  display: none !important;
}


/* =========================================================
   UNNÖTIGE PAGINATIONSBEREICHE AUSBLENDEN
   ========================================================= */

#phocagallery .ph-cb.pg-cv-pagination:empty,
#phocagallery .pagination.pagination-centered:empty,
#phocagallery .pagination-counter:empty {
  display: none !important;
}


/* =========================================================
   BILDKARTEN
   ========================================================= */

#phocagallery .pg-cv-box {
  margin: 8px !important;
}

#phocagallery .pg-cv-box-img {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #e1e5e9;
  box-shadow: 0 4px 12px rgba(31, 31, 31, 0.12);
}

#phocagallery .pg-cv-box-img img {
  display: block;
  width: 100%;
  height: auto;
}


/* =========================================================
   MOBILE ANSICHT
   ========================================================= */

@media (max-width: 767px) {

  #phocagallery {
    padding: 25px 15px 40px;
  }

  #phocagallery .page-header {
    margin-bottom: 30px;
    padding: 0 10px 22px;
  }

  #phocagallery .page-header::before {
    margin-bottom: 9px;
    font-size: 12px;
  }

  #phocagallery .page-header h1,
  #phocagallery .page-header h2 {
    font-size: 30px;
    line-height: 1.18;
    letter-spacing: -0.01em;
  }

  #phocagallery .page-header::after {
    width: 52px;
    height: 3px;
    margin-top: 18px;
  }

  #phocagallery .pg-cv-box {
    margin: 6px !important;
  }

}
/* =========================================================
   BILDERGALERIEN – JAHRESSEITEN
   ========================================================= */

.sgv-galeriejahr {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 20px 70px;
  color: #1f1f1f;
}


/* =========================================================
   SEITENEINSTIEG
   ========================================================= */

.sgv-galeriejahr-einstieg {
  max-width: 850px;
  margin: 0 auto 55px;
  text-align: center;
}

.sgv-galeriejahr-kicker {
  margin: 0 0 12px;
  color: #003693;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sgv-galeriejahr-einstieg h1 {
  margin: 0 0 22px;
  color: #1f1f1f;
  font-size: clamp(34px, 5vw, 54px);
  font-weight: 700;
  line-height: 1.1;
}

.sgv-galeriejahr-einleitung {
  margin: 0 0 14px;
  color: #1f1f1f;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.55;
}

.sgv-galeriejahr-einstieg > p:last-child {
  margin: 0;
  color: #68717a;
  font-size: 17px;
  line-height: 1.7;
}


/* =========================================================
   BEREICHE
   ========================================================= */

.sgv-galeriejahr-bereich {
  margin: 0 0 65px;
}

.sgv-galeriejahr-bereichskopf {
  margin: 0 0 25px;
  padding: 0 0 18px;
  border-bottom: 1px solid #dce2e7;
}

.sgv-galeriejahr-ueberzeile {
  margin: 0 0 7px;
  color: #003693;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sgv-galeriejahr-bereichskopf h2 {
  margin: 0;
  color: #1f1f1f;
  font-size: clamp(25px, 3vw, 34px);
  font-weight: 700;
  line-height: 1.25;
}


/* =========================================================
   GALERIEBOXEN
   ========================================================= */

.sgv-galeriejahr-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.sgv-galeriejahr-box {
  position: relative;
  display: flex;
  min-height: 230px;
  padding: 28px;
  overflow: hidden;
  color: #1f1f1f;
  text-decoration: none;
  background: #ffffff;
  border: 1px solid #dce2e7;
  border-top: 5px solid #003693;
  box-shadow: 0 6px 20px rgba(31, 31, 31, 0.08);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}

.sgv-galeriejahr-box:hover,
.sgv-galeriejahr-box:focus {
  color: #1f1f1f;
  text-decoration: none;
  border-color: #003693;
  box-shadow: 0 10px 28px rgba(31, 31, 31, 0.14);
  transform: translateY(-4px);
}

.sgv-galeriejahr-nummer {
  position: absolute;
  top: 18px;
  right: 20px;
  color: rgba(0, 54, 147, 0.12);
  font-size: 48px;
  font-weight: 800;
  line-height: 1;
}

.sgv-galeriejahr-boxinhalt {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.sgv-galeriejahr-titel {
  display: block;
  max-width: 85%;
  margin: 0 0 15px;
  color: #003693;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.35;
}

.sgv-galeriejahr-text {
  display: block;
  margin: 0 0 24px;
  color: #68717a;
  font-size: 15px;
  line-height: 1.65;
}

.sgv-galeriejahr-linktext {
  display: inline-flex;
  align-items: center;
  margin-top: auto;
  color: #003693;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}

.sgv-galeriejahr-linktext::after {
  content: "→";
  margin-left: 9px;
  font-size: 19px;
  transition: transform 0.22s ease;
}

.sgv-galeriejahr-box:hover .sgv-galeriejahr-linktext::after,
.sgv-galeriejahr-box:focus .sgv-galeriejahr-linktext::after {
  transform: translateX(4px);
}


/* =========================================================
   ZURÜCK-LINK
   ========================================================= */

.sgv-galeriejahr-zurueck {
  margin-top: 15px;
  text-align: center;
}

.sgv-galeriejahr-zurueck a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 24px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  background: #003693;
  border: 2px solid #003693;
  transition:
    color 0.22s ease,
    background-color 0.22s ease;
}

.sgv-galeriejahr-zurueck a:hover,
.sgv-galeriejahr-zurueck a:focus {
  color: #003693;
  text-decoration: none;
  background: #ffffff;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {

  .sgv-galeriejahr {
    padding: 40px 20px 60px;
  }

  .sgv-galeriejahr-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 640px) {

  .sgv-galeriejahr {
    padding: 30px 15px 45px;
  }

  .sgv-galeriejahr-einstieg {
    margin-bottom: 40px;
  }

  .sgv-galeriejahr-einleitung {
    font-size: 18px;
  }

  .sgv-galeriejahr-bereich {
    margin-bottom: 45px;
  }

  .sgv-galeriejahr-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .sgv-galeriejahr-box {
    min-height: 205px;
    padding: 24px;
  }

  .sgv-galeriejahr-titel {
    font-size: 20px;
  }

  .sgv-galeriejahr-nummer {
    top: 16px;
    right: 17px;
    font-size: 42px;
  }

}
/* =========================================================
   BILDERGALERIEN – LANDINGPAGE
   ========================================================= */

.sgv-galeriearchiv {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 20px 70px;
  color: #1f1f1f;
}


/* =========================================================
   SEITENEINSTIEG
   ========================================================= */

.sgv-galeriearchiv-einstieg {
  max-width: 850px;
  margin: 0 auto 50px;
  text-align: center;
}

.sgv-galeriearchiv-kicker {
  margin: 0 0 12px;
  color: #003693;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sgv-galeriearchiv-einstieg h1 {
  margin: 0 0 22px;
  color: #1f1f1f;
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 700;
  line-height: 1.1;
}

.sgv-galeriearchiv-einleitung {
  margin: 0 0 14px;
  color: #1f1f1f;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.55;
}

.sgv-galeriearchiv-einstieg > p:last-child {
  margin: 0;
  color: #68717a;
  font-size: 17px;
  line-height: 1.7;
}


/* =========================================================
   HINWEISBEREICH
   ========================================================= */

.sgv-galeriearchiv-hinweis {
  max-width: 900px;
  margin: 0 auto 45px;
  padding: 30px 35px;
  text-align: center;
  background: #eef3f8;
  border-top: 4px solid #003693;
}

.sgv-galeriearchiv-ueberzeile {
  margin: 0 0 8px;
  color: #003693;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sgv-galeriearchiv-hinweis h2 {
  margin: 0 0 14px;
  color: #1f1f1f;
  font-size: clamp(25px, 3vw, 34px);
  font-weight: 700;
  line-height: 1.25;
}

.sgv-galeriearchiv-hinweis > p:last-child {
  max-width: 720px;
  margin: 0 auto;
  color: #68717a;
  font-size: 16px;
  line-height: 1.7;
}


/* =========================================================
   JAHRESRASTER
   ========================================================= */

.sgv-galeriearchiv-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}


/* =========================================================
   JAHRESBOXEN
   ========================================================= */

.sgv-galeriearchiv-box {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 220px;
  padding: 28px;
  overflow: hidden;
  color: #1f1f1f;
  text-decoration: none;
  background: #ffffff;
  border: 1px solid #dce2e7;
  border-top: 5px solid #003693;
  box-shadow: 0 6px 20px rgba(31, 31, 31, 0.08);
  transition:
    color 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    transform 0.22s ease;
}

.sgv-galeriearchiv-box::before {
  content: "";
  position: absolute;
  right: -45px;
  bottom: -55px;
  width: 150px;
  height: 150px;
  background: rgba(0, 54, 147, 0.05);
  border-radius: 50%;
  transition: transform 0.25s ease;
}

.sgv-galeriearchiv-box:hover,
.sgv-galeriearchiv-box:focus {
  color: #1f1f1f;
  text-decoration: none;
  border-color: #003693;
  box-shadow: 0 12px 30px rgba(31, 31, 31, 0.14);
  transform: translateY(-5px);
}

.sgv-galeriearchiv-box:hover::before,
.sgv-galeriearchiv-box:focus::before {
  transform: scale(1.15);
}

.sgv-galeriearchiv-jahr {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 0 18px;
  color: #003693;
  font-size: 42px;
  font-weight: 800;
  line-height: 1;
}

.sgv-galeriearchiv-text {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 0 25px;
  color: #68717a;
  font-size: 15px;
  line-height: 1.6;
}

.sgv-galeriearchiv-linktext {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  margin-top: auto;
  color: #003693;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}

.sgv-galeriearchiv-linktext::after {
  content: "→";
  margin-left: 9px;
  font-size: 19px;
  transition: transform 0.22s ease;
}

.sgv-galeriearchiv-box:hover .sgv-galeriearchiv-linktext::after,
.sgv-galeriearchiv-box:focus .sgv-galeriearchiv-linktext::after {
  transform: translateX(4px);
}


/* =========================================================
   ZURÜCK-LINK
   ========================================================= */

.sgv-galeriearchiv-zurueck {
  margin-top: 45px;
  text-align: center;
}

.sgv-galeriearchiv-zurueck a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 24px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  background: #003693;
  border: 2px solid #003693;
  transition:
    color 0.22s ease,
    background-color 0.22s ease;
}

.sgv-galeriearchiv-zurueck a:hover,
.sgv-galeriearchiv-zurueck a:focus {
  color: #003693;
  text-decoration: none;
  background: #ffffff;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {

  .sgv-galeriearchiv {
    padding: 40px 20px 60px;
  }

  .sgv-galeriearchiv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 640px) {

  .sgv-galeriearchiv {
    padding: 30px 15px 45px;
  }

  .sgv-galeriearchiv-einstieg {
    margin-bottom: 38px;
  }

  .sgv-galeriearchiv-einleitung {
    font-size: 18px;
  }

  .sgv-galeriearchiv-hinweis {
    margin-bottom: 35px;
    padding: 25px 20px;
  }

  .sgv-galeriearchiv-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .sgv-galeriearchiv-box {
    min-height: 190px;
    padding: 25px;
  }

  .sgv-galeriearchiv-jahr {
    font-size: 38px;
  }

}
.sgv-button-zeile {
  margin: 24px 0 32px;
}

.sgv-button {
  display: inline-block;
  padding: 12px 22px;
  background-color: #003693;
  color: #ffffff !important;
  font-weight: 600;
  text-decoration: none !important;
  border: 2px solid #003693;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.sgv-button:hover,
.sgv-button:focus {
  background-color: #ffffff;
  color: #003693 !important;
}
/* =========================================================
   VEREINSLEBEN – TURNIERBERICHTE
   Gemeinsames Layout für aktuelle THS-Berichte
   ========================================================= */

.sgv-turnierbericht {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 0 15px;
  color: #1f1f1f;
  box-sizing: border-box;
}

.sgv-turnierbericht *,
.sgv-turnierbericht *::before,
.sgv-turnierbericht *::after {
  box-sizing: border-box;
}

.sgv-turnierbericht p {
  margin: 0 0 17px;
  color: #252525;
  font-size: 16px;
  line-height: 1.72;
}

.sgv-turnierbericht p:last-child {
  margin-bottom: 0;
}

.sgv-turnierbericht h1,
.sgv-turnierbericht h2,
.sgv-turnierbericht h3 {
  padding: 0 !important;
  color: #1f1f1f !important;
}

.sgv-turnierbericht-kicker,
.sgv-turnierbericht-ueberzeile {
  margin: 0 0 8px !important;
  color: #003693 !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.sgv-turnierbericht-einstieg {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
  align-items: center;
  gap: 54px;
  width: 100%;
  margin-bottom: 62px;
}

.sgv-turnierbericht-einstieg-text {
  min-width: 0;
}

.sgv-turnierbericht-einstieg h1 {
  margin: 0 0 18px !important;
  font-size: 42px !important;
  line-height: 1.15 !important;
  font-weight: 600 !important;
}

.sgv-turnierbericht-einleitung {
  max-width: 680px;
  margin: 0 0 15px !important;
  color: #003693 !important;
  font-size: 21px !important;
  line-height: 1.48 !important;
  font-weight: 600 !important;
}

.sgv-turnierbericht-einstieg-text > p:last-child {
  max-width: 680px;
}

.sgv-turnierbericht-einstieg-bild {
  min-width: 0;
}

.sgv-turnierbericht-einstieg-bild img {
  display: block;
  width: 100%;
  height: 330px;
  object-fit: cover;
  object-position: center;
  border-radius: 4px;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.09);
}

.sgv-turnierbericht #system-readmore {
  display: none;
}

.sgv-turnierbericht-abschnitt {
  width: 100%;
  margin-bottom: 54px;
}

.sgv-turnierbericht-abschnitt > h2,
.sgv-turnierbericht-zweispaltig-text > h2,
.sgv-turnierbericht-danke > h2 {
  position: relative;
  margin: 0 0 24px !important;
  padding-bottom: 14px !important;
  font-size: 30px !important;
  line-height: 1.25 !important;
  font-weight: 600 !important;
}

.sgv-turnierbericht-abschnitt > h2::after,
.sgv-turnierbericht-zweispaltig-text > h2::after,
.sgv-turnierbericht-danke > h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 48px;
  height: 3px;
  background: #003693;
}

.sgv-turnierbericht-bild {
  width: 100%;
  margin: 0 0 58px;
  padding: 0;
}

.sgv-turnierbericht-bild img {
  display: block;
  width: 100%;
  height: 520px;
  object-fit: cover;
  object-position: center;
  border-radius: 4px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.07);
}

.sgv-turnierbericht-karten {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  width: 100%;
  margin-top: 30px;
}

.sgv-turnierbericht-karte {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 245px;
  padding: 26px 27px;
  background: #ffffff;
  border: 1px solid #e4e8ed;
  border-top: 4px solid #003693;
  border-radius: 4px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.07);
}

.sgv-turnierbericht-karte h3 {
  margin: 0 0 7px !important;
  color: #003693 !important;
  font-size: 22px !important;
  line-height: 1.3 !important;
  font-weight: 700 !important;
}

.sgv-turnierbericht-disziplin {
  margin: 0 0 18px !important;
  color: #555d65 !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.sgv-turnierbericht-karte p {
  font-size: 15px;
  line-height: 1.65;
}

.sgv-turnierbericht-ergebnis {
  margin-top: auto !important;
  padding-top: 17px;
  border-top: 1px solid #dfe4ea;
}

.sgv-turnierbericht-ergebnis strong {
  color: #003693;
}

.sgv-turnierbericht-bilder {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  width: 100%;
  margin: 0 0 62px;
}

.sgv-turnierbericht-bilder figure {
  margin: 0;
  padding: 0;
}

.sgv-turnierbericht-bilder img {
  display: block;
  width: 100%;
  height: 380px;
  object-fit: cover;
  object-position: center;
  border-radius: 4px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.07);
}

.sgv-turnierbericht-zweispaltig {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(340px, 0.8fr);
  align-items: start;
  gap: 54px;
  width: 100%;
  margin-bottom: 62px;
}

.sgv-turnierbericht-zweispaltig-text {
  min-width: 0;
}

.sgv-turnierbericht-hinweis {
  min-width: 0;
  padding: 30px 32px;
  background: #eef3f8;
  border-left: 5px solid #003693;
}

.sgv-turnierbericht-hinweis h3 {
  margin: 0 0 18px !important;
  color: #003693 !important;
  font-size: 22px !important;
  line-height: 1.3 !important;
  font-weight: 700 !important;
}

.sgv-turnierbericht-hinweis ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sgv-turnierbericht-hinweis li {
  position: relative;
  margin: 0 0 13px;
  padding-left: 25px;
  color: #252525;
  font-size: 15px;
  line-height: 1.55;
}

.sgv-turnierbericht-hinweis li:last-child {
  margin-bottom: 0;
}

.sgv-turnierbericht-hinweis li::before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 2px;
  width: 7px;
  height: 7px;
  background: #003693;
  border-radius: 50%;
}

.sgv-turnierbericht-danke {
  width: 100%;
  margin-top: 4px;
  padding: 34px 38px;
  background: #f5f7f9;
  border: 1px solid #dfe4ea;
  border-left: 5px solid #003693;
}

.sgv-turnierbericht-danke > h2 {
  margin-bottom: 22px !important;
}

.sgv-turnierbericht-danke p {
  max-width: 1050px;
}

@media (max-width: 991px) {
  .sgv-turnierbericht {
    padding-top: 6px;
  }

  .sgv-turnierbericht-einstieg {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 52px;
  }

  .sgv-turnierbericht-einstieg-bild {
    width: 100%;
  }

  .sgv-turnierbericht-einstieg-bild img {
    height: 420px;
  }

  .sgv-turnierbericht-karten {
    grid-template-columns: 1fr;
  }

  .sgv-turnierbericht-karte {
    min-height: 0;
  }

  .sgv-turnierbericht-zweispaltig {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

@media (max-width: 700px) {
  .sgv-turnierbericht {
    padding: 4px 0 48px;
  }

  .sgv-turnierbericht-kicker,
  .sgv-turnierbericht-ueberzeile {
    font-size: 12px !important;
  }

  .sgv-turnierbericht-einstieg {
    gap: 26px;
    margin-bottom: 44px;
  }

  .sgv-turnierbericht-einstieg h1 {
    font-size: 34px !important;
  }

  .sgv-turnierbericht-einleitung {
    font-size: 18px !important;
  }

  .sgv-turnierbericht p {
    font-size: 15px;
    line-height: 1.68;
  }

  .sgv-turnierbericht-abschnitt,
  .sgv-turnierbericht-bild,
  .sgv-turnierbericht-bilder,
  .sgv-turnierbericht-zweispaltig {
    margin-bottom: 46px;
  }

  .sgv-turnierbericht-abschnitt > h2,
  .sgv-turnierbericht-zweispaltig-text > h2,
  .sgv-turnierbericht-danke > h2 {
    font-size: 25px !important;
  }

  .sgv-turnierbericht-einstieg-bild img {
    height: 280px;
  }

  .sgv-turnierbericht-bild img {
    height: 330px;
  }

  .sgv-turnierbericht-karten {
    gap: 20px;
    margin-top: 25px;
  }

  .sgv-turnierbericht-karte {
    padding: 23px 21px;
  }

  .sgv-turnierbericht-karte h3 {
    font-size: 20px !important;
  }

  .sgv-turnierbericht-bilder {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .sgv-turnierbericht-bilder img {
    height: 290px;
  }

  .sgv-turnierbericht-hinweis {
    padding: 26px 23px;
  }

  .sgv-turnierbericht-danke {
    padding: 28px 24px;
  }
}

@media (max-width: 420px) {
  .sgv-turnierbericht-einstieg h1 {
    font-size: 31px !important;
  }

  .sgv-turnierbericht-einstieg-bild img {
    height: 230px;
  }

  .sgv-turnierbericht-bild img {
    height: 250px;
  }

  .sgv-turnierbericht-bilder img {
    height: 230px;
  }

  .sgv-turnierbericht-hinweis {
    padding: 24px 20px;
  }

  .sgv-turnierbericht-danke {
    padding: 25px 20px;
  }
}
/* =========================================================
   VEREINSLEBEN – FOTOGALERIE IN BERICHTEN
   ========================================================= */

.sgv-bericht-fotogalerie {
    width: 100%;
    margin: 34px 0 0;
    padding: 0;
}


/* =========================================================
   KOPF
   passend zu den übrigen Abschnitten im Bericht
   ========================================================= */

.sgv-bericht-fotogalerie-kopf {
    margin: 0 0 24px;
    padding: 0;
}

.sgv-bericht-kicker {
    margin: 0 0 8px !important;
    padding: 0 !important;

    color: #003693;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.sgv-bericht-fotogalerie-kopf h2 {
    position: relative;

    margin: 0 0 18px;
    padding: 0 0 12px;

    color: #111111;
    font-size: 26px;
    line-height: 1.25;
    font-weight: 500;
}

.sgv-bericht-fotogalerie-kopf h2::after {
    content: "";

    position: absolute;
    left: 0;
    bottom: 0;

    width: 44px;
    height: 3px;

    background: #003693;
}

.sgv-bericht-fotogalerie-kopf > p:last-child {
    margin: 0;
    padding: 0;

    color: #111111;
    font-size: 15px;
    line-height: 1.65;
}


/* =========================================================
   PHOCA GALLERY
   ========================================================= */

.sgv-bericht-fotogalerie .pg-category-view {
    margin: 0 !important;
    padding: 0 !important;
}

.sgv-bericht-fotogalerie .pg-category-view,
.sgv-bericht-fotogalerie .pg-category-view * {
    box-sizing: border-box;
}

.sgv-bericht-fotogalerie figure {
    margin: 0 !important;
}

.sgv-bericht-fotogalerie img {
    display: block;

    border-radius: 3px;

    box-shadow:
        0 2px 6px rgba(0, 0, 0, 0.12);

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.sgv-bericht-fotogalerie a:hover img {
    transform: translateY(-2px);

    box-shadow:
        0 4px 10px rgba(0, 0, 0, 0.16);
}

/* Galerie direkt nach dem letzten Berichtsblock näher heranziehen */
.sgv-turnierbericht .sgv-bericht-fotogalerie {
    margin-top: 18px !important;
}
/* =========================================================
   BUTTON
   gleiche Formsprache wie die übrigen SGV-Buttons
   ========================================================= */

.sgv-bericht-galerie-buttonbereich {
    display: flex;
    justify-content: flex-start;

    margin: 26px 0 0;
}

.sgv-bericht-galerie-button {
    display: inline-block;

    width: auto;
    padding: 12px 20px;

    color: #ffffff !important;
    background: #003693;

    border: 2px solid #003693;
    border-radius: 3px;

    font-size: 14px;
    line-height: 1.25;
    font-weight: 700;

    text-align: center;
    text-decoration: none !important;

    transition:
        background-color 0.2s ease,
        color 0.2s ease;
}

.sgv-bericht-galerie-button:hover,
.sgv-bericht-galerie-button:focus {
    color: #003693 !important;
    background: #ffffff;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {

    .sgv-bericht-fotogalerie {
        margin-top: 30px;
    }

}


/* =========================================================
   MOBIL
   ========================================================= */

@media (max-width: 767px) {

    .sgv-bericht-fotogalerie {
        margin-top: 26px;
    }

    .sgv-bericht-fotogalerie-kopf {
        margin-bottom: 20px;
    }

    .sgv-bericht-fotogalerie-kopf h2 {
        font-size: 23px;
    }

    .sgv-bericht-fotogalerie-kopf > p:last-child {
        font-size: 15px;
    }

    .sgv-bericht-galerie-buttonbereich {
        margin-top: 22px;
    }

    .sgv-bericht-galerie-button {
        width: auto;
        padding: 11px 18px;
    }

}
/* =========================================================
   VEREINSLEBEN – JOOMLA-BEITRAGSTITEL
   Nur in den Berichten ausblenden
   Phoca-Galerieseiten bleiben unangetastet
   ========================================================= */

.article-details.sgv-vereinsleben-uebersicht > .article-header {
    display: none !important;
}