.elementor-3252 .elementor-element.elementor-element-32d2134{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-2c81f60 *//* =========================================================
   Africa Help – Legal Pages (eRecht24)
   Elementor Klassen:
   - äußere Section:  ah-legal-zone
   - inneres Element: ah-legal
   ========================================================= */

/* ---------- A) Section / Einbettung (mehr Abstand + Integration) ---------- */
body.page-id-3252 .ah-legal-zone{
  /* Viel “bewusster” Abstand zu Header/Footer */
  padding: 90px 0 180px;

  /* sehr dezente Integration (nicht auffällig, wirkt aber “gewollt”) */
  background:
    radial-gradient(900px 280px at 50% 0%,
      rgba(11, 122, 107, 0.10),
      rgba(11, 122, 107, 0.00) 60%),
    linear-gradient(to bottom,
      rgba(11, 122, 107, 0.03),
      rgba(11, 122, 107, 0.00));
}

/* Mobile: weniger Abstand, aber immer noch “luftig” */
@media (max-width: 767px){
  body.page-id-3252 .ah-legal-zone{
    padding: 50px 0 110px;
  }
}

/* ---------- B) Card / Typografie (professioneller Legal-Look) ---------- */
.ah-legal{
  --ah-accent: #0b7a6b;
  --ah-text:   #0f172a;
  --ah-muted:  #475569;
  --ah-border: rgba(15, 23, 42, .10);

  max-width: 980px;
  margin: 0 auto;              /* Abstände kommen jetzt aus der Zone */
  padding: 34px 34px;

  background: #ffffff;
  border: 1px solid var(--ah-border);
  border-radius: 22px;

  /* “weicher”, hochwertiger, weniger hart als vorher */
  box-shadow:
    0 18px 45px rgba(2, 6, 23, .10),
    0  2px 10px rgba(2, 6, 23, .05);

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Grundtext */
.ah-legal :where(p, li, td, th){
  color: var(--ah-muted);
  font-size: 16.5px;
  line-height: 1.75;
  word-break: break-word;
}

.ah-legal :where(strong, b){
  color: var(--ah-text);
  font-weight: 700;
}

/* Headings */
.ah-legal :where(h1){
  margin: 0 0 12px;
  color: var(--ah-text);
  font-size: 36px;
  line-height: 1.12;
  letter-spacing: -0.02em;
}
.ah-legal :where(h2){
  margin: 26px 0 10px;
  color: var(--ah-text);
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: -0.01em;
}
.ah-legal :where(h3){
  margin: 20px 0 8px;
  color: var(--ah-text);
  font-size: 18px;
  line-height: 1.3;
}

/* Abstände */
.ah-legal :where(p){ margin: 0 0 12px; }
.ah-legal :where(ul, ol){
  margin: 12px 0 16px;
  padding-left: 20px;
}
.ah-legal :where(li){ margin: 7px 0; }

/* Links */
.ah-legal :where(a){
  color: var(--ah-accent);
  text-decoration: none;
  border-bottom: 1px solid rgba(11, 122, 107, .35);
  transition: .15s ease;
}
.ah-legal :where(a:hover){
  border-bottom-color: var(--ah-accent);
  opacity: .95;
}

/* Divider */
.ah-legal :where(hr){
  border: 0;
  height: 1px;
  background: rgba(15, 23, 42, .08);
  margin: 20px 0;
}

/* Tabellen (falls vorhanden) */
.ah-legal :where(table){
  width: 100%;
  border-collapse: collapse;
  margin: 14px 0 18px;
}
.ah-legal :where(th, td){
  border: 1px solid rgba(15, 23, 42, .08);
  padding: 10px 12px;
  vertical-align: top;
}
.ah-legal :where(th){
  color: var(--ah-text);
  background: rgba(2, 6, 23, .03);
  font-weight: 700;
}

/* Mobile */
@media (max-width: 767px){
  .ah-legal{
    max-width: 94%;
    padding: 20px 18px;
    border-radius: 18px;
  }
  .ah-legal :where(h1){ font-size: 28px; }
  .ah-legal :where(p, li, td, th){ font-size: 16px; }
}/* End custom CSS */