﻿.page-blog__mannschaft {
  width: 100%;
}

.page-blog__mannschaft .item {
	margin-bottom: 0;
}

/* Header und Artikel in voller Breite */
.page-blog__mannschaft > .page_header,
.page-blog__mannschaft > .category_desc {
  width: 100%;
}

/* Items als horizontale Reihe */
.page-blog__mannschaft > .items-row {
	width: 100%;
	max-width: 48%;
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
	margin: 0 1% 10px 0;
}

/* Letztes Element ohne rechten Rand */
.page-blog__mannschaft > .items-row:last-child {
  margin-right: 0;
}

.page-blog__mannschaft  .row-fluid [class*="span"]:first-child {
    margin: 0 0 0 -30px;
}



@media (max-width: 920px) {
	.page-blog__mannschaft > .items-row {
		max-width: 100%;
		margin: 0 0 10px 0;
	}
}
