@import "rebrand.css";

/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
 
/* WordPress - Top Navigation */
#wp-admin-bar-wp-logo,
#wp-admin-bar-elementor_edit_page .ab-sub-wrapper,
#wp-admin-bar-customize,
/*.logged-in.admin-bar.elementor-default #wp-admin-bar-edit*/ {
	display: none!important;
}
 
/* Backend */
.postbox #post-gallery .formats,
.edit-post-meta-boxes-area #shariff_metabox,
#dashboard-widgets .e-dashboard-widget .e-overview__feed,
#dashboard-widgets .e-dashboard-widget .e-overview__footer,
#dashboard-widgets #dashboard_primary.postbox,
#members-cp-side, #members-cp {
	display: none;
}

/* Werbung */
.error.notice.is-dismissible,
.wpdeveloper-upsale-notice,
.wrap .updated,
.ant-alert.ant-alert-info.ant-alert-no-icon,
.sbi_notice,
#wpbody-content .pum-alerts,
#adminmenu>li#menu-posts-popup ul.wp-submenu li:nth-child(6) {
	display: none;
}
/* Seite bearbeiten verbergen bei Elementor-Seiten */
/*body.elementor-page #wp-admin-bar-edit,*/
/* Elementor Debugger verbergen */
body.elementor-page #wp-admin-bar-elementor_inspector,
/* Maintanance verbergen */
body.elementor-page #wp-admin-bar-maintenance_options,
/* Updates verbergen */
body.elementor-page #wp-admin-bar-updates,
/* Customizer verbergen */
body.elementor-page #wp-admin-bar-customize {
	display: none;
}

/* Yoast SEO Pro */
#yoast-additional-keyphrase-collapsible-metabox {
	display: none;
}

/* Userprofile cleanup */
#your-profile .user-profile-picture,
#your-profile .user-syntax-highlighting-wrap,
#your-profile .user-rich-editing-wrap,
#your-profile .user-comment-shortcuts-wrap,
#your-profile .user-admin-color-wrap,
#your-profile .user-admin-bar-front-wrap,
#your-profile #application-passwords-section {
	display: none;
}
