/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

.orange{
	color: #EEC33C; /*orange*/
}

body {
  padding-bottom: 40px;
  color: #5a5a5a;
  font-family: 'Bree Serif', serif;
}

#intro {
	text-align: center;
    background: url(../img/bgIntro.jpg) fixed;
    height: auto; 
    margin: 0px auto;
    width: 100%;
    position: relative;
    box-shadow: inset 0 0 5px rgba(0,0,0,0.8);
    padding: 10% 0;
	background-size: auto 100%;
	background-position: 50% 0;
}

#intro > .inner.cover{
	color: #fff;
	width: 70%;
	margin-top: 7%;
	margin-left: auto;
	margin-right: auto;
	text-shadow: 0px 0px 5px #646464;
}

#intro > a > .btn-primary{
	background-color: #002c42;
	border-color: #000000;
}

#intro > .lead{
	color: #fff;	
}

.lead > .btn{
	text-shadow: 0px 0px 0px #FFFFFF;
}

#projekt{
	background-color: #fff;
	color: #5a5a5a;
}

#team, #projekt, #situation, #kontakt, #support, #spenden, #doku, #verein, #kinder, #flickr{
	padding: 80px 0px;
}

#doku, #situation, #verein {
	background-color: #272727;
	color: #fff;
}

#doku > .container > .sub-heading, #situation > .container > .sub-heading{
	text-shadow: 0px 0px 10px black;
}

#team{
	background-color: #272727;
	color: #fff;
}
#team > .container > .sub-heading{
	text-shadow: 0px 0px 10px black;
}

#spenden{
	box-shadow: 0px 0px 5px 0px #272727;
}

#spenden > .container > .well{
	background-color: #303030;
	color: #fff;
	border: 1px solid black;
	border-radius: 6px;
}
#spenden > .container > .well > .row > .col-md-4 > h2{
	margin-top: 0px;
	color: #EEC33C; /*orange*/
}
#spenden > .container > .well > .row > .col-md-4 > .lead{
	font-size: 18px;
	line-height: 1.3;
	margin-bottom: 0px;
	text-align: justify;
}
#fotowall-1{
	text-align: center;
	background: url(../img/bgKind2.jpg) repeat fixed 50%;
	height: auto; 
	margin: 0px auto;
	width: 100%;
	position: relative;
	box-shadow: inset 0 0 5px rgba(0,0,0,0.8);
	padding: 10% 0;
}
    

#verein{
	/*text-align: justify;*/
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand{
	color:#eec33c; 
}

.navbar>.container .navbar-brand:hover, .navbar>.container-fluid .navbar-brand:hover{
	color:#ffffff;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
  box-shadow: 0px 0px 10px black;
}
.navbar-wrapper .navbar .container {
  width: auto;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus{
	transition: 1s;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 500px;
  margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 500px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}

/* MAIN CONTENT
-------------------------------------------------- */

a{
	color: #EEC33C; /*orange*/
}
a:hover, a:focus{
	text-decoration: none;
	color: #C5A43C; /*orange*/
}

.colored{
	color: #428bca; /*blau*/
	color: #EEC33C; /*orange*/
}

.cover-heading{
	color: #fff;
	text-shadow: 0px 0px 8px #232323;
}

.main-heading{
  font-size: 40px;
  text-align: center;
  margin-bottom: 40px;
  text-transform: uppercase;
  }
 
.sub-heading{
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  margin-top: -30px;
  margin-bottom: 50px;
}

hr.underline{
	display:block;
	height:1px;
	width:100px;
	content:'';
	left:50%;
	border-color: #EEC33C; /*orange*/
	margin-top: -30px;
	margin-bottom: 60px;
}

/* SPENDEN CONTENT
-------------------------------------------------- */

.videowrapper{
	position: relative;
	padding-bottom: 55%;
	padding-top: 16px;
	height: 0;
	overflow: hidden;
}

.videowrapper > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#mapswrap{
	position: relative;
	padding-bottom: 25%; /* was: 40% */
	padding-top: 16px;
	min-height: 250px;
	overflow: hidden;
}

#mapswrap > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* VEREIN CONTENT
-------------------------------------------------- */

.verein-heading{
	margin-top: 0px;
}

/* DOKU CONTENT
-------------------------------------------------- */

.doku-heading{
	margin-top: 0px;
	color: #EEC33C;
}


/* FLICKR CONTENT
-------------------------------------------------- */

#flickr{

}
.mehr{
	margin-top: 30px;
}
.blueimp-gallery > .next, .blueimp-gallery > .prev {
    padding-top: 10px;
}

/* KINDER CONTENT
-------------------------------------------------- */

#kinder > .container > .panel-group > .panel{
	border: none;
	box-shadow: none;
}



.arrow:after{
	font-family: "Glyphicons Halflings";
	content: "\e094";
}

#kinder > .container > .panel-group > .panel > .panel-heading{
	background-color: inherit;
	text-align: right;
	border: none;
}

/* TEAM CONTENT
-------------------------------------------------- */

.member{
	margin-bottom:60px;
}


.member .face{
	width:100%;
}


.member .face img{
	width:100%;
	height:auto;
}

.member-info .name{
	font-size:25px;
	line-height:35px;
	color:#fff;
}

.member-info .name .last-name{
	color: #EEC33C; /*orange*/
}

.member-info .designation{
	font-size:23px;
	line-height:35px;
	color:#428bca; /*blau*/
	color: #EEC33C; /*orange*/
}
.about-member{
	text-align: justify;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	font-size: 16px;
	line-height: 23px;
	color: #fff;
	padding-top: 10px;
}


.member .social{
	margin-top:5px;
}
.member .social li{
	background-color:#ccc;
	border:none;
	margin-left:1px;
	margin-right:1px;
}
.member .social li a{
	color:#428bca;
	border:none;
	height:37.5px;
	width:37.5px;
	line-height:37px;
	margin:0px;
	
}

/*social icons*/
.social {
	margin:0;
	margin-top:10px;
	padding:0;
	text-align: center;
}
.social li {
	display: inline-block !important;
	margin: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-image:url(../img/sprite_social4.png);
	border:1px solid #629e9a;
	margin-bottom:5px;
}
.social li a {
	width: 40px;
	height: 40px;
}

.social li a {
	outline: none;
	display: block;
	text-indent: -999999px;
}



.facebook{
	background-position:0 -40px;
}

.facebook:hover{
	background-position:0 0px;
}

.s6{
	background-position:40px -40px;
}

.s6:hover{
	background-position:40px 0;
}


.u4s{
	background-position:80px -40px;
}


.u4s:hover{
	background-position:80px 0px;
}


.linkedin{
	background-position:120px -40px;
}

.linkedin:hover{
	background-position:120px 0px;
}



.vimeo{
	background-position:160px -40px;
}

.vimeo:hover{
	background-position:160px 0px;
}



.flicker-social{
	background-position:200px -40px;
}

.flicker-social:hover{
	background-position:200px 0px;
}

.youtube{
	background-position:240px -40px;
}

.youtube:hover{
	background-position:240px 0px;
}


.twitter{
	background-position:280px -40px;
}

.twitter:hover{
	background-position:280px 0px;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}

/* CONTACT CONTENT
-------------------------------------------------- */

#contactForm > legend{
	color: #efefef;
}

#contactForm > .btn-primary{
	color: #000;
	background-color: #FFFFFF;
	border-color: #8F8F8F;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  color: #EEC33C; 
  line-height: 1;
  letter-spacing: -1px;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  .navbar-wrapper .navbar .container{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
  }

  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 50px;
    padding-left: 5px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

 .navbar-nav{
	float:right;
 }
  .navbar-nav > li > a, .navbar-brand{
	padding-top: 25px;
	padding-bottom: 25px;
  }
  
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 40px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 60px;
  }
  .navbar-wrapper .navbar .container{
	width: 970px;
  }
}