.elementor-8217 .elementor-element.elementor-element-6dd4c70b > .elementor-container{max-width:800px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-5075d61b */<style>
/* Grounding Page – Minimal Styling */

/* Layout */
.gp-title,
.gp-notice,
.gp-lead,
.gp-segment,
.gp-retrieval,
.gp-section-title,
.gp-uvp,
.gp-text,
.gp-social,
.gp-closing,
.gp-standard-reference,
.gp-faq,
.gp-core-data,
.gp-products,
.gp-services,
.gp-materials,
.gp-certifications,
.gp-differentiation {
  max-width: 800px;
}

/* Hinweis-Box */
.gp-notice {
  background: #f5f5f5;
  padding: 1em 1.2em;
  margin-bottom: 1.5em;
}

dl{
    margin: 20px 0;
}



/* Definition Lists */
.gp-core-data,
.gp-products,
.gp-services,
.gp-materials,
.gp-certifications,
.gp-differentiation {
  display: grid;
  grid-template-columns: minmax(140px, auto) 1fr;
  border-top: 1px solid #ccc;
}

.gp-core-data dt,
.gp-core-data dd,
.gp-products dt,
.gp-products dd,
.gp-services dt,
.gp-services dd,
.gp-materials dt,
.gp-materials dd,
.gp-certifications dt,
.gp-certifications dd,
.gp-differentiation dt,
.gp-differentiation dd {
  margin: 0;
  padding: 0.5em 0em;
  border-bottom: 1px solid #ccc;
}

.gp-core-data dt,
.gp-products dt,
.gp-services dt,
.gp-materials dt,
.gp-certifications dt,
.gp-differentiation dt {
  font-weight: 600;
}

/* Social Links */
.gp-social {
  list-style: none;
  padding: 0;
}

.gp-social li {
  margin-bottom: 0.3em;
}

/* FAQ */
.gp-faq-question {
  margin-top: 1em;
  margin-bottom: 0.2em;
}

.gp-faq-answer {
  margin-top: 0;
}

dd{
    padding-left: 24px !important;
}

/* Max width */
.gp-title, .gp-notice, .gp-lead, .gp-segment, .gp-retrieval,
.gp-section-title, .gp-uvp, .gp-text, .gp-list, .gp-core-data,
.gp-closing, .gp-standard-reference, .gp-faq {
  max-width: 800px;
}
 
/* Hinweis-Box */
.gp-notice {
  background: #f5f5f5;
  padding: 1em 1.2em;
}
 
/* Core Data – dl als Zweispalter */
.gp-core-data {
  display: grid;
  grid-template-columns: minmax(140px, auto) 1fr;
  border-top: 1px solid #ccc;
}
 
.gp-core-data dt,
.gp-core-data dd {
  margin: 0;
  padding: 0.5em 0.6em;
  border-bottom: 1px solid #ccc;
}
 
.gp-core-data dt {
  font-weight: 600;
}
 
/* Listen */
.gp-list {
  list-style: disc;
  padding-left: 1.4em;
}
 
.gp-list li {
  margin-bottom: 0.4em;
}



h2{
    color: black !important;
}
</style>/* End custom CSS */