/* --- Unterseiten Styling --- */

/* Stil für die Zitat-Box (Blockquote-Ersatz) */
.section-padding h5.italic {
  font-style: italic;
  color: var(--dark-black);
}

/* Sticky-Effekt für die rechte Sidebar auf Desktop */
@media (min-width: 992px) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
  }
}

/* Styling für die Leistungs-Checkliste */
.service-detail-box {
  border-radius: 4px;
}

.service-detail-box i {
  font-size: 1.1rem;
  opacity: 0.8;
}

/* Referenz-Quick-View */
.border-primary.border-3 {
  border-left-width: 5px !important;
}

/* Sidebar Optimierung */
.sticky-top {
  z-index: 10;
}

.card.shadow-sm {
  border: 1px solid rgba(0, 0, 0, 0.05);
}

/* --- Innovation Page Special Styles --- */

.transition-hover {
  transition: all 0.3s ease;
  border-radius: 4px;
}

.transition-hover:hover {
  transform: translateY(-5px);
  background-color: #fff !important;
  border-color: var(--primary-blue) !important;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08) !important;
}

/* Anpassung für die KI & Dashboard Boxen */
.border-primary.border-2 {
  border-width: 2px !important;
}

.hvp-stamp {
  display: none;
}
