body {
	background:url('img/bg.gif') repeat-x;
	background-color:#f2f4fe;
	font-family:'Open Sans', calibri, arial, verdana, sans;
	font-size:16px;
	padding:10px;
}

* {
	margin:0;
	padding:0;
}

a:link, a:visited {
	color:#006;
	text-decoration:none;
}

a:hover {
	color:#007;
	text-decoration:underline;
}

a:active {
	color:#00a;
}

.header {
	background:url('img/resp_header.png') no-repeat #fff;
	background-size:cover;
	width:950px;
	height:100px;
	margin-left:auto;
	margin-right:auto;
	border-top-left-radius:2em;
	border-top-right-radius:2em;
}

.header h1 {
	visibility:hidden;
}

.shadow {
	width:950px;
	margin:2em auto 3.5em;
	box-shadow:0 0 .5em rgba(0, 0, 0, .5);
	border-radius:2em;
	background:#fff;
}

.content {
	background:#fff;
	text-align:justify;
	min-height:500px;
}

.wrapper {
	padding-bottom:10px;
	float:left;
	width:780px;
}

.nav {
	background:url('img/navi.png') no-repeat  #fff;
	width:170px;
	height:400px;
	color:#fff;
	line-height:25px;
	text-align:right;
	float:left;
}

.nav iframe, ul {
	margin-right:10px;
}

.nav iframe {
	margin:20px 0 0 -35px;
	padding:5px;
}

ul {
	list-style-type:none;
	padding:0;
}

li {
	padding:5px 10px;
}

li a.active {
	font-weight:bold;
}

ul.fotos li {
    float: left;
    padding: 0 10px 10px 0;
}

.nav a:link {
	color:#fff;
}

.nav a:visited {
	color:#fff;
}

.nav a:hover {
	color:#ddd;
	text-decoration:underline;
}

.nav a:active {
	color:#bbb;
}

.content h1{
	font-variant:small-caps;
	font-weight:bold;
	font-size:25px;
	color:#00246d;
	padding:10px 0;
}

h2 {
	font-weight:bold;
	font-size:1em;
	margin:1em 0 .5em;
	clear:both;
}

h3 {
    font-weight: normal;
    font-size: 1em;
    margin: .5em 0 .25em;
    text-decoration: underline;
}

p {
	margin: .5em 1em 0 0;
	line-height: 125%;
}

p.counter {
	clear:both;
}

.footer {
	width:950px;
	height:2em;
	background:#0036a4;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	color:#fff;
	font-size:12px;
	line-height:25px;
	border-bottom-right-radius:2em;
	border-bottom-left-radius:2em;
}

.footer a:link, .footer a:visited {
	color:#fff;
	text-decoration:none;
}

.footer a:hover {
	color:#ddf;
	text-decoration:underline;
}

.footer a:active {
	color:#ccf;
}

.ff-ad {
	visibility:hidden;
}

.ads {
	clear:right;
	margin:1em 0;
	clear:both;
}

.ads:before {
	content:'Anzeigen:';
	font-size:.75em;
    color:#999;
}

.printfooter {
	display:none;
}

.wrapper::after, .content::after {
  content: "";
  clear: both;
  display: table;
}

#cookie-banner {
    position: fixed;
    bottom: 0;
    background: #fff;
    width: 100%;
    margin: 0 -10px;
    box-shadow: 0 0 1em rgba(0, 0, 0, .5);
}

#cookie-banner > * {
    margin: 1em;
}

#cookie-banner p {
    float: left;
}

#cookie-banner button {
    background: #f6c900;
    padding: .25em 1em;
    border-radius: 1em;
    border: 0;
    font-weight: bold;
}

/** Anpassungen für kleine Displays **/
@media screen and (max-width:1025px) {
	.header, .shadow, .footer {
		width:auto;
	}

	.header {
		background:#0036a4;
		padding:1em;
		height:auto;
	}

	.header h1 {
		visibility:visible;
		font-size:2em;
		font-weight:bold;
		font-style:italic;
		color:#fff;
		font-family:'Open Sans', calibri, arial, verdana, sans;
		text-shadow:.1em .1em .1em #333;
	}

	.shadow {
		margin:0 auto;
	}

	.nav {
		margin-top:.25em;
		margin-top:.25rem;
		float:none;
		background:#fff;
		width:100%;
		height:auto;
		text-align:left;
	}

	.nav ul, .nav iframe {
		margin:0;
	}

	.nav li {
		padding:.25em .5em;
		padding:.25rem .5rem;
	}

	.nav a {
		background:#0036a4;
		display:block;
		padding:.25em .5em;
	}

	.nav iframe {
		margin:.5rem;
		background:#083ca6;
		padding:1em;
		width:100%;
	}

	.wrapper {
		margin:.5rem;
		margin-top:3rem;
		padding-bottom:0;
	}

	.wrapper img {
		max-width:33%;
		height:auto;
	}

	.footer {
		height:auto;
	}
}
