.elementor-19723 .elementor-element.elementor-element-426cf46{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:100px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-535d500 */.elementor-19723 .elementor-element.elementor-element-535d500 figure {
    & > figcaption {
        color: var(--e-global-color-accent);
        margin-bottom: 5px;

        & > span:empty::before {
            content: "/";
        }
    }

    & > ul {
        list-style-type: none;
        margin: 0;
        padding: 0 0 0 30px;

        & > li {
            color: var(--e-global-color-accent);
            margin: 0;
            padding: 0;
            position: relative;

            &::before {
                background-color: currentcolor;
                content: "";
                height: 100%;
                left: -15px;
                overflow: hidden;
                position: absolute;
                top: 0;
                width: 1px;
            }
            &:last-child::before {
                height: 50%;
            }
            &::after {
                 background-color: currentcolor;
                 content: "";
                 height: 1px;
                 left: -15px;
                 overflow: hidden;
                 position: absolute;
                 top: 50%;
                 width: 10px;
            }
        }
        &:empty::after {
            content: "Keine Dateien vorhaden.";
        }
    }
}/* End custom CSS */