/* Erweiterung - mmalwitz 2013 */

html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}

body {
  padding-top:0;
  padding-bottom:0;
  color: #5a5a5a;
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by its height */
  margin: 0 auto -40px;
  /* Pad bottom by footer height */
  padding: 0 0 70px 0;
}

/* Set the fixed height of the footer here */
#footer {
  height: 40px;
  margin-top:0;
  background-color: #f5f5f5;
}

p.credit {line-height:30px}

div.carousel-caption {text-shadow: 0 1px 3px rgba(0, 0, 0, 0.9);}
div.carousel-caption h1 {font-family:OpenSans-semibold}

div.form-group.jam {display:none}

div.alert strong {font-family:OpenSans-bold;font-weight:normal}

div.input-group-btn button {width:90px}


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

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: relative;
  z-index: 15;
}


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

/* Carousel base class */
.carousel {
  margin-bottom: 20px;

  /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
  margin-top: -90px;
}
/* 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;
}

textarea.animated {
   -webkit-transition: height 0.2s;
   -moz-transition: height 0.2s;
   transition: height 0.2s;
}

div.gallery img {
   margin:0 .5em 1em 0;
}

#map_canvas {
   display: block;
   height: 400px;
}

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

@media (min-width: 768px) {

  /* Remove the edge padding needed for mobile */
/*
  .marketing {
    padding-left: 0;
    padding-right: 0;
  }
*/

  /* Navbar positioning foo */
  .navbar-wrapper {
    top: 20px;
  }
  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }
  a:link.navbar-brand, a:focus.navbar-brand, a:active.navbar-brand, a:visited.navbar-brand {
     font-family:OpenSans-regular;color:#FFF
  }



  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

/*  .featurette-heading {
    font-size: 50px;
  }
*/
}

@media (min-width: 992px) {
/*  .featurette-heading {
    margin-top: 120px;
  }
*/
}
