@charset "UTF-8";
/* CSS Document */
/*@import url('https://fonts.googleapis.com/css?family=Marcellus+SC');*/
*{
	margin: 0;
	padding: 0;
}

@font-face {
  font-family: Optima;
  src: url(optima.ttc);
}

body, html {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}

li{
	list-style-type: none;
}

.kontakt{
	list-style-type: none;
	padding: 0;
	overflow: hidden;
	background-color: #f9f3e0;
	z-index: 1;
}

.kontakt_button{
	float: right;
	width: 15%;	
}

svg{
	position: absolute;
}

.fahne_nav li{
	position: relative;
}

li a{
	display: block;
	color: #d3e9f5;
	text-align: center;
	padding: 3.4% 0% ;
	text-decoration: none;
	background-color: #140f2c;
	font-family: Optima;
	font-size: 153%;
}

li a:hover{
	background-color: #d3e9f5;
	color: #140f2c;
	display: block;
}

li a.active {
	background-color: #d3e9f5;
	color: #140f2c;
}

.cristall {
	width: 100%;
	background-image: url("images/Bild_Landingpage.jpg");
	height: 100%;
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
}

img {
	width: 100%;
}

.fahne{
	/*background-color: #140f2c;*/
	width: 14.45%;
	height: 67%;
	margin-left: 9%;
	position: relative;
	z-index: 2; 
}

.fahne_nav {
	list-style-type: none;
	margin: 0 ;
	padding: 0;
	width: 100%;
	background-color: #f9f3e07;
}

.logo{
	padding:25% 20%;
	display:inline-block;
}
.header{
	position: absolute;
	width: 100%;
	height: 5.6%;
}

.dropdown {
	position:absolute;
	left: 100%;
	top: 0;
	display: none;
	width:100%;
}

li:hover .dropdown{
	display:block;
}
.dropdown_content{
	padding: 3.4% 0% 3.4% 3.4%;
	text-align: left;
}

.fahne_innen {
	background-color: #140f2c;
	height: 100%;
}
