
/* = = = = = = = = = = = = = = = = = datei menue.css - Hier sind die Menüs definiert = = = = = = = = = = = = = = = = = = = = = = = = = */





/* allgemeine links im text */

a:link, a:visited, a:active{
color:#000;
text-decoration:underline;
}

a:hover{ text-decoration:none;
color:#fff;
}



/* / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / */

/* = = = = = = = = = = = = = = = = = MENÜ 1 = = = = = = = = = = = = = = = = = = = = = = = = = */

/*===== menue 1 =====  */
/*===== vertikal =====  */
* {
margin : 0;
padding : 0;
}

#nav-menue  {width:100%;
display : block;position:absolute;
}


#navtop {display:block;z-index:1;
width : 100%;position:fixed;
height:4.6rem;
color : #000;
background-color :steelblue;
text-shadow:0rem 0rem 0.4rem #BAD1E4;
display : block;
padding : 1rem;
text-decoration : none;
float : left;
top:0;
left:0;
border-bottom : 0.1rem solid black;
}

.menue-button {height:4.6rem;z-index:2;
float :right;
background-color : #000;
display : block;
position : fixed;
right : 0;
top : 0;
padding : 0.5rem;
color : white;
cursor : pointer;
text-decoration : none;
border-bottom : 0.1rem solid black;
border-left : 0.1rem solid black;
-webkit-transition: all 2.5s ease-in-out;
transition: all 2.5s ease-in-out;
}

.menue-button-open {
margin-top:0rem;
background:black;
}

.menue-button-open:hover {
background:silver;
}

.menue-button-zu {
background:red;
margin-top:-5rem;
}


.menue-button-zu:hover {background:orange;
}



#menu1 {display:block;
visibility:hidden;overflow:hidden;
width:100%;
height:100%;
background-color:black;
top:4.6rem;
position:relative;
margin:0 auto;
margin-top:-80rem;
-webkit-transition: all 2.5s ease-in-out;
transition: all 2.5s ease-in-out;
}


#menu1 li {display:inline;
width : 100%;
list-style : none;
}

#menu1 a:link, #menu1 a:visited, #menu1 a:active {
display : block;margin:0 auto;
width : 100%;
padding : 1rem 1rem 1rem 2rem;
text-decoration : none;
color : steelblue;
background-color :#000;
border-bottom : 0.1rem solid #191919;
}

#menu1 a:hover {
color : #fff;
background : steelblue;
text-shadow:0rem 0rem 0.1rem #000;
}


   /* Menü einblenden */
#nav-menue:target #menu1  {visibility:visible;
background:cadleblue;
margin-top:0rem;
}

   /*  Menü-Button-Schliessen einblenden */
#nav-menue:target .menue-button-zu  {visibility:visible;
margin-top:0rem;
}

   /*  Menü-Button-Öffnen ausblenden */
#nav-menue:target .menue-button-open {visibility:hidden;
margin-right:-8rem;
}







/* ==================================== ab 768 pixel ================================== */
/*===== menue 1 =====  */
/*===== horizontal =====  */ 


@media (min-width:768px) {



#navtop {
visibility:hidden;
}


#menu1 {height:5rem;background:transparent;
width : 100%;
display :inline-block;
visibility:visible;
text-align : center;
vertical-align:middle;
top:0rem;
left:0;margin:0;
position:fixed;
-webkit-transition: none;
transition: none;
}

#menu1 ul {display : block;
border-color:black;
line-height:3rem;padding:1rem;
background-color:steelblue;
border-bottom:solid 0.1rem;
border-color:black;
-webkit-box-shadow:0rem 0rem 2rem #000;
box-shadow:0rem 0rem 0.4rem #000;
}

#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:#000;
text-shadow:0rem 0rem 0.4rem #BAD1E4;
border-radius:0.4rem;
font-variant:none;

border-bottom:none;
}

#menu1 a:hover {
color : #fff;
text-shadow:0rem 0rem 0.1rem #175E17;
background : transparent;
}

#menu1 #aktuell a   {
color : #000;
text-shadow:none;
background : white;
border:solid 0.1rem #0A290A;
}

.menue-button {
display : none;
}

}







/* / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / */


/* ======  BUTTON ======  */



/*  BUTTON - bereich-info1  */
.bereich-info1 .button:link, .bereich-info1 .button:visited, .bereich-info1 .button:active{
background-color: transparent;
color:black;
text-shadow:none;
text-decoration: none;
text-transform:uppercase;
-webkit-transition: 1.4s ease-in-out;
transition:  1.4s ease-in-out;
}

.bereich-info1 .button:hover  {
background-color:black;
color:white;
padding:0.5rem;
}



/*   BUTTON - bereich-about  */
.bereich-about .button:link, .bereich-about  .button:visited, .bereich-about  .button:active{
background-color: transparent;
color:steelblue;
text-shadow:none;
text-decoration: none;
text-transform:uppercase;
-webkit-transition: 1.4s ease-in-out;
transition:  1.4s ease-in-out;
}

.bereich-about  .button:hover  {
background-color:steelblue;
color:#fff;
padding:0.3rem;
}


/* / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / */

/* = = = = = = = = = = = = = = = = = 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:#000;
margin:0.5rem 0.5rem 0.5rem 0.5rem;
text-shadow:0.1rem 0.1rem 0.1rem #8A8A8A;
text-decoration:underline;
}

.fussmenu a:hover{ text-decoration:overline;
color:white;background:transparent;
text-shadow:0rem 0rem 0.2rem #000;
}

.bereich-fuss i.fa:hover  {
color:red;
-webkit-transition: 1.4s ease-in-out;
transition:  1.4s ease-in-out;
}

.bereich-fuss span.fa:hover  {
color:#30597A;
}


/* / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / */
/* = = = = = = = = = = = = = = = = = 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 ;
}



/* ############################################################ */
/*  M E D I A   Q U E R I E S */
/* ############################################################ */

/* ==================================== ab 480 pixel ================================== */
@media (min-width: 480px) {

#menu1 {
height:40rem;
}

}

/* ==================================== ab 600 pixel ================================== */
@media (min-width: 600px) {

#menu1 {
height:43rem;
}

}



/* = = = = = = = = = = = = = = = = = = = = = Code Ende = = = = = = = = = = = = = = = = = = = = = */