/* Eigene Format-Klassen für Bilder */
.image-square {
  width: 300px;
  display: initial;
  margin-bottom: 1em;
  margin-top: 0.5em;
}

/* Eigene Format-Klassen für große Bilder */
.image-square-big {
  width: 450px;
  display: initial;
  margin-bottom: 1em;
  margin-top: 0.5em;
}

/* Animationen auf Startseiten-Bilder */
.linked-image {
  text-align: center;
  font-family: 'Great Vibes';
  font-size: 18pt;
  font-weight:bold;
}

.linked-image:hover .image-square {
  opacity: 0.3;
}

.linked-image-text {
  padding: 0px 32px;
  margin-top: 0.5em;
  margin-bottom:0em;
} 