@charset "UTF-8";
/* CSS Document */


/* ========= Punkte-Anzeige ========= */

.carousel-indicators {
	position: absolute;
	right: 20px;
	bottom: 0;
	left: inherit;
	text-align: right;
	}

.carousel-control .icon-next, 
.carousel-control .glyphicon-chevron-right {
    right: 25%;
}

.carousel-control .icon-prev, 
.carousel-control .glyphicon-chevron-left {
    left: 25%;
	}


/* ========= Beschriftung ========= */

.carousel-caption {
	position: absolute;
	left: 0;
	right: inherit;
	bottom: 0;
	width: 100%;
	height: 120px;
	padding: 15px 25px;
	text-align: left;
	text-shadow: none;
	}

.balken_headline {
	display: block;
	background: #000;
	margin: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 120px;
	
	background-color: rgba(0, 0, 0, 0.7);
	color: rgba(0, 0, 0, 0.7);
}

.carousel-caption h2 {
	font-size: 35px;
	font-weight: 400;
	color: #FFF;
	margin-bottom: 0px;
	line-height: 1;
	position: relative;
}

.carousel-caption p {
	margin-bottom: 0;
	width: 75%;
	font-family: 'Quattrocento', serif;
	font-size: 16px;
	line-height: 1.3;
	}

.carousel-caption a {
	margin-left: 25px;
	}