﻿/* Disable DW font-logo in the loginbox and in the webclient for all organizations */

.dw-logo:before, .dw-logo:after {
    display: none;
}

body #loginBox .dw-logo {
	display: none;
}

/* Place a default logo in case no organization is written in the loginBox formfield */

body #loginBox {
	background-image: url('orgid_1_logo10.png') !important;
	background-repeat: no-repeat;
	
}

.dw-header .dw-logo {
    /* The values ​​for background-size are for a logo with the dimensions: 126px x 27px; The value 5px refers to the background positioning TOP within the DIV The height 34px has been increased by 27px           to center the image centered. If a logo with other dimensions is used the o.g. Values ​​are adjusted. */
    background: url("orgid_2_logo20.png") no-repeat !important;  //Größe des Logos;width: 126px; height:36px;
} 

.dw-header .dw-logo:after, .dw-header .dw-logo:before {
	display:none;
}