/* = = = = = = = = = = = = = = = = = datei menue.css = = = = = = = = = = = = = = = = = = = = = = = = = */


/* ############################################################ */
/* diese datei enthält das hauptmenü */
/* alle anderen menüs sowie auch allgemeine links im text bzw. "Weiter-Links"
sind in der Datei "format.css" direkt beim jeweiligen abschnitt (z.b. Logo, Info1, Inhalt, Fuss o.ä.) definiert */
/* ############################################################ */




/* = = = = = = = = = = = = = = = = = MENÜ 1 = = = = = = = = = = = = = = = = = = = = = = = = = */

/*===== menue 1 =====  */
/*===== vertikal =====  */
* {
margin : 0;
padding : 0;
}

#navtop {display:block;
width : 100%;position:fixed;
z-index:3;
height:4.6rem;
color : #fff;
background-color :forestgreen;
text-shadow:0.1rem 0.1rem 0.1rem #000;
display : block;
padding : 1rem;
text-decoration : none;
float : left;
top:0;
left:0;
-webkit-box-shadow:0rem 0rem 0.6rem #000;
box-shadow:0rem 0rem 0.6rem #000;
}

.menue-button {height:4.6rem;
float :right;
background-color : forestgreen;
display : block;
position : fixed;
z-index:3;
right : 0;
top : 0;
padding : 0.5rem;


text-decoration : none;
}

#menu1 {display : none;
height:100%;
background-color:forestgreen;
background:    linear-gradient( forestgreen,rgba(0,0,0,0.8));

width : 32rem;
top:4.6rem;
position:fixed;
left:50%;
margin-left: -16rem;
}

#menu1 li {display:inline;
width : 100%;
list-style-type : none;
}

#menu1 a:link, #menu1 a:visited, #menu1 a:active {
display : block;
width : 100%;
padding : 1rem;
text-decoration : none;
color : white;
text-shadow:0.1rem 0.1rem 0.1rem #06662B;
background-color: green;

}

#menu1 a:hover {
color : darkgreen;
background : white;
text-shadow:none;

}


#navtop #menu2b li a:link, #menu2b li a:visited, #menu2b li a:active {
display:inline;
margin:0.3rem;
}


   /*  Menü-Button- öffnen ausblenden -  Schließen-Button dadurch sichtbar */
#nav-menue:target .menue-button-open {
display : none;
}


   /* Menü einblenden */
#nav-menue:target #menu1  {
display : block;z-index:3;
}


   /* Menü-Social-Media einblenden */
#nav-menue:target #navtop  {
display : block;
}






/* ==================================== ab 360 pixel ================================== */

@media (min-width:360px) {

#menu1 {
width : 36rem;
left:50%;
margin-left: -18rem;
}

}

/* ==================================== ab 480 pixel ================================== */

@media (min-width:480px) {

#menu1 {
width : 38rem;
left:50%;
margin-left: -20rem;
}

#menu1 a:link, #menu1 a:visited, #menu1 a:active {
padding : 0.2rem 0.5rem 0.2rem 2rem;
}

}


/* ==================================== ab 600 pixel ================================== */

@media (min-width:600px) {


}

/* ==================================== ab 600 pixel ================================== */

@media (min-width:600px) {

#menu1 {
width : 52rem;
left:50%;
margin-left: -26rem;
}

#menu1 a:link, #menu1 a:visited, #menu1 a:active {
padding : 0.4rem 0.5rem 0.4rem 2rem;
}

}



/* ==================================== ab 768 pixel ================================== */
/*===== menue 1 =====  */
/*===== horizontal =====  */


@media (min-width:768px) {

#navtop {
display : none;
}


#menu1 {height:0;z-index:3;
width : 100%;
display :inline-block;
text-align : center;
vertical-align:middle;
top:0rem;
left:0;margin:0;
position:fixed;
}

#menu1 ul {display : block;
line-height:3rem;padding:1rem;
background-color:forestgreen;
background: radial-gradient( farthest-corner,forestgreen,limegreen,forestgreen) ;
background-image:url(images/back1.jpg);
background-repeat:repeat;
background-position:50% 0%;
border-bottom:solid 0.5rem;
border-color:#EFEFEF;
-webkit-box-shadow:0rem 0rem 0.6rem #000;
box-shadow:0rem 0rem 0.6rem #000;
}

#menu1 li {display : inline;
line-height:3rem;
list-style-type : none;
width:100%;
}

#menu1 a:link, #menu1 a:visited, #menu1 a:active {
display : inline;
width : 100%;
padding : 0.6rem;
background:transparent;
text-decoration : none;
color:#fff;
text-shadow:0.1rem 0.1rem 0.1rem #06662B;
border-radius:0.4rem;
font-variant:none;

border-bottom:none;
}

#menu1 a:hover {
color : #fff;


text-decoration:underline;

}

#menu1 #aktuell a   {
color : #135713;
text-shadow:none;
background : white;
border:solid 0.1rem #135713;
text-decoration:none;
}

.menue-button {
display : none;
}

}









/* = = = = = = = = = = = = = = = = = = = = = Code Ende = = = = = = = = = = = = = = = = = = = = = */