
section.m35_flexible_content {
	--gap: 175px;
	--cb_width: 390px;
}

section.m35_flexible_content * {
	/* color: #262520; */
}

section.m35_flexible_content .m35_content_wrapper {
	/* width: 100%; */
}

section.m35_flexible_content.limit_width .m35_content_wrapper {
	width: calc(100% - var(--cb_width) - var(--gap));
}

section.m35_flexible_content .m35_contact_person_wrapper {
	width: var(--cb_width);
}

section.m35_flexible_content .m35_entry {
	--offset_sides: 25px;
}

section.m35_flexible_content .m35_entry:not(:last-child) {
	padding-bottom: 55px;
	margin-bottom: 55px;
	border-bottom: 1px solid rgba(139, 140, 147, 0.5);
}

section.m35_flexible_content .m35_text_container {
	hyphens: auto;
}


/* Tabelle */
section.m35_flexible_content .m35_entry[data-variant="tabelle"] .m35_table_container {
	margin-top: 28px;
	max-width: 50%;
}

section.m35_flexible_content .m35_entry[data-variant="tabelle"] .m35_list {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
}

section.m35_flexible_content .m35_entry[data-variant="tabelle"] .m35_list_item {
	padding: 15px 32px;
}

section.m35_flexible_content .m35_entry[data-variant="tabelle"] .m35_list_item:nth-child(odd) {
	background-color: #fff;
}

/* Aufzählung */
section.m35_flexible_content .m35_entry[data-variant="aufzaehlung"] .m35_beschriftung {
	font-weight: 700;
	margin-bottom: 7px;
}

section.m35_flexible_content .m35_entry[data-variant="aufzaehlung"] .m35_list {
	list-style: none;
	padding: 0;
	margin: 0;
}

section.m35_flexible_content .m35_entry[data-variant="aufzaehlung"] .m35_list_item {
	padding: 4px 0;
	color: #8b8d93;
	font-size: 0.889rem;
	display: block;
}

@media screen and (max-width: 1399px) {
	section.m35_flexible_content {
		--gap: 120px;
		--cb_width: 310px;
	}
}

/* @media screen and (min-width: 1400px) {
	section.m35_flexible_content.limit_width .m35_content_wrapper {
		width: calc((50% + 180px) - (var(--row_gap) / 2));
	}

	section.m35_flexible_content.limit_width .m35_contact_person_wrapper {
		width: calc((50% - 180px) - (var(--row_gap) / 2));
	}
}

@media screen and (min-width: 1200px) {
	section.m35_flexible_content.limit_width .m35_content_wrapper {
		width: calc((50% + 80px) - (var(--row_gap) / 2));
	}

	section.m35_flexible_content.limit_width .m35_contact_person_wrapper {
		width: calc((50% - 80px) - (var(--row_gap) / 2));
	}
}

@media screen and (max-width: 575px) {
	section.m35_flexible_content .m35_entry {
		--offset_sides: 15px;
	}
} */



@media screen and (max-width: 991px) {
	section.m35_flexible_content.limit_width .m35_content_wrapper,
	section.m35_flexible_content .m35_contact_person_wrapper {
		width: 100%;
	}

	section.m35_flexible_content .m35_contact_person_wrapper {
		margin-top: 50px;
	}

	section.m35_flexible_content .m35_entry[data-variant="tabelle"] .m35_table_container {
		max-width: 100%;
	}
}