:root {
  --blau-landwirtschaft: #1970b6;
  --gruen-landwirtschaft: #75a239;
  --dunkel-landwirtschaft: #181818;
  --weiss-landwirtschaft: #ffffff;
  --hintergrund-hell: #f6f8f3;
  --hintergrund-sanft: #eef4ea;
  --text-dunkel: #24313a;
  --text-mittel: #5c6a73;
  --rand-hell: rgba(24, 24, 24, 0.08);
  --schatten-sanft: 0 20px 60px rgba(25, 112, 182, 0.08);
  --schatten-menue: 0 30px 80px rgba(25, 112, 182, 0.12);
  --radius: 1.25rem;
  --radius-gross: 2rem;
  --wechsel: 300ms ease;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text-dunkel);
  background-color: var(--hintergrund-hell);
}

img,
video {
  max-width: 100%;
  display: block;
}

.py-lg-6 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

.vorspann {
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gruen-landwirtschaft);
}

.mikrotext {
  color: var(--text-mittel);
  font-size: 0.95rem;
  line-height: 1.7;
}

.btn-landwirtschaft {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--blau-landwirtschaft);
  --bs-btn-border-color: var(--blau-landwirtschaft);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #155f98;
  --bs-btn-hover-border-color: #155f98;
  --bs-btn-focus-shadow-rgb: 25, 112, 182;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #114f80;
  --bs-btn-active-border-color: #114f80;
  border-radius: 999px;
  padding-inline: 1.4rem;
  font-weight: 600;
}

.btn-hell-dunkel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.8rem 1.2rem;
  background: rgba(25, 112, 182, 0.08);
  color: var(--text-dunkel);
  border: 1px solid rgba(25, 112, 182, 0.12);
  border-radius: 999px;
  text-decoration: none;
  transition: var(--wechsel);
}

.btn-hell-dunkel:hover,
.btn-hell-dunkel:focus {
  background: rgba(25, 112, 182, 0.14);
  color: var(--text-dunkel);
}

.kopfbereich {
  position: relative;
  z-index: 1100;
}

.hauptnavigation {
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(12px);
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(24, 24, 24, 0.04);
  transition: background 220ms ease, box-shadow 220ms ease;
}

.hauptnavigation.ist-aktiv {
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 40px rgba(25, 112, 182, 0.08);
}

.navbar-brand {
  color: var(--text-dunkel);
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-brand img {
  max-width: 200px;
  height: auto;
}

.navbar .nav-link {
  color: var(--text-dunkel);
  font-weight: 500;
  padding-inline: 1rem !important;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  transition: color 180ms ease;
  text-decoration: none;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus,
.navbar .nav-link.active {
  color: var(--blau-landwirtschaft);
}

.dropdown-mega {
  position: relative;
}
.chronocredits {
  display: none !important;
}
.mega-kopfzeile {
  display: flex;
  align-items: center;
}

.mega-link {
  padding-right: 0.4rem !important;
}

.mega-schalter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border: 0;
  background: transparent;
  color: var(--text-dunkel);
  padding: 0;
  border-radius: 999px;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.mega-schalter:hover,
.mega-schalter:focus {
  background: rgba(25, 112, 182, 0.08);
  color: var(--blau-landwirtschaft);
  outline: none;
}

.mega-pfeil {
  width: 0.55rem;
  height: 0.55rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
  transition: transform 180ms ease;
}

.dropdown-mega.ist-offen .mega-pfeil,
.dropdown-mega:hover .mega-pfeil,
.dropdown-mega:focus-within .mega-pfeil {
  transform: rotate(225deg) translateY(-1px);
}

.mega-menue {
  position: absolute;
  top: calc(100% + 16px);
  left: 50%;
  width: min(980px, calc(100vw - 2rem));
  transform: translateX(-50%) translateY(8px);
  display: block;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 220ms ease, transform 220ms ease, visibility 220ms ease;
  background: #ffffff;
  border-radius: 1.5rem;
  overflow: hidden;
  border: 1px solid rgba(24, 24, 24, 0.06);
  box-shadow: var(--schatten-menue);
  z-index: 1200;
}

.dropdown-mega::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 24px;
  background: transparent;
}

.dropdown-mega.ist-offen > .mega-menue {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.mega-container {
  padding-left: 0;
  padding-right: 0;
}

.mega-seite {
  position: relative;
  background: linear-gradient(180deg, rgba(25, 112, 182, 0.08), rgba(117, 162, 57, 0.08));
  margin-right: -1px;
}

.mega-seite::after {
  content: "";
  position: absolute;
  top: 0;
  right: -4px;
  width: 8px;
  height: 100%;
  background: linear-gradient(180deg, rgba(25, 112, 182, 0.08), rgba(117, 162, 57, 0.08));
}

.mega-seite-inhalt {
  padding: 2rem;
  height: 100%;
}

.mega-seite h3 {
  font-size: 1.55rem;
  margin-bottom: 1rem;
  color: var(--text-dunkel);
  line-height: 1.2;
}

.mega-seite p {
  color: var(--text-mittel);
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.mega-raster {
  padding: 2rem;
}

.mega-spalte h4 {
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--gruen-landwirtschaft);
  margin-bottom: 1rem;
}

.mega-spalte .dropdown-item {
  color: var(--text-dunkel);
  padding: 0.45rem 0;
  background: transparent;
  white-space: normal;
  text-decoration: none;
}

.mega-spalte .dropdown-item:hover,
.mega-spalte .dropdown-item:focus {
  color: var(--blau-landwirtschaft);
  background: transparent;
}

.mega-karten {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.mega-karte {
  display: block;
  padding: 1rem 1.1rem;
  border-radius: 1rem;
  background: #f8fbf5;
  text-decoration: none;
  color: var(--text-dunkel);
  transition: var(--wechsel);
  border: 1px solid rgba(24, 24, 24, 0.06);
}

.mega-karte span {
  display: block;
  color: var(--text-mittel);
  font-size: 0.82rem;
  margin-bottom: 0.45rem;
}

.mega-karte strong {
  font-size: 0.98rem;
  line-height: 1.45;
}

.mega-karte:hover,
.mega-karte:focus {
  transform: translateY(-2px);
  background: #f1f7ec;
  color: var(--text-dunkel);
}

.hero-video-bereich {
  min-height: 100vh;
  height: 100vh;
  background: #dfe9d8;
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-ueberlagerung {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0.16) 38%, rgba(246, 248, 243, 0.72) 100%),
    linear-gradient(135deg, rgba(25, 112, 182, 0.14), rgba(117, 162, 57, 0.14));
}

.hero-inhalt {
  max-width: 980px;
  margin-inline: auto;
}

.hero-vorspann {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.45rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.4);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-dunkel);
}

.hero-titel {
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 0.95;
  margin-bottom: 1.25rem;
  color: var(--text-dunkel);
}

.hero-untertitel {
  max-width: 760px;
  margin-inline: auto;
  color: #31414c;
  font-size: 1.08rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.logo-band {
  position: relative;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(238, 244, 234, 0.72));
  border-top: 1px solid rgba(24, 24, 24, 0.04);
  border-bottom: 1px solid rgba(24, 24, 24, 0.04);
  overflow: hidden;
}

.logo-band-kopf {
  text-align: center;
  margin-bottom: 2rem;
}

.logo-band-kopf h2 {
  max-width: 760px;
  margin: 0 auto;
  font-size: clamp(1.5rem, 2.5vw, 2.25rem);
  line-height: 1.2;
  color: var(--text-dunkel);
}

.logo-laufband {
  position: relative;
  overflow: hidden;
  width: 100%;
  mask-image: linear-gradient(to right, transparent 0, black 8%, black 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0, black 8%, black 92%, transparent 100%);
}

.logo-spur {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  width: max-content;
  gap: 0;
  will-change: transform;
  animation: logoscroll 28s linear infinite;
}

.logo-band:hover .logo-spur {
  animation-play-state: paused;
}

.logo-eintrag {
  flex: 0 0 auto;
  width: 220px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.25rem;
}

.logo-eintrag img {
  max-width: 100%;
  max-height: 46px;
  height: auto;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.72;
  transition: filter 220ms ease, opacity 220ms ease, transform 220ms ease;
}

.logo-eintrag:hover img {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.03);
}

@keyframes logoscroll {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

.einleitung {
  background: transparent;
}

.einleitung-inhalt {
  position: relative;
  z-index: 1;
}

.einleitung h2 {
  max-width: 14ch;
  margin-bottom: 1.2rem;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
  color: var(--text-dunkel);
}

.einleitung-text {
  max-width: 52rem;
  margin-bottom: 1.5rem;
  color: var(--text-mittel);
  font-size: 1.02rem;
  line-height: 1.9;
}

.einleitung-aktionen .btn {
  min-height: 52px;
}

.einleitung-merkmale {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.merkmal {
  padding: 1.1rem 1.15rem;
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(24, 24, 24, 0.06);
  backdrop-filter: blur(4px);
  box-shadow: var(--schatten-sanft);
}

.merkmal strong {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 1rem;
  font-weight: 700;
  color: var(--text-dunkel);
}

.merkmal span {
  display: block;
  color: var(--text-mittel);
  line-height: 1.7;
  font-size: 0.95rem;
}

.produktwelten,
.einsatzbereiche,
.fachbereich,
.faq-bereich,
.kontaktbereich {
  background: transparent;
}

.produktkarte,
.einsatzfeld {
  height: 100%;
  border-radius: 1.5rem;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(24, 24, 24, 0.06);
  box-shadow: var(--schatten-sanft);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.produktkarte:hover,
.einsatzfeld:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 60px rgba(25, 112, 182, 0.12);
}

.produktkarte-link {
  display: block;
  height: 100%;
  text-decoration: none;
  color: var(--text-dunkel);
}

.produktbild,
.einsatzfeld-bild {
  position: relative;
  overflow: hidden;
  background: #dde7d6;
}

.produktbild {
  aspect-ratio: 4 / 3;
}

.einsatzfeld-bild {
  aspect-ratio: 5 / 4;
}

.produktbild img,
.einsatzfeld-bild img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms ease;
}

.produktkarte:hover .produktbild img,
.einsatzfeld:hover .einsatzfeld-bild img {
  transform: scale(1.05);
}

.produktinhalt,
.einsatzfeld-inhalt {
  padding: 1.35rem 1.35rem 1.5rem;
  background: #ffffff;
}

.produktinhalt span,
.einsatzfeld-inhalt span {
  display: inline-block;
  margin-bottom: 0.65rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gruen-landwirtschaft);
}

.produktinhalt h3,
.einsatzfeld-inhalt h3 {
  margin: 0 0 0.7rem;
  font-size: 1.15rem;
  line-height: 1.4;
  color: var(--text-dunkel);
}

.produktinhalt p,
.einsatzfeld-inhalt p {
  margin: 0;
  color: var(--text-mittel);
  line-height: 1.75;
  font-size: 0.96rem;
}

.zahlenleiste {
  background: linear-gradient(90deg, rgba(25, 112, 182, 0.06), rgba(117, 162, 57, 0.08));
  border-top: 1px solid rgba(24, 24, 24, 0.04);
  border-bottom: 1px solid rgba(24, 24, 24, 0.04);
}

.zahlbox {
  padding: 1.2rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(24, 24, 24, 0.05);
}

.zahlbox strong {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 0.35rem;
  color: var(--text-dunkel);
}

.zahlbox span {
  color: var(--text-mittel);
  font-size: 0.92rem;
}

.textspalten {
  column-count: 2;
  column-gap: 2rem;
}

.textspalten p {
  color: var(--text-mittel);
  line-height: 1.8;
  break-inside: avoid;
}

.faq-kopf {
  position: sticky;
  top: 110px;
}

.faq-kopf p {
  color: var(--text-mittel);
  line-height: 1.8;
}

.accordion-landwirtschaft .accordion-item {
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(24, 24, 24, 0.08);
}

.accordion-landwirtschaft .accordion-button {
  background: transparent;
  color: var(--text-dunkel);
  box-shadow: none;
  padding: 1.3rem 0;
  font-size: 1.05rem;
  font-weight: 600;
}

.accordion-landwirtschaft .accordion-button:not(.collapsed) {
  color: var(--blau-landwirtschaft);
  background: transparent;
}

.accordion-landwirtschaft .accordion-body {
  padding: 0 0 1.4rem 0;
  color: var(--text-mittel);
  line-height: 1.85;
  max-width: 92%;
}

.kontaktbox {
  padding: 2rem;
  border-radius: 2rem;
  background:
    linear-gradient(135deg, rgba(25, 112, 182, 0.08), rgba(117, 162, 57, 0.1)),
    #ffffff;
  border: 1px solid rgba(24, 24, 24, 0.06);
  box-shadow: var(--schatten-sanft);
}

.kontaktbox p {
  color: var(--text-mittel);
  line-height: 1.8;
}

.seitenfuss {
  background: #edf3e7;
  color: var(--text-dunkel);
  border-top: 1px solid rgba(24, 24, 24, 0.06);
}

.seitenfuss-oben {
  padding: 4rem 0 2rem;
}

.seitenfuss-unten {
  padding: 1.2rem 0 2rem;
  border-top: 1px solid rgba(24, 24, 24, 0.06);
}

.seitenfuss-marke {
  display: inline-flex;
  align-items: center;
}

.seitenfuss-marke img {
  width: auto;
  max-width: 220px;
  height: auto;
}

.seitenfuss h3 {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--gruen-landwirtschaft);
  margin-bottom: 1rem;
}

.seitenfuss h4 {
  font-size: 1.05rem;
  line-height: 1.4;
  color: var(--text-dunkel);
  margin-bottom: 1rem;
  font-weight: 600;
}

.seitenfuss-text,
.seitenfuss-unten p,
.fusskontakt li,
.fusslinks a,
.fusskontakt a,
.fussmeta a {
  color: var(--text-mittel);
  text-decoration: none;
}

.seitenfuss-text {
  max-width: 28rem;
  line-height: 1.8;
}

.fusslinks li,
.fusskontakt li {
  margin-bottom: 0.7rem;
  line-height: 1.7;
}

.fusskontakt {
  margin-bottom: 1.5rem;
}

.fusskontakt:last-child {
  margin-bottom: 0;
}

.fusskontakt strong {
  color: var(--text-dunkel);
  font-weight: 600;
  margin-right: 0.35rem;
}

.fusslinks a:hover,
.fusslinks a:focus,
.fusskontakt a:hover,
.fusskontakt a:focus,
.fussmeta a:hover,
.fussmeta a:focus {
  color: var(--blau-landwirtschaft);
}

.fussmeta .list-inline-item:not(:last-child) {
  margin-right: 1rem;
}

@media (min-width: 1200px) {
  .dropdown-mega:hover > .mega-menue,
  .dropdown-mega:focus-within > .mega-menue {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
  }
}

@media (max-width: 1199.98px) {
  .hauptnavigation {
    background: rgba(255, 255, 255, 0.96);
  }

  .dropdown-mega::after {
    display: none;
  }

  .mega-kopfzeile {
    justify-content: space-between;
    width: 100%;
  }

  .mega-link {
    flex: 1 1 auto;
    padding-right: 1rem !important;
  }

  .mega-schalter {
    flex: 0 0 auto;
    width: 2.4rem;
    height: 2.4rem;
  }

  .mega-menue {
    position: static !important;
    width: 100% !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    border-radius: 1rem;
    margin-top: 0.5rem;
    display: none;
    box-shadow: none;
  }

  .dropdown-mega.ist-offen > .mega-menue {
    display: block;
  }

  .mega-raster,
  .mega-seite-inhalt {
    padding: 1.25rem;
  }

  .mega-karten {
    grid-template-columns: 1fr;
  }

  .mega-seite {
    margin-right: 0;
  }

  .mega-seite::after {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .logo-band-kopf {
    margin-bottom: 1.5rem;
  }

  .logo-eintrag {
    width: 180px;
    height: 76px;
    padding: 0.9rem 1rem;
  }

  .logo-eintrag img {
    max-height: 40px;
  }

  .einleitung h2 {
    max-width: none;
    font-size: clamp(1.8rem, 7vw, 2.8rem);
  }

  .produktinhalt,
  .einsatzfeld-inhalt {
    padding: 1.2rem 1.2rem 1.35rem;
  }

  .produktinhalt h3,
  .einsatzfeld-inhalt h3 {
    font-size: 1.05rem;
  }

  .hero-titel {
    font-size: clamp(2.4rem, 8vw, 4.4rem);
  }

  .hero-untertitel {
    font-size: 1rem;
  }

  .textspalten {
    column-count: 1;
  }

  .faq-kopf {
    position: static;
  }
}

@media (max-width: 767.98px) {
  .navbar-brand img {
    max-width: 200px;
  }

  .hero-video-bereich {
    min-height: 100svh;
    height: 100svh;
  }

  .logo-band-kopf h2 {
    font-size: 1.4rem;
  }

  .logo-eintrag {
    width: 160px;
    height: 72px;
    padding: 0.8rem 0.9rem;
  }

  .logo-eintrag img {
    max-height: 34px;
  }

  .einleitung-text {
    font-size: 0.98rem;
    line-height: 1.8;
  }

  .merkmal {
    padding: 1rem;
  }

  .seitenfuss-oben {
    padding: 3rem 0 1.5rem;
  }

  .seitenfuss-unten {
    padding: 1rem 0 1.5rem;
  }

  .seitenfuss-marke img {
    max-width: 180px;
  }

  .fussmeta {
    text-align: left !important;
  }

  .fussmeta .list-inline-item {
    display: inline-block;
    margin-bottom: 0.4rem;
  }

  .kontaktbox,
  .hellblock {
    padding: 1.5rem;
  }

  .accordion-landwirtschaft .accordion-body {
    max-width: 100%;
  }
}