/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */

.elementor-widget-text-editor ul + p,
.elementor-widget-text-editor ol + p {
    margin-top: 30px !important;
}

.elementor-widget-text-editor ul ul li:last-child,
.elementor-widget-text-editor ol ol li:last-child,
.elementor-widget-text-editor ol ul li:last-child,
.elementor-widget-text-editor ul ol li:last-child {
    margin-bottom: 5px !important;
}

@media (max-width: 767px) {
    .elementor-widget-text-editor > ul + p,
    .elementor-widget-text-editor > ol + p {
        margin-top: 25px !important;
    }
}


.menu-item-doccheck-login,
.menu-item-fachkreise {
	display: none !important;
}

body.doccheck-logged-in .menu-item-fachkreise,
body.doccheck-not-logged-in .menu-item-doccheck-login {
	display: flex !important;
}