.elementor-144097 .elementor-element.elementor-element-9eb7a29{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-5f15667 *//* Grounding Page – Layout */
#grounding-page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px 16px;
}

/* Human Notice als Box */
#grounding-page .human-notice {
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 12px;
  padding: 14px 16px;
  margin: 16px 0 18px;
  background: rgba(0,0,0,.02);
}

/* Lead Definition hervorheben */
#grounding-page .lead-definition {
  font-size: 1.05rem;
  line-height: 1.6;
  margin: 10px 0 22px;
}

/* Überschriftenabstände */
#grounding-page h2 {
  margin-top: 28px;
  margin-bottom: 10px;
  font-size: 1.25rem;
}

/* Fact Grids: dt/dd als Grid */
#grounding-page dl.data-grid {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 10px 18px;
  padding: 14px 16px;
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 12px;
  margin: 12px 0 18px;
  background: #fff;
}

/* dt (Begriff) */
#grounding-page dl.data-grid dt {
  font-weight: 600;
}

/* dd (Wert) */
#grounding-page dl.data-grid dd {
  margin: 0; /* wichtig: Browser-Default raus */
}

/* Links sauber umbrechen */
#grounding-page a {
  word-break: break-word;
}

/* Mobile: 1 Spalte statt 2 */
@media (max-width: 640px) {
  #grounding-page dl.data-grid {
    grid-template-columns: 1fr;
  }
  #grounding-page dl.data-grid dt {
    margin-top: 10px;
  }
  #grounding-page dl.data-grid dt:first-child {
    margin-top: 0;
  }
}/* End custom CSS */