/**
 * Brunner AG - Druck und Medien, Kriens
 * @copyright      Copyright 2009, Brunner Web
 * @link           http://www.bag.ch/web
 */
 

#theme_text h1 {	
	font-size: /*3.1em*/ 3.5em;
	font-family: /*'Playfair Display'*/ 'Balthazar', Georgia, serif;
	line-height: /*1.25em*/ 1em;
	font-weight: /*700*/ 400;
	font-style: /*italic*/ normal;
	margin: 0;
	color: white;
}

#theme_text .lead {	
	font-size: 1.56em;
	font-family: 'Lato', Arial, sans-serif;
	line-height: 1.2em;
	font-weight: 400;
	margin: 0;
	color: white;
	letter-spacing: 0.01em;
}

