html {
	position: relative;
    min-height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
}

/* -------------------- navigation.css ---------------------- */
.topnav a {
    font-size: 1.1em;
}

.dropdown .dropbtn {
    font-size: 1.1em;
    min-height: 5em;
}

/* ---------------------------------------------------------- */

/* -------------------- page.css ---------------------- */
h1 {
	font-size: 2.75em;
}
h2 {
	font-size: 1.5em;
}
a.teaser {
	font-size: 1.25em;
}
a.download {
	font-size: 1.1em;
}
div.customTeaser {
	font-size: 1.5em;
}
/* ---------------------------------------------------------- */