/*--------------------------- Galerie Gesamt --------------------------*/
.Galerie {
    display: inline-block;  
    position: relative;
    
}

/*--------------------------- Galerie Bilder --------------------------*/
.Galerie a img {
    width: 90%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0px 20px 0px;
    transition: 0.5s;
}

/*--------------------------- Galerie Hover --------------------------*/
.Galerie a img:hover {
    filter: grayscale(50%);
    transform: scale(1.1);
}


/*---------------------------------------------------------------------------------------*/
/*----------------------------------- MOBILE PART end -----------------------------------*/
/*---------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------------*/
/*---------------------------------- TABLET PART start ----------------------------------*/
/*---------------------------------------------------------------------------------------*/

@media only screen and (min-width: 500px){
  
/*--------------------------- Galerie Gesamt --------------------------*/
.Galerie {

/*
    position: relative;
    top: 13%;
    left: 4%;
*/
    margin: 170px 50px 60px 120px;
}

/*--------------------------- Galerie Bilder --------------------------*/
.Galerie a img  {
    min-width: 200px;
    max-width: 350px;
    height: auto;
    display: inherit;
    padding: 0px 5px 40px 10px;
    transition: 0.5s;
}

/*   Tablet Ende */
}
/* --------------*/


/*---------------------------------------------------------------------------------------*/
/*----------------------------------- TABLET PART end -----------------------------------*/
/*---------------------------------------------------------------------------------------*/