/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

figure {
  text-align: center; 
}

figcaption {
	font-size:0.8em;
  display: inline-block; 
  text-align: left;
}

p.text-center.hidden-xs-down {
	margin-bottom:0px;
	padding-bottom:30px;
}
#wrapper {
	min-height:100%;
}
.form-control {
	background-color:#bebcbc;
}
body {
	background-color:#262626;
}
h5 {
	color:#dddddd;
}

.mensch_overlay {
  position: absolute;
  top: -50px;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100.0%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #000000;
  z-index:9;
  overflow-y:auto;
}
.tier_overlay {
  position: absolute;
  top: -50px;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100.0%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #000000;
  z-index:9;
  overflow-y:auto;
}
.landschaft_overlay {
  position: absolute;
  top: -50px;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100.0%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #000000;
  z-index:9;
  overflow-y:auto;
}
.ausstellungsarbeiten_overlay {
  position: absolute;
  top: -50px;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100.0%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #000000;
  z-index:9;
  overflow-y:auto;
}
.gedenksteine_overlay {
  position: absolute;
  top: -50px;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100.0%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #000000;
  z-index:9;
  overflow-y:auto;
}
.wandmalereien_overlay {
  position: absolute;
  top: -50px;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100.0%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #000000;
  z-index:9;
  overflow-y:auto;
}
.overlay_down {
  opacity:0.7 !important;
  top:0 !important;
}
.overlay_text {
  color: white;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 20%;
  -webkit-transform: translate(-10%, -50%);
  -ms-transform: translate(-10%, -50%);
  transform: translate(-10%, -50%);
  text-align: left;
}
.overlay_text span {
	color:#e22210;
	font-size:30px;
	font-weight:800;
	/*text-shadow: #444444 1px 1px 9px;*/
}
.lo {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 30px;
  padding-left:10px;
  color:white;
  width: 100%;
  opacity: 0.9;
  transition: .5s ease;
  background-color: #000000;
  z-index:9;
  overflow-y:auto;
}
#mensch_container {
  position: relative;
  z-index:10;
  /*width: 50%;*/
}
#tier_container {
  position: relative;
  z-index:10;
  /*width: 50%;*/
}
#landschaft_container {
  position: relative;
  z-index:10;
  /*width: 50%;*/
}
#ausstellungsarbeiten_container {
  position: relative;
  z-index:10;
  /*width: 50%;*/
}
#wandmalereien_container {
  position: relative;
  z-index:10;
  /*width: 50%;*/
}
#gedenksteine_container {
  position: relative;
  z-index:10;
  /*width: 50%;*/
}