/* CSS Document */
.kreis {
  width: 50px;
  height: 50px;
  line-height: 25px;
  border-radius: 25px;
  font-size: 18px;
  display: inline-block;
  text-align: center;
  margin: 5px;
  /*	@media  (min-width: 992px) {
  		width:100px;
  		height:100px;
  		line-height: 50px;
  		border-radius:50px;
  	}*/ }

/*# sourceMappingURL=format.css.map */
