/* thumb und so --SORT-- */

.thumb{
	width: 50px;
	height: 50px;
	background-color:#FFF;
	display: inline-block;
  	border-radius: 25px;
	background-repeat:no-repeat;
	background-size:100%;

}

.aniThumb{
  	animation: ballThumb 0.5s;
  }
  
.mex{
	width: 232px;
	height: 50px;
	background-color:#FFF;
	display: inline-block;
	background-repeat:no-repeat;
	background-size:100%;
}

/*@keyframes ballThumb {
  0% {
  	border-radius: 0px;
	height: 0px;
	width: 0px;
  }
  100% {
  	border-radius: 25px;
	height: 50px;
	width: 50px;
  }
}*/

/* SORT ENDE */

@media only screen and (max-device-width: 1000px) {
/* thumb und so --SORT-- */

.thumb{
	width: 150px;
	height: 150px;
	background-color:#FFF;
	display: inline-block;
  	border-radius: 75px;

}

.aniThumb{
  	animation: ballThumb 0.5s;
}
  
.mex{
	width: 696px;
	height: 150px;
	background-color:#FFF;
	display: inline-block;
	background-repeat:no-repeat;
	background-size:100%;
}

/*@keyframes ballThumb {
  0% {
  	border-radius: 0px;
	height: 0px;
	width: 0px;
  }
  100% {
  	border-radius: 50px;
	height: 100px;
	width: 100px;
  }
}*/

/* SORT ENDE */
	


}