/* Impressum Cascading Style Sheet **************************************************************/


/* FOOTER **************************************************/
#footer-nav ul li:nth-child(1) a{
	color: #f8c311;
}

/* IMPRESSUM **************************************************/
#impressum{
	width: 50%;
	margin: 0 auto;
	text-align: left;
}

#impressum h1{
	text-align: center;
}

#impressum div{
	margin-bottom: 70px;
}

#impressum div p span{
	font-size: 20px;
}

#table{
	width: 100%;
}

#table tr td a{
	font-family: 'Dosis', sans-serif;
	font-weight: 800;
	font-size: 18px;
	color: #353535;
}

#table tr td a:hover{
	color: #f8c311;
	text-decoration: none;
}