/* Layout CSS */

html, body{}

/* Allgemeine Styles Layout */
.space-v {
  margin-bottom: 20px;
  margin-top: 20px;
}
h1 { font-size: 2em;}
/* Navigation */
nav {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* Galerie Bildgröße */
img {
    display: block;
    height: auto;
    max-width: 100%;
}
.btn-success { 
  width: 100%;
  font-size: 1.3em;
}

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

      /* Wrapper for page content to push down footer */
      #wrap {
        min-height: 100%;
        height: auto !important;
        height: 100%;
        /* Negative indent footer by it's height */
        margin: 0 auto -60px;
      }

      /* Set the fixed height of the footer here */
      #push,
      #footer {
        height: 60px;
      }
      #footer {
        padding-top: 20px;
      }