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

#myCarousel{ position: relative; padding-left: 0 0; margin: 0 0 ; /*border-bottom: 5px solid #e5e6d8; border-top: 5px solid #e5e6d8;*/}

#myCarousel .container {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 {
	color: #ffef0b;
	font-size: 2.4em;
	font-weight: 700;
	text-align: left;
	padding: 10px;
	line-height: 1.0em;
	position: absolute;
	left: 10%;
	top: 15%;
	z-index: 10;
	/*background-color: #ffef0b;*/
	background-image: url(../bilder/slider/bg.png);
	}

.slide-text{
	color: #ffef0b;
	font-size: 1.8em;
	font-weight: 500;
	padding: 5px 10px;
	line-height: 1.0em;
	position: absolute;
	left: 10%;
	top: 35%;
	z-index: 10;
	/*background-color: #ffef0b;*/
	background-image: url(../bilder/slider/bg.png);
	}

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

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

.carousel .maske { position: absolute; left: 0; bottom: 0; z-index: 20; }

.carousel .slogan { position: absolute; right: 150px; bottom: 20px; z-index: 20; color: #999; font-size: 1.8em; font-weight: 700;}