.splashscreen #splashimage {
padding: 200px;
background: url(../../../PSC/Stanz/Splash.png) no-repeat center center;
background-size: contain!important;
position: relative;
}
@media screen and (max-width: 480px){
	.splashscreen #splashimage {
		background: url(../../../PSC/Stanz/Wappen.png) no-repeat center center;
		background-size: auto!important;
}
}


.wo-button.tool-buttonChecked, .wo-button.active, .toolgroup .wo-tool-button .wo-button-buttonChecked {
  color: rgb(200, 42, 42) !important;
}