<style type="text/css">
	
* {
	margin: 0;
	padding: 0;
	
}
body {
 
	text-align: center;
      margin: 0 auto; 

    }


#gallery {
  position: relative;
  margin:0;
  background: none;
  border: none;
  	padding: 0;
size: 100% 100%;
	
}
 
#gallery figure {
  position: absolute;
  display: inline-block;
	top: 0;
  z-index: 1;
  animation: wechseln 15s infinite;
}

#gallery figure:last-of-type {
  position: relative;
}
 
#gallery > figure figcaption {
  position: absolute;
	background: none;
  font-size: 3em;
  font-weight: bold;
  left: 1em;
  top: 2em;
  z-index: 2;
  color: White;
}

@keyframes wechseln {
    0% {opacity: 0;}
   20% {opacity: 1;}
   40% {opacity: 1;}
   60% {opacity: 0;}
  100% {opacity: 0;}
}

#gallery figure:nth-of-type(2) {
  animation-delay: 5s;
  opacity: 0;
}
#gallery figure:nth-of-type(3) {
  animation-delay: 10s;
  opacity: 0;
}

#menucontainer{
	position: relative;
	padding-top: 30px;
	padding-left: 10px;
	width:20%;
	float:left;
	background-color: white;
}
#bilder{
	position: relative;
	
	padding-left: 10px;
	width:20%;
	float:left;
	background-color: white;
}
#FilmeText{
	
	width:70%;
	position: relative;
	font-size:17px;
	text-align:left;
	color:black;
	line-height: 150%;
	margin-left: 1px;
	margin-right: 5%;
	float:right;	
}
#Content360{
	
	width:70%;
	position: relative;
	font-size:17px;
	text-align:justify;
	color:black;
	line-height: 150%;
	margin-left: 1px;
	margin-right: 5%;
	float:right;	
}
.menutitle{
	font-weight:bold;
	text-align:center;
	padding:3px;
	font-size:18px;
	color:white;
	background-color: #08298A;
	
}
a.menu {
 display:block;
text-decoration:underline;
 padding:3px;
 background-color:#0080FF;
 text-align:center;
  text-decoration:none;
  font-size:17px;
  
 }

#menu {
	vertical-align:middle;
	width: 100%;
	display: inline-block;
	background: BLACK;
	font-family: Verdana;
	font-size: 20px;
	line-height: 1.2;
	float: left;
	list-style-type: none;
	margin:auto;
	padding-top: 6px;
	padding-bottom: 6px
} 
#nav {
text-align:center;
}
#menu ul {
float: left;

list-style-type: none;
} 
 
#menu h3{
font-size: 17px;
text-align: left;
background: BLACK;
color: white;
padding-right: 1em;
padding-left: 1em;
}

/*--definiert die "Drop-Down-Links" im Normalzustand--*/

#menu a {
text-decoration: none;
display: block;
border: 1px solid BLACK;
text-align: left;
background: BLACK;
color: white;
padding-right: 1em;
}
figure{
  margin: 0;
}

figure.einzel {
  display: inline-block;
  padding: 10px;
  width: 25%;
  float: left;
}
figure.gf {
  display: inline-block;
  padding: 5px;
  width: 30%;
}
figure.wooky {
  display: inline-block;
  padding: 10px;
  width: 100px;
}

#menu a:hover {
color: BLACK;
background: WHITE;
} 

#menu li {
position: relative;
font-size: 18px;
}
#nav li {
display:inline;
}


/*--versteckt die "Drop-Down-Links", solange nicht gehovert wird--*/
#menu ul ul {
position: absolute;
z-index: 2;
display: none;
} 
#menu ul li:hover ul {
display: block;
width: 250px;
font-size: 0.7em;
} 

.top-container {
  padding: 5px;
  padding-top: 10px;
}
.ContentIndex {
  padding: 0px;
}
.ContentIdee {
  padding: 20px;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 60px;
}


.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 30px;
  line-height: 1;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 0.8em;
  color: BLACK;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

#main {

	margin: 0 auto;    /* Zentrierung mitte */
   max-width: 1200px;
   line-height: 150%;
    height: auto;
   position: relative;
    height: 100%;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 17px;}
}

.linkgelb:link {color:#0040FF; text-decoration:none}

.linkgelb:visited {color:black; text-decoration:none}

.linkgelb:active {color:black; text-decoration:none}

.linkgelb:hover {color:#0040FF; text-decoration:none}

.linkunterstrichen:link {color:#black; text-decoration:underline}

.linkunterstrichen:visited {color:black; text-decoration:none}

.linkunterstrichen:active {color:black; text-decoration:none}

.linkunterstrichen:hover {color:#0040FF; text-decoration:none}


nav > ul {
  margin: 0;
  padding: 5px;
} 

nav  li {
  list-style:none;
  font-size: 1.3em;  
  position: relative;
  margin: 0 0 0 0; 
  padding: 0;
  width: 12em;
}

nav ul ul {
  position: absolute;
  top: -0.6em; 
  left: 10em;
  font: 0/0 serif;/* Unternavigation ausblenden */
  z-index: -1;
  transition: font 0.5s;
}

  nav ul li:hover ul,
  nav ul a:focus ~ ul   {
    font: inherit;
    z-index: auto;                   /*  Unternavigation einblenden */
  }

@media (min-width: 45em) {
  nav li {
	font-size: 1em;
  }  
}


nav a {
  display: block;
 /* padding: 0.4em;*/
  text-decoration: none; 
  
  text-align: center;
 /* border: 1px solid darkblue;
  border-radius: 10px;
  box-shadow: 0 5px 10px white inset;*/
  color: white; 

  transition: all .25s ease-in;	  
}

nav li[aria-current] a {
  background-color: firebrick; 
  color: gold;

}
	
nav a:focus,
nav a:hover,
nav li[aria-current] a:focus,
nav li[aria-current] a:hover {    
  color: darkblue; 
  background-color: gold;
}	

  a.footer_link {
	
	margin-left: auto;
    margin-right: auto;
    width: 6em;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
	color: black;
 }

h5.hh5 {
	font-size:110%; 
	margin-left: auto;
    margin-right: auto;
    width: 100%;
	padding:3px;
	color: black;
}
h4.hh4 {
	font-size:110%; 
	margin-left: auto;
    margin-right: auto;
    width: 100%;
	padding:3px;
	color: black;
}

p.pbeschreibung{
	margin: 0;
} 
#vereinsheader{
	
	font-size:120%;
}

#BilderUnterhaltung{
	
  width: 100%;
    overflow:hidden;
  float: left;
}
#TextUnterhaltung{
	
  width: 100%;
  overflow:hidden;
  float: left;
}


#footer {
	
	  position: relative;
    bottom: 0px;
    width: 100%;

	
	overflow:hidden;
	margin-left: auto;
    margin-right: auto;
	width:100%;
	font-size:20px;
	vertical-align:middle;
	
	text-align:center;

}

#logo {
	overflow:auto;
	float: left;
	width: 200px;
	height: 150px;
	background: #555;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 10px;
	margin-right: 10px;
}


#Contentkontakt{
	
	font-size:100%;
	color:black;
	width:50%;	
	float: left;
	padding-left: 80px;
	padding-right: 5px;
	padding-top: 20px;
	padding-bottom: 30px;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	line-height: 150%;
}

table {
  border-collapse: separate;
  font-size:100%;
  background-color:WHITE;
  
}
  
th,td {
  padding: 0.2em 0.5em;
  border-radius: 0.1em;  
  background-color:WHITE; 
}  
  
td {
  
  text-align: center;
  background-color:WHITE; 
  font-size:90%;
} 

.left td {
	
	 text-align: left;
	box-shadow: inset 1px 3px 5px -3px rgba(0,0,0,0.5);
}

dt {
	float: left;
	margin: 0.3em 0 0 0;
	width: 9em;

}

dd {
	display: block;
	vertical-align: bottom;
	font-size:100%;
}



button {

	margin: 2em 2em 2em 2em;
	font-size:100%;
	background-color:BLUE;		
	color:WHITE;
	padding: 6px;

	border:1px solid #000;
	text-align:center;
	vertical-align: text-middle;
		

}

#Content{
	border: solid;
	background-color:black;	
	font-size:100%;
	color:black;
	width:50%;	
	padding:30px 10px;
	float: left;	
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 50px;
	margin-top: 50px;
	margin-right: 10px;
	
}

#Mondkalender{
	position: relative;	
	top: 10px;	
	margin-left: 20%;
    margin-right: 20%;
	width: 100%;
	
}

#Content2{
	position: relative;
	top: 5px;		
	font-size:100%;
	color:black;
	width:100%;		
	float: left;
	line-height: 150%;
	padding-left: 5px;
	padding-bottom: 20px;
	
}
#Contentimpressum{
	position: relative;
	top: 20px;		
	font-size:100%;
	color:black;
	width:100%;		
	float: left;
	line-height: 150%;
	padding-left: 10px;
	padding-bottom: 20px;
	margin-left: 10%;	
}
#Content_profil{
	position: relative;
	top: 20px;		
	font-size:100%;
	color:black;
	width:225px;		
	text-align:center;	
}

#Content4{
	
	position: relative;	
	top: 100px;
	margin-left: auto;
    margin-right: auto;
    width: 100%;
	background-color:black;	
	border: solid;
	border-color: #36004d;
	font-size:100%;
	color: black;
	margin-bottom: 20px;
	padding-left: 1%;
	padding-right: 1%;
	padding-top: 1%;
	padding-bottom: 1%;
}


#Anmeldung{
		
	font-size:100%;	
	color:WHITE;
	width:100%;
	float: left;	
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 40px;
	margin-top: 0px;	
}
#buchen{
	
	position: relative;
	font-size:70%;
	text-align:justify;
	color:black;
	width:65%;	
	float: left;	
	padding-bottom: 20px;
	margin-left: 20px;

	
}


#Contenth3{
	width:65%;
	position: relative;
	font-size:17px;
	text-align:justify;
	color:black;
	padding-bottom: 40px;
	margin-left: 5%;
	margin-right: 5%;
	text-align:center;
}
#ContentIdee{
	
	position: relative;
	font-size:17px;
	text-align:justify;
	color:black;
	line-height: 150%;
	margin-left: 5%;
	margin-right: 5%;
}

#Contentveranstaltungen{
	
	position: relative;
	margin-left: auto;
    margin-right: auto;
	top: 30px;
	width:75%;	
	float: left;
	
}

#fernglas{

	width:300px;
	height:252px;	
	
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 20px;	
}


#vollmondwanderung{

	position: relative;
	top: 20px;
	width:150px;
	height:150px;	
	overflow:hidden;
	float: left;
	margin-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
}
#film{

	position: relative;
	top: 20px;
	width:150px;
	height:200px;	
	overflow:hidden;
	margin-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	clear:left;
	float:left;
}

#filmlayout{
	
	height: 300px:
	width:100%;	
}
#Beschreibungfilm{
	
	position: relative;
	text-align: left;
	top: 10px;
	overflow:hidden;
	float: middle;
	font-size:90%;
	color:black;
	width:65%;
	line-height: 150%;
	text-align:justify;
	min-height: 200px;
	
}
#Beschreibung{
	
	position: relative;
	text-align: left;
	top: 10px;
	overflow:hidden;
	float: middle;
	font-size:90%;
	color:black;
	width:65%;
	line-height: 150%;
	text-align:justify;
	min-height: 200px;
	
}
#profil1{

	width:225px;
	height:210px;
	overflow:hidden;
	margin-right: 5%;
	margin-top: 10px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 10px;
	float: middle;	
}
#partner{

	overflow:hidden;
	display: table-cell;
	text-align: center;
	background-color: WHITE;
	width:100%;	
	height: 70%;
}
#aktuelles{

	overflow:hidden;
	display: table-cell;
	width:100%;	
	text-align: center;
}

#partnerlogos{

	margin-top: 2%;
	margin-bottom: 1%;
}
#bild{

	background-size: 100% 100%;

}
#mond{

	width:100%;
	height: 137px;	
	overflow:hidden;
	text-align: center;
}
#mond1{

	width:100%;
	height: 250px;	
	overflow:hidden;
	text-align: center;
}
#mond2{

	width:100%;
	height: 200px;	
	overflow:hidden;
	text-align: center;
}
#reliquien{

	width:100%;
	height: 300px;	
	overflow:hidden;
	text-align: center;
	position: relative;
    color:black;
}
#lokations{

	width:100%;
	overflow:hidden;
	text-align: center;
	position: relative;
    color:black;
}
#reliquien1{

	width:auto;
	height: 280px;	
	overflow:hidden;
	text-align: center;
	position: relative;
    color:black;
}
#reliquien2{

	width:auto;
	height: 220px;	
	overflow:hidden;
	text-align: center;
	position: relative;
    color:black;
}
.img170
{
	float: left;
	width: 30%;
	padding: 1px;
	font-size: 0.8em;
	float: center;
}
.img200
{
	float: left;
	width: 30%;
	padding: 1px;
	font-size: 0.8em;
	float: center;
}
.img555
{
	width:100%;
	overflow:hidden;
	text-align: center;
}
.img184
{
	float: left;
	width: 30%;
	padding: 1px;
	font-size: 0.8em;
	float: center;
}
.img551
{
	float: left;
	width: 100%;
	padding: 1px;
	font-size: 0.8em;
	float: center;
}
.img600
{
	float: left;
	width: 100%;
	padding: 1px;
	font-size: 0.8em;
	float: center;
}
.reliquien span {
    background-color: red;
    position: absolute;
    bottom: 0;
}
#mond_tag{

	width:50%;
	height: 140px;	
	overflow:hidden;

}
}
#sonne{

	width:100%;
	height: 137px;	
	overflow:hidden;
	text-align: center;
}
#logogrosslinks{

	margin-top: 5px;
	margin-bottom: 5px;
	width:693px;
	height: 145px;	
	float: left;
	

}
#logogrossrechts{
	
	margin-top: 1px;
	margin-right: 2px;
	width:200px;
	height: auto;
	float: right;

	text-align:center;
	font-size:70%;
	line-height:100%;
}

#html, * {	
	margin: 0; 
	padding: 0;
	background-color: WHITE;
}			

#html, body{
			margin:0;
			padding:0;
			height:100%;
			overflow:auto;
}

html { 

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 100%;

}	

h1 {
	font-weight: bold;
	font-size:1.5em;
	font-family:"Tahoma";
	text-align:center;
	color:black;
	padding-top: 3%;
	padding-bottom: 2px;
	vertical-align: text-middle;
	float: center;
	} 
	
h2 {
	font-size:100%;
	font-family:"Verdana";		
	color:black;
	text-align:center;
	padding-bottom: 20px;
	vertical-align: text-middle;
}

		
h4 {	
	font-size:110%; 
	color:black;
	
}
h5 {	
	font-size:20px; 
	color:black;
	font-family:"Tahoma";	
	text-align:center;	
}
h6 {	
	font-size:70%; 
	color:black;
	font-family:"Tahoma";	
	text-align:center;
}

th
{
	font-size:90%; 
	color:black;
	background-color: WHITE;
}

#impressum_text{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	color: black;
	font-size: 100%;
	line-height: 150%;
	margin-left: auto;
    margin-right: auto;
    width: 100%;
}
#impressum{
	width:100%;	
	overflow:hidden;
	float: middle;
	margin-left: auto;
    margin-right: auto;   
	text-align:center;
	vertical-align: middle;	
}


#kalenderlayoutbuchen{

	width:100%;	
	float:middle;	
	text-align:center;
	vertical-align: middle;	
}

  	
.calender1 {
    width:280px;
    border:10px solid BLUE;
	overflow:hidden;
	float: middle;
	margin-left: auto;
    margin-right: auto;   
	text-align:center;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color:WHITE;
}
.calender {
    width:280px;
    border:10px solid BLUE;
	overflow:hidden;
	float: middle;
	margin-left: auto;
    margin-right: auto;   
	text-align:center;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color:white;
}
* html .calender,
* + html .calender {
    width:280px;
}
.calender div.after{	
	color: silver;	
}
.calender div.before{	
	
	color: silver;
}
.calender1 div.after{	
	color: red;	
}
.calender1 div.before{	
	
	color: red;
}
.day {
    float:left;
    width:40px;
    height:40px;
    line-height: 40px;
    text-align: center;
	background-color:WHITE;
	
}
.day.headline {
   
}
.day.current {
    font-weight:bold;
	color: green;
}

.day.veranstaltung {
	
	color: red;
}

.day.normal {
	
	color: green;
}
.clear {
    clear:left;
}
.pagination {
    text-align: center;
    line-height:20px;
    font-weight: bold;
	color: BLUE;
}
.pagihead { 
   display:inline-block;
   color: black;
   width: 170px;
   height: 20px;
   color: black;
   
}
.pagination a {
    width:20px;

}
</style>