  html, body, .panel { height: 100%; padding: 0; margin: 0; }
  body {
    font-family: arial;
    font-size: 1em;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
  }
  
  
  #home h1 a, #home h2, .home { color: #1e375a; }   /* dunkelblau */
#konzept h1 a, #konzept h2, .konzept  { color: #7c4b72; }   /* violett */
#team h1 a, #team h2, .team  { color: #34625b; }      /* gruen */
#verein h1 a, #verein h2, .verein  { color: #ffbe00; }      /* gelb */
#galerie h1 a, #galerie h2, .galerie  { color: #ff7319; }      /* orange */
#anmeldung h1 a, #anmeldung h2, #anmeldung a, .anmeldung  { color: #c32300; }      /* rot */
.impressum  { color: #6896ae; }      /* rot */
    /* #3b86c7 hellblau */    
.menu #home:target h1 + div { height: 230px; }
.menu #konzept:target h1 + div { height: 230px; }
.menu #team:target h1 + div { height: 230px; }
.menu #verein:target h1 + div { height: 230px; }
.menu #galerie:target h1 + div { height: 300px; }
.menu #anmeldung:target h1 + div { height: 230px; }


.menu2 { display: none; }
  #menu2 {
    position: absolute;
    right: 0;
    top: 0;
    width: 18.75em;
    display: none;
    z-index: 1001;
    background: rgba(255,255,255,.85);
    padding: 0 0.625em;
  }
  #menu2 h1 { display: block; z-index: 1001;  background: rgba(255,255,255,.85); padding: .75em 1em; }
  .panel {
    padding: 0 0.625em; 
    position: absolute;
    right: 3em;
    top: 0;
    background: rgba(255,255,255,.8) 5em 1em no-repeat;
  }
  #logo {
    position: absolute;
    top: 1em;
    right: 4em;
  width: 10em;
  z-index: 1000;
  }  
  .panel, .footer { width: 18.75em; }

  a { text-decoration:none; }
  .menu { padding: 0; padding-top: 6.25em;  }
  p {
    margin: 0.375em 0;
    font-size: 0.8125em;
    font-size: 0.75em;
    color: #444;
   }
  .footer h1 { display: inline-block; } 
  .footer h1 a { color: #6896ae; font-weight: normal; font-size: 0.875em; font-family: 'Luckiest Guy'; }
   .menu #impressum h2 { color: #6896ae; font-weight: normal; font-size: 1em ; } 
  .footer { position: fixed; bottom: 0.625em; text-align: right; }
  .address { font-weight: bold; display: inline-block; margin-top: 0.875em;}

#home { background-image: url(../i/k/blau.png); }   
#konzept { background-image: url(../i/k/violett.png); }   
#team { background-image: url(../i/k/gruen.png); }   
#verein { background-image: url(../i/k/gelb.png); }   
#galerie { background-image: url(../i/k/orange.png); }   
#anmeldung { background-image: url(../i/k/rot.png); }  

#home:target { background-image: url(../i/l/blau.png); }   
#konzept:target { background-image: url(../i/l/violett.png); }   
#team:target { background-image: url(../i/l/gruen.png); }   
#verein:target { background-image: url(../i/l/gelb.png); }   
#galerie:target { background-image: url(../i/l/orange.png); }   
#anmeldung:target { background-image: url(../i/l/rot.png);  }  

#thumbs img {
  margin: 0.25em 0.5em;
  width: 6.4em;
}

  .section {
    margin-bottom: 0.5em;
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 0.615em;
  }
  .section:last-of-type { margin-bottom: 2.5em; } 

h2 {
  font-size: 0.8125em;
  font-weight: normal;
  margin: 0.3125em 0 0 ;
  letter-spacing: -0.2px;
}
h1 {
  display: inline-block;
  font-size: 1em;
  padding: 0;
  margin: 0;
  position: relative;
}
.menu h1:before, .menu h1:after   {
  content:'';
  width: 0;
  height: 0.0625em; 
  bottom: 0; 
  position: absolute;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  -ms-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
.menu h1 > a {
  font: 300 1em/1.125em 'Luckiest Guy';
  text-decoration: none;
  display: inline-block;
  padding: 0.375em 0 0 0;
}
.menu h1 + div {
  height: 0;
  overflow: hidden;
  
  -webkit-transition: height 300ms ease;
  -moz-transition: height 300ms ease;
  -o-transition: height 300ms ease;
  -ms-transition: height 300ms ease;
  transition: height 300ms ease;
}
.menu #kontakt h1,
.menu #impressum h1
{ display: none; }

.menu #kontakt h1:target,
.menu #impressum h1:target
{ display: block; }

/* CSS Triggers 
==========================================*/
.menu h1:hover:before, 
.menu h1:hover:after,
.menu :target h1:before, 
.menu :target h1:after {
  width: 50%;
}
.menu :target h1 + div {
  height: auto; /* ease geht nur mit vorgegebener höhe */
}

#gallery { display: none; }

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../i/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
	background: transparent url(../i/prevlabel.gif) no-repeat 0 15%;
}

#lbPrevLink:hover {
	background: transparent url(../i/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;  
	background: transparent url(../i/nextlabel.gif) no-repeat 100% 15%;
}

#lbNextLink:hover {
	background: transparent url(../i/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../i/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

@media only screen and (max-width: 400px), screen and (max-height: 640px) {
  .panel {
    right: 0;
    background-position: 11em .5em; 
  }
  
#logo {
width: 6em;
top: .5em;
right: 7em;
}
  
  #kila .panel { background-size: 6.5em 3.8em; } 
  #schuela .panel { background-size: 5.2em 3.8em; } 
  .address { font-size: 0.75em; }
  .section { font-size: 0.75em; }
  .menu { padding-top: 1em;  position: relative; }

#thumbs img { width: 9.2em; }

.section h1 { display: none; }

.section:target h1 { display: block}
.menu2 {
  font-size: .75em;
  display: inline-block;
  position: absolute;
  top: 1.5em;
  right: 1em;
  z-index: 1000;
}
.menu2::before {
    border-bottom: 3px solid #333;
    border-top: 10px double #333;
    content: "";
    height: 5px;
    left: -38px;
    position: absolute;
    top: -2px;
    width: 28px;
}

/*
 
.menu h1 { font-size: 1em; }

.menu #home { left: 0; }
.menu #konzept { left: 3.2em; }
.menu #team { left: 7.6em; }
.menu #verein  { left: 10.8em; }
.menu #galerie { left: 14.6em; }
.menu #anmeldung { left: 18.8em; }

.menu #home div { margin-left: 0; }
.menu #konzept div { margin-left: -3.2em; }
.menu #team div { margin-left: -7.6em; }
.menu #verein div { margin-left: -10.8em; }
.menu #galerie div { margin-left: -14.6em; }
.menu #anmeldung div { margin-left: -18.8em; }

.menu #home,
.menu #konzept,
.menu #team,
.menu #verein,
.menu #galerie,
.menu #anmeldung { background: none; }

#home:target div { background: url(../i/l/blau.png) no-repeat; }   
#konzept:target div  { background: url(../i/l/violett.png) no-repeat; }   
#team:target div { background: url(../i/l/gruen.png) no-repeat; }   
#verein:target div { background: url(../i/l/gelb.png) no-repeat; }   
#galerie:target div { background: url(../i/l/orange.png) no-repeat; }   
#anmeldung:target div { background: url(../i/l/rot.png) no-repeat; }  

.menu .section h1 { margin-bottom: 10px; } 
.menu #impressum  { margin-top: 2em; } 
.menu .section {
  padding: 0;
  position: absolute;
  background-position: 0 1.75em;
}
.menu .section  p, .menu .section  h2 { padding-left: 1em; font-size: 1em }
.menu .section  img { font-size: .75em }
*/

} /* smaller view */

