/* =======================================
 * Stylesheet: galerie.css
 * version: 16.01.2021
 * Styles fotos
========================================== */
@charset "UTF-8";

/* Start: galerie.css */

  h3 {
    clear:left;
    margin-top:20px;
  }

  img {
     height:100px;
     margin-top:0px;
     border:0;
  }

  a {
     margin:auto;
     font:normal normal 0.8em Verdana,Arial,Helvetica;
     text-align:center;
     text-decoration:none;
   }

  p {
     margin:0;
     margin-top:3px;
     font-size:0.85em;
  }
/* Externes Album start */
  .album {
     width:200px;
     height:170px;
     line-height:0.8em;
     margin-top:15px;
     margin-right:15px;
     padding-top:0px;
     text-align:center;
     float:left;
  }

/* Titel */
  .album h3 {
     height:43px;
     margin-top:0px;
     margin-bottom:0px;
     font-size:0.8em;
     text-align:center;
  }

  .album p {
    text-align:center;
  }

  /* Foto */
  .album > div + div {
     display:table-cell;
     width:198px;
     padding-bottom:5px;
  }

  .album:hover * {
     background-color:#420000;
     color:#FFFFFF;
  }

/* Externes Album ende */

/* Lokale Fotogruppe start */
  .fotogrp {
     width:95%;
     height:auto;
     line-height:0.8em;
     margin-top:15px;
     margin-bottom:15px;
     padding:0px;
     text-align:center;
     float:left;
   }
/* Titel */
  .fotogrp h3 {
     margin:0px;
     padding-left:5px;
     font-size:0.8em;
  }

  .fotogrp p {
     text-align: left;
  }


  /* Foto */
  .fotogrp img {
    padding-top:5px;
    padding-left:5px;
    padding-right:5px;
  }

  .fotogrp > div + div > div {
     display:table-cell;
     width:100px;
     padding-bottom:5px;
  }

  .fotogrp > div + div > div:hover {
     background-color:#420000; color: #FFFFFF;
  }
/* Lokale Fotogruppe ende */
/* Ende: galerie.css */