.text li{
	list-style:none;
	font-weight:bold;
	text-align:center;
	padding:8px;
}

.text li:nth-child(2n+1)
{
    background-color:#eee;
}

.text ul {
	padding-left:0;
	display: table;
	width: 100%;
}

.datei{
	float: left;
	width: 23%;
	padding: 2px 1%;
}

.bild{
	position: relative;
	max-width: 200px;
	height: 0px;
	margin: auto;
    margin-bottom: auto;
	overflow: hidden;
	padding-bottom: 100%;
}

.bild img {
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

@media only screen and ( max-width: 480px ){
	.datei{
	float: left;
	width: 48%;
	padding: 2px 1%;
}
}