/* Neue Einstellungen: */
a.cke_button {
    padding: 4px 5px;
}

/* Neue Einstellungen: */
.cke_editable {
    background: #f9f9f9;
}

/**
 * CK Editor
 * @todo: transition für focus ist zu langsam
 */
.cke {
    box-shadow: none !important;
    border: 1px solid #e0e3e5 !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.cke.cke_focus {
    border: 1px solid #4dbbea !important;
}

.cke .cke_top {
    background: #eaebed;
    border-bottom: 1px solid #e0e3e5;
    box-shadow: none;
}

.cke .cke_top .cke_toolgroup {
    border: 0;
    box-shadow: none;
    background: transparent;
    background-image: none;
}

.cke .cke_bottom {
    line-height: normal;
    background: #eaebed;
    border-top: 1px solid #e0e3e5;
    box-shadow: none;
}

.cke a.cke_path_item:hover, .cke a.cke_path_item:focus, .cke a.cke_path_item:active {
    box-shadow: none;
    background: #cad2d7;
    background-image: none;
    filter: none;
}

.cke .cke_button:first-child, .cke .cke_button:last-child {
    border-radius: 0 !important;
}

.cke a.cke_button_off:hover, .cke a.cke_button_off:focus, .cke a.cke_button_off:active, .cke a.cke_button_disabled:hover, .cke a.cke_button_disabled:focus, .cke a.cke_button_disabled:active {
    box-shadow: none;
    background: #cad2d7;
    background-image: none;
    filter: none;
}

.cke a.cke_button {
    border: 1px solid transparent !important;
}

.cke a.cke_button_on {
    box-shadow: none !important;
    background: #fff !important;
    border: 1px solid #cad2d7 !important;
}

.cke_combo_text {
    width: auto !important;
    line-height: 30px !important;
    margin-top: 1px !important;
}

.cke_combo_arrow {
    margin: 13px 0 0 0 !important;
}

.cke_toolgroup {
    margin: 0 5px 0 0 !important;
}

a.cke_button {
    padding: 6px 6px 5px 6px !important;
}

/* Sonst kann man bei dem Platzhalter-Selects wirklich gar nichts erkennen :P */
.cke_combopanel__lcm_placeholders {
    min-width: 350px;
}