@charset "UTF-8";

h1.ueberschrift {
	margin-left: 30px;
}

.table {
	display : flex;
   flex-direction : row; 
   flex-flow : wrap;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	max-width: 1101px;
}

.table-row {
	display: table-row;
}

.table-cell {
	display: table-cell;
	padding: 30px;
	vertical-align: top;
	max-width: 307px;
}

.philo {
	text-align: center;
}

@media screen and (max-width: 1300px){
	.table{
		max-width:734px;
	}
}

@media screen and (max-width: 768px){
	.table{
		max-width:350px;
	}
}