/*
Theme Name: Divi-HPM-Child
Version: 1.0
Description: A child theme of Divi
Template: Divi
Author: Administrator
*/
@import url("../Divi/style.css");
/* Your awesome customization starts here */
/* =====================================================
   Eigene CSS-Anpassungen
   ===================================================== */

/* Abstand nach Aufzählungen */
.et_pb_text ul,
.et_pb_text ol {
    margin-bottom: 8px !important;
}

.et_pb_text ul + p,
.et_pb_text ol + p {
    margin-top: 0 !important;
}