/* fhbase.css */
body {
	text-align: left;
	margin: 0;
	padding: 0;
	border: 0;
	font-family: arial,helvetica;
    font-size: 100%;
	color:  #FFFFFF; 
	background: #000000; 
    height: 100%;
}
/* ensure html5 behaviour in old browsers */
header, section, footer, aside, nav, main, article, figure {
    display: block; 
}

#container
{ position:relative;
  float:left;
  margin: 0 auto;
  width: 100%;
  min-height: 100%; /* Mindesthöhe für moderne Browser */
  height:auto !important; /* Important Regel für moderne Browser */
  height:100%; /* Mindesthöhe für den IE */  
}

#wrap
{
  position:relative;
  min-height: 100%; /* Mindesthöhe für moderne Browser */
  /*  height:auto !important;  Important Regel für moderne Browser */
  height:100%; /* Mindesthöhe für den IE */
  /* overflow: hidden !important;  FF Scroll-leiste */ 
  width: 100%;  
}

#wrapie9
{
  position:relative;
  width: 100%;
  height:1000px;  
}

.leftmargin {
  margin-left: 4%; 
  margin-right:-4%; 
}

.lichtkegel{
  background-color:white;
  opacity: 0.2;
  -webkit-clip-path: polygon(50% 58%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 58%, 0% 100%, 100% 100%);
}
/* navigation */
nav, nav ul, nav li {  /* Normalisierung */
    margin: 0; 
    padding: 0;
    border: 0;
  }
nav  {
  position:relative;
  float:left;
  width:100%;
  background:transparent;
  margin:2px 0 2px 0;
}

nav ul{
  background:transparent;
  list-style:none;
}	
	@media screen and (min-width: 800px) {
	  nav ul{
	  margin-left: 40px;	
	  }
	}
nav li{
  float:left;
  background:black;
  color:white;
  font-size:18px;
  margin: 10px; 
  border:1px solid black;
}
	@media only screen and (max-width : 320px) {
	  nav li {
		width: 98%;
		border:1px solid dimgray;
	  }
	}
	@media screen and (max-width: 600px) {	 
	  nav li {
		/* width: 50%; */
		margin: 0;
		/* border: 1px dotted white; */
	  }	  
	}
	@media screen and (min-width: 800px) {
	  nav li{/*
	  -webkit-border-radius: 25px;
	  -moz-border-radius: 25px;
	  border-radius: 25px; 	*/
	  }
	}
/*
nav li:first-child {
  display:none;
}
	@media only screen and (max-width : 320px) {
	  nav li:first-child {
		display:block;
	  }
	} */
nav li a{
  color:white;
  display:block;
  font-weight:normal;
  margin:0px;
  padding:5px 10px;
  /* text-align:center; */
  text-decoration:none;
  border: 1px dotted black;
}

nav li a:hover{
  text-decoration:none;
  border: 1px dotted white;
}
	@media screen and (min-width: 800px) {
	  nav li a:hover{
	  text-decoration:none;
	  color: #A9E2F3;
	  border: 1px dotted white;
	/*
	  -webkit-border-radius: 25px;
	  -moz-border-radius: 25px;
	  border-radius: 25px; */	
	  }
	}

nav li .aktiv {
  text-decoration:none;
  border: 1px solid black;
  color: #A9E2F3;
  /* border: 1px solid white; */
}
	@media screen and (min-width: 800px) {
	  nav li .aktiv {	 
	/*
	  -webkit-border-radius: 25px;
	  -moz-border-radius: 25px;
	  border-radius: 25px; 	*/
	  }
	}
	@media only screen and (max-width : 320px) {
	  nav li .aktiv {
		display:none;
	  }
	}
/*
  nav li {
      display: inline;
    }
*/ 
/* end navigation */
