.block-9-personenprofil {
	position: relative;
}

.block-9-personenprofil.greySec {
	background-color: var(--background-alt2);
}

.block-9-personenprofil.firstSec {
	background-color: var(--background-alt2);
}


.block-9-personenprofil  .imgWrap{
	position: relative;
}

.block-9-personenprofil  .zitatWrap{
	position: absolute;
	bottom: 3.5rem;
	right: 1.5rem;
	padding: 6.5rem 5rem;
	background-image: url('../../assets/images/block-9-zitat-bg.svg');
	background-size: 100% 100%;
	color: var(--text-light);
	text-align: center;
	background-repeat: no-repeat;
	max-width: 31.5rem;
}

.block-9-personenprofil  .zitatWrap:before{
	content: '';
	position: absolute;
	top: 3rem;
	left: 2.5rem;
	background-image: url('../../assets/images/block-9-zitat-icon.svg');
	background-repeat: no-repeat;
	background-size: contain;
	width: 3.5rem;
	height: 3.5rem;
}

.block-9-personenprofil  .eigenschaftenTotalWrap{
	margin-top: 4rem;
	margin-bottom: 5rem;
}

.block-9-personenprofil  .eigenschaftWrap{
	margin-bottom: 2.5rem;
}

.block-9-personenprofil  .eigenschaftWrap p{
	color: var(--primary);
	font-weight: 600;
}

.block-9-personenprofil  .balkenWrap{
	height: 1.6rem;
	background-color: var(--background-alt1);
	border-radius: 110px;
	position: relative;
}

.block-9-personenprofil  .balkenInner{
	content: '';
	position: absolute;
	height: 1.4rem;
	background-color: var(--primary);
	border-radius: 110px;
	top: 0;
	left: 0;
	-webkit-transition: width 1.5s ease;
	-o-transition: width 1.5s ease;
	transition: width 1.5s ease;
}

.block-9-personenprofil  .balkenInner.noWidth{
	width: 0%!important;
}

.block-9-personenprofil .textWrap {
	padding-top: 3rem;
}