/*
Theme Name: Hiventure Child Theme
Theme URI:  https://www.hiventure.de
Author:     Rehbrand®
Author URI: https://www.rehbrand.de
Template:   Divi
Version:    1.0
License:    GNU General Public License v2 or later
*/

/* Ungeordnete Liste: */
.entry-content li { margin-top: 0.5em; }

/* Liste mit Zahlen: */
#left-area ol, .entry-content ol, .et-l--header ol, .et-l--body ol, .et-l--footer ol, .comment-content ol, body.et-pb-preview #main-content .container ol {
  padding: 0 0 23px 1em;
  line-height: 1.5em;
  list-style-position: outside;
}

/* reverse-on-mobile */
@media all and (max-width: 480px) {
  .et_pb_row.reverse-on-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}