.berg-kundenstimmen{
	    background-color: #fff;
    padding: 15px;
    position: relative;
    margin-bottom: 100px;
    overflow: hidden;
    max-width: 100vw;
    padding-bottom: 50px;
    padding-top: 50px
}
.berg-kundenstimmen .inner-wraper{
	position:relative;
	
}
.berg-kundenstimmen .inner-wraper:before {
    content: ' ';
    background: #fff url(assets/testi-left.png) no-repeat top center;
    height: 200px;
    width: 200px;
    position: absolute;
    left: -166px;
    top: -45px;
    background-size: 150px 150px;
	z-index:0;
}
.berg-kundenstimmen .inner-wraper:after {
    content: ' ';
    background: #fff url(assets/testi-right.png) no-repeat top center;
    height: 200px;
    width: 200px;
    position: absolute;
    right: -180px;
    top: 213px;
    background-size: 150px 150px;
	z-index: 0;
}
.berg-kundenstimmen .kundenstimmen-row-wrapper{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
display:none;
z-index:1;
}
.berg-kundenstimmen .kundenstimmen-row-wrapper.active{
	display:flex;
}

.berg-kundenstimme {
    border: 2px solid #61a43f;
    border-radius: 8px;
    padding: 20px;	
	flex: 0 45%;
    flex-grow: 1;
    margin: 2%;
	text-align:center;
	z-index: 1;
}

.berg-kundenstimme strong{
	color: rgb(97,164,63);
    clear: both;
    font-size: 22px;
    font-weight: 300;
	margin: 10px 0 10px;
	font-weight:bold;
	display:block;
	margin-bottom:15px;
}

.berg-kundenstimme p{
	font-size: 16pt;
    font-style: italic;
	font-weight:normal;
}

