
/* Haupt-Struktur
--------------------------- */

body {
color: #004297;
background: url(../images/Bild-1700.jpg) no-repeat !important;
}




/* Nav Styles separates File
-------------------------------------------------- */



/* Content Styles
-------------------------------------------------- */

/* ------------------------------------------
  Satz-Abstände wichtig!
--------------------------------------------- */

.col-md-2, 
.col-md-4,
.col-md-6,
.col-md-8 {
margin-top: 1em;
}

li {
  margin-top: 0;
  margin-bottom: 0.5em !important;
}

.list-unstyled, .list-unstyled-oben {
 list-style: none;
}





/* Sticky footer styles
-------------------------------------------------- */

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


/* --- Wrap drückt den Footer unten an den Rand--erhält den Scrollbalken------ */
#wrap {
  min-height: 100%;
  height: auto;
  /* Negative indent footer by its height */
  margin: 0 auto -110px;
  /* Pad bottom by footer height */
  padding: 0 0 110px;
}

