/* =====================
   01 BASE
===================== */

html {
  font-size: 16px;
}

html,
body {
  margin: 0;
}

body {
  font-family: "Dosis", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.65;
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
  font-size: 16px;
}

main {
  flex: 1;
}

/* =====================
   02 TYPOGRAPHY
===================== */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Dosis", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
}

ul,
ol,
li,
p {
  font-size: clamp(1.125rem, 1.2vw, 1.25rem);
  line-height: 1.65;
}

p {
  text-wrap: balance;
}

.sv-rich-text {
  font-size: clamp(1.125rem, 1.2vw, 1.25rem);
  line-height: 1.65;
}

.sv-rich-text p,
.sv-rich-text ul,
.sv-rich-text ol,
.sv-rich-text li {
  font-size: inherit;
  line-height: inherit;
}

.sv-rich-text p:first-child {
  margin-top: 0;
}

.sv-rich-text p:last-child {
  margin-bottom: 0;
}

.datenschutz a {
  overflow-wrap: anywhere;
  color: #006600;
  text-decoration: none;
}

.datenschutz a:hover {
  overflow-wrap: anywhere;
  color: #006600;
  text-decoration: underline;
}

ol li::marker {
  font-weight: 400;
}

ol li>p {
  margin-top: 1rem;
  margin-bottom: 0;
}

a {
  color: #006600;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  font-weight: 500;
  transition: all 0.2s ease;
}

a:hover {
  text-decoration-thickness: 2px;
}

/* =====================
   03 LAYOUT
===================== */
.sv-narrow {
  max-width: 800px;
}

.light {
  background-color: #f8f9fa;
}

.sv-section {
  padding: 4rem 0;
}

.sv-section.light {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.sv-section-title {
  text-align: center;
  margin-bottom: 3rem;
}

/*main>.sv-section:nth-of-type(2) .sv-section-title {
    margin-bottom: 0;
}*/

.sv-section-description {
  font-weight: 400;
  margin: 1rem auto 3rem auto;
  font-size: clamp(1.125rem, 1.2vw, 1.25rem);
  text-align: center;
}

.sv-section-description a {
  color: #006600;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  font-weight: 500;
  transition: all 0.2s ease;
}

.sv-section-description a:hover {
  text-decoration-thickness: 2px;
}

.sv-partner-section {
  overflow: hidden;
}

.sv-partner-marquee {
  position: relative;
  overflow: hidden;
  margin-top: 2rem;
  padding-left: 2px;
  --scroll-width: -2000px;
  --scroll-duration: 40s;
}

.sv-partner-track {
  display: flex;
  align-items: center;
  width: max-content;
  will-change: transform;
  animation: sv-scroll var(--scroll-duration) linear infinite;
  margin-left: -2px;
}


.sv-partner-marquee:hover .sv-partner-track {
  animation-play-state: paused;
}

.sv-partner-item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  width: 180px;
  height: 110px;
  padding: 1rem;
  text-decoration: none;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  transition: opacity 0.2s ease;

}

.sv-partner-item:hover {
  filter: brightness(0.9);
}

.sv-partner-item:last-child {
  margin-right: 0;
}

.sv-set {
  display: flex;
  gap: 10px;
}

.sv-partner-logo {
  max-width: 100%;
  max-height: 70px;
  object-fit: contain;
  display: block;
}

@keyframes sv-scroll {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(var(--scroll-width), 0, 0);
  }
}



@media (max-width: 768px) {

  .sv-partner-marquee {
    --scroll-duration: 25s;
  }


  .sv-partner-item {
    width: auto;
    width: 120px;
    height: 90px;
  }

  .sv-partner-logo {
    max-height: 55px;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .sv-set {
    gap: 0px;
  }
}

.sv-site-description a {
  color: #006600;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  font-weight: 500;
  transition: all 0.2s ease;
}

.sv-site-description a:hover {
  text-decoration-thickness: 2px;
}

.sv-site-title {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  color: #000000;
  text-align: center;
  text-decoration: none;
  font-weight: 400;
  font-optical-sizing: auto;
  margin-top: 3rem;
  margin-bottom: 0;
}

.sv-site-description {
  font-weight: 400;
  margin: 2rem auto 3rem auto;
  font-size: clamp(1.125rem, 1.2vw, 1.25rem);
  text-align: center;
}

.sv-site-subtitle {
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 400;
  text-align: center;
  padding-bottom: 4rem;
  margin: 0;
  line-height: 1.3;
  color: #000;
  font-optical-sizing: auto;
}

.container>ol>li {
  margin-bottom: 1.5rem;
}

.satzung ul li::marker {
  color: black;
}



.impressum p+ul {
  margin-top: -1rem;
}

.satzung ul {
  list-style-type: disc;
  padding-left: 1.5rem;
}

.offiziere .sv-gallery-title {
  margin-top: 0;
}

.ueber-uns .sv-site-description {
  margin-top: 0;
}



.majestäten .sv-site-description .sv-button {
  margin-bottom: 1rem;
}

.portrait {
  aspect-ratio: 3 / 4;
}

.landscape {
  aspect-ratio: 4 / 3;
}

/* =====================
   04 IMAGES
===================== */



/* =====================
   05 HEADER / NAVIGATION
===================== */

.sv-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 0;
  z-index: 3000;
  height: 90px;
  background: #006600;
}

.sv-header .container,
.sv-header .row {
  height: 100%;
}

.sv-header .row {
  flex-wrap: nowrap;
}

.sv-logo img {
  height: 80px;
  width: auto;
}

.sv-page-title {
  color: white;
  font-family: Georgia, serif;
  letter-spacing: 2px;
  line-height: 1.4;
  padding-left: 0px;
}

.sv-page-title-line1 {
  font-size: 2.1875rem;
}

.sv-page-title-line2 {
  font-size: 2.1875rem;
  margin-top: -3px;
}

.sv-burger {
  background: none;
  border: none;
  color: white;
  font-size: 2.5rem;
  padding: 5px 10px;
}

/* ---------------------
   DESKTOP NAV
--------------------- */

.sv-nav ul {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  gap: 0;
  margin: 0;
  padding: 0;
}

.sv-nav a {
  color: white;
  text-decoration: none;
  padding: 8px 10px;
  display: block;
  font-size: clamp(1rem, 1.3vw, 1.35rem);
}

.sv-nav a:hover {
  background: #004d00;
  border-radius: 8px;
}

.sv-nav .sv-nav-has-sub {
  position: relative;
}

.sv-nav .sv-nav-has-sub:hover .sv-nav-sub,
.sv-nav .sv-nav-has-sub:focus-within .sv-nav-sub {
  display: block;
}

.sv-nav .sv-nav-sub {
  display: none;
  position: absolute;
  background: #006600;
  list-style: none;
  padding: 0;
  margin: 0;
  top: 100%;
  left: 0;
  min-width: 180px;
  border-radius: 0 0 8px 8px;
}

.sv-nav .sv-nav-sub a:hover {
  background: #004d00;
  border-radius: 0;
}

.sv-nav .sv-nav-sub li:last-child a:hover {
  background: #004d00;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.sv-nav .sv-nav-sub li a {
  text-align: left;
  display: block;
  width: 100%;
  height: 40px;
  padding: 10px 15px;
  line-height: 20px;
  white-space: nowrap;
  border-bottom: 1px solid #003800;
  font-size: clamp(1.125rem, 1.2vw, 1.25rem);
  ;
}

.sv-nav .sv-nav-sub li:last-child a {
  border-bottom: none;
}

.sv-nav .sv-nav-sub .sv-nav-sub-indent a span {
  display: inline-block;
  margin-left: 15px;
}

/* ---------------------
   MOBILE NAV
--------------------- */

.sv-nav-mobile {
  position: fixed;
  top: 90px;
  right: 0;
  width: 100%;
  overflow-y: auto;
  background: #006600;
  z-index: 9500;
  height: 0;
  visibility: hidden;
  opacity: 0;
  transition:
    height 0.5s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.3s ease,
    visibility 0s linear 0.5s;
}

.sv-nav-mobile.open {
  visibility: visible;
  opacity: 1;
  height: calc(100vh - 90px);
  padding: 0px;
  transition:
    height 0.5s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.3s ease,
    visibility 0s linear 0s;
}

.sv-nav-mobile ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 60%;
}

.sv-nav-mobile a {
  display: flex;
  align-items: center;
  color: white;
  height: 50px;
  text-decoration: none;
  font-size: 1.25rem;
  padding: 0 15px;
}

.sv-nav-mobile ul li>a {
  border-top: 1px solid transparent;
  font-size: 1.25rem;
  transition: border-color 0.2s ease;
}

.sv-nav-mobile.open ul li>a {
  border-color: #004d00;
  transition-delay: 0.08s;
}

.sv-nav-mobile>ul>li>a {
  display: flex;
  align-items: center;
  color: white;
  height: 50px;
  text-decoration: none;
  font-size: 1.25rem;
  padding: 0 15px;
}

/* ---------------------
   MOBILE SUBMENU
--------------------- */

.sv-nav-mobile .sv-nav-mobile-has-sub {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
}

.sv-nav-mobile .sv-nav-mobile-has-sub.open {
  background: #004d00;
}

.sv-nav-mobile-has-sub.open .sv-nav-mobile-submenu-toggle {
  transform: rotate(180deg);
}

.sv-nav-mobile .sv-nav-mobile-sub {
  background: #006600;
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: height 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.sv-nav-mobile .sv-nav-mobile-sub-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  border-top: 1px solid #004d00;
}

.sv-nav-mobile .sv-nav-mobile-sub-header>a {
  flex-grow: 1;
  display: flex;
  align-items: center;
  min-width: 0;
  color: white;
  text-decoration: none;
  font-size: 1.25rem;
}

.sv-nav-mobile .sv-nav-mobile-submenu-toggle {
  height: 50px;
  background: none;
  border: none;
  font-size: 16px;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  -webkit-text-fill-color: #fff !important;
  flex-shrink: 0;
  padding: 0 15px;
  width: auto;
  box-sizing: content-box;
  transform: rotate(0deg);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.sv-nav-mobile .sv-nav-mobile-sub>li {
  border-top: none;
  padding-left: 25px;
}

.sv-nav-mobile .sv-nav-mobile-sub>li:first-child>a {
  border-top: none;
}

.sv-nav-mobile .sv-nav-mobile-sub>li>a {
  padding-left: 5px;
}

.sv-nav-mobile .sv-nav-mobile-sub>.sv-nav-mobile-subsub>a span {
  display: inline-block;
  margin-left: 15px;
}

/* =====================
   06 FOOTER
===================== */

footer {
  padding-bottom: calc(20px + env(safe-area-inset-bottom));
  background-color: #006600;
  padding: 1rem 0;
}

.sv-footer-top {
  text-align: center;
  font-family: "Georgia", serif;
  font-size: 1.375rem;
  font-weight: 400;
  color: #ffffff;
}

.sv-footer-line {
  border: 0;
  border-top: 1.5px solid #004d00;
  margin: 1rem 0;
}

.sv-footer-nav {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.sv-footer-nav a {
  color: #ffffff;
  text-decoration: none;
  padding: 4px 8px;
  display: inline-block;
  position: relative;
  z-index: 2;
}

.sv-footer-nav a:hover {
  background-color: #004d00;
  color: #ffffff;
  border-radius: 8px;
}

.sv-footer-bottom a,
.sv-footer-bottom {
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  font-size: 1rem;
}

/* =====================
   07 MEDIA QUERIES
===================== */
.sv-footer-copy {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}

@media (min-width: 992px) {
  .sv-footer-copy {
    justify-content: flex-start;
  }

  .sv-admin-link {
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    opacity: 0.08;
    text-decoration: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
  }

  .sv-admin-link:hover {
    opacity: 0.4;
    transform: rotate(20deg);
  }
}

@media (max-width: 991.98px) {
  .sv-admin-link {
    display: none;
  }
}

@media (max-width: 1199.98px) {

  .sv-page-title-line1,
  .sv-page-title-line2 {
    font-size: 1.25rem;
  }
}

@media (max-width: 991.98px) {

  .sv-section {
    padding: 2rem 0;
  }

  .sv-section-title {
    margin-bottom: 2rem;
  }

  .sv-section-description {
    margin: 0.5rem auto 1.5rem auto;
  }

  .sv-site-title {
    margin-top: 2rem;
  }

  .sv-site-description {
    margin: 1.5rem auto 1.5rem auto;
  }

  .sv-site-subtitle {
    padding-bottom: 2rem;
  }

  .sv-footer-top p {
    font-size: 1rem;
  }

  .sv-footer-copy {
    margin-top: 1rem;
  }
}

@media (max-width: 575.98px) {

  .sv-nav-mobile .sv-nav-mobile-submenu-toggle {
    font-size: 12px;
  }

  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

/* =====================
   01 COMPONENTS
===================== */

/* ---------------------
   HERO
--------------------- */

.sv-hero {
  position: relative;
  height: 45vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
}

.sv-hero--small {
  height: 32vh;
  min-height: 260px;
  padding-bottom: 0;
}

.sv-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sv-hero-img-wrapper {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.sv-hero-static,
.sv-hero-swiper {
  position: absolute;
  inset: 0;
}

.sv-hero-static {
  z-index: 1;
  opacity: 1;
}

.sv-hero-static.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.sv-hero-swiper {
  z-index: 2;
  opacity: 0;
  pointer-events: none;
}

.sv-hero-swiper.is-ready {
  opacity: 1;
  pointer-events: auto;
}

.sv-hero-swiper,
.sv-hero-swiper .swiper-wrapper,
.sv-hero-swiper .swiper-slide {
  height: 100%;
}

.sv-hero .swiper-slide img:hover {
  transform: none;
}

.sv-hero-overlay {
  max-width: 70%;
  position: absolute;
  text-align: center;
  color: #fff;
  text-shadow:
    0 2px 8px rgba(0, 0, 0, 0.5),
    0 0 2px rgba(0, 0, 0, 0.4);
  z-index: 30;
}

.sv-hero-overlay h1 {
  font-size: clamp(1.6rem, 4vw, 2.6rem);
}

.sv-hero-overlay p {
  font-weight: 400;
  font-size: clamp(1.125rem, 1.6vw, 1.35rem);
  margin-bottom: 0.5rem;
}

.sv-hero--small .sv-hero-overlay p {
  font-weight: 400;
  font-size: clamp(1.125rem, 1.6vw, 1.35rem);
  margin-bottom: 1rem;
}

.sv-hero .sv-button {
  margin: 0.5rem 0.5rem 0 0.5rem;
  min-width: 170px;
  text-shadow: none;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
}

.sv-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 10;
  pointer-events: none;
}

/* ---------------------
   Media
--------------------- */

.sv-event {
  max-width: 480px;
  margin: 0 auto;
  padding: 36px;
  text-align: center;
  position: relative;
}

.sv-event::before,
.sv-event::after {
  content: "";
  display: block;
  width: 100%;
  max-width: 420px;
  height: 1.5px;
  background: #006600;
  margin: 0 auto;
  border-radius: 999px;
}

.sv-event::before {
  margin-bottom: 20px;
}

.sv-event::after {
  margin-top: 20px;
}

.sv-event-label {
  font-size: clamp(1.125rem, 1.2vw, 1.25rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #006600;
  margin-bottom: 10px;
}

.sv-event-title {
  margin: 0 0 14px;
  font-size: clamp(1.45rem, 1.9vw, 1.7rem);
  font-weight: 400;
  line-height: 1.25;
  color: #111;
}

.sv-event-title a,
.sv-event-date a,
.sv-event-time a,
.sv-event-location a {
  color: inherit;
  text-decoration: none;
  margin: 0;
  font-size: clamp(1.125rem, 1.2vw, 1.25rem);
  line-height: 1.6;
}

.sv-event-title a:hover,
.sv-event-date a:hover {
  text-decoration: none;
}

.sv-event-date,
.sv-event-time,
.sv-event-location {
  margin: 0;
  font-size: clamp(1.125rem, 1.2vw, 1.25rem);
  line-height: 1.6;
}

.sv-event-time,
.sv-event-location {
  margin-top: 0.15rem;
}

.sv-event-date {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}


.sv-event-status-dot {
  color: #00C853;
  font-size: 12px;
  line-height: 1;
  display: inline-block;
  vertical-align: 3px;
}

/* ---------------------
   Weitere Termine
--------------------- */

.sv-event-more {
  max-width: 400px;
  margin: 0 auto 0;
  padding: 0 36px 0;
}

.sv-event-more-title {
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 600;
}

.sv-event-more-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sv-event-more-item {
  display: grid;
  grid-template-columns: 95px 1fr;
  gap: 15px;
  align-items: baseline;
  margin-bottom: 8px;
}

.sv-event-more-date {
  text-align: left;
  color: #666;
  white-space: nowrap;
}

.sv-event-more-title-text {
  text-align: left;
  color: #111;
}

.sv-event-more-btn {
  text-align: center;
}

@media (max-width: 420px) {
  .sv-event-more-item {
    grid-template-columns: 1fr;
    gap: 2px;
  }
}

@media (max-width: 400px) {
  .sv-page-title {
    display: none;
  }
}

/* ---------------------
   Media
--------------------- */

.sv-media {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
  overflow: hidden;
  display: block;
  box-shadow: 0 10px 26px rgba(0, 0, 0, .12);
  aspect-ratio: 3 / 4;
}

.sv-media img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  display: block;
}

.index .sv-media {
  transition: transform 0.25s ease-out;
}

.index .sv-media:hover {
  transform: scale(1.03);
}

.schützenfest .sv-media img {
  height: 850px;
}

.sv-media-label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;

  height: 80px;
  background: rgba(0, 102, 0, 0.85);
  color: #fff;

  display: flex;
  flex-direction: column;
  justify-content: center;
  /* vertikal mittig */
  align-items: flex-start;
  /* linksbündig */
  padding: 0 14px;
  /* nur seitliches Padding */
}

.sv-media-title {
  font-weight: 700;
  font-size: 1.1rem;
}

.sv-media-sub {
  opacity: .95;
  font-size: .95rem;
  margin: 0;
}

/* ---------------------
   Content
--------------------- */

.sv-content {
  font-size: 1.25rem;
  margin: 0 auto;
}

.sv-content-title {
  margin-bottom: 20px;
}

.sv-content-subtitle {
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 400;
  text-align: center;
  padding: 0.5rem 0 2rem 0;
  margin: 0;
  line-height: 1.3;
  color: #000;
  font-optical-sizing: auto;
}

.sv-content-text {
  font-size: clamp(1.125rem, 1.2vw, 1.25rem);
}

.sv-content p {
  margin-bottom: 1.2em;
  line-height: 1.6;
  text-align: justify;
  text-justify: inter-word;
}

.sv-content-img {
  width: 100%;
  max-width: 600px;
  height: auto;
  display: block;
  margin: 2rem auto 0 auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  object-fit: contain;
}

/* ---------------------
   Event-Program
--------------------- */

.sv-program-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 2rem;
  margin: 0 auto;
  align-items: start;
}

/* Tageskarten */
.sv-program-day-card {
  background: #fff;
  border: 1px solid #e8ece8;
  border-radius: 16px;
  padding: 1.75rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  margin-bottom: 2rem;
}

.sv-program-day-card:last-child {
  margin-bottom: 0;
}

.sv-program-day-header {
  margin-bottom: 0;
  padding-bottom: 1rem;
  border-bottom: 1px solid #f0f0f0;
}

.sv-program-day-title {
  margin: 0;
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  line-height: 1.2;
  color: #006600;
  font-weight: 400;
}

.sv-program-day-subtitle {
  font-size: 1.25rem;
  font-weight: 700;
  color: #222;
  margin-top: 0.35rem;
  margin-bottom: 0.5rem;
  letter-spacing: 0.01em;
}

/* Liste innerhalb der Tageskarte */
.sv-program-items {
  display: grid;
}



/* einzelne Programmpunkt-Karte */
.sv-program-item-card {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 1.5rem;
  padding: 1rem 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #ecefec;
  border-radius: 0;
  align-items: center;
}



.sv-program-time {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 110px;
  height: 44px;
  padding: 0rem 1rem;
  border-radius: 8px;
  background: #006600;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  text-align: center;
}

.sv-program-text {
  min-width: 0;
  font-size: 1.05rem;
  line-height: 1.65;
  color: #222;
}

.sv-program-item-title {
  margin: 0 0 0.35rem 0;
  font-size: 1.15rem;
  line-height: 1.35;
  font-weight: 700;
  color: #111;
}

.sv-program-text p {
  margin: 0;
}

.sv-program-text p+p {
  margin-top: 0.65rem;
}

/* Hinweisbox */
.sv-program-note {
  padding: 0.55rem 0.75rem;
  background: #f1f6f1;
  border-left: 3px solid #006600;
  border-radius: 8px;
  font-size: 1rem;
}

/* Flyer */
.sv-program-flyer {
  min-width: 0;
  align-self: start;
  position: sticky;
  top: 120px;
}

.sv-program-flyer-box {
  position: static;
  background: #fff;
  border-radius: 22px;
  padding: 1.25rem;
  border: 1px solid #e8ece8;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.08);
}

.sv-program-flyer-title {
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  color: #006600;
  margin: 0 0 1rem 0;
  font-weight: 400;
}

.sv-program-flyer-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 14px;
  border: 1px solid #e9ecef;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.sv-program-flyer-note {
  margin: 0.9rem 0 0 0;
  font-size: 0.98rem;
  color: #666;
}

/* =====================
   Tablet
===================== */

@media (max-width: 991.98px) {
  .sv-program-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .sv-program-flyer-box {
    position: static;
  }

  .sv-program-flyer {
    max-width: 520px;
    margin: 0 auto;
  }
}

/* =====================
   Mobile
===================== */

@media (max-width: 767.98px) {
  .sv-program-day-card {
    padding: 1.2rem;
    border-radius: 18px;
  }

  .sv-program-day-header {
    margin-bottom: 1rem;
    padding-bottom: 0.8rem;
  }

  .sv-program-item-card {
    grid-template-columns: 1fr;
    gap: 0.85rem;
    padding: 1rem;
    border-radius: 14px;
  }

  .sv-program-time {
    width: fit-content;
    min-height: auto;
  }

  .sv-program-item-title {
    font-size: 1.05rem;
  }

  .sv-program-text {
    font-size: 1rem;
  }
}

/* ---------------------
   Paragraph
--------------------- */

.sv-paragraph-title {
  font-size: clamp(1.125rem, 1.2vw, 1.25rem);
  color: #006600;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
  display: block;
  align-self: flex-start;
  margin-top: 1rem;
}

.sv-paragraph-title:first-of-type {
  margin-top: 0;
}

/* ---------------------
   Gallery
--------------------- */

/* Masonry Layout */
.sv-gallery-masonry {
  column-count: 2;
  column-gap: 0.25rem;
}

.sv-gallery-masonry a {
  display: block;
  break-inside: avoid;
  margin-bottom: 0.25rem;
}

@media (min-width: 991.98px) {
  .sv-gallery-masonry {
    column-count: 4;
    column-gap: 1rem;
  }

  .sv-gallery-masonry a {
    margin-bottom: 1rem;
  }
}

#sv-gallery section:first-of-type .sv-gallery-title {
  margin-top: 0;
}

.sv-gallery-title {
  text-align: left;
  font-size: clamp(1.25rem, 1.6vw, 1.75rem);
  font-weight: 400;
  margin-bottom: 0.75rem;
  margin-top: 3rem;
}

.sv-gallery-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: var(--sv-shadow-1);
  margin-bottom: 1.5rem;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.sv-gallery-grid-img {
  width: 100%;
  height: auto;
  border-width: 6px;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
  border-radius: 8px;
}

.sv-gallery-square-img {
  border-width: 6px;
  border-radius: 8px;
  object-position: top;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 2px solid #fff;
}

.sv-autogallery {
  column-count: 4;
  column-gap: 1rem;
}

.sv-autogallery a {
  break-inside: avoid;
  display: block;
  margin-bottom: 1rem;
}

.sv-autogallery img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s ease;
}

/* ---------------------
   card
--------------------- */

.sv-card {
  font-size: clamp(1.125rem, 1.2vw, 1.25rem);
  text-align: left;
  display: block;
  line-height: 1.2;
  font-weight: 400;
  color: black;
  text-decoration: none;
  border-radius: 8px;
}

.sv-card-hub {
  font-size: clamp(1.125rem, 1.2vw, 1.25rem);
  text-align: left;
  display: block;
  line-height: 1.2;
  font-weight: 400;
  color: black;
  text-decoration: none;
  transition: transform 0.2s ease;
  background: #fff;
  border-radius: 20px;
  padding: 0.75rem;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}

.sv-card-hub h3 {
  margin-top: 1rem;
}

.sv-card-hub p {
  margin: 0;
  min-height: 3.5em;
  overflow-wrap: break-word;
  word-break: break-word;
}

.sv-card-hub:hover {
  transform: scale(1.03);
  transition: transform 0.2s ease;
}

.sv-card img {
  width: 100%;
  height: auto;
  max-height: 360px;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: top;
  border-radius: 12px;
}

.vorstand .sv-card img {
  object-position: right !important;
  aspect-ratio: 1 / 1;
}

.majestäten .sv-card img {
  aspect-ratio: 3 / 4;
}

.sv-card img.is-placeholder {
  object-position: center !important;
}

.sv-card .sv-button {
  max-width: 180px;
  border-radius: 8px;
  text-align: center;
  margin-top: 15px;
  line-height: 1.65;
}

.sv-card-name a {
  pointer-events: auto;
  position: relative;
  z-index: 10;
  color: blue;
  text-decoration: underline;
}

.sv-card-role,
.sv-card-email {
  color: #006600;
}

/* ---------------------
   list
--------------------- */

.sv-list {
  font-size: clamp(1.125rem, 1.2vw, 1.25rem);
  text-align: left;
  display: block;
  line-height: 1.2;
  font-weight: 400;
  max-width: 600px;
  margin: 0 auto;
}

.sv-list-title {
  font-size: clamp(1.125rem, 1.6vw, 1.35rem);
  font-weight: 700;
  text-align: left;
  margin-top: 20px;
  margin: 1.5rem 0 1rem 0;
}

.sv-list-title:first-of-type {
  margin-top: 0;
}

.sv-list-entry {
  display: flex;
  align-items: center;
  margin-bottom: 0.5em;
  padding: 0.5em;
  border-bottom: 1px solid #ccc;
  font-size: clamp(1.125rem, 1.2vw, 1.25rem);
}

.sv-list-entry>div {
  display: flex;
  align-items: center;
}

.sv-list-entry>div:not(:first-child) {
  flex: 1;
}

.sv-list-entry>div:last-child {
  margin-left: auto;
}

.sv-list-entry div.sv-list-entry-date {
  min-width: 140px;
  margin-right: 10px;
}

.sv-list-entry div.sv-list-entry-name {
  min-width: 120px;
  margin-right: 20px;
}

.sv-list-entry div.sv-list-entry-role {
  min-width: 150px;
  margin-right: 20px;
}

.sv-list-entry div.sv-list-entry-year {
  min-width: 50px;
  margin-right: 10px;
}

.sv-list-entry p {
  margin-left: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000000;
}

.sv-list-entry a {
  font-size: clamp(1.125rem, 1.2vw, 1.25rem);
  text-align: left;
  margin-left: auto;
  color: #006600;
  text-decoration: underline;
}

.sv-list-entry:not(:has(+ .sv-list-entry)) {
  border-bottom: none;
}

.sv-list-entry[data-index]:hover .sv-list-entry-name {
  color: #004d00;
  text-decoration: underline;
  cursor: pointer;
  transition: color 0.2s ease-out;
}

.sv-legend {
  max-width: 800px;
  width: 100%;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-break: break-word;
}

.sv-legend-frame {
  margin-top: 20px;
  padding: 5px;
  border: 2px solid #006600;
  border-radius: 0;
  max-width: 600px;
  background-color: #f9f9f9;
}

@media (max-width: 500px) {
  .termine .sv-list-entry {
    flex-direction: column;
    align-items: flex-start;
  }

  .termine .sv-list-entry>div {
    width: 100%;
  }

  .termine .sv-list-entry div.sv-list-entry-date {
    min-width: 0;
    margin-right: 0;
    margin-bottom: 0.25rem;
  }

  .termine .sv-list-entry div.sv-list-entry-name {
    min-width: 0;
    margin-right: 0;
  }

  .sv-list-entry div.sv-list-entry-role {
    min-width: 130px;
    margin-right: 10px;
  }
}

/* ---------------------
   Duo-Bilder
--------------------- */

.sv-duo-grid {
  --bs-gutter-x: 3rem;
  --bs-gutter-y: 3rem;
}

.sv-duo-item {
  text-align: center;
}

.sv-duo-media {
  position: relative;
  display: block;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.12);
  line-height: 0;
  background: #f5f5f5;
}

.sv-duo-media--portrait {
  aspect-ratio: 3 / 4;
}

.sv-duo-media--landscape {
  aspect-ratio: auto;
}

.sv-duo-media picture,
.sv-duo-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.sv-duo-img {
  display: block;
  height: 520px;
  width: auto;
  max-width: 100%;
  object-fit: cover;
  object-position: top center;
}

.sv-duo-images {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2rem;
  flex-wrap: wrap;
}

@media (max-width: 1400px) {
  .sv-duo-img {
    height: 460px;
  }
}

@media (max-width: 1200px) {
  .sv-duo-img {
    height: 350px;
  }
}

@media (max-width: 991.98px) {

  .sv-duo-grid {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 2.5rem;
  }

  .sv-duo-media {
    max-width: 520px;
  }

  .sv-duo-images {
    flex-direction: column;
    align-items: center;
  }

  .sv-duo-img {
    height: auto;
    width: 100%;
    max-width: 700px;
  }

}

@media (max-width: 767.98px) {
  .sv-duo-media {
    max-width: 100%;
  }
}

/* ---------------------
   membership
--------------------- */

.sv-download-info {
  margin-top: 0.75rem;
  font-size: 0.95rem;
  color: #555;
}

.sv-membership-info {
  margin-bottom: 2.5rem;
}

.sv-membership-info h3 {
  margin-bottom: 0.5rem;
}

.sv-membership-info p {
  margin-bottom: 1.2rem;
}

.sv-membership-info a {
  color: #006600;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  font-weight: 500;
  transition: all 0.2s ease;
}

.sv-membership-info a:hover {
  text-decoration-thickness: 2px;
}

.email-label {
  font-weight: 600;
}

/* ---------------------
   contact
--------------------- */

#kontaktformular {
  scroll-margin-top: 80px;
}

.sv-icon {
  width: 20px;
  height: 20px;
  fill: #1b5e20;
  flex-shrink: 0;
  margin-top: 4px;
}

.sv-contact-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  position: relative;
}

.sv-contact-header i {
  color: #1b5e20;
  font-size: 22px;
}

.sv-contact-header span:first-of-type {
  font-weight: 500;
  font-size: clamp(1.25rem, 3vw, 1.75rem);
}

.sv-contact-line {
  flex: 1;
  height: 1px;
  background: #dcdcdc;
  margin-left: 10px;
}

.sv-contact-info {
  margin-top: 15px;
}

.sv-contact-row {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 18px;
}

.sv-contact-text {
  display: flex;
  gap: 12px;
}

.sv-label {
  font-weight: 600;
  min-width: 90px;
  font-size: clamp(1.125rem, 1.2vw, 1.25rem);
}

.sv-value {
  line-height: 1.5;
  font-size: clamp(1.125rem, 1.2vw, 1.25rem);
}

.sv-value a {
  color: #333;
  text-decoration: none;
}

.sv-value a:hover {
  text-decoration: underline;
}

@media (max-width: 575.98px) {
  .sv-contact-row {
    gap: 12px;
  }

  .sv-contact-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .sv-label {
    min-width: 0;
  }
}

.kontakt-map {
  position: relative !important;
  display: block !important;
  width: 100%;
  margin-bottom: 2rem;
  text-decoration: none;
  color: inherit;
}

.kontakt-map-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
}

/* Overlay */
.kontakt-map-overlay {
  position: absolute !important;
  bottom: 12px;
  right: 12px;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  padding: 4px 8px;
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: 600;
  backdrop-filter: blur(4px);
  pointer-events: none;
  /* Overlay blockiert den Klick nicht */
  user-select: none;
  z-index: 50 !important;
}

.sv-form {
  max-width: 500px;
  margin-top: 2rem;
}

.sv-form-group {
  margin-bottom: 20px;
}

.sv-form label {
  display: block;
  font-weight: 700;
  margin-bottom: 6px;
  font-size: clamp(1.125rem, 1.2vw, 1.25rem);
}

.sv-form input,
.sv-form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: clamp(1.125rem, 1.2vw, 1.25rem);
}

.sv-form textarea {
  resize: vertical;
}

.sv-form-note a {
  color: #333;
  text-decoration: none;
}

.sv-form-note a:hover {
  text-decoration: underline;
}

.sv-form-error {
  background: #fdecea;
  color: #b71c1c;
  border: 1px solid #f5c6cb;
  padding: 12px 16px;
  border-radius: 6px;
  margin-bottom: 20px;
  max-width: 500px;
}

.sv-form-error p {
  margin: 0;
}

.sv-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* ---------------------
   buttons / navigation
--------------------- */

.sv-button {
  text-align: center;
  display: inline-block;
  background: #006600;
  color: #ffffff !important;
  border: none;
  padding: 4px 16px;
  margin: 1rem 0 0 0;
  font-family: "Dosis", sans-serif;
  font-weight: 400;
  font-size: clamp(1.125rem, 1.2vw, 1.25rem);
  border-radius: 8px;
  transition: all 0.3s ease;
  text-decoration: none !important;
  border: 1.5px solid transparent;
}

.sv-button:hover {
  background: #004d00;
  transform: translateY(-2px);
  text-decoration: none !important;
}

.sv-hero .sv-button-secondary {
  background: rgba(255, 255, 255, 0.9);
  color: var(--sv-green, #006600) !important;
}

.sv-button-secondary {
  background: #fff;
  border: 1.5px solid var(--sv-green, #006600);
  color: #006600 !important;
}

.sv-button-secondary:hover {
  background: #f8f9fa;
  color: #004d00;
}

.sv-button-group .sv-button {
  width: 220px;
}

#sv-event-nav .sv-button {
  margin-top: 0;
}

.sv-year-nav .sv-button {
  width: 85px;
}

.sv-year-nav .sv-button {
  margin-top: 0;
}

.sv-button.is-active {
  background: #fff;
  color: #006600 !important;
  border: 2px solid var(--sv-green, #006600);
  cursor: default;
  pointer-events: none;
}

.sv-button.no-margin {
  margin-top: 0;
}

/* ---------------------
   button layout
--------------------- */

.sv-event-nav {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 300px;
  margin: 0 auto 12px auto;
}

.sv-year-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 14px;
  max-width: 1000px;
  margin: 0 auto 12px auto;
}

.sv-button-column {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sv-button-column a.sv-button {
  width: 220px;
  text-align: center;
}

.sv-button-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.sv-button-row a.sv-button {
  width: 220px;
  text-align: center;
}

/* ---------------------
   links
--------------------- */

.sv-link-clean {
  text-decoration: none;
  color: inherit;
}

.sv-link-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  max-width: 180px;
}

.sv-link-box img {
  max-width: 150px !important;
  height: 120px;
  object-fit: contain;
  object-position: center;
  background: #fff;
  padding: 10px;
}

.sv-link-box p {
  margin-top: 10px;
  font-size: clamp(1.125rem, 1.2vw, 1.25rem);
  color: #000;
}

/* ---------------------
   countdown
--------------------- */

.sv-countdown {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
}

.sv-countdown-timer {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  font-weight: 400;
  color: #000;
  font-size: clamp(1rem, 5vw, 2rem);
}

.sv-countdown-timeblock {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 60px;
  flex-shrink: 0;
}

.sv-countdown-label {
  font-size: clamp(1.125rem, 1.2vw, 1.25rem);
  margin-top: 5px;
}

.sv-countdown-subtext {
  font-size: clamp(1.125rem, 1.2vw, 1.25rem);
  margin-top: 1em;
  margin-bottom: 0;
  font-weight: 400;
}

/* =====================
   cookie-banner
===================== */

#sv-cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: none;
  display: none;
  z-index: 9999;
}

.sv-cookie-box {
  width: 100%;
  background: #004d00;
  color: #fff;
  padding: 16px 20px;
  border-radius: 0;
  box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.2);

  display: grid;
  grid-template-columns: auto auto 1fr;
  grid-template-areas: "text buttons links";

  column-gap: 24px;
  align-items: center;

}

.sv-cookie-text {
  grid-area: text;
  margin: 0;
  max-width: 640px;
  font-size: 0.95rem;
  line-height: 1.4;
  color: #fff;
}

.sv-cookie-buttons {
  grid-area: buttons;
  display: flex;
  flex-direction: row;
  gap: 10px;
  flex-wrap: nowrap;
}

.sv-cookie-buttons button {
  padding: 8px 14px;
  font-size: 0.9rem;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.sv-cookie-buttons button:hover {
  transform: translateY(-2px);
}

.sv-cookie-buttons button.primary {
  background: #fff;
  color: #004d00;
  font-weight: 600;
}

.sv-cookie-buttons button.primary:hover {
  background: #e6e6e6;
}

#sv-cookie-decline {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.6);
}

.sv-cookie-links {
  grid-area: links;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  justify-content: flex-end;
  white-space: nowrap;
}

.sv-cookie-links a {
  color: #fff;
  margin: 0;
  text-decoration: none;
  font-size: 0.9rem;
}

.sv-cookie-links a:hover {
  text-decoration: underline;
}

.sv-break {
  display: inline;
}


/* =====================
   MOBILE / TABLET
===================== */

@media (max-width: 991.98px) {
  .sv-cookie-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    text-align: center;
    text-wrap: balance;
  }

  .sv-cookie-text {
    max-width: 560px;
    margin: 0;
    font-size: 0.98rem;
    line-height: 1.45;
  }

  .sv-cookie-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }

  .sv-cookie-buttons button {
    width: auto !important;
    min-width: 180px;
    flex: 0 0 auto;
  }

  .sv-cookie-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px 16px;
    text-align: center;
    white-space: normal;
  }
}

@media (max-width: 575.98px) {
  .sv-cookie-buttons {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .sv-cookie-buttons button {
    min-width: 220px;
  }

}

@media (max-width: 505px) {
  .sv-break {
    display: none;
  }
}

/* ---------------------
   consent placeholder
--------------------- */

.sv-external-iframe {
  display: none;
}

.sv-external-placeholder {
  background: #f5f5f5;
  border: 1px solid #ddd;
  padding: 40px;
  text-align: center;
  border-radius: 8px;
  display: none;
}

.sv-external-placeholder p {
  margin-bottom: 20px;
  color: #555;
}

.sv-load-external-btn {
  background: #006600;
  color: #ffffff;
  border: none;
  padding: 8px 20px;
  border-radius: 8px;
  cursor: pointer;
  font-family: "Dosis", sans-serif;
  font-weight: 400;
  font-size: clamp(1.125rem, 1.2vw, 1.25rem);
  transition: all 0.3s ease;
}

.sv-load-external-btn:hover {
  background: #004d00;
  transform: translateY(-2px);
}

/* ---------------------
   scroll top button
--------------------- */

.sv-scroll-top-btn {
  position: fixed;
  bottom: 25px;
  right: 25px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: none;
  z-index: 999;
}

.sv-scroll-top-btn svg {
  transition: transform 0.2s ease;
}

.sv-scroll-top-btn:hover svg {
  transform: scale(1.1);
}

/* ---------------------
   calendar
--------------------- */

.sv-calendar {
  position: relative;
  width: 100%;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}

.sv-calendar iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* =====================
   02 MEDIA QUERIES
===================== */

@media (max-width: 991.98px) {

  .sv-hero {
    height: 40vh;
  }

  .sv-hero--small {
    height: 30vh;
    min-height: 180px;
    object-position: top center;
  }

  .sv-hero-img {
    object-position: top center;
  }

  .sv-media {
    flex-direction: column;
    max-width: 320px;
    width: 100%;
  }

  .schützenfest .sv-media {
    flex-direction: column;
    max-width: 490px;
    width: 100%;
  }

  .sv-media img {
    height: 500px;
  }

  .schützenfest .sv-media img {
    height: 760px;
  }
.sv-autogallery {
    column-count: 3;
    gap: 0.5rem;
  }

  .sv-autogallery a {
    break-inside: avoid;
    display: block;
    margin-bottom: 0.5rem;
  }

  .sv-gallery-img-square {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    max-height: 100px;
  }

  .sv-cookie-box {
    padding: 10px 20px;
  }

  .sv-cookie-box p {
    margin-bottom: 0px;
  }

  .sv-cookie-box,
  .sv-cookie-box p,
  .sv-cookie-box h2 {
    line-height: 1.3;
  }

  .sv-cookie-buttons {
    flex-direction: column;
    margin-top: 10px;
  }
.sv-cookie-options {
    margin-top: 10px;
  }
}

@media (max-width: 767.98px) {
  .sv-button.no-margin {
    margin: 1rem 0 0 0;
  }

  .no-highlight>div:first-of-type .sv-button.no-margin {
    margin-top: 0;
  }

}

@media (max-width: 575.98px) {

  .sv-hero .sv-button {
    font-size: 0.95rem;
    padding: 2px 12px;
    min-width: 140px;
  }

  .sv-autogallery {
    column-count: 2;
  }
}

/* ---------------------
   TYPOGRAPHY
--------------------- */

.bold {
  font-weight: 600;
}

.fw-medium {
  font-weight: 400;
}

.green {
  color: #006600;
  font-weight: 600;
}

/* ---------------------
   object-position
--------------------- */

.img-pos-center {
  object-position: center;
}

.img-pos-top {
  object-position: top center;
}

.img-pos-bottom {
  object-position: bottom center;
}

.img-pos-left {
  object-position: center left;
}

.img-pos-right {
  object-position: center right;
}

.img-pos-top-left {
  object-position: top left;
}

.img-pos-top-right {
  object-position: top right;
}

.img-pos-bottom-left {
  object-position: bottom left;
}

.img-pos-bottom-right {
  object-position: bottom right;
}

.img-pos-y-30 {
  object-position: center 30%;
}

.img-pos-y-35 {
  object-position: center 35%;
}

.img-pos-y-40 {
  object-position: center 40%;
}

.img-pos-y-45 {
  object-position: center 45%;
}

.gx-6 {
  --bs-gutter-x: 4rem;
}

.gx-7 {
  --bs-gutter-x: 5rem;
}

.gx-8 {
  --bs-gutter-x: 6rem;
}

.gx-9 {
  --bs-gutter-x: 7rem;
}

/* =====================
   01 GLIGHTBOX
===================== */

.sv-gzoom-btn {
  position: absolute;
  top: 16px;
  right: 70px;
  z-index: 99999;
  border: 0;
  border-radius: 999px;
  padding: 10px 14px;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
}

.sv-gzoom-btn.is-active {
  opacity: 0.85;
}

.glightbox-container .gslide-image img {
  transition: transform 0.25s ease;
  transform-origin: center center;
  cursor: default;
  touch-action: none;
}

.glightbox-clean .gbtn {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  background: #006600 !important;
  width: 45px !important;
  height: 45px !important;
  border-radius: 50% !important;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease !important;
  z-index: 9999 !important;
}

.glightbox-clean .gbtn svg {
  margin: 0 !important;
  transform: none !important;
  width: 20px !important;
  height: 20px !important;
  z-index: 9999 !important;
}

.glightbox-clean .gbtn.disabled {
  opacity: 0.4 !important;
  background: #006600 !important;
  cursor: default !important;
}

.glightbox-clean .gbtn.disabled:hover {
  background: #006600 !important;
}

.glightbox-clean .gbtn:hover {
  background: #004d00 !important;
}

.sv-gzoom-btn {
  top: 20px !important;
  right: 80px !important;
  width: 45px !important;
  height: 45px !important;
}

.glightbox-clean .gclose {
  top: 20px !important;
  right: 20px !important;
  background: #006600 !important;
  border-radius: 50% !important;
  width: 45px !important;
  height: 45px !important;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
  opacity: 1 !important;
  backdrop-filter: none !important;
}

.glightbox-clean .gclose svg {
  width: 16px !important;
  height: 16px !important;
}

.glightbox-clean .gclose:hover {
  background: #004d00 !important;
}

.glightbox-clean .gfadeIn,
.glightbox-clean .gfadeOut {
  opacity: 1 !important;
}

.glightbox-clean .gnext {
  right: 5% !important;
}

.glightbox-clean .gnext svg {
  transform: translateX(1px) !important;
}

.glightbox-clean .gprev {
  left: 5% !important;
}

.glightbox-clean .gprev svg {
  transform: translateX(-1px) !important;
}

.glightbox-clean .gprev,
.glightbox-clean .gnext {
  top: 50% !important;
  transform: translateY(-50%) !important;
}

.glightbox-clean .gslide {
  animation-duration: 1s !important;
}

.glightbox-clean .gslide-description {
  background: transparent !important;
  box-shadow: none !important;
  text-align: center !important;
}

.glightbox-clean .gslide-title,
.glightbox-clean .gslide-desc {
  font-family: "Dosis", "Roboto", sans-serif !important;
  font-weight: 400 !important;
  font-size: clamp(1rem, 1.6vw, 1.25rem) !important;
  color: #ffffff !important;
  text-align: center !important;
  letter-spacing: 0.5px;
  margin-bottom: 0 !important;
}

.glightbox-container {
  z-index: 9999 !important;
}

.glightbox-container .goverlay {
  background: rgba(0, 0, 0, 0.75) !important;
}

.glightbox-container .gslide {
  background: transparent !important;
}

.glightbox-container .gslide-media {
  box-shadow: none !important;
}

.glightbox-container .gslide-media img {
  max-height: 80vh !important;
  max-width: 90vw !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  border-radius: 8px !important;
}


.glightbox-container .gslide-image img.sv-zoomed {
  cursor: default;
}

.glightbox-container .gslide-image img:not(.sv-zoomed):hover {
  transform: none !important;
}

.sv-gcounter {
  position: fixed;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(0, 0, 0, .55);
  color: #fff;
  font-size: 13px;
  z-index: 99999;
  pointer-events: none;
}

.sv-lightbox-swipe-hint {
  position: fixed;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  z-index: 99999;

  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 8px 14px;
  border-radius: 8px;
  font-size: 14px;
  pointer-events: none;

  opacity: 0;
  transition: opacity .3s ease;
}

.sv-lightbox-swipe-hint.show {
  opacity: 1;
}

/* =====================
   02 SWIPER
===================== */

.swiper-button-next,
.swiper-button-prev {
  color: white !important;
  z-index: 40 !important;
  transform: translateY(-50%) !important;
  --swiper-navigation-size: 30px !important;
  margin: 0 20px;
}

.swiper-pagination {
  height: 20px !important;
  z-index: 40 !important;
}

.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  opacity: 1 !important;
  margin: 0 8px !important;
  background: #fff !important;
}

.swiper-pagination-bullet-active {
  background: #1f7a1f !important;
}

/* =====================
   05 MEDIA QUERIES
===================== */

@media (max-width: 991.98px) {

  /* ---------------------
       GLIGHTBOX
    --------------------- */

  .glightbox-clean .ginner-container {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    height: 100% !important;
  }

  .glightbox-clean .gprev,
  .glightbox-clean .gnext {
    display: none !important;
  }

  .glightbox-clean .gslide-description {
    position: relative !important;
    margin-top: 0 !important;
    padding: 0 15px !important;
    text-align: center !important;
  }

  .glightbox-container .gslide-media img {
    max-height: 60vh !important;
    max-width: 95vw !important;
  }
}
