.block-9-pflegetabelle .headlineWrap{
    margin-bottom: 6rem;
}

.block-9-pflegetabelle .pflegeTabellenWrap{
	max-width: 1400px;
	margin: 0 auto;
	overflow-x: auto;

}

.block-9-pflegetabelle .pflegeTabellenWrap > table{
	width: 100%;
	min-width: 1200px;
	border-collapse: separate;
	border-spacing: 4px;
	table-layout: fixed;
	background: #ececec;
	margin-bottom: 0;
}

.block-9-pflegetabelle .pflegeTabellenWrap > table th,
.block-9-pflegetabelle .pflegeTabellenWrap > table td{
	padding: 16px 12px;
	border: none;
	vertical-align: middle;
	word-wrap: break-word;
}

.block-9-pflegetabelle .pflegeTabellenWrap > table .left-head{
	background: var(--blue1);
	color: #ffffff;
	text-align: center;
	font-size: 17px;
	line-height: 1.2;
}

.block-9-pflegetabelle .pflegeTabellenWrap > table .top-head{
	background: var(--green1);
	color: #ffffff;
	text-align: center;
	font-size: 17px;
	line-height: 1.3;
}

.block-9-pflegetabelle .pflegeTabellenWrap > table .pg-head{
	background: var(--green1);
	color: #ffffff;
	text-align: center;
	font-size: 17px;
	line-height: 1.2;
}

.block-9-pflegetabelle .pflegeTabellenWrap > table .left-col{
	background: var(--blue1);
	color: #ffffff;
	text-align: left;
	font-size: 17px;
	line-height: 1.35;
}

.block-9-pflegetabelle .pflegeTabellenWrap > table .left-col small{
	display: block;
	margin-top: 6px;
	font-size: 14px;
	line-height: 1.35;
	font-weight: 400;
	opacity: 0.95;
}

.block-9-pflegetabelle .pflegeTabellenWrap > table .cell{
	background: #d9d9d9;
	color: var(--blue1);
	text-align: center;
	font-weight: 600;
	font-size: 17px;
	line-height: 1.2;
}

.block-9-pflegetabelle .pflegeTabellenWrap > table .cell .dash{
	color: var(--green1);
}

.block-9-pflegetabelle .pflegeTabellenWrap > table .cell .max{
	color: var(--green1);
	font-size: 17px;
	font-weight: 600;
	display: inline-block;
	margin-right: 4px;
}

.pflege-note{
	margin-top: 14px;
	font-size: 12px;
	line-height: 1.5;
	color: #444;
}

.block-9-pflegetabelle .infoWrap{
	display: flex;
	flex-wrap: wrap;
	row-gap: 1rem;
	column-gap: 3rem;
	font-size: 1.6rem;
	margin-top: 4rem;
}

.block-9-pflegetabelle .infoWrap p{
	width: calc( 50% - 1.5rem );
}

.block-9-pflegetabelle .infoWrap p:last-of-type{
	text-align: right;
}

@media(max-width: 991px){
	.block-9-pflegetabelle .infoWrap p{
		width: 100%;
		flex-shrink: 0;
	}

	.block-9-pflegetabelle .infoWrap p:last-of-type{
		text-align: left;
	}
}

@media (max-width: 767px){
	.pflegeTabellenWrap{
	padding: 12px;
	}

	.block-9-pflegetabelle .pflegeTabellenWrap > table th,
	.block-9-pflegetabelle .pflegeTabellenWrap > table td{
	padding: 12px 10px;
	}

	.block-9-pflegetabelle .pflegeTabellenWrap > table .left-head{
	font-size: 17px;
	}

	.block-9-pflegetabelle .pflegeTabellenWrap > table .cell{
	font-size: 17px;
	}
}
  