﻿body {
}
.BackgroundMenuLeft {
    background-color: #14314f !important;
}
.HeightMenuTop {
    height: 60px;
}
.SideBarFontColor {
    color: #fEfEfE;
}
.ContentBackground {
    background-color: #fEfEfE !important;
}
/*Menüband links Oben*/
.customLogo1 {
    width: 40px; /*width of your image*/
    /*height: 50px;*/ /*height of your image*/
    /*background-image: url('/pilz-rath-logo-grau.svg');*/
    margin: 0; /* If you want no margin */
    padding: 0; /*if your want to padding */
    content: url('/pics/WickiLogo1.png');
}
.customLogo2 {
    width: 100px; /*width of your image*/
    padding-left: 20px;
    content: url('/pics/WickiLogo2.png');
}
.customLogo3 {
    width: 200px; /*width of your image*/
    height: 40px; /*height of your image*/
    /*background-image: url('/pilz-rath-logo-grau.svg');*/
    content: url('/pics/WickiLogo3.png');
    margin: 0 auto;
}

