 /**Dies ist die CSS Datei für das Falkentagebuch. Ein paar Details sind geändert **/
figure img   {
         display: inline-block;
         width:99%;
         border:0px solid #ffe;
         margin:auto;
         }
figure,figcaption
                   {
         margin:0px;
         padding: 0px;
        /* position:relative;
         display:inline-block;
         text-align:center;
         border:0px black solid;  */

         }

figure.eins
         {
         position: relative;  text-align:center;
         display: block;
         border: 0px yellow solid;
         width: 60%;     margin:auto;
         }
figure.zwei
         {
         position: relative;
         display: inline-block;
         /*border:3px black dotted; */
         width: 40%;
         }
figure.drei
         {
         position: relative;
         display: inline-block;
         border:0px blue solid;
         width: 32%;
         }
figure.vier
         {
         position:relative;
         display:inline-block;
         border:0px black solid;
         width: 24%;
         }

figcaption
         {
         position: absolute;
         bottom: 15px;
         width: 100%;
         text-align: center;
         line-height: 3em;
         color: #ffe;
         background: rgba(94, 94, 94, 0.5);}
.gesamt
         {
         position: relative;   text-align:center;
         font-size:1.1em;
         color: #ffe;
         background: transparent;
         border:0px solid red;
         }