

.formulare
{
    font-size:12pt;    
    font-family:Cervino-MediumNeue;
    width:280px;    
    
}




.formulare_input
{
    font-size:12pt;    
    font-family:Cervino-MediumNeue;
    height:20px;
    width:230px;
}





@media only screen and (max-width: 1024px) and (min-resolution:150dpi)  and (orientation: portrait)
{
  .formulare
  {
      font-size:28pt;    
      font-family:Cervino-MediumNeue;
      width:60%;    
      
  }




  .formulare_input
  {
      font-size:28pt;    
      font-family:Cervino-MediumNeue;
      height:60px;
      width:95%;
  }
}
