 .captionOrange
        {
            background: #EB5100;
            background-color: #eeeeee;;
            font-size: 24px;
            position:absolute;
            left:20px;
            top: 30px;
            padding:8px;
        }

        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: 1100px) {
.captionOrange {
    font-size: 20px;
}  
  }
  
@media only screen and (max-width: 640px) {
.captionOrange {
      font-size: 16px;
      left:5px;
      top: 5px;
      padding: 3px;
      }
}