*
{
	font-family: 'Source Sans Pro', sans-serif;
	text-align: left;
	color: white;
	font-weight: normal;
	font-size: 13pt;
}

p
{
	margin: 0px;
	margin-bottom: 12px
}

strong
{
	font-weight: bold;
}

strong.einleitung
{
	font-weight: bold;
	font-style: italic;
	font-size: 108%;
	margin-right: 15px;
}

html
{
	height: 100%;
	margin: 20px;
	padding: 20px;
}

body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    background: url(/images/background.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed !important;
    float: left;
}

#header
{
	text-align: right;
	padding: 10px 20px 15px 20px;
	background-color: rgba(0, 0, 0, 0.7);
	box-shadow: 3px 3px 3px #444444;
	max-width: 800px;
	margin-left: auto;
}

#content
{
	padding: 20px;
	margin-top: 50px;
	margin-left: auto;
	margin-bottom: 50px;
	background-color: rgba(0, 0, 0, 0.7);
	max-width: 800px;
	box-shadow: 3px 3px 3px #444444;
}

#header h1
{	
	font-size: 2.5em;
	padding: 0px;
	margin: 0px;
	letter-spacing: 0.02em;
	color: #ffb400;
}

#header h2
{	
	font-size: 1.5em;
	padding: 0px;
	margin: 0px;
}

#header a,
#header p
{	
	font-size: 1.1em;
	padding: 0px;
	margin: 0px;
}

#header p
{	
	color: #DDDDDD;
}

#header h1,
#header h2,
#header p
{
	text-align: right;
}

#navigation-top
{
	z-index: 100;
	position: fixed;
	bottom: 0px;
}

#navigation-top a,
#navigation-top p
{
	text-align: left;
	color: black;
	font-weight: bold;
}

#navigation a,
#navigation p
{
	text-align: right;
	font-size: 1.1em;
	font-weight: bold;
}

#navigation a
{
	margin-left: 10px;
	border: solid 1px white;
	text-decoration: none;
	padding: 5px 8px 5px 8px;
	background-color: rgba(0, 0, 0, 0.5);
	box-shadow: 3px 3px 3px #444444;
}

#navigation a:hover
{
	background-color: rgba(90, 90, 90, 0.5);
}

.space-right
{
	margin-right: 10px;
}

.space-top
{
	padding-top: 10px;
}

#content p
{
	padding-left: 20px;
}

#content h1,
#content h2
{
	font-size: 1.5em;
	color: #ffb400;
}

#content h3
{
	font-size: 1.2em;
	color: #ffb400;
}

#mobile-navigation,
#mobile-navigation-button
{
	z-index: 100;
	position: fixed;
	top: 0px;
	left: 0px;
	margin-left: 0px;
	visibility: hidden;
	padding-top: 10px;
}

#mobile-navigation
{
	width: 0px;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	box-shadow: 3px 3px 3px #444444;
	padding: 10px;
	text-align: right;
}

#mobile-navigation .CloseButton
{
	font-size: 3em;
	margin-bottom: 20px;
	text-decoration: none;
}

#mobile-navigation p
{
	text-align: right;
	background-color: rgba(60, 60, 60, 0.8);
}

#mobile-navigation p.main-navigation a
{
	font-size: 1.5em;
	XXtext-decoration: none;
}

#mobile-navigation p.sub-navigation a
{
	font-size: 1.2em;
}

#mobile-navigation-button span
{
	cursor: pointer;
	font-size: 2em;
	padding-left: 10px;
}

a.extern[href^="http"]::after
{
    content: url(/images/link-extern.gif);
    padding-left: 3px;
}

@media screen and (max-width: 800px) {

	html
	{
		margin: 5px;
		padding: 5px;
	}

	#header
	{
		padding-top: 0px;
		padding-left: 50px;
	}
	
	#header h2
	{
		visibility: hidden;
		height: 0px;
	}
	
	#content
	{
		padding: 10px;
		margin-top: 10px;
	}	
	
	#mobile-navigation-button
	{
		height: auto;
		width: auto;
		visibility: visible;
	}
	
	#navigation,
	#navigation-top
	{
		height: 0px;
		visibility: hidden;
	}
}
