.a-button--secondary {
    background-color: #ff0000 !important;
    color: #fff !important;
}

.a-button--success {
    background-color: #00ff00 !important;
    color: #fff !important;
}
body > ppt-root > aui-header > header > div.aui-header__content-wrapper > div.aui-header__menu-items > div > button {
    background-color: #0000ff !important;
    color: #fff !important;
}

body > app-root > app-core-header > div > div:nth-child(2) > button {
    background-color: #0000ff !important;
    color: #fff !important;
}

body > app-root > aui-footer > footer > div > aui-subfooter > div > div > span {
  visibility: hidden  !important;
  content: ''  !important;
}

body > app-root > aui-footer > footer > div > aui-subfooter > div > div > span:after {
    content: 'ORBA 2.0.4 © 2022 rhea.be';
    visibility: visible;
    display: block;
}
body > app-root > app-core-header > div > div:nth-child(1) > h5 {
  visibility: hidden  !important;
  display: none;
  content: ''  !important;
}

body > app-root > app-core-header > div > div:nth-child(1) > h5:before {
   content: 'Opvolgen Realisatie Beleid Rhea';
   visibility: visible;

}

body > ppt-root > aui-footer > footer > div > aui-subfooter > div > div > span {
  visibility: hidden  !important;
  content: ''  !important;
}

body > ppt-root > aui-footer > footer > div > aui-subfooter > div > div > span:after {
    content: 'PPT 1.0.0 © 2022 rhea.be';
    visibility: visible;
    display: block;
}