body {
  padding-top: 50px;
  height: 100%;
  background-image: url(images/1024.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

html {
  height: 100%;
}

.map-maximized {
  position: absolute; 
  top: 50px; /* navbar at top */
  left: 0; 
  min-width: 100%;
  /* height: 100%; */
  display: block;
  bottom: 0px;
  z-index:10;
}

.map-normal-size {
  margin: 0;
  padding: 0;
  /* height: 80%; */
  height: 650px;
}

#map-maximized-overlay-menu {
  /* default hidden! */
  display: none;
  position: absolute; 
  top: 0px; 
  left: 0px; 
  width: 100%;
  height: 50px;
  display: block;
  bottom: 0px;
  z-index:40;
  background-color: rgb(51, 51, 51);
  text-align: center;
  padding-top: 9px;
}

.starter-template {
  padding: 0px 15px;
  padding-bottom: 40px;
  text-align: center;
  width:auto;
  margin:0 auto;
}

/*
 * extra styles for frontpage 
 */
.startseite_ja {
  /*font-weight: bold;*/
  padding-top: 1em;
  font-size: 470%;
}
.startseite_tagline {
  font-size: 120%;
}
.startseite_tagline_danke {
  font-size: 170%;
}
.startseite_tagline_fotoupload {
  font-size: 110%;
}
.startseite_datum {
  font-weight: bold;
  font-size: 470%;
}
.zitat {
  margin-top: 6em;
  font-family: Verdana, sans-serif;
}

/* =================== */

.tagesablauf_liste {
  margin-top: 30px;
  padding: 20px 15px;
  text-align: left;
  position:relative;
  /* font-size: 100%; */
  width:auto;
  /* background-color: #F2F2F2; */
}

.tagesablauf_liste  li{
  margin-bottom:10px;
}

.smallinfopanel {
   width: auto;
   margin-left: auto;
   margin-right: auto;
}

.wichtig-rot {
	color:#ff0000;
	font-weight:bold;
	font-size: 120%;
	
}
