
/* HPM css  Haupt-Menu */

 .menustrich {
    position:absolute; 
	top:0px; 
	left:0px; 
	width:100%; 
	height:33px; 
	z-index:1000; 
	background-color:#ccc;  
	color:#fff; 
	text-align:right;	
	text-decoration: none; 
	padding-top: 0px; margin-top:0px; 
	font-size:11px; 
	font-weight: bold; 
	border: green 0px solid;
}

 .footer {
    
    position: absolute; 
	bottom: 0; 
	left: 0px; 
	width: 100%; 
	height: 200px; 
	/* z-index:-99; */
	background-color:#ccc;
    background-image:linear-gradient(165deg, #6c6c6c, #fff);
	color:#fff; 
	text-align:left;	
	text-decoration: none; 
	padding-bottom: 0px; 
    margin-bottom:0px; 
}

 .wrap {
  display: inline-block;
  box-shadow: 0 0 10px #fff;
  margin-top: 0px;
}

table a {
  color: blue;  
}

nav a {
  text-decoration: none;
  color: #fff;
  display: block;
}

nav ul {
  list-style: none;
  position: relative;
  text-align: left;
  margin: 0.0rem 0 0.0rem 0.8rem;
}

nav li {
  float: left;
}

/* clear'n floats */
nav ul:after {
  clear: both;
}

nav ul:before,
nav ul:after {
    content: " ";
    display: table;
}

nav {
  position: fixed;
  background: #ccc;
  color: #036;
  text-align: center;
  letter-spacing: 1px;
  /* text-shadow: 1px 1px 1px #0E0E0E; */
  /*-webkit-box-shadow: 2px 2px 30px #888;
  -moz-box-shadow: 2px 2px 30px #888;
  box-shadow: 2px 2px 30px #888; */
  box-shadow: 0px 0px 0px #888;
  /*border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;*/
}
nav h3 {
	font-size: 2rem; line-height: 1.5;  letter-spacing: -.05rem; padding: 5px 20px;
}
nav h4 {
	font-size: 1.7rem; line-height: 1.5;  letter-spacing: -.05rem;  padding: 5px 20px;     margin-bottom: 0rem;
}
/* prime */
nav > ul.primary > li > a {
  display: block;
  padding: 3px 10px;
  border-right: 1.5px solid #fff;
}

nav > ul.primary > li {
  margin-bottom: 0px;    
  letter-spacing: 0.2px;    
}

ul.primary > li:first-child > a {
  padding: 3px 10px 3px 22px;
}

nav > ul.primary > li:last-child > a {
  border-right: none;
}

nav > ul.primary > li > a:hover {
  color: #036;

}

/* subs */
nav ul.sub {
  position: absolute;
  /*position: relative; */
  z-index: 200;
  box-shadow: 0px 2px 2px 2px #BEBEBE;
  left: 0px;
  width: 100%;
  display:none;
}

nav ul.sub li {
  float: none;
  margin: 0;
  padding: 3px 10px 0px 10px;
  letter-spacing: 0px;    
}

nav ul.sub li a {
  border-bottom: 0px dotted #ccc;
  border-right: none;
  color: #000;
  padding: 3px 10px 0px 10px;
}

nav ul.sub li:last-child a {
  border-bottom: none;
  border-right:  none;
  padding: 3px 10px 10px 10px;    
}

nav ul.sub li a:hover {
  color: #000;
  background: #eeeeee;
}

/* sub display*/
nav ul.primary li:hover ul {
  display: block;
  background: #fff;

}

/* keeps the tab background white */
nav ul.primary li:hover a {
  background: #fff;
  color: #036;
  text-shadow: none;
}

nav ul.primary li:hover > a{
  color: #000;
} 

@media only screen and (max-width: 600px) {
  .decor {
    padding: 3px;
  }
  
  .wrap {
    width: 100%;
    margin-top: 0px;
  }
  /*
nav    li {
    display: none;  
    float: none;
  }

nav   ul.primary li.home {
    display: block;

  }

nav   ul.primary li.home:hover a {
    display: block;

  }
  
nav   ul.primary li:hover a {
    display: none;  
    background: none;
    color: #8B8B8B;
    text-shadow: 1px 1px #000;
  }
*/
/*
nav   ul.primary li:hover ul {
   	/* display: block; */
    /* display: none;  
    background: #272727;
    color: #fff;
  }
  
nav   ul.sub {
   	/* display: block; */  
   /* display: none;  
    position: static;
    box-shadow: none;
    width: 100%;
  }
  
 nav  ul.sub li a {
    display: none;  
    background: #272727;
    border: none;
    color: #8B8B8B;
  }
  
nav   ul.sub li a:hover {
    display: none;  
    color: #036;
    background: none;
  } */
}
