/* SAM-PRO v433: Premiumdarstellung der sechs Consulting-Leistungsmodule. */
.consulting-modules-html-v269 .consulting-modules-html-v269__grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  align-items: stretch !important;
  gap: 22px !important;
  margin-top: 28px !important;
}

.consulting-modules-html-v269 .consulting-modules-html-v269__card {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 64px minmax(0, 1fr) !important;
  grid-template-rows: auto 1fr !important;
  grid-template-areas:
    "badge badge"
    "icon content" !important;
  align-items: start !important;
  column-gap: 18px !important;
  row-gap: 18px !important;
  min-width: 0 !important;
  min-height: 306px !important;
  margin: 0 !important;
  padding: 24px !important;
  overflow: hidden !important;
  border: 1px solid #d8e2ee !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: 0 10px 28px rgba(5, 38, 83, .07) !important;
  color: #092b5f !important;
  text-decoration: none !important;
  transform: none !important;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease !important;
}

.consulting-modules-html-v269 .consulting-modules-html-v269__card::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  left: 0 !important;
  width: auto !important;
  height: 3px !important;
  border: 0 !important;
  background: linear-gradient(90deg, #d9a21b 0 28%, #1b65ab 28% 100%) !important;
  opacity: 1 !important;
  transform: none !important;
}

.consulting-modules-html-v269 .consulting-modules-html-v269__card::after {
  display: none !important;
  content: none !important;
}

.consulting-modules-html-v269 .consulting-modules-html-v269__card:hover,
.consulting-modules-html-v269 .consulting-modules-html-v269__card:focus-visible {
  border-color: #9fb8d4 !important;
  box-shadow: 0 14px 34px rgba(5, 38, 83, .12) !important;
  transform: translateY(-2px) !important;
}

.consulting-modules-html-v269 .consulting-modules-html-v269__badge {
  grid-area: badge !important;
  position: static !important;
  inset: auto !important;
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 0 11px !important;
  overflow: visible !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(217, 162, 27, .42) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #986b09 !important;
  font-size: 11px !important;
  font-weight: 750 !important;
  line-height: 1.25 !important;
  letter-spacing: .07em !important;
  text-align: left !important;
  text-transform: uppercase !important;
  white-space: normal !important;
  transform: none !important;
}

.consulting-modules-html-v269 .consulting-modules-html-v269__icon {
  grid-area: icon !important;
  position: static !important;
  display: grid !important;
  place-items: center !important;
  align-self: start !important;
  width: 64px !important;
  min-width: 64px !important;
  max-width: 64px !important;
  height: 64px !important;
  min-height: 64px !important;
  max-height: 64px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 1px solid rgba(217, 162, 27, .52) !important;
  border-radius: 6px !important;
  background: #f7f9fc !important;
  box-shadow: inset 0 -2px 0 rgba(217, 162, 27, .10) !important;
  color: #092b5f !important;
  transform: none !important;
}

.consulting-modules-html-v269 .consulting-modules-html-v269__icon svg {
  display: block !important;
  width: 34px !important;
  min-width: 34px !important;
  max-width: 34px !important;
  height: 34px !important;
  min-height: 34px !important;
  max-height: 34px !important;
  margin: 0 !important;
  stroke: currentColor !important;
  transform: none !important;
}

.consulting-modules-html-v269 .consulting-modules-html-v269__content {
  grid-area: content !important;
  display: flex !important;
  flex-direction: column !important;
  align-self: stretch !important;
  min-width: 0 !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #233b5c !important;
  text-align: left !important;
}

.consulting-modules-html-v269 .consulting-modules-html-v269__content strong {
  display: block !important;
  margin: 0 0 12px !important;
  color: #082b60 !important;
  font-size: 21px !important;
  font-weight: 750 !important;
  line-height: 1.18 !important;
  letter-spacing: 0 !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: none !important;
}

.consulting-modules-html-v269 .consulting-modules-html-v269__content em {
  display: block !important;
  margin: 0 0 14px !important;
  color: #3c526f !important;
  font-size: 15.5px !important;
  font-style: normal !important;
  font-weight: 450 !important;
  line-height: 1.5 !important;
  letter-spacing: 0 !important;
}

.consulting-modules-html-v269 .consulting-modules-html-v269__content small {
  display: block !important;
  margin: 0 0 18px !important;
  color: #263a55 !important;
  font-size: 14px !important;
  font-weight: 450 !important;
  line-height: 1.5 !important;
  letter-spacing: 0 !important;
}

.consulting-modules-html-v269 .consulting-modules-html-v269__content small b {
  color: #102b51 !important;
  font-weight: 750 !important;
}

.consulting-modules-html-v269 .consulting-modules-html-v269__content > span:last-child {
  display: inline-flex !important;
  align-items: center !important;
  width: fit-content !important;
  margin: auto 0 0 !important;
  padding: 8px 0 0 !important;
  border-top: 1px solid #e2e8f0 !important;
  color: #0b5ca8 !important;
  font-size: 14.5px !important;
  font-weight: 750 !important;
  line-height: 1.3 !important;
}

.consulting-modules-html-v269 .consulting-modules-html-v269__phases {
  border: 1px solid #dbe4ee !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: 0 8px 22px rgba(5, 38, 83, .05) !important;
}

@media (max-width: 1120px) {
  .consulting-modules-html-v269 .consulting-modules-html-v269__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 720px) {
  .consulting-modules-html-v269 .consulting-modules-html-v269__grid {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 16px !important;
  }

  .consulting-modules-html-v269 .consulting-modules-html-v269__card {
    grid-template-columns: 56px minmax(0, 1fr) !important;
    min-height: 0 !important;
    padding: 20px !important;
    column-gap: 15px !important;
  }

  .consulting-modules-html-v269 .consulting-modules-html-v269__icon {
    width: 56px !important;
    min-width: 56px !important;
    max-width: 56px !important;
    height: 56px !important;
    min-height: 56px !important;
    max-height: 56px !important;
  }

  .consulting-modules-html-v269 .consulting-modules-html-v269__icon svg {
    width: 30px !important;
    min-width: 30px !important;
    max-width: 30px !important;
    height: 30px !important;
    min-height: 30px !important;
    max-height: 30px !important;
  }

  .consulting-modules-html-v269 .consulting-modules-html-v269__content strong {
    font-size: 19px !important;
  }
}
