.kontakt {
	z-index:1;
	background-color: #f7f7f7;
	margin-left:auto;
	margin-right:auto;
	max-width: 1920px;
	text-align: center;
}

div.table {
	display: table;
	border-collapse: separate;
	width: 100%;
	max-width: 1070px;
	border-spacing: 10px;
	margin-left: auto;
	margin-right: auto;
}

div.tr {
	display: table-row;
}

div.td {
	display: table-cell;
	text-align: left;
	width: 330px;
	height: 500px;
	margin: 10px;
	padding: 20px;
	float: left;
	background-color: #FFFFFF;
}
h2{
	font-family: 'open_sansregular', sans-serif;
	font-size:1.5em;
	margin: 0;
	margin-bottom: 5px;
	text-align:left;
}
a{
	text-decoration:none;
	color:#000;
	font-family: 'open_sansregular', sans-serif;
	line-height: 1.8rem;
	font-weight: normal;
}

@media screen and (max-width: 1100px) {
div.table {
	width: 720px;
}
h2{
	text-align:left;
}
}
@media screen and (max-width: 750px) {
div.table {
	width: 350px;
}
h2{
	text-align:left;
}
}