a, a:hover, a:active, a:focus {
    color: rgb(100, 168, 235);
}

a.btn.btn-primary,
a#cke_153_option,
.cke_panel_listItem a[title="Button Hauptfarbe"] {
    background-color: rgb(100, 168, 235); /* blau */
    border-color: rgb(100, 168, 235); /* blau */
    color:white;
}

a.btn.btn-secondary,
a#cke_154_option,
.cke_panel_listItem a[title="Button Nebenfarbe"] {
    background-color: #D3D3D3; /* grau */
    border-color: #D3D3D3; /* grau */
    color: rgb(43, 43, 43);
}

a.btn.btn-success,
a#cke_155_option,
.cke_panel_listItem a[title="Button Grün"] {
    background-color: rgb(2,142,108); /* gruen */
    border-color: #8a946f; /* gruen */
}

a.btn.btn-info,
a#cke_156_option,
.cke_panel_listItem a[title="Button Blau"] {
    background-color: #0074CD;
    border-color: #0074CD;
}

a.btn.btn-danger,
a#cke_158_option,
.cke_panel_listItem a[title="Button Gelb"] {
    background-color: rgb(252,185,55); /* gelb */
    border-color: rgb(252,185,55); /* gelb */
}