@media screen and (max-width: 300px)
{
  .container_suchen{
  position:relative;
  top:auto;
  right:auto;
  width:60%;
  float:left;
  }

  .container_sprachen_smartphone{
  display:block;
  position:relative;
  float:left;
  width:40%;
  }
}