﻿/* Die Einträge werden automatisch erzeugt und überschrieben, wenn Sie diese ändern. */
.masonry-grid{
	clear:both;
	overflow:hidden;
}
.masonry-item {
	float:left;
	border: 0px solid #333;
	border-radius: 0px;
	overflow:hidden;
    margin-bottom:0px;
}
div.masonry-item a{
	margin:0;
}
.masonry-item h1, .masonry-item h2, .masonry-item h3, .masonry-item h4, .masonry-item h5, .masonry-item h6{
    margin-top:0;
}
.masonry-content {
    padding:10px;
    margin:0 0 0px 0;
    height:200px;
    overflow:hidden;
    display:none;
}
.masonry-gutter-sizer{
    width:0px;
}
.masonry-grid-sizer{
    width:200px;
}
.masonry-width1 { width: 200px; }
.masonry-width2 { width: 400px; }
.masonry-width3 { width: 600px; }
.masonry-width4 { width: 800px; }
.masonry-height1 { height: 200px; }
.masonry-height2 { height: 400px; }
.masonry-height3 { height: 600px; }
.masonry-height4 { height: 800px; }
