/**
 * Theme Name:     Divi Child
 * Author:         Elegant Themes
 * Template:       Divi
 * Text Domain:	   divi-child
 * Description:    Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
 */

.custom-list {
  list-style: none !important; /* Standard-Aufzählung deaktivieren */
  padding-left: 0 !important; /* ggf. Einrückung anpassen */
}

.custom-list li {
  position: relative;
  padding-left: 30px; /* Platz für das SVG links */
  margin-bottom: 12px;
}

.custom-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%; /* vertikal zentrieren */
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("http://energieberatung-glueck.de/wp-content/uploads/2025/05/checkmark.svg"); /* Pfad zu deinem SVG */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#main-footer {
  display: none;
}

.mobile_menu_bar:before {
  color: white !important;
}

.clearfix.et_menu_container {
  position: unset !important;
}

@media (max-width: 980px) {
  #main-header {
    position: fixed !important;
    top: 0;
    left: 0;
  }
  #mobile_menu {
    border-top: 2px solid white !important;
  }
}
