body {
    font-size: 100%;
	width: 100%;
    margin: 0 auto;
	background-color: rgb(226,152,55);
}
#Teaser {
    display: flex;
	min-height: 100vh;
	align-items: center;
    justify-content: center;
	flex-direction: column;
}
p {
	display: flex;
    min-height: 0vh;
    margin: 0 auto;
    flex-direction: row;
}
a {
	font-family: 'Open sans',sans-serif;
    text-decoration: none;	
	font-size: 1.0em; /* 16px/16=1.0em */
	font-weight: normal;
}
 /* unvisited link */
a:link {
    color: black;
}
/* visited link */
a:visited {
    color: black;
}
/* mouse over link */
a:hover {
    color: blue;
}
/* selected link */
a:active {
    color: blue;
} 
#imprint {
}