header {
	position : absolute;
	top : 0;
	right : 0;
	width : 250px;
	max-width : calc(100% - 75px);
	height : 172px;
	background : url('../img/logo_rovedyma-treuhand.png');
	background-size : contain;
	background-repeat : no-repeat;
	z-index : 2;
	
	flex-shrink: 0;
	}