@charset "utf-8";

main a:after {content:" (" attr(href) ")";}
.logo:after {content:" (" attr(title) ")";}

header ,
.logo {
	position: relative;
	width: 100%;
	height: 105px;
	background-size: inherit;
}
/*
.logo { -webkit-print-color-adjust: exact;
    print-color-adjust: exact; }
*/	
	@page {
        margin: 1cm;
    }

header .banner, header .lang_switcher,
.top_menu_container {
	display: none;
}

.footer,
header {
	background: none;
}

.footer .copy,
body, p, a {
	color: #000 !important;
	font-size: 12pt  !important;
}

.wrapper {
	min-height: auto;
	height: auto;
	margin: 0;
}
.footer {
	height: auto; 
	clear: both;
	position: relative;
}
.push {
	height: 1px;
	clear: both;
}