﻿}
#schirm{
	font-size: 100%;
}
@media only screen and (min-width:60px) and (max-width:320px) {
      #schirm{ font-size: 100%;  }
}
@media only screen and (min-width:321px) and (max-width:720px) {
	 #schirm{ font-size: 100%;  }
}
@media only screen and (min-width:720px) and (max-width:1023px) {
    	#schirm{ font-size: 100% }
}
@media only screen and (min-width:1024px) {
     #schirm{font-size: 125% }
}
