/*!
 * Custom style sheet for home page Gabriele Höpken
 */

html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  font-size: 150%;
}

h2,h3,h4,h5 {
	color: rgb(31,73,125);
}

a {
	color: rgb(31,73,125);
}
.navbar {
  margin-top: 20px;
  margin-bottom: 20px;
}
.navbar-brand {
  padding: 0px 0px;
}

.navbar-default .navbar-nav > li > a {
	color: rgb(31,73,125);
}

.navbar-default .navbar-nav > li > a:hover {
	/* link hover color for navbar
	color: rgb(15,36,62); */
}

.carousel {
	margin-bottom: 20px;
}

.breadcrumb {
	/*background-color: white;*/
	border-radius: 0px;
	font-size: 100%;
	color: rgb(31,73,125);
}

.panel {
	border-radius: 0px;
}

.content {
	margin-bottom: 40px;
}
.footer {
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
  bottom: 20;
  width: 100%;
  background-color: #f5f5f5;
  color: rgb(31,73,125);
  text-align: left;
  font-size: 80%;
  line-height: 200%;
}
ul.sitemap {
	list-style-type: none;
	list-style-position: inside;
	text-align: left;
	text-indent: 0px;
	padding-left: 0px;
}
.copyright {
	text-align: center;
}