 .captionOrange
        {
            background: #EB5100;
            background-color: rgba(235, 81, 0, 0.6);
            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;
  }