/* Start: Team Baustein */
.block_110010.cms_padding_1 { padding: 0 !important; }
.cms_users_mainContainer { /*padding: 15px 0 0 0; margin: -15px 0;*/ padding: 15px 0 0 0; margin: 0 0 -15px 0; }
.cms_users_sectionGroup { display: flex; flex-direction: column; }
.cms_users_sectionGroup > .cms_users_section { margin: 0 0 50px 0; }
.cms_users_sectionGroup > .cms_users_section:last-of-type { margin: 0 0 15px 0; }
.cms_users_mainContainer > .cms_users_section { margin: 0 0 15px 0; }
.cms_users_mainContainer > .cms_users_restSection { margin: 35px 0 15px 0; }
.cms_users_section { display: flex; flex-wrap: wrap; width: 100%; gap: 40px 0; }
.cms_users_title { display: none; width: 100%; padding: 0 15px; margin: 0 0 -10px 0; }
.cms_users_sectionGroup > .cms_users_section > .cms_users_title { display: block; }
.cms_users_title > h3 { padding: 0; }
/* End: Team Baustein */

/* Start: Allgemein */
.block_110000 { display: flex; }
.block_110000.cms_padding_1 { padding: 0 !important; }
.cms_users_box { display: flex; width: 50%; padding: 15px; }
.block_110000 .cms_users_box { width: 100% !important; }	
.cms_users_imgContainer { position: relative; z-index: 2; display: flex; width: 235px; height: 235px; margin: auto 0; }
.cms_users_imgFixZindex { z-index: 12; }
.cms_users_imgBox { display: flex; width: 100%; }
.cms_users_imgBox > .full_article_link { border-radius: 50%; }
.cms_users_imgBox > picture { display: flex; width: 100%; }
.cms_users_imgBox > picture > img { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; object-position: center; object-fit: cover; border-radius: 50%; }
.cms_users_imgLegend { display: none; }
.cms_users_txt { position: relative; z-index: 1 !important; display: flex; flex-direction: column; justify-content: center; width: calc(100% - 235px + 105px); margin: 0 0 0 -105px; padding: 28px 60px 22px 152px; background: var(--tertiary); border-radius: var(--border-radius-default); box-shadow: 0 4px 4px 0 rgba(0,0,0,0.25); }
.cms_users_fullName { display: flex; flex-wrap: wrap; align-items: center; gap: 5px; margin: 0 0 12px 0; }
.cms_users_fullName h3 { padding: 0; }
.cms_users_contact { display: flex; flex-direction: column; gap: 6px; margin: 21px 0 0 0; }
/* End: Allgemein */

@media screen and (max-width: 1200px) {
	/* Start: Allgemein */
	.cms_users_box { flex-direction: column; align-items: center; }
	.cms_users_imgContainer { max-width: 235px; width: 100%; height: auto; margin: 0 0 -50px 0; }
	.cms_users_imgBox > picture { padding: 0 0 100% 0; }
	.cms_users_txt { flex: 1; justify-content: flex-start; width: 100%; margin: 0; padding: 80px 30px 30px 30px; }
	/* End: Allgemein */
}

@media screen and (max-width: 959px) {
	/* Start: Grid Responsive */
	.cms_users_box { width: 50% !important; }
	.block_110000 .cms_users_box { width: 100% !important; }
	.block_110000.flex_box_12 { width: 50% !important; }
	/* End: Grid Responsive */
}

@media screen and (max-width: 640px) {
	/* Start: Grid Responsive */
	.cms_users_box { width: 100% !important; }
	.block_110000.flex_box_12 { width: 100% !important; }
	/* End: Grid Responsive */
}