@charset "utf-8";
/* CSS Document */
/*	
	wonders & sign
	Ihr Büro für Grafikdesign,
	Webdesign und Branding
	in München.		
*/
/* Print CSS */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #fff;
	color: #000;
}
#all {
	text-align: center;
	margin: 0 auto;
	width: auto;
}
.container{
	margin: 0 1cm;
}
#logo, #cta {
	display: none;
}
h1 {
	font-size: 16pt;
	margin: 20px 0 66px 0;
	font-weight: normal;
}
h2 {
	font-size: 14pt;
	margin: 0 0 30px 0;
}
h3 {
	font-size: 12pt;
	margin: 0 0 30px 0;
}
p {
	font-size: 9pt;
	text-align: left;
	font-weight: normal;
}
p.text-center {
	font-size: 9pt;
	color: #000;
}
p.text-center a {
	color: #000;
	text-decoration: none;
}
#last {
	font-size: 9pt;
	margin: 30px 0;
}
.collapse {
	display: block;
}
