 .captionOrange
        {
            background: #EB5100;
            background-color: #eeeeee;;
            font-size: 24px;
        }

        a.captionOrange, A.captionOrange:active, A.captionOrange:visited
        {
        	color: #ffffff;
        	text-decoration: none;
        }
        a.captionOrange:hover
        {
            color: #eb5100;
            text-decoration: underline;
            background-color: #eeeeee;
            background-color: rgba(238, 238, 238, 0.7);
        }
  .bild  {
      width: 100%;
      height: 100%;
      position: relative;
  }
  .bild img {
      display: block;
  }
@media only screen and (max-width: 640px) {
    .captionOrange {
      display: none;
      }
}