@import url(http://fonts.googleapis.com/css?family=Schoolbell);
@import url(http://fonts.googleapis.com/css?family=Questrial);

body { 
  background: url(/img/kindergarten_background.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
	font-family: Questrial;
}

h3{margin-top: 10px;}

.container {
	margin-top: 20px;
	background-color: rgba(255,255,255, 0.8);
	padding-bottom: 20px;
}
.header h1{
	font-family: 'Schoolbell', cursive; 
	font-size: 48pt; text-align: center;
	text-shadow: -1px 0 black, 0 3px black, 1px 0 black, 0 -1px black;
	
	color: #B2EC5D;
	padding-bottom: 20px;	
}

.navigation .nav {
	background-color: rgba(255,255,255,0.7);
		border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	text-align: center;
	margin-top: 10px;

-webkit-box-shadow: 2px 2px 7px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    2px 2px 7px 0px rgba(50, 50, 50, 0.75);
box-shadow:         2px 2px 7px 0px rgba(50, 50, 50, 0.75);
}

.nav li.active a {background-color: #FDC300; color: #333;}
.nav li.active a:hover {background-color: #706F6F; color: white;}
.nav a {color: #333;}

 .nav > li {
  float:none;
  display:inline-block;
  *display:inline; /* ie7 fix */
  *zoom:1; /* hasLayout ie7 trigger */
  vertical-align: top;
	padding-top: 5px;
		padding-bottom: 5px;
}

.textUeberschrift h3 {text-decoration: underline; font-weight: bold;}
.homeText{padding-top: 10px; padding-bottom: 10px;}

.footer .nav{
-webkit-box-shadow: 2px 2px 7px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    2px 2px 7px 0px rgba(50, 50, 50, 0.75);
box-shadow:         2px 2px 7px 0px rgba(50, 50, 50, 0.75);

	
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	margin-top: 20px;
	text-align:center;

	background-color: rgba(255,255,255,0.7);}

.footer a {color: #333;}

#carousel-generic{margin-top: 30px;}

.images {margin-top: 20px;}
.images img {border-radius: 20px;}
.images p {text-align: center;}

.img{margin-bottom:10px;}

.panel-title{font-size: 18px;}

