 .image-wrap img {
	max-height: 100%;
	width: auto;

	max-width: 100%;
	height: auto;
}

  
.image{
	margin-bottom: 1em;
} 
  
/* bildgrößen */

.klein.portrait img{
	height: 250px;
	width: auto;
}

.klein.landscape img{
	width: 250px;
	height: auto;
}

.mittel.portrait img{
	height: 500px;
	width: auto;
}

.mittel.landscape img{
	width: 500px;
	height: auto;
}

.gros.portrait img{
	height: 800px;
	width: auto;
}

.gros.landscape img{
	width: 800px;
	height: auto;

}










.caption{
	text-indent: 0;
    font-family:"SuisseIntl-Book";

margin-top: 5px;


	font-size: 11px;
	line-height: 15px;
}
