#citate_index p, #citate_index .all_citates a, .citate_index p {
   font-size: 17px;
   padding: 0 100px;
   font-weight: bold;
   color:#fff;
}
.citate_index p {
	padding: 0 121px;
}
#citate_index p span{ 
	padding-right: 180px;
	position: absolute;
	right: 0;
	bottom: 30px;
}
#citate_index .all_citates {float: right;}
#citate_index .all_citates a {color: #FFF;}

.bg-index{
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #7EBB1F;
	color: white;
	min-height: 135px;
}

.icon-left {

	position: absolute;
	left: 35px;
	top: 15px;
}

.icon-right {
	position: absolute;
	right: 35px;
	bottom: 15px;
}
.light-bg {
	background-color: #f3f5f0;
}

@media only screen and (max-width : 768px) {
	.icon-quote-left,.icon-quote-right{
		font-size: 35px;
	}
	.citate_index p,#citate_index p{
		padding: 0 90px;
	}
}
@media only screen and (max-width : 480px) {
	.icon-left.icon-quote-left{
		left: 20px;
	}
	.icon-right.icon-quote-right{
		right:20px;
	}
	.citate_index p,#citate_index p{
		padding: 0 60px;
	}
	#citate_index p span{
		padding-right: 80px;
	}
}