/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

#myCarousel{ position: relative; }

.carousel-caption {
  position: absolute;
  left: 10%;
  bottom: 20%;
  z-index: 10;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  text-align: left;
  padding: 0 10px;
}


.slide-head {
	font-family: 'Roboto Condensed', sans-serif;
	color: #27a9b1;
	font-size: 3.8em;
	font-weight: 500;
	text-align: left;
	padding: 10px;
	line-height: 1.0em;
	position: absolute;
	left: 17%;
	bottom: 25%;
	z-index: 10;
	background: url(../bilder/elemente/bgh1.png);
	/*background-color: #fff;*/
	}

.slide-text{
	color: #333;
	font-size: 2.0em;
	font-weight: 400;
	padding: 5px 10px;
	line-height: 1.0em;
	position: absolute;
	left: 17%;
	bottom: 12%;
	z-index: 10;
	background: url(../bilder/elemente/bgh1.png);
	/*background-color: #fff;*/
	}

.pfeilrechts { position: absolute; top: 0; right: 0px;}

.pfeillinks { position: absolute; top: 0; left: 0px;}