.badge-featured,
.featured,
.label-featured,
.badge,
span[class*="feature"] {
    display: none !important;
}

body.offcanvas-open .offcanvas-menu {
    width: 500px;
}

body.offcanvas-open .body-wrapper {
    transform: translateX(-350px);
}

.article-details,
.sp-page-builder .sppb-addon-article {
    border: none !important;
    box-shadow: none !important;
}
.article {
    border: none !important;
    box-shadow: none !important;
}

/* Joomla Benutzer-Registrierung – Custom Fields ohne grauen Hintergrund */
.com_users .com-users-registration__form input,
.com_users .com-users-registration__form select,
.com_users .com-users-registration__form textarea,
.com_users .com-users-registration__form .form-control {
    background: #fff !important;
    background-color: #fff !important;
}

/* Falls Custom Fields speziell anders markiert sind */
.com_users .field-user-customfields input,
.com_users .field-user-customfields select,
.com_users .field-user-customfields textarea {
    background: #fff !important;
    background-color: #fff !important;
}