@import url(https://fonts.googleapis.com/css?family=Roboto);

* {
    margin: 0;
}

html, body    {
    font-family: 'Roboto', sans-serif;
	background: #E1E9EC;
	font-size: 16px;
}


article {
	text-align: center;
    margin: 50px auto;
	padding: 40px;
	background-color: #fff;
	position: relative;
	display: block;
	width: 70%;
	max-width: 800px;
	min-width: 320px;
	border: 1px solid #ccc;
}


article h1 {
	text-align: center;
    margin-bottom: 1.0em;
	font-size: 2.0em;
}
article h2 {
	text-align: center;
    margin-bottom: 1.0em;
	font-size: 1.0em;
	font-weight: bold;
}
article h3 {
	text-align: center;
    margin-bottom: 1.0em;
	font-size: 1.0em;
	font-weight: bold;
}

article li
{
line-height: 1.5em;
}

article p
{
	text-align: center;
    margin-bottom: 1em;
    line-height: 1.5em;
}

article  div.impressum-text,
article  div.impressum-text p,
article  div.impressum-text li,
article  div.impressum-text h3
{
	text-align: left;
}
