/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/**
 * content module: dynamic form fields
 */
.marmalade {
    display: none;
}

/*
    Jira#HPMDSF-1307
    As borlabs decided to activate the new widget by default this temporary solution hides it
    TODO: delete this style definition after all sites with active borlabs cookie plugin disabled the widget
 */
#BorlabsCookieBoxWidget,
span._brlbs-paragraph._brlbs-text-confirm-age,
span._brlbs-paragraph._brlbs-text-technology,
span._brlbs-paragraph._brlbs-text-personal-data,
span._brlbs-paragraph._brlbs-text-more-information,
span._brlbs-paragraph._brlbs-text-revoke
{
    display: none !important;
}