* {
	margin:0;
	padding:0;
}

@font-face {
    font-family: mithella;
    src: url(mithella.otf); 
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: mithella;
	width: 100%;
	height: 100%;
}

.seite {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;

}

.navigation {
	top: 0;
	position: fixed;
	width: 100%;
	z-index: 999;
	background-color: #ffffff;		
	text-align: center;
	vertical-align: middle;
}
#logo {
	width: 50px;
}
.menüelement {
	margin: 40px;
	display: inline-block;
	color: #98d3bd;
	text-decoration: none;
	font-size: 20pt;
}
.menüelement:hover {
	color: #466675;
}
.navigation a.active {
	color: #466675; 
}
.navigation .icon {
	display: none;
}

#titelbild {
	height: 750px;
	z-index: 2;
}
#home {
	background-image: url("Bilder/home.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

#pfeil {
	font-size: 100pt;
	color: #98d3bd;
	position: absolute;
	left: 50%;
	
	z-index: 2;
	top: 70%;
	text-decoration: none;
}
#pfeil:hover {
	-webkit-transform: translate3d(0, 10px, 0);
	-moz-transform: translate3d(0, 10px, 0);
	-ms-transform: translate3d(0, 10px, 0);
	color: #98d3bd;
}

#inhalt {
	background-color: #ffffff;
	z-index: 2;
	padding: 10%;
	color: #466675;
}
h1 {
	color: #98d3bd;
	text-align: center;
	font-size: 40pt;
	margin-top: 50px;
	margin-bottom: 50px;
}
#artikel1 {
	margin: 30px;
	text-align: justify;
	line-height: 150%;
	font-size: 15pt;
}

.info {
	background-color: #98d3bd;
	z-index: 2;
	padding: 80px;
	color: #ffffff;
	min-height: 150px;
	display: flex;
	flex-flow: row;
}
.spalte {	
	width: 50%;
	height: 100%;
	text-align: center;
}

.spalte header {
	margin: 20px;
	line-height: 150%;
	font-size:20pt;
}
.spalte > p {
	margin: 20px;
	line-height: 150%;
	font-size: 15pt;
}

.socialmedia header {
	line-height: 150%;
	font-size: 20pt;
}
#instagram {
	height: 40px;
	margin: 20px;
}
#instagram:hover {
	-webkit-transform: translate3d(0, -5px, 0);
	-moz-transform: translate3d(0, -5px, 0);
	-ms-transform: translate3d(0, -5px, 0);
}
#facebook {
	height: 40px;
	margin: 20px;
}
#facebook:hover {
	-webkit-transform: translate3d(0, -5px, 0);
	-moz-transform: translate3d(0, -5px, 0);
	-ms-transform: translate3d(0, -5px, 0);
}

.fusszeile {
	background-color: #466675;
	color: #ffffff;
	padding: 50px;
	text-align: center;
	font-size: 15pt;
}
.fusszeile a {
	color: #ffffff;
	margin: 20px;
	text-decoration: none;
}
.fusszeile a:hover {
	color: #98d3bd;
}
#verlinkung {
	font-size: 8pt;
	text-align: center;
	margin-top: 20px;
}
#verlinkung a {
	margin: 0;
}	




@media screen and (max-width: 800px) {
	
	.navigation {
		padding: 10px;
	}
	.menüelement {
		margin: 10px;
	}
	.navigation a:not(:first-child) {
		display: none;
	}
	.navigation a.icon {
		float: right;
		display: block;
		height: 30px;
		margin-right: 10px;
	}
	.navigation.responsive {
		position: fixed;
		top: 0;
		background-color: #466675;
		padding-bottom: 20px;
	}
	.navigation.responsive a.icon {
		position: fixed;
		right: 15px;
		top: 0;
	}
	.navigation.responsive a:not(:first-child) {
		display: block;
		text-align: center;
	}
	.navigation.responsive a:hover {
		color: white;
	}
	
	.seite {
		margin: 0;
	}
	
	#pfeil {
		top: 400px;
	}
	
	#inhalt {
		padding: 0.5%;
	}
	#artikel1 {
		text-align: left;
	}
	.info {
		display: block;		
	}
	.spalte {
		text-align: center;
		width: 100%;
		margin-bottom: 50px;
	}
	
}
@media screen and (max-width: 400px) {
	#home {
		background-image: url("Bilder/home2.jpg");
		background-repeat: no-repeat;
		background-size: contain;
		background-attachment: fixed;
	}
	
	h1 {
		margin-top: 100px;
	}
	#artikel1 {
		margin: 1%;
		text-align: left;
		line-height: 150%;
		font-size: 10pt;
	}
	.spalte header {
		text-align: center;
	}
	.fusszeile a {
		margin: 10px;
	}






