html {
  position: relative;
  min-height: 100%;
}
body {
  font-family: Verdana;
  margin-bottom: 60px;
}
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}

#logo {
	margin: 5px;
}
#wrapper {

}
#adresse {
	text-align: center;
	margin: 5px;
}

a {
	text-decoration: none;
	color: #003460;
}

.container .text-muted {
  margin: 20px 0;
}

#urlaub {
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	font-style: italic;
	height: 80px;
}
.img_gal_desc {
	color: #808080;
	margin: 0 0 0 20px;
}
.img_gal_img {
	margin: 0 0 20px;
}