/* Grundgerüst */
body{
	background-color:#0e5187;
	font-family: Tw Cen MT;
	}

.kopf{
	background-image:url(../bilder/kopf.png);
	background-size:contain;
	background-position:center;
	height:20em;
	background-repeat: no-repeat;
	}

nav{
	background-color:#585858;
	text-align:center;
	}

nav ul{
	padding:0;
	text-decoration:none;
	}

nav li{
	font-size:1.5em;
	list-style-type:none;
	display: inline-block;
	height:auto;
	padding-bottom: 0.3em;
	padding-left:2em;
	padding-right:2em;
	}

.menu{
	color:white;
	text-decoration:none;
	}
	
.li1{
	font-size:1.5em;
	list-style-type:none;
	display: inline-block;
	height:auto;
	line-height:auto;
	}

li{
	list-style-type:none;
	}

a{
	text-decoration:none;
	color:white;
	}

footer{
	color: white;
	width: 99%;
	background-color:#585858;
	font-size:1em;
	bottom:10px;
	text-align:center;
	}
	
a:hover   {color:royalblue; }

.logo{
	width:99%;
	background-image:url(../bilder/footer.png);
	background-position:50%;
	background-repeat:no-repeat;
	height: 85px;
	background-size:19em;
	margin-bottom:0.5em;
	}

/* Home */
#suche{
	text-align:center;
	color:white;
	font-size:2em;
	}

#karte{
	text-align:center;
	}

/* Impressum */
#impressum{
	margin-top:3%;
	margin-bottom:3%;
	color: white;
	text-align: left;
	margin-left:5%;
	margin-right:5%;
	}

.impress{
	text-align:left;
	font-size:2em;
	color:white;
	margin-top:3%;
	}

/* Vereinsgeschichte */
#chronik{
	color:white;
	font-size:2em;
	text-align:center;
	margin-left:5%;
	margin-right:5%;
	}

.text1{
	text-align:center;
	font-size:2em;
	color:white;
	margin-top:3%;
	}

/* Die Verwaltung */
.text3{
	text-align:center;
	font-size:2em;
	color:white;
	margin-top:3%;
	}

.text2{
	font-size:1.2em;
	margin-left:5%;
	color:white;
	margin-top:3%;
	}

/* Termine */

table {
	background-color: #848484;
	border: 1px groove white;
	margin: 5% auto;
	color: white;
	font-size: 2em;
	text-align: center;
	border-radius:5px;
	}

th {
	background-color: #585858;
	border: 1px groove white;
	border-radius:5px;
	}

td {
	border: 1px groove white;
	width: 400px;
	border-radius:5px;
	}

.text4{
	text-align:center;
	font-size:2em;
	color:white;
	margin-top:3%;
	}

/* Aktivitäten */
.text5{
	text-align:center;
	font-size:2em;
	color:white;
	margin-top:3%;
	}

.text6{
	font-size:1.5em;
	margin-left:5%;
	color:white;
	margin-top:3%;
	}

/* Galierie */
#galerie {
	margin-left:2em;
	margin-right:2em;
	}

/*Hochformat Bilder*/
#galerie .hoch {
	background: #585858;
	display: inline-block;
	height: 13.5em;
	width: auto;
	margin: 1em 1em 1em 1em;
	overflow: hidden;
	padding: 0.2em;
	transition: all 0.25s ease-in;
	}

#galerie .hoch img {
	height: 13.5em;
	width: auto;
	}

#galerie .hoch:hover,
#galerie .hoch:focus {
	margin: 0em 0px 0 0px;
	padding: 5px 5px 5px 5px;
	z-index: 2;
	transform: scale(2.5);
	}

/*Querformat Bilder*/
#galerie .quer {
	background: #585858;
	display: inline-block;
	width: 13.5em;
	height: auto;
	margin: 1em 1em 1em 1em;
	overflow: hidden;
	padding: 0.2em;
	transition: all 0.25s ease-in;
	}

#galerie .quer img {
	width: 13.5em;
	height: auto;
	}

#galerie .quer:hover,
#galerie .quer:focus {
	margin: 0em 0px 0 0px;
	padding: 5px 5px 5px 5px;
	z-index: 2;
	transform: scale(2.5);
	}

/* Zurück Button */

.zurück{
	color: white;
	font-size: 2em;
	font-family: Tw Cen MT;
	font-weight:bold;
	padding-left:1.5em;
	text-decoration:none;
	}


/*  Videos  */
#filme .ho {
	background: #585858;
	display: inline-block;
	margin: 1em 1em 1em 1em;
	padding: 5px 5px 5px 5px;
	width: 15%;
	}

#filme .qu {
	background: #585858;
	display: inline-block;
	margin: 1em 1em 1em 1em;
	padding: 5px 5px 5px 5px;
	width:30%;
	}

#Kalender{
	text-align:center;
	color:white;
	font-size:2em;
	}















/*
.neon {
	animation: flicker 1.5s infinite alternate;
    color: #fff;
	text-align:center;
    font-family: sans-serif;
    text-transform: uppercase;
    font-size: 3em;
    font-weight: bold;
    font-style: italic;
    letter-spacing: .1em;
    color: white;
    text-shadow: 0 0 7px white,
                 0 0 10px white,
                 0 0 21px blue,
                 0 0 42px blue,
                 0 0 82px blue,
                 0 0 92px blue,
                 0 0 102px blue,
                 0 0 151px blue;
		}
@keyframes flicker {
    
  0%, 18%, 22%, 25%, 53%, 57%, 100% {

      text-shadow:
      0 0 4px white,
      0 0 11px white,
      0 0 19px blue,
      0 0 40px blue,
      0 0 80px blue,
      0 0 90px blue,
      0 0 100px blue,
      0 0 150px blue;
  }
  20%, 24%, 55% {        
      text-shadow: none;
  }    
}
*/



/* Galiere Bilder gehen schräg auf 
#galerie figure:nth-child(3n-2):hover,
#galerie figure:nth-child(3n-2):focus {
	transform: scale(2.5) rotate(-3deg);
	}

#galerie figure:nth-child(5n):hover,
#galerie figure:nth-child(5n):focus {
	transform: scale(2.5) rotate(3deg);
	}

	*/
