@media only screen and (max-width: 480px) {
  .navigation {
      height: auto;
  }
  .headline{
    margin: 20px 0 0 0;
  }
}