/* Spezialschriften */



/* Logo Header*/
div.largeformula{
	font-family: Helvetica, Arial, sans-serif;	
	font-size: 25px;
	line-height: 1.5;	
	font-weight: bold;		
	text-decoration: none;	
	color: #627AAD;
	text-align: center;
	font-style: italic;

	
	
	
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;	
	padding-left: 10px;
	padding-right: 10px;
	max-width: 50%;
	min-height: 40px;
	border-style: solid;
	border-width: 3px;
	border-color: #627AAD;		
}




@media screen and (max-width: 1030px) {
  /* Eigenschaften der Elemente wenn das Fenster kleiner als 610px ist*/

	div.largeformula
	{
		font-size: 25px;	
	}
	
	
}


@media screen and (max-width: 610px) {
  /* Eigenschaften der Elemente wenn das Fenster kleiner als 610px ist*/

  
 	
	div.largeformula
	{
		font-size: 20px;	
	}
  
  
}
