/* -----------------------------------------------------------*/
/* Modify Edit Form                                           */

/*hide: Language Tab*/
.nav-tabs > li:nth-child(4),
/*hide: Meta Tab*/
.nav-tabs > li:nth-child(5) {
    display: none;
}
/*Beiträge Button*/
#editor-xtd-buttons a:nth-child(2),
/*Bild Button*/
#editor-xtd-buttons a:nth-child(3),
/*Seitenumbruch Button*/
#editor-xtd-buttons a:nth-child(4){
    display: none;
}
/*Tab Editor*/
#editor .control-group:nth-child(2){
    display: none;
}

/*Tab Veröffentlichen*/
#publishing .control-group:nth-child(2),
#publishing .control-group:nth-child(3),
#publishing .control-group:nth-child(4),
#publishing .control-group:nth-child(6),
#publishing .control-group:nth-child(7),
#publishing .control-group:nth-child(8),
#publishing .control-group:nth-child(9){
    display: none;
}
/*Tab Bilder und Links*/
#images .control-group:nth-child(2),
#images .control-group:nth-child(3),
#images .control-group:nth-child(4),
#images .control-group:nth-child(5),
#images .control-group:nth-child(6),
#images .control-group:nth-child(7),
#images .control-group:nth-child(8),
#images .control-group:nth-child(9),
#images .control-group:nth-child(10),
#images .control-group:nth-child(11),
#images .control-group:nth-child(12),
#images .control-group:nth-child(13),
#images .control-group:nth-child(14),
#images .control-group:nth-child(15),
#images .control-group:nth-child(16){
    display: none;
}
/*Rename Autoralias*/
#jform_created_by_alias-lbl:before{content:'Quelle (';}
#jform_created_by_alias-lbl:after{content:')';}

/* -----------------------------------------------------------*/
