.downloads-category {
		margin-bottom: 8rem;
}
.downloads-category-headline {
	margin-bottom:  var(--gutter-double);
}
.downloads-category-headline h2 {
	color: var(--colored-text);
	font-size:  var(--gutter-double);
}


.downloads-per-category {
	width: calc(100% +  var(--gutter-double));
	margin-left: -var(--gutter);
	display: flex;
	flex-wrap: wrap;
}

.downloads-list-item {
	width: 33.333%;
	padding: 0 var(--gutter);
	margin-bottom: var(--gutter);
	position: relative;
}

@media(max-width: 1150px) {
	.downloads-list-item {
		width: 50%;
	}
}

.downloads-list-item a {
	text-decoration: none;
}

.downloads-list-item-name {
	background: var(--colored-text);
	padding: var(--gutter-half);
	min-height: 8rem; /* TODO: 2 Lineheights hoch */

		color: #fff;
		text-decoration: none;
		font-weight: 700;
		font-size: var(--font-size);

}
