.elementor-20886 .elementor-element.elementor-element-2891736c:not(.elementor-motion-effects-element-type-background), .elementor-20886 .elementor-element.elementor-element-2891736c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#DEE9FF;}.elementor-20886 .elementor-element.elementor-element-2891736c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-20886 .elementor-element.elementor-element-2891736c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-20886 .elementor-element.elementor-element-43991ec8{width:100%;max-width:100%;}.elementor-20886 .elementor-element.elementor-element-43991ec8 > .elementor-widget-container{margin:-9px -9px -9px -9px;padding:0px 0px 0px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-43991ec8 *//* =========================
   CI FOOTER – FINAL CLEAN
   ========================= */

.ci-footer {
  background: #DEE9FF;
  padding: 70px 40px 30px;
  font-family: "CI-Font", sans-serif;
  color: #000;
}

.ci-footer-inner {
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1.4fr;
  gap: 60px;
}

/* HEADLINES */
.ci-footer h4 {
  font-size: 18px;
  margin-bottom: 18px;
}

/* =========================
   SOCIAL ICONS
   ========================= */

.social-icons {
  display: flex;
  gap: 12px;
}

.social-icons a {
  width: 38px;
  height: 38px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
}

/* Farben */
.social-icons a:nth-child(1) { background: #0A66C2; } /* LinkedIn */
.social-icons a:nth-child(2) { background: #000; }    /* X */
.social-icons a:nth-child(3) { background: #006567; } /* XING */
.social-icons a:nth-child(4) { background: #1877F2; } /* Facebook */
.social-icons a:nth-child(5) { background: #FF0000; } /* YouTube */
.social-icons a:nth-child(6) { background: #E4405F; } /* Instagram */

/* =========================
   LISTEN – RESET (WICHTIG!)
   ========================= */

.footer-links {
  list-style: none;     /* <-- HIER war der Fehler vorher */
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  text-decoration: none;
  color: #000;
  font-size: 16px;
  line-height: 1.6;
}

/* =========================
   RECHTLICHES – NUR ✓
   ========================= */

.legal-only a::before {
  content: "✓";
  margin-right: 10px;
}

/* =========================
   SERVICE – NUR •
   ========================= */

.service-only a::before {
  content: "•";
  margin-right: 10px;
  font-size: 18px;
}

/* =========================
   CTA
   ========================= */

.footer-cta p {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 18px;
}

.cta-button {
  display: inline-block;
  background: #c69200;
  color: #fff;
  padding: 12px 22px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 14px;
  white-space: nowrap;
  margin-bottom: 18px;
}

/* =========================
   KONTAKT
   ========================= */

.footer-contact a {
  display: block;
  font-size: 15px;
  color: #000;
  text-decoration: none;
  margin-top: 8px;
}

/* =========================
   FOOTER BOTTOM
   ========================= */

.footer-bottom {
  text-align: left;
  background: #DEE9FF !important ;
  margin-top: -70px;
  font-size: 14px;
  color: #808080;
}
/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 900px) {
  .ci-footer-inner {
    grid-template-columns: 1fr;
    gap: 35px;
  }
}
/* =========================
   FOOTER LISTEN – HARD RESET
   ========================= */

/* ALLE Standard-Marker KILLEN */
.ci-footer ul,
.ci-footer li {
  list-style: none !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

/* Auch moderne Marker entfernen */
.ci-footer li::marker {
  content: none !important;
}

/* =========================
   RECHTLICHES – NUR ✓
   ========================= */

.ci-footer .legal-only a::before {
  content: "✓";
  margin-right: 10px;
}

/* =========================
   SERVICE – NUR •
   ========================= */

.ci-footer .service-only a::before {
  content: "•";
  margin-right: 10px;
  font-size: 18px;
}

/* Sicherheit: KEINE zusätzlichen Marker */
.ci-footer .legal-only li::before,
.ci-footer .service-only li::before {
  content: none !important;
}/* End custom CSS */