
section.m26_flexible_content * {
	color: #262520;
}

section.m26_flexible_content .m26_entry {
	margin-bottom: 58px;
	--offset_sides: 25px;
}

section.m26_flexible_content .m26_entry:has(+ .m26_entry[data-variant="accordeon"]) {
	margin-bottom: 31px;
}

section.m26_flexible_content .m26_subtitle_group_container {
	margin-bottom: 20px;
	align-items: center;
}

section.m26_flexible_content .m26_subtitle_icon_container {
	width: var(--offset_sides);
	min-width: var(--offset_sides);
	align-self: flex-start;
}

section.m26_flexible_content .m26_subtitle_icon_container svg,
section.m26_flexible_content .m26_subtitle_icon_container img {
	fill: #262520;
	min-width: 16px;
	width: 16px;
}

section.m26_flexible_content.limit_width .m26_flexible_content_wrapper {
	width: 100%;
}




section.m26_flexible_content .m26_entry[data-variant="listing"] .m26_listing {
	align-items: center;
}

section.m26_flexible_content .m26_entry[data-variant="listing"] .m26_listing:not(:last-child) {
	margin-bottom: 8px;
}

section.m26_flexible_content .m26_entry[data-variant="listing"] .m26_listing_icon {
	width: var(--offset_sides);
	min-width: var(--offset_sides);
	align-self: flex-start;
}

section.m26_flexible_content .m26_entry[data-variant="listing"] svg,
section.m26_flexible_content .m26_entry[data-variant="listing"] img {
	fill: #2e2e2e;
	min-width: 13px;
	width: 13px;
}


section.m26_flexible_content .m26_entry[data-variant="accordeon"] .m26_akkordeon_item_head_icon_container,
section.m26_flexible_content .m26_entry[data-variant="accordeon"] .m26_akkordeon_item_content {
	-webkit-transition: background-color 0.4s;
	-moz-transition: background-color 0.4s;
	-ms-transition: background-color 0.4s;
	-o-transition: background-color 0.4s;
	transition: background-color 0.4s;
}

/* item */
section.m26_flexible_content .m26_entry[data-variant="accordeon"] .m26_akkordeon_item{
	border-top: 1px solid #262520;
	
	--text_max_width: calc(100% - 46px - 20px);
}

section.m26_flexible_content .m26_entry[data-variant="accordeon"] .m26_akkordeon_item:last-child{
	border-bottom: 1px solid #262520;
}

section.m26_flexible_content .m26_entry[data-variant="accordeon"] .m26_akkordeon_item_head{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 21px var(--offset_sides);
	
	cursor:pointer;
	
	-webkit-transition: background-color 0.4s, padding .4s;
	-moz-transition: background-color 0.4s, padding .4s;
	-ms-transition: background-color 0.4s, padding .4s;
	-o-transition: background-color 0.4s, padding .4s;
	transition: background-color 0.4s, padding .4s;
}
/* *** */

/* beschriftung */
section.m26_flexible_content .m26_entry[data-variant="accordeon"] .m26_akkordeon_item_head_beschriftung {
	max-width: var(--text_max_width);
	hyphens: auto;
}

section.m26_flexible_content .m26_entry[data-variant="accordeon"] .m26_akkordeon_item_head_beschriftung * {
	margin: 0;
	
	-webkit-transition: color 0.4s;
	-moz-transition: color 0.4s;
	-ms-transition: color 0.4s;
	-o-transition: color 0.4s;
	transition: color 0.4s;
}
/* ** */

/* icon */
section.m26_flexible_content .m26_entry[data-variant="accordeon"] .m26_akkordeon_item_head_icon_container{
	background-color: #efefee;
	
	display: flex;
	justify-content: center;
	align-items: center;
	align-self: flex-start;
}

section.m26_flexible_content .m26_entry[data-variant="accordeon"] .m26_akkordeon_item_head_icon{
	fill: #262520;
	
	-webkit-transform:rotateX(0deg);
	-moz-transform:rotateX(0deg);
	-ms-transform:rotateX(0deg);
	-o-transform:rotateX(0deg);
	transform:rotateX(0deg);
	
	-webkit-transition: transform 0.4s, fill .4s;
	-moz-transition: transform 0.4s, fill .4s;
	-ms-transition: transform 0.4s, fill .4s;
	-o-transition: transform 0.4s, fill .4s;
	transition: transform 0.4s, fill .4s;
}
/* *** */

/* content */
section.m26_flexible_content .m26_entry[data-variant="accordeon"] .m26_akkordeon_item_content{
	display:none;
	overflow:hidden;
	padding: 0 var(--offset_sides);
	
	background-color: transparent;
}

section.m26_flexible_content .m26_entry[data-variant="accordeon"] .m26_akkordeon_item_content_main{
	padding-bottom:20px;
	max-width: var(--text_max_width);
}
/* *** */



/* active & hover */
section.m26_flexible_content .m26_entry[data-variant="accordeon"] .m26_akkordeon_item_head:focus .m26_akkordeon_item_head_icon_container,
section.m26_flexible_content .m26_entry[data-variant="accordeon"] .m26_akkordeon_item_head:hover .m26_akkordeon_item_head_icon_container,
section.m26_flexible_content .m26_entry[data-variant="accordeon"] .m26_akkordeon_item.active .m26_akkordeon_item_head_icon_container{
	background-color:#262520;
}

section.m26_flexible_content .m26_entry[data-variant="accordeon"] .m26_akkordeon_item_head:focus .m26_akkordeon_item_head_icon,
section.m26_flexible_content .m26_entry[data-variant="accordeon"] .m26_akkordeon_item_head:hover .m26_akkordeon_item_head_icon,
section.m26_flexible_content .m26_entry[data-variant="accordeon"] .m26_akkordeon_item.active .m26_akkordeon_item_head_icon{
	fill:#efefee;
}

section.m26_flexible_content .m26_entry[data-variant="accordeon"] .m26_akkordeon_item.active .m26_akkordeon_item_head,
section.m26_flexible_content .m26_entry[data-variant="accordeon"] .m26_akkordeon_item.active .m26_akkordeon_item_content {
	background-color: #efefee;
}

section.m26_flexible_content .m26_entry[data-variant="accordeon"] .m26_akkordeon_item.active .m26_akkordeon_item_head {
	padding-bottom: 12px;
}

section.m26_flexible_content .m26_entry[data-variant="accordeon"] .m26_akkordeon_item.active .m26_akkordeon_item_head_icon{
	-webkit-transform:rotateX(180deg);
	-moz-transform:rotateX(180deg);
	-ms-transform:rotateX(180deg);
	-o-transform:rotateX(180deg);
	transform:rotateX(180deg);
}
/* *** */


section.m26_flexible_content .m26_entry[data-variant="table"] {
	margin-bottom: 58px;
}

section.m26_flexible_content .m26_entry[data-variant="table"] .m26_title {
	margin-bottom: 0;
}

section.m26_flexible_content .m26_entry[data-variant="table"] table {
	width: 100%;
}

section.m26_flexible_content .m26_entry[data-variant="table"] table tr {
	justify-content: space-between;
	padding: 4px var(--offset_sides) 1px;
	gap: 0 var(--row_gap);
}

section.m26_flexible_content .m26_entry[data-variant="table"] table tr.odd {
	background-color: #efefee;
}

section.m26_flexible_content .m26_entry[data-variant="table"] table td {
	width: calc(50% - (var(--row_gap) / 2));
}

section.m26_flexible_content .m26_entry[data-variant="table"] table td.m26_column_value {
	text-align: right;
}

section.m26_flexible_content .m26_entry:last-child {
	margin-bottom: 0 !important;
}

section.m26_flexible_content .m26_text_container {
	hyphens: auto;
}

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

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

@media screen and (max-width: 575px) {
	section.m26_flexible_content .m26_entry {
		--offset_sides: 15px;
	}
	
	section.m26_flexible_content .m26_subtitle_icon_container svg,
	section.m26_flexible_content .m26_subtitle_icon_container img {
		min-width: 13px;
		width: 13px;
	}
	
	section.m26_flexible_content .m26_entry[data-variant="listing"] svg {
		min-width: 11px;
		width: 11px;
	}
	
	section.m26_flexible_content .m26_entry[data-variant="accordeon"] .m26_akkordeon_item{
		--text_max_width: calc(100% - 38px - 15px);
	}
	
	section.m26_flexible_content .m26_entry[data-variant="accordeon"] .m26_akkordeon_item_head {
		padding-top: 16px;
		padding-bottom: 16px;
	}
	
	section.m26_flexible_content .m26_entry[data-variant="table"] table {
		--row_gap: 20px;
	}
	
	section.m26_flexible_content .m26_entry[data-variant="table"] table td {
		font-size: 0.889rem;
		hyphens: auto;
		width: auto;
	}
}
