#bewertung {margin:0; text-align:center; font-weight:bold;}

.Vorschau {
  display: inline-block;
}

.Vorschau img {
  height: 10em;
  margin: 0 3.3em 1em 0em;
  max-width: 200px;
}

.Vorschau:nth-child(4) img {
  margin-right: 0;
}

#Logo {
  height: 8em;
  float: left;
  margin: 0em 3em 1em 1em;
}

.row:first-child {
  margin-top: 10%;
  padding-top: 0px;
  border: none;
}

.row {
  border-top: 1px solid #cfcfcf;
  padding: 2em 0 0 0;
}

.gallery {
  border-top: 0;
  line-height: 0;
  padding: 0;
}

.gallery.last {
  padding-bottom: 1em;
}

.gallery img {
  max-width: 100%;
  box-sizing: border-box;
}

.gallery .columns {
  width: 50%;
  margin-left: 0;
}
.gallery .big.columns { width: 100%; }
.gallery .big2.columns { width: 100%; }
.gallery .wide.columns { width:100% ; }
.gallery .wide2.columns { width:100% ; }
.gallery .narrow.columns { width:100% ; }
.gallery .narrow2.columns { width:100% ; }
.gallery .thin.columns { width:100% ; }
.gallery .broad.columns { width:100% ; }
.gallery .tall.columns { width:100% ; }
.gallery .broad2.columns { width:100% ; }
.gallery .tall2.columns { width:100% ; }
.gallery .six.columns { width: 100%; }


.gallery .four.columns:last-child { width: 100%; }

/* For devices larger than 550px */
@media (min-width: 550px) {
  .gallery .columns {
    margin-left: 0; 
  }

  .gallery .big.columns   { width: 36%; }
  .gallery .small.columns { width: 32%; }

  .gallery .big2.columns   { width: 30.77%; }
  .gallery .small2.columns { width: 34.61%; }

  .gallery .wide.columns   { width: 47%; }
  .gallery .narrow.columns { width: 26.5%; }

  .gallery .wide2.columns   { width: 52.921%; }
  .gallery .narrow2.columns { width: 23.54%; }

  .gallery .fat.columns   { width: 34.62%; }
  .gallery .thin.columns { width: 30.76%; }

  .gallery .broad.columns { width: 39%; }
  .gallery .tall.columns { width: 22%; }

  .gallery .broad2.columns { width: 40.91%; }
  .gallery .tall2.columns { width: 18.17%; }

  .gallery .six.columns   { width: 50%; }
  .gallery .three.columns { width: 25%; }
  .gallery .four.columns  { width: 33.3333333333%; }
  .gallery .four.columns:last-child  { width: 33.3333333333%; }
}

footer {
  border-top: 1px solid #cfcfcf;
  padding: 1em 0;
}

.columns a:hover:after{
  position: absolute;
  top: -90px;
  left: 0px;
  display: block;
  width: calc(100% - 15px);
  content: attr(title);
  color: #fff;
  font-size: .8em;
  padding: 85px 0px 20px 15px;
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */
}

a { position: relative; }

.stars {
  text-align: center;
  min-height: 45px;
  line-height: 1;
  margin: .5em 0;
}
.stars a {
  text-decoration: none;
  font-size: .8em;
  color: #CFCFCF;
}
.stars img {
  border: 0px;
  padding-right: 3px;
  padding-left: 2px;
}
.stars .vote {
  cursor: pointer;
}
.stars u {
  font-variant: small-caps;
  text-decoration: none;
}
