@import "http://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Open+Sans+Condensed:400,700";

body {
    background-color: #d3d7da;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 0.875em;
    line-height: 1.5em;
    margin: 0;
}

#container {
    height: 100%;
    padding: 0;
    text-align: left;
    width: 100%;
}

#navigation {
    background-color: #1e356a;
}

.svglogo {
    height: auto;
    margin: 0 0 6% 0;
    width: 90%;
}

nav {
	text-align: center;
    height: auto;
    margin: 0;
    width: 100%;
}

nav ul {
    display: table;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 100%;
}

nav li {
    margin: 0;
    padding: 0;
    width: 100%;
}

nav li a {
    background-color: #1e356a;
    border-top: 1px solid #d3d7da;
    color: #ffffff;
    display: block;
    font-size: 0.929em;
    margin: 0;
    padding: 3% 0;
    text-decoration: none;
    text-shadow: 0 2px 2px #1e2050;
    width: 100%;
}

nav li a:active, nav li a:hover {
    background-color: #d3d7da;
	color: #1e356a;
    text-shadow: 0 2px 2px #cbcfd2;
}

.top {
    background-color: #d3d7da;
    background-image: none;
    color: #1e356a;
    text-shadow: 0 2px 2px #cbcfd2;
}

header {
    background-color: #fff;
	background-image: url("img/header_500.jpg");
    background-position: 50% 0;
    background-size: cover;
    border-bottom: 2px solid #d3d7da;
    border-top: 1px solid #d3d7da;
    height: 150px;
	width: 100%;
	margin: 0;
    padding: 0;
    position: relative;
}

.zitat {
    display: none;
}

section {
    margin: 0;
}

#content {
    background-color: #fff;
    color: #333;
    min-height: 450px;
	height: auto;
    overflow: auto;
    width: 100%;
	margin: 0;
	padding: 2% 0;
}

article {
    padding: 0 3%;
    width: 94%;
}

article ul {
    list-style-position: outside;
    list-style-type: none;
    margin-left: -40px;
}

hr {
	border: 1px dotted #d3d7da;
	margin: 30px 0 10px 0;
	width: 100%;
}

.bild {
	width: 100%; 
	height: auto;
	border: 2px solid #d3d7da;
}

.bildtabelle {
	width: 98%;
	max-width: 250px;
	height: auto;
	border: 2px solid #d3d7da;
}

.dankschreiben {
	width: 100%;
	height: auto;
	border: 2px solid #d3d7da;
}

footer {
    background-color: #1e356a;
    border-top: 2px solid #d3d7da;
    color: #ffffff;
    height: auto;
    padding: 1% 0;
	margin: 0;
    text-shadow: 0 2px 2px #112940;
    width: 100%;
	text-align: center;
}

.logoprint {
	display: none;
}

abbr {
    color: #758da4;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

h1, h2, h3, h4 {
    color: #1e356a;
    font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
    font-weight: 700;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.7em;
    line-height: 1.3em;
    margin-top: 13%;
}

h3 {
    font-size: 1.25em;
	margin-top: 5%;
}

a {
    color: inherit;
    font-weight: 600;
}

p {
    font-size: 1em;
    line-height: 1.75em;
}

.hiddenlink {
    font-weight: 400;
    text-decoration: none;
}

.hidden {
    display: none;
}

@media screen and (min-width: 450px) {

.svglogo {
    margin: 0 0 6% 0; 
    width: 60%;
}

nav li {
	float: left;
    width: 20%;
}

nav li a {
    background-color: #1e356a;
    background-image: none;
    border-top: medium none;
    padding: 6% 0;
}

header {
    background-image: url("img/header_800.jpg");
    border-top: 2px solid #d3d7da;
    height: 150px;
}

h2 {
    margin-top: 8%;
}

}

@media screen and (min-width: 580px) {

.svglogo {
    margin: 0 0 5% 0;
    width: 50%;
	max-width: 400px;
}

header {
	height: 250px;
}

blockquote {
    background-color: rgba(30,53,106,0.6);
    border-top-left-radius: 4em;
    border-top-right-radius: 4em;
	position: absolute;
	bottom: 0;
	margin: 0 5% 0 35%;
    color: #ffffff;
    font-weight: 400;
    padding: 0.5% 4%;
    text-shadow: 0 2px 2px #112940;
    width: 52%;
}

.zitat {
    display: block;
	text-align: center;
	font-size: 1.6em;
    font-family: "Open Sans Condensed",Helvetica,Arial,sans-serif;
}

#content {
    margin: 0;
    width: 100%;
}

article {
    padding: 0 5%;
    text-align: left;
	width: 90%;
}

article ul {
    list-style: inherit;
    margin-left: 0;
}

.bild {
	display: inline-block;
	margin-right: 1%;
	width: 48%; 
	height: auto;
	border: 2px solid #d3d7da;
}

}

@media screen and (min-width: 820px) {

body {
	background-attachment: fixed;
    font-size: 1em;
}

#container {
    position: relative;
}

#navigation {
    border-bottom: 2px solid #d3d7da;
    height: auto;
    position: fixed;
    width: 100%;
    z-index: 2000;
}

.svglogo {
    margin: 0 3% 4% 0;
    position: relative;
    width: 45%;
	max-width: 500px;
}

nav {
    position: absolute;
	right: 5%;
	bottom: 0;
	width: auto;
}

nav ul {
    list-style: none outside none;
  	width: 100%;
}

nav li {
	margin: 0 10px;
	padding: 0;
	width: auto;
}

nav li a {
	background-color: #3b4f7d;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
	padding: 5px;
}

nav li a:active, nav li a:hover {
    background-color: #d3d7da;
}

header {
	background-image: url("img/header_1200.jpg");
    border-bottom: 0;
    height: 400px;
    z-index: 1000;
}
}

@media screen and (min-width: 1100px) {

body {
    background-attachment: fixed, fixed;
    background-image:url("img/background.png"), url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQImWM4ff7SfwYkAOfDGOgKcAtgaEVWAABM9R7EgMYaXgAAAABJRU5ErkJggg==);
    background-position: right bottom, left top;
    background-repeat: no-repeat, repeat;
    background-size: auto auto, auto auto;
}

#container {
	background-color: rgba(30,53,106,0.7);
    box-shadow: -1px 3px 5px #999;
    margin: 0 auto;
    max-width: 1100px;
    width: 85%;
}

#navigation {
    max-width: 1100px;
    width: 85%;
}

header {
    height: 400px;
}

blockquote {
    margin-left: 3%;
    width: 72%;
}

.zitat {
	text-align: left; 
	width: 80%;
}

#content {
    background-color: rgba(255, 255, 255, 0.9);
background: -moz-linear-gradient(top, #ffffff 20%, #d3d7da 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#ffffff), color-stop(100%,#d3d7da));
background: -webkit-linear-gradient(top, #ffffff 20%,#d3d7da 100%);
background: -o-linear-gradient(top, #ffffff 20%,#d3d7da 100%);
background: -ms-linear-gradient(top, #ffffff 20%,#d3d7da 100%);
background: linear-gradient(to bottom, #ffffff 20%,#d3d7da 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d3d7da',GradientType=0 );
    margin-left: 3%;
    width: 80%;
}

h2 {
	margin-top: 4%;
}

footer {
    height: auto;
    width: 100%;
}

}

@media print {
	body {
		background-color: #fff;
		font-size: 0.75em;
	}
	
	#container {
		text-align: left;
		width: 95%;
		margin-left: 5%;
	}

	#navigation {
    	display: none;
	}
	
	header {
		display: none;
	}
	
	section {
		margin: 0;
	}
	
	#content {
		background-color: #fff;
		color: #000;
		margin-top: -50px;
	}
	
	article {
		padding: 0;
		width: 100%;
	}
	
	pre {
		width: 100%;
		padding: 1%;
		border-left: 2px dotted #888;
		border-radius: none;
		background-color: #eeeeee;
	}
		
	.leistung {
		border-bottom: 0;
	}
	
	#tools {
		display: none;
	}
	
	td a {
		color: #000;
		text-decoration: underline;
	}
	
	.vorheben {
		background-color: #dddddd;
	}
	
	footer {
		background: #fff;
		border-top: 2px #000;
		color: #000;
		height: auto;
		text-shadow: none;
		margin-top: 30px;
	}
	
	.logoprint {
		display: block;
		margin: 20px 0;
		width: 200px;
		height: auto;
	}

	a {
		color: inherit;
		font-weight: 600;
		text-decoration: underline;
	}
	
	.linktitle {
		color: #000;
	}
	
	abbr {
		color: #000;
		font-weight: 700;
		letter-spacing: normal;
		text-transform: uppercase;
	}
	
	h1, h2, h3, h4 {
		color: #000;
	}
}

	
	