html {
	position: relative;
	min-height: 100%;
	font-family: Helvetica, Arial, sans;
	font-size: 12pt;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  background-image: url("assets/hannover.jpg");
  background-size:cover;
}

ul {
	list-style-type: square;	
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 40px;
  line-height: 40px; /* Vertically center the text there */
  /*background-color: #f5f5f5;*/
  background-color:  rgb(138,141,143, 0.9);
}

.jumbotron {
	padding-top: 60px;
	padding-bottom:44px;
	/*margin: 55px;*/
	background-color: rgb(233, 236, 239, 0.8);	
}

.backg {
	background-color: #8A8D8F;
	color: #ffffff;
}

.logoclr {
	color: #EE7F00;
	font-size:14pt;
	font-weight: normal;
}

.img_in_logo {
	width: 101px; 
	height: 63px;
	padding-bottom: 0px
}

.hem_in_logo {
	color: white; 
	text-shadow: 2px 2px 5px black; 
	font-size: 56pt; 
	font-weight: bold; 
	line-height: 1.0;
	padding-left: 7px;
	
}

#immo24 {
	width: 100%;
	min-height: 600px;
}
