/* wallPen-Nachbesserungen fuer Element.
   Elements Themes koennen nur Farbvariablen setzen. Ein paar Stellen setzen
   ihre Schriftfarbe fest auf Weiss, was auf dem hellen Gelbgruen (#CEDC00)
   unlesbar ist. Diese Datei wird per sub_filter im nginx eingehaengt. */

/* Kacheln auf der Startseite: dunkle Schrift und dunkle Symbole auf Pear */
.mx_HomePage_button_sendDm,
.mx_HomePage_button_explore,
.mx_HomePage_button_createGroup {
    color: #1c242b !important;
}

.mx_HomePage_button_sendDm svg,
.mx_HomePage_button_explore svg,
.mx_HomePage_button_createGroup svg,
.mx_HomePage_button_sendDm svg path,
.mx_HomePage_button_explore svg path,
.mx_HomePage_button_createGroup svg path {
    color: #1c242b !important;
    fill: #1c242b !important;
}

/* Allgemein: alles, was auf einer Akzentflaeche sitzt */
.mx_AccessibleButton_kind_primary,
.mx_AccessibleButton_kind_primary_sm,
.mx_GeneralButton {
    color: #1c242b !important;
}

.mx_AccessibleButton_kind_primary svg,
.mx_AccessibleButton_kind_primary_sm svg,
.mx_GeneralButton svg {
    fill: #1c242b !important;
}

/* Untertitel auf der Startseite in gedaempftem Grau statt Blau */
.mx_HomePage_header {
    color: #a8b3bc !important;
}

/* Ueberschriften in Barlow Condensed, wie in der wallPen CI */
.mx_HomePage_default h1,
.mx_HomePage_default h2,
h1, h2 {
    font-family: "Barlow Condensed", "Barlow", "Helvetica Neue", Arial, sans-serif;
}
