body {
}
#background {
	/*background-color: #e6e6e6;'/
	padding-top: 1em;
	padding-bottom: 1em;
}
#page {
	/*border-style: solid;
	border-color: #e6e6e6;
	border-width: 0.2em;*/
	max-width: 45em;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	box-shadow: 10px 10px 10px 10px #999; 
}
#content {
	/*border-style: solid;
	border-top-color: #ffffff;
	border-left-color: #e6e6e6;
	border-right-color:  #e6e6e6;
	border-bottom-color: #ffffff;
	border-left-width: 0.2em;
	border-right-width: 0.2em;*/
}
#logo {
	display: inline;
	float: right;
	/*position: relative;*/
}
#datum {
	display: inline;
	/*font-weight: bold;*/
}
#ausfall {
	/*display: inline;*/
	text-decoration: line-through;
}
#zeit {
	display: inline;
	font-style: italic;
}
#thema {
	font-variant: small-caps;
	letter-spacing: 0.1em;
	font-size: large;
	font-weight: bold;
	/*font-style: italic;*/
}
#ort {
}
a:link {
	color: black;
}
a:hover {
	text-decoration: none;
}
.flex-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.flex-item {
	flex-grow: 1;
}
.flex-item:nth-of-type(2) {
	flex-grow: 2
	/*align-self: flex-end;*/
}
header {
	background-color: #ffb300;
	font-family: futura, century gothic, calibri, helvetica, arial, sans-serif;
	padding-top: 0.25em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.25em;
}
#nav {
	/*list-style-type: none;*/
	/*font-variant: small-caps;*/
	/*letter-spacing: 0.2em;*/
	/*line-height: 1.5em;*/
	font-weight: bold;
	/*font-size: 1.1em;*/
}
section {
	padding-left: 0.5em;
	padding-right: 0.5em;
}
h1, h2 {
	font-family: futura, century gothic, calibri, helvetica, arial, sans-serif;
	color: #008D96;
}
h3 {
	font-family: futura, century gothic, calibri, helvetica, arial, sans-serif;
}
p {
	font-family: futura, century gothic, calibri, helvetica, arial, sans-serif;
}
ul {
	font-family: futura, century gothic, calibri, helvetica, arial, sans-serif;
}
footer {
	border-top-width: 0.1em;
	border-top-style: solid;
	border-color: #0C1919;
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	background-color: #b3ffe6;
	color: #0C1919;
}
img {
	max-width: 100%;
	height: auto;
}