@media screen and (min-width: 768px) {
	.wpc-filters-scroll-container .wpc-filters-widget-wrapper {
		display: flex;
	}
	.wpc-filters-scroll-container .wpc-filters-widget-wrapper .wpc-filters-section {
		min-width: 260px;
	}
	.wpc-filters-scroll-container .wpc-filters-widget-wrapper .wpc-filters-section.wpc-filter-themengebiet {
		margin-right: 20px;
	}

	.projects-grid {
		display: flex;
		flex-wrap: wrap;
	}
	.projects-grid .project-item {
		flex-basis: 50%;
		padding: 10px;
	}
	.projects-grid .project-item a {
		background-color: #ccc;
		display: block;
		height: 100%;
	}
	.projects-grid .project-item a .text {
		padding: 20px;
	}
	.projekte-table {
		display: table;
	}
	.projekte-table-cell {
		display: table-cell;
		vertical-align: top;
		width: 50%;
	}
	.projekte-table-cell:first-child {
		padding-right: 30px;
	}
	.projekte-table-cell.one-third {
		width: 30%;
	}
	.projekte-table-cell.two-third {
		width: 70%;
	}
}

.projekte-title {
	margin-top: 50px !important;
	margin-bottom: 10px !important;
}
.projekte-subtitle {
	margin-bottom: 30px !important;
}
.projekte-description {
	text-align: justify-all;
}



