@charset "UTF-8";

.galerie img {
 
  max-width: 95%;
  /*max-width: 899px;
  /*max-height: 70vw;
  /*max-width: 2S0px;*/
  /*width: 90%; 
  /* max-height: 300px; */
  /* margin: 10px 8px 10px 20px; */
  margin: 10px;
  border: 5px solid #FFF;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border-bottom-width: 20px;
  cursor: pointer; 
 }

.galerie img:hover {
  border-color: #FF1;
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.1);
}
/* .content-flex{  */
  /* justify-content: center;
  align-items: center;
  margin: 0 auto; */
  /* text-align: center; */
  /* margin: auto; */
/* } */
.galerie {
  background: rgb(17, 23, 28);
  max-width: 1400px;
  width: 100%;
  margin: auto;
  text-align: center;

}

.share_link {
  display: block;
  font-size: 100%; 
  font-weight: bold;
  text-decoration: underline;
  text-align: center;
  padding: 5px 8px 5px 8px;
  width: 80px;
  margin: auto;
  border-radius: 50px 20px;
  /* CSS Hack, um es in Google Chrome anzupassen*/
  -webkit-padding-before: 0.87em;
  -webkit-padding-after: 0.87em;
}

.share_link{
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.25+0,0.6+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.6) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.6) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.6) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#40000000', endColorstr='#99000000', GradientType=0);
  /* IE6-9 */
}

.share_link:hover,
.share_link:active {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#637792+0,000000+100&0.9+0,0.5+100 */
  background: -moz-linear-gradient(top, rgba(99, 119, 146, 0.9) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(99, 119, 146, 0.9) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(99, 119, 146, 0.9) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e6637792', endColorstr='#80000000', GradientType=0);
  /* IE6-9 */
}