﻿}
#schirm{
	font-size: 100%;
}
@media only screen and (min-width:60px) and (max-width:359px) {
      #schirm{ font-size: 100%;  }
}
@media only screen and (min-width:360px) and (max-width:720px) {
	 #schirm{ font-size: 100%;  }
}
@media only screen and (min-width:720px) and (max-width:1024px) {
    	#schirm{ font-size: 100% }
}
@media only screen and (min-width:1025px) {
     #schirm{font-size: 120% }
}
