.left {  float: left; }
.right {  float: right; }

.cols-2 .column-2:after,
.cols-3 .column-3:after,
.cols-4 .column-4:after,
.cols-5 .column-5:after,
.cols-6 .column-6:after,
.cols-7 .column-7:after,
.cols-8 .column-8:after,
.cols-9 .column-9:after,
.cols-10 .column-10:after,
.cols-11 .column-11:after,
.cols-12 .column-12:after,
.last:after { 
	clear: both;
}

.cols-3 .item { width: 31.3%; margin-right: 3%; } 		/* 3 cols */
.cols-2 .item { width: 48%; margin-right: 4%; } 		/* 2 Cols */
.cols-4 .item { width: 25%; margin-right: 3%; } 		/* 4 cols */
.cols-5 .item { width: 18%; margin-right: 2.5%; } 	/* 5 cols */
.cols-6 .item { width: 15%; margin-right: 2%; } 		/* 6 cols */
.cols-7 .item { width: 13%; margin-right: 1.2%; } 	/* 7 cols */
.cols-8 .item { width: 10.5%; margin-right: 2%; } 	/* 8 cols */
.cols-9 .item { width: 10%; margin-right: 1%; } 		/* 9 cols */
.cols-10 .item { width: 9%; margin-right: 1%; } 		/* 10 cols */
.cols-11 .item { width: 8.5%; margin-right: 0.6%; } 	/* 11 cols */
.cols-12 .item { width: 8%; margin-right: 0.3%; } 	/* 12  cols */

.cols3_2 { width: 63.6%; margin-right: 3%; }			/* zwei drittel */
.cols4_2 { width: 40%; margin-right: 3%; }			/* zwei viertel */
.cols4_3 { width: 72%; margin-right: 3%; }			/* drei viertel */

.cols5_2 { width: 35%; margin-right: 3%; }			/* zwei fünftel */
.cols5_3 { width: 60%; margin-right: 3%; }			/* drei fünftel */
.cols5_4 { width: 82%; margin-right: 3%; }			/* vier fünftel */

.cols-2 .column-2,
.cols-3 .column-3,
.cols-4 .column-4,
.cols-5 .column-5,
.cols-6 .column-6,
.cols-7 .column-7,
.cols-8 .column-8,
.cols-9 .column-9,
.cols-10 .column-10,
.cols-11 .column-11,
.cols-12 .column-12,
.last {
	margin-right: 0 !important ;
}


