@charset "UTF-8";
/* CSS Document */

/*@media screen and (min-width: 900px){
@media screen and (max-width: 800px) and (min-width: 200px) { 
*/

@media screen and (min-width: 900px) { 
/* TITELÄNDERUNG ON SCROLL */	
.h1_klein {
	font-size: 30px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.h1_gross {
	font-size: 60px;
	font-variant: normal; /* small-caps;*/
	padding-top: 5px;
	padding-bottom: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
}
.h2_subhead1 {
	text-decoration: overline;
	color: #369;
	font-weight: 300;
	font-size: 30px;
	padding-top: 0px;
}	
.h2_subhead2 {
	text-decoration: overline;
	color:#369;
	font-weight: 300;
	font-size: 16px;
	padding-top: 0px;
}	
/*.round1 {
	color:lightgreen;
	padding: 6px 3px 3px 3px;
	font-size: 60px;
}	
.round2 {
	color:lightgreen;
	padding: 6px 3px 3px 3px;
	font-size: 30px;
}
*/	
/* END TITELÄNDERUNG ON SCROLL */
}

/*  */