body {
	background-image: url("hessen-hzd-bg.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	z-index: 1;
    background-color: hsla(0,0%,100%,0.60);
    background-blend-mode: overlay;
	font-family: "Helvetica Neue", "Segoe UI", Helvetica, Arial, "Lucida Grande", sans-serif;
}

h1, h2, h3, p, ul {
	margin-left: 15%;
	backdrop-filter: opacity(80%);
}

p.compact {
	white-space: pre-line;
}

header {
	margin-top: 100px;
}

#main {

}
