
/* Linkfarbe ändern */
a:visited {
	color: #0093d3;
}

a:active, a:focus, a:hover {
	text-decoration: underline;
	color: #0093d3;
}


/* Captions der Bilder an Bildgröße anpassen */
figure.image-caption { 
  text-align: left; 
  margin: 0px; 
  margin-right: 20px; 
  margin-bottom: 10px; 
  width: 33%; 
  float: left; 
  min-width: 200px; 
} 

.figimage-caption {
  position: relative;
  width: 100%;
  line-height: 1em;
  background: rgba(0, 0, 0, 0.2);
  padding: 2px; 
} 

figure img { 
  width: 100%;
  display: block; 
}


.foerder {
    width: 100%;
    min-width: 50px;
}

.foerder  img {
    width: 80%;
}

.foerder > .image-surround {
	margin-left: 5%;
	margin-right: 5%;
}



