img.lehrbetrieb {
  width:100px;
  float:right;
}

div.scrollableAuto {
	 height:250px;
}

/*responsiveness*/

/* size L */
@media screen and (max-width:1024px) { 
  div.scrollableAuto {
	 height:160px;
}

  
}
/* size M */
@media screen and (max-width:860px) { 

div.scrollableAuto {
	  height:auto;
  }
}

/* size S */
@media screen and (max-width:680px) { 
  div.scrollableAuto {
	  height:auto;
  }
}

/* size XS */
@media screen and (max-width:530px) { 
}