@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');

body {
	margin: 0;
	background: #ececec;
	color: #4b4b4d;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px
}

header, main {
	width: 95%;
	max-width: 1100px;
	margin: 0 auto
}

header h1 {
	margin: 2em auto 1em auto;
	width: 450px;
	height: 250px;
	background: transparent url('../img/logo.svg') no-repeat 0 0;
	background-size: contain;
	text-indent: -3000em;
}


table {
	width: 100%;
	border-collapse: collapse;
}

table td {
	height: 80px;
	padding: 0 10px 0 100px;
	border-top: 1px solid #4b4b4d;
	border-bottom: 1px solid #4b4b4d;
	background: transparent url('../img/icons.svg') no-repeat 10px 20px;
	background-size: 60px
}

td.email { background-position: 10px -270px }
td.phone { background-position: 10px -70px }
td.info { background-position: 10px -360px }
td.mobil { background-position: 10px -122px; background-size: 50px }
td.empty { background-image: none }

a, a:hover, a:focus, a:visited {
	color: #4b4b4d;
	text-decoration: none
}

dl {
	margin: 2em 0 0 0
}

dt {
	margin: 0;
	float: left;
	width: 50%;
	font-weight: bold
}

dd {
	margin: 0;
	float: right;
	width: 50%
}
