body { 
	background-color: #9BD41A;
	margin-top: 10px;
	font-family: Arial, sans-serif;    
  z-index: 100; 
}

#wrapper {
  //   margin: 0 auto;
    margin-left: auto;
    margin-right: auto;
    //background-color: #72CC93;
    width: 100%;
    //height: 780px;
    min-height: 100%;
/*    padding-bottom: 4em; */
}

header {
     width: 100%;
    height: 250px;
    background-color: #95AB63;
 
    background-image: url(./images/header53.jpg); 
    

    text-align: center;
    font-size: 24px;
    	font-family: Times New Roman, serif;   
      font-weight: bold;
    color: #FFFFFF;
  z-index: 100;   
}


th{
background-color: #EDE8E9;
position: sticky;
/*position: -webkit-stickey;   */
top: 300px;
z-index: 2;
/* z-index: 2;  */
}

  
body >  
  


    
 footer { 
      position: sticky;
      width: 100%;
      bottom: 0px;
     
      background-color: #9BD41A;
      height: 3em;
  	  text-align: center;
      font-size: 12px;
      color: #FFFFFF;
      z-index: 250;  

  
/*
	height: 40px;
	margin-left: auto;
    margin-right: auto;
    width: 100%;
	margin-top: 50px;
	text-align: center;
    font-size: 12px;
    color: #FFFFFF;
 */ 
    
    }



 nav {
    width: 100%;
    height: 60px;
    background-color: #95AB63;
//    margin-top: 5px;
    margin-bottom: 5px;
      
    text-transform: uppercase;
    font-weight: bold;
    font-family: Tahoma, Arial;
    text-align: center;
    z-index: 999;
  }

nav ul {     
    margin: 0 auto;
    padding: 0px;
       
                   position: absolute;
	                list-style: none;
                   z-index: 999;
}


nav ul li {
    list-style-type: none;

	float: left;
	margin: 0 0 0 1px;
	font-size: 18px;
	font-family: 'Bree Serif', serif;
   z-index: 999;
 

    
}

nav ul li img {
 
  	float: right;
	width: 16px;
	height: 16px;
	margin: 16px 5px;
	padding: 6px;
   z-index: 999;

    
  
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
    
}

nav ul li:hover img {  
 	float: right;
	width: 16px;
	height: 16px;
	margin: 14px 5px;
	padding: 6px;
	background: #95AB63;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
   
   z-index: 999;
	
}    



    

nav ul li a {
    line-height: 60px;
    width: 262px;
    display: block;
    float: left;
    color: #EDE8E9;
    
    text-decoration: none;   
    
    background-color: #800000;  
    -webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;  
   z-index: 999;
}


nav ul li a:hover {
	background-color: #95AB63;
	color: #800000;
	
   z-index: 999;
}



nav ul li:hover ul {
	top: 61px;
   z-index: 999;
}


nav h3 {
	font-size: 16px;
	color: #fff;
      padding: 1px;
	margin: 0;
	background: #000;
	line-height: 20px;
   z-index: 999;
}



nav ul ul li {
	float: none;
	font-size: 16px;
	display: block;
	padding: 0px;
	text-align: left;
	text-transform: uppercase;
	padding-left: 10px;
	border-bottom: 1px solid #95AB63;
	line-height: 30px;
	
	   z-index: 999;
	
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

 
  nav ul ul {
      
	position: absolute;
	top: -9999px;
	background: #95AB63;
	padding: 0;
	margin: 0 0 0 0px;
	-webkit-box-shadow: 0 10px 20px #888;
	-moz-box-shadow: 0 10px 20px #888;
	box-shadow: 0 10px 20px #888;
   z-index: 999;
}


nav ul ul:before {
   
	position: absolute;
	content:"";
	width: 10px;
	height: 10px;
	top: -5px;
	left: 140px;
	background: #000;   
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
   z-index: 999;
}

nav ul ul a {
    float: none;
	color: #FFFFFF;
	text-decoration: none;
   z-index: 999;
}

 /* 

menu ul ul li.all {
	font-size: 12px;
	border-bottom: none;
	text-transform: none;
   z-index: 999;
}

menu ul ul li:hover {
	background: #333;
	color: #fff;
   z-index: 999;
}

*/



main {
 
    width: 99%;
 
    background-color: #EDE8E9;  
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 5px 5px 20px 5px;

}

/*
main article {
         border-bottom: 1px dotted #00FFFF;
         margin-bottom: 20px;
    }
*/
    
main h1 {
        color: #FF8100;
    }
      
    
 } 



.shadow {
	-webkit-box-shadow: 0px 0px 10px #000000;
    -moz-box-shadow: 0px 0px 10px #000000;
	box-shadow: 0px 0px 10px #000000;

}	

.shadow-head {
	-webkit-box-shadow: 0px 0px 10px #FFFFFF;
    -moz-box-shadow: 0px 0px 10px #FFFFFF;
	box-shadow: 0px 0px 10px #FFFFFF;

}



article footer {
	font-size: 12px;
	font-family: Calibri, Rotis Sans Serif, sans-serif;
	color: black;
	background-color: #FBF2EF;
	border: 1px solid #F7BE81;
	padding: 5px;
	margin-bottom: 40px;	
}

 /* Bewertung GAESTEBUCH*/
span.bewertung_ok {
 color: Gold;
}

span.bewertung_ko {
 color: Lightgrey;
}

img.smiley {
 cursor: Pointer;
}

 /* Einträge */
dl.eintrag:nth-child(even) {
 background-color: #FFFFFF;
 border: solid 1px #E3E9EF;
 border-radius: 6px;
 padding: 8px;
}

dl.eintrag:nth-child(odd) {
 background-color: #F8F8F8;
 border: solid 1px #E3E9EF;
 border-radius: 6px;
 padding: 8px;
}

/* Eingabefehler */
span.fehler {
 color: #FF0000;
}

/* Formularfelder */
textarea {
 font-family: Verdana, Arial, Sans-Serif;
 width: 100%;
 min-width: 100%;
 height: 50%;
 min-height: 50%;
}

input[type=text], input[type=password], input[type=url], input[type=number], input[type=time], input[type=mail], input[type=checkbox], textarea, select {
  transition: box-shadow 0.30s ease-in-out;
  outline: none;
  padding: 3px;
  margin: 5px;
  border: 1px solid #DDDDDD;
  font-size: 0.95em;
}

input[type=text]:focus, input[type=password]:focus, input[type=url]:focus, input[type=number]:focus, input[type=time]:focus, input[type=mail]:focus, input[type=checkbox]:focus, textarea:focus, select:focus {
  box-shadow: 0 0 5px rgb(149, 171, 238);
  border: 1px solid rgb(149, 171, 238);
}

input[type=submit], input[type=button] {
 font-size: 0.95em;
 letter-spacing: 1px;
 padding: 4px;
 margin: 5px;
}

/*.back-to-top {
/* rgb(255,255,102) 
background: #FFFF99;
position: fixed;
bottom: 20px;
right: 20px;
padding: .6em;
z-index: 100;
border-radius: 50%;
}   */ 

#myBtn {
display: none;
position: fixed;
bottom: 20px;
right: 20px;
z-index: 500;
font-size: 12px;
border: none;
outline: none;
background-color: #FFFF99;
color: grey;
cursor: pointer;
padding: 15px;
border-radius: 50%;
}

#myBtn:hover {
background-color: #555;
color: white;
z-index: 500;
}

