/* = = = = = = = = = = = = = = = = = datei menue.css - Hier sind die Menüs definiert = = = = = = = = = = = = = = = = = = = = = = = = = */





/* allgemeine links im text */

a:link, a:visited, a:active{
color:#4F4F4F;
text-decoration:underline;
-moz-border-radius:0rem;
-webkit-border-radius:0rem;
border-radius:0rem;}

a:hover{ text-decoration:none;
color:#2173B6;
}




/* / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / */

/* = = = = = = = = = = = = = = = = = fussmenu = = = = = = = = = = = = = = = = = = = = = = = = = */

.fussmenu  {width:100%;
margin:0;
}

.fussmenu ul {
padding: 0rem;
margin:0;
}

.fussmenu  li { display: inline}

.fussmenu a:link, .fussmenu a:visited, a.fussmenu:active{display:inline-block;
background:transparent;
color:#C7EDC2;
margin:0.5rem 0.5rem 0.5rem 0.5rem;
text-decoration:underline;
}

.fussmenu a:hover{ text-decoration:overline;
color:white;background:transparent;
}

.bereich-fuss i.fa:hover  {
color:black;

}







/* / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / */

/* = = = = = = = = = = = = = = = = = 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;
border-bottom:solid 0.2rem;
border-color:#EFEFEF;
display : block;
padding : 1rem;
text-decoration : none;
float : left;
top:0;
left:0;

}

.menue-button {height:4.6rem;
float :right;
background-color : dodgerblue;
display : block;
position : fixed;
z-index:3;
right : 0;
top : 0;
padding : 0.5rem;
color : white;
cursor : pointer;
text-decoration : none;
border-bottom:solid 0.2rem;
border-color:#EFEFEF;
}

#menu1 {display : none;
height:100%;
background-color:forestgreen;
width : 32rem;
top:4.6rem;
position:fixed;
left:50%;
margin-left: -16rem;
}

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

#menu1 a:link, #menu1 a:visited, #menu1 a:active {
display : block;
width : 100%;
padding : 1rem;
text-decoration : none;
color : white;
background-color :#0075EA;
letter-spacing:0.2rem;
}

#menu1 a:hover {
color : #fff;
background : forestgreen;

}


#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;
border-bottom:solid 0.5rem;
border-color:#EFEFEF;
}

#menu1 li {display : inline;
line-height:3rem;
list-style : 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;
border-radius:0.4rem;
font-variant:none;
border-bottom:none;
}

#menu1 a:hover {
color : #fff;
background : transparent;
text-decoration : underline;
}

#menu1 #aktuell a   {
	color : #FFF;
	text-shadow: none;
	text-decoration : none;
	background-color: transparent;

}

.menue-button {
display : none;
}

}





/* / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / */
/* = = = = = = = = = = = = = = = = = MENÜ 2b / Social Media Buttons = = = = = = = = = = = = = = = = = = = = = = = = = */


#menu2b a {font-size:0px;}

div #menu2b {width:100%;
margin:0;
padding:0;text-align:center;
}

#menu2b ul {
margin:0;
padding:0;
}

#menu2b li {display:inline;
list-style-type: none;
margin:0;
padding:0;
}

#menu2b li a:link, #menu2b li a:visited, #menu2b li a:active {display:inline-block;
margin:0.5rem 0.5rem 0.5rem 0.5rem;
text-decoration:underline ;
}






/* / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / */


/* ======  BUTTON ======  */

/*  BUTTON - bereich-info1  */
.bereich-info1 .button:link, .bereich-info1 .button:visited, .bereich-info1 a.button:active{
background-color: transparent;
color:#fff;
text-shadow:none;
text-decoration: none;
}

.bereich-info1 .button:hover  {
color:white;
}


/*  BUTTON - bereich-info2  */
.bereich-info2 .button:link, .bereich-info2 .button:visited, .bereich-info2 a.button:active{
background-color: transparent;
color:#fff;
text-shadow:none;
text-decoration: none;
}

.bereich-info2 .button:hover  {
color:white;
}


/*  BUTTON - bereich-info3  */
.bereich-info3 .button:link, .bereich-info3 .button:visited, .bereich-info3 a.button:active{
background-color: transparent;
color:#fff;
text-shadow:none;
text-decoration: none;
}

.bereich-info3 .button:hover  {
color:white;
}


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