/* Hide the Social Sign-On tile on the Profile Management page */
section.js-social-identities {
    display: none !important;
}
/* Hide eingabebereite Unternehmensinformation, das waere nur fuer Agenturszenarien relevant */
section.js-company-information {
    display: none !important;
}
/* Hide Kontaktinformationseingabe Option, das waere nur für Selbstregistrierungsszeanrio */
section.js-contact-preferences {
    display: none !important;
}
