@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300');
* {
	margin: 0;
	padding: 0;
	font-size: inherit;
	color: inherit;
	text-decoration: inherit;
	font-weight: inherit;
	font-style: inherit;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.4cm;
	background-color: rgb(0,9,18);
	color: white;
	font-weight: 400;
	padding-bottom: 3cm;
}
strong {
	font-weight: 600;
}
em {
	font-style: italic;
}
nav {
	background-color: white;
	color:black;
	padding-left: 1cm;
}
nav .toggle {
	display: none !important;
}
nav #menu {
	white-space: nowrap;
}
nav ul {
	list-style: none;
}
nav li:not(.full) {
	display: inline-block;
}
nav li a {
	padding: 0.5cm;
	display: inline-block;
	color: black;
	transition: background-color 0.2s ease-out 0s;
}
nav li a:hover, nav li a.active, nav li.active a {
	background-color: rgba(0,9,18,0.23);
	text-decoration: none;
}
nav h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	padding-right: 0.5cm;
	font-size: 0.5cm;
	color: rgb(0,74,130);
}
h1 {
	font-size: 0.7cm;
	line-height: 1.1cm;
	margin-bottom: 0.2cm;
	font-weight: 300;
	color: rgb(128,128,128);
}
h1 > span {
	color: black;
}
.neg h1 {
	color: rgb(192,192,192);
}
.neg h1 > span {
	color: white;
}
h2 {
	font-size: 0.4cm;
	line-height: 0.7cm;
	margin-bottom: 0.1cm;
	font-weight: 600;
}
h3 {
	font-size: 0.4cm;
	line-height: 0.7cm;
	margin-bottom: 0.1cm;
	font-weight: 600;
}
p {
	font-size: 0.4cm;
	line-height: 0.7cm;
	margin-bottom: 0.4cm;
}
a {
	color: rgb(0,74,130);
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.center {
	margin: 0 auto;
}
.content {
	position: relative;
	margin: 0 auto;
	width: calc(100% - 2cm);
}
.clear {
	clear: both;
}
.content p:last-child {
	margin-bottom: 0;
}
.content .picture {
	background-color: rgb(186,192,198);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	line-height: 0;
	margin: 0.5cm -1cm 0.5cm -1cm;
}
.content .picture.legende {
	margin-bottom: 0;
}
.content .picture img {
	max-width: 50%;
	border-left: 2px solid white;
	border-right: 2px solid white;
}
#home {
	background: url('../img/intro.jpg') center top no-repeat fixed;
	color: white;
	height: calc(30vh + 30vw);
	background-size: cover;
}
div.text {
	background-color: white;
	padding-top: 1cm;
	padding-bottom: 1cm;
	color: black;
}
div.text.neg {
	background-color: rgb(0,9,18);
	color: white;
}
#aktuell {
	background: url('../img/bokeh.jpg') center center no-repeat fixed;
	height: calc(30vh + 30vw);
	color: white;
	background-size: cover;
}
.bokeh {
	background: url('../img/bokeh.jpg') center center no-repeat fixed;
	background-size: cover;
}
a.button {
	padding: 0.2cm 0.3cm 0.2cm 0.3cm;
	background-color: white;
	color: black;
	margin-top: 0.5cm;
	display: inline-block;
	opacity: 0.5;
	transition: opacity 0.2s ease-out 0s;
}
a.button:hover {
	text-decoration: none;
	opacity: 1;
}
.middle .content {
	padding-top: 25%;
}
nav {
	position: fixed;
	top: 0;
	z-index: 99;
	width: 100%;
	border-bottom: 1px solid rgb(0,9,18);
}
nav + span {
	padding: 0.5cm;
	display: block;
}
h1.shadow {
	text-shadow: 1px 1px 0 black;
}
img.logo {
	float: right;
	max-width: 100%;
	width: 6cm;
	padding: 0;
	margin-bottom: 0.5cm;
}
body > div {
	position: relative;
}
body > div > aside {
	position: absolute;
	top: 0;
	width: 100%;
}
body > div > aside > span {
	display: block;
	width: calc(100% - 2cm);
	margin: 0 auto;
}
body > div > aside > span > span {
	background-color: rgb(0,74,130);
	color: white;
	font-size: 0.4cm;
	font-weight: 400;
	display: inline-block;
	padding: 0.05cm 0.2cm 0.1cm 0.2cm;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
}
body > div > aside > span > span.orange {
	background-color:rgb(245,156,0);
}
body > div > aside > span > span.orange a {
	color:white;
}
body > div > aside > span > span > a[href='#archiv']:hover {
	text-decoration: none;
}
a[href='#archiv'] .fa {
margin-right:0.2cm;
display:inline-block;
}
#archiv {
margin-top:1cm;
}
.klappe > h2 {
	cursor:pointer;
	background-color: rgb(245,156,0);
	color: white;
	padding:0.1cm 0.2cm 0.1cm 0.2cm;
}
.klappe > h2:not(.active) + .inhalt,
.klappe > h2:not(.active) .close,
.klappe > h2.active .open {
display:none;
}
.klappe > h2 .close,
.klappe > h2 .open {
margin-right:0.2cm;
display:inline-block;
}
.klappe .inhalt {
border:1px solid rgb(245,156,0);
border-top:none;
padding:0.3cm;
position:relative;
margin-bottom:0.5cm;
}
.neg .klappe {
background-color:white;
color:rgb(0,9,18);
}
.klappe .inhalt .close {
	position:absolute;
	bottom:0;
	right:0;
	background-color:rgb(245,156,0);
	color:white;
	display:inline-block;
	padding:0.1cm;
	cursor:pointer;
}
.klappe .inhalt p:last-child {
	margin-bottom:0;
}

.content ul {
margin:0 0 0.5cm 0.5cm;
}

img.max {
max-width: 100%;
}

/*
a[href='#archiv'] .fa-folder,
a[href='#archiv']:hover .fa-folder-open {
display:inline-block;
}
a[href='#archiv']:hover .fa-folder,
a[href='#archiv'] .fa-folder-open {
display:none;
}
*/
.multimage {
	display:none;
}
.multimage .main {
border-left:2px solid white;
border-right:2px solid white;
}


@media only screen and (min-width: 800px) {
/*
nav {
text-align: center;
}
*/
h1.big {
	font-size: 5vh;
	line-height: 7vh;
	}
nav li.full {
	display: inline-block;
}
.content {
	width: 70%;
}
body > div > aside > span {
	width: 70%;
}
.content .picture {
	margin: 0.5cm 0 0.5cm 0;
}
.container {
	background-color: rgb(201,200,189);
	line-height: 0;
	text-align: center;
	overflow:hidden;
	margin-bottom:0.5cm;
}
.container video, .container img {
	border-left: 2px solid white;
	border-right: 2px solid white;
	max-width: 50%;
	margin: 0 auto;
}
}

@media only screen and (max-width: 666px) {
nav ul {
	width: calc(100% - 2cm);
}
nav li.full {
	display: inline-block;
}
nav #menu {
	display: none;
}
nav #menu li, nav #menu li a {
	display: block;
}
nav h1 {
	padding: 0.3cm;
	font-size: 0.45cm;
}
nav .toggle {
	float: right;
	display: inline-block !important;
	padding: 0.3cm;
	cursor: pointer;
	font-size: 0.5cm;
}
#menu.active {
	display: block;
}
nav + span {
	padding: 0.4cm;
	display: block;
}
.content h1 {
	font-size: 0.6cm;
	line-height: 0.85cm;
}
.middle .content {
	vertical-align: middle;
	justify-content: center;
	padding: 1cm;
}
.content {
	flex: 1;
}
img.logo {
	float:none;
}
}