section.m31_price .m31_titel {
	text-align: center;
	margin-bottom: 65px;
}

section.m31_price .m31_checkpoint_item {
	display: flex;
	align-items: center;
	gap: 12px;
}

section.m31_price .m31_product_item .m31_icon svg {
	width: 17px;
	margin-bottom: 3px;
}

section.m31_price .m31_product_item .m31_icon {
	display: flex;
	align-items: center;
}

section.m31_price .m31_product_item .m31_text {
	width: calc(100% - 17px - 12px);
}

section.m31_price .m31_products {
	display: flex;
	gap: 27px;
}

section.m31_price .m31_product_item {
	border-radius: 10px;
	border: 1px solid transparent;
	width: calc(50% - (27px / 2));
	padding: 77px 79px 70px 46px;
}

section.m31_price .m31_preis_container {
	display: flex;
	align-items: flex-end;
	gap: 18px;
}

section.m31_price .m31_preis_main {
	margin-bottom: 0;
}

section.m31_price .m31_preis_addition {
	margin-bottom: 7px;
	font-size: .842rem;
}

section.m31_price .m31_beschriftung_container {
	margin-bottom: 26px;
}

section.m31_price .m31_beschriftung_container p {
	font-weight: 700;
}

section.m31_price .m31_preis_container {
	padding-bottom: 24px;
}

section.m31_price .m31_checkpoints {
	margin-top: 35px;
}

/* Nicht Hervorgehoben Start */

section.m31_price .m31_product_item[data-hervorheben="false"] .m31_icon svg {
	fill: #07173a;
}

section.m31_price .m31_product_item[data-hervorheben="false"] {
	border-color: #e4e8eb;
	background: #eff3f6;
}

section.m31_price .m31_product_item[data-hervorheben="false"] .m31_preis_container {
	border-bottom: 2px solid #cbced1;
}

section.m31_price .m31_product_item[data-hervorheben="true"] h2 {
	color: #07173a
}

/* Nicht Hervorgehoben End */

/* Hervorgehoben Start */

section.m31_price .m31_product_item[data-hervorheben="true"] .m31_icon svg {
	fill: #fff;
}

section.m31_price .m31_product_item[data-hervorheben="true"] p,
section.m31_price .m31_product_item[data-hervorheben="true"] h2,
section.m31_price .m31_product_item[data-hervorheben="true"] span {
	color: #fff;
}

section.m31_price .m31_product_item[data-hervorheben="true"] {
	border-color: #07173a;
	background: #07173a;
}

section.m31_price .m31_product_item[data-hervorheben="true"] .m31_preis_container {
	border-bottom: 2px solid #fff;
}

/* Hervorgehoben End */

@media screen and (max-width: 991px) {
	section.m31_price .m31_products {
		flex-direction: column;
	}
	
	section.m31_price .m31_product_item {
		width: 100%;
	}
	
	section.m31_price .m31_checkpoints .m31_checkpoint_item:not(:last-child) {
		margin-bottom: 7px;
	}
}

@media screen and (max-width: 575px) {
	section.m31_price .m31_preis_addition {
		margin-bottom: 1px;
	}
	
	section.m31_price .m31_product_item {
		padding: 37px 39px 30px 36px;
	}
	
	section.m31_price .m31_titel {
		margin-bottom: 35px;
	}
}

@media screen and (max-width: 400px) {
	section.m31_price .m31_preis_container {
		flex-direction: column;
		gap: 10px;
		align-items: flex-start;
	}
	
	section.m31_price .m31_product_item {
		padding: 27px 29px 20px 26px;
	}
}