
figure,figcaption
         {
         margin: 0;
         padding: 0;
         }
figure.einer
         {
         position: relative;
         display: inline-block;
         border: 0px yellow solid;
         width: 100%; text-align: center;
         }
figure.zwei
         {
         position: relative;
         display: inline-block;
         border:0px black solid;
         width: 40%;
         }
figure.drei
         {
         position: relative;
         display: inline-block;
         border:0px black solid;
         width: 32%;
         }
figure.vier
         {
         position:relative;
         display:inline-block;
         border:0px black solid;
         width: 24%;
         }
figure img
         {
         width: 100%;
         display: block;
         }
figcaption
         {
         position: relative;
         bottom: 0px;
         width: 100%;

         text-align: center;
         line-height: 3em; font-size:1.0em; font-style:italic;
         color: #ffe;                           /*   rgba(0,0,0,0)*/
         background: rgba(94,94, 94, 0.0);           /* rgba(0,0,0,0)      */
         opacity: 0.9;}
.gesamt
         {

         position: relative;
         font-size:1.0em;
         color: #ffe;
         /*background: #5c5c5c;*/
         border:0px solid red;
         }