button[routerlink="/"] {
display: none;
}
button[routerlink="/about"] {
display: none;
}

.login-brand img {
 width:183px;
 height:150px;
 box-sizing:border-box;
 padding-left:300px;
 padding-top:183px;

background:url('https://www.obrist-interior.ch/fileadmin/images/logo-main.png')
 left top no-repeat;
 background-size: 300px 183px;
}
.mat-toolbar.mat-primary {
background: #8D8278;
Colour: #000;
}

.mat-button.mat-primary, .mat-icon-button.mat-primary, .mat-stroked-button.mat-primary {
color: #8D8278;
}

.footer a {
text-decoration: none;
}
.footer a:link {
color: #000000;
}
.footer a:visited {
color: #000000;
}
.footer a:hover {
color: #8D8278;
}
.footer a:active {
color: #62656B;
}