* {
	box-sizing: border-box;
}


body {
	margin: 0px;
	font-size: 28px;
	font-family: Helvetica;
	min-width: 300px;
	overflow: auto;
}

p {
	font-size: 20px;
	text-align: justify;
	line-height: 140%;
	margin-bottom: 0;
	margin-top: 0;
}

a {
	color: chocolate;
	text-decoration: underline;
	transition: background 0.5s ease;
}

a:hover {
	background-color: chocolate;
	color: white;
}

.unlink {
	color: inherit;
}

.unlink:hover {
	color: inherit;
}

header {
	width: 100%;
	margin: 0px;
	padding: 0;
	height: 200px;
	background-color: beige;
	position: relative;
	overflow: visible;
	z-index: +1;
}

.headertitle {
	padding: 0;
	margin: 0;
	float: left;
	text-align: center;
}

.headertitle h1 {
	font-size: 50px;
	z-index: 4;
}

.headertitle h2 {
	font-size: 35px;
}

.headerpic {
	float: right;
	text-align: center;
	max-height: 200px;
}

#skyline{

}
.navi {
	list-style-type: none;
	margin: 0;
	overflow: hidden;
	background-color: burlywood;
	border: 1px solid black;
	position:relative;
	position: -webkit-sticky;
	/* Safari */
	position: sticky;
	top: 0;
	z-index: +10;
}

.navi li:not(.right) {
	float: left;
}

.navi i {
	margin: 0px;
	padding: 0px;
	font-size: 32px;
}

.right {
	float: right;
}

.navi li a {
	display: block;
	font-family: verdana;
	color: black;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	transition: background-color 0.5s ease;
	height: 60px;
}


li a:hover:not(.active .inaktiv) {
	background-color: brown;
}

.active {
	background-color: chocolate;
}

.zeile {
	width: 100%;
	margin: 0px;
	padding: 0px;
	z-index: -1;
}

.section-menu {
	position: fixed;
	top: 0px;
	padding-top: 260px;
	width: 200px;
	height: 100%;
	background-color: beige;
	border-right: 1px solid black;
	overflow-y: auto;
	overflow-x: hidden;
	font-family: verdana;
	font-size: 22px;
}

.section-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 200px;
}

.section-menu li a:not(.inaktiv) {
	display: block;
	font-weight: bold;
	color: black;
	margin: 0;
	padding: 25px 15px;
	z-index: 200;
	text-decoration: none;
	transition: background-color 0.5s ease;
}

.inaktiv {
	display: block;
	cursor: context-menu;
	font-weight: 100;
	color: grey;
	font-style: oblique;
	margin: 0;
	padding: 25px 8px;
	z-index: 200;
	text-decoration: none;
}

.inaktiv:hover {
	background-color: inherit;
	color: grey;
}

.section-side {
	position: fixed;
	top: 0px;
	float: left;
	width: 200px;

	margin-top: 00px;
}

#seitenbild1, #seitenbild2{
	position:absolute;
	left:0;
	width: 200px;
	min-height: 100vh;
	opacity: 0;
	transition: opacity 0.8s ease;
}


.section-a {
	font-family: Verdana;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 25px;
	min-height: 70vh;
	border: none;
}

.section-a p, .section-a h2, .section-a h3, .section-a h4, .section-a h5, .section-a h6, .section-a iframe {
	max-width: 1000px;
	margin:auto;
	padding-bottom: 15px;
}


footer {
	position: relative;
	width:100%;
	border-top: 1px solid black;
	background-color: burlywood;
	padding-top: 0px;
}

.footerlinks {
	height: 50px;
	list-style-type: none;
	margin: auto;
	font-size: 20px;
	color: white;
}

.footerlinks a {
	color: white;
	float: right;
	text-decoration: none;
}

.footerlinks a:hover {
	text-decoration: underline;
	background: none;
}




/* Small devices (kleiner als 768px) */
@media only screen and (min-width: 0px) {
	header{
		height: 350px;
	}

	.headertitle {
		width: 100%;
		height: 150px;
	}
	
	.headerpic {
		width: 100%;
		height: 200px;
		margin:0;
	}
	
	#skyline {
		max-width: 100%;
		max-height: 200px;
	}
	
	.navi{
		padding: 0px;
		
	}
	
	.navi li a {
		font-size: 3.4vw;
	}
	
	.section-menu, #seitenbild1, #seitenbild2{
		display: none;
	}
	
	.section-a{
		margin-left: 0;
		padding-left: 10px;
		padding-right: 10px;

	}
	
	.footerlinks{
		height:75px;
		padding:0;
	}
	
	.footerlinks a {
		margin-bottom:10px;
		padding-top: 5px;
		width:50%;
		float:left;
		text-align:center;
		font-size: 18px;
	}
	
	.footerLeft{
		width:100%;
		text-align: center;
		position: absolute;
		bottom: 10px;
		padding:0;
	}
	
} 

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	.navi, .footerlinks{
		padding-left: 8%;
		padding-right: 5%;
	}
	
	.footer, .footerlinks{
		height:50px;
	}
	
	.footerLeft{
		position: relative;
		float:right;
		width:auto;
		padding-right: 25px;
		padding-top:15px;
		font-size: 22px;
	}
	
	.footerlinks a{
		width: auto;
		padding-right:35px;
	}
	
	.navi li a {
		font-size: 23px;
	}
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	header{
		height:200px;
	}
	
	.headertitle {
		width: 50%;
		max-height: 200px;
	}
	
	.headerpic {
		width: 50%;
		max-height: 200px;
	}
	
	.section-menu, #seitenbild1, #seitenbild2{
		display: block;
	}
	
	.section-a{
		margin-left: 200px;
		padding-left: 25px;
		padding-right: 25px;
	}
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {...}
