/* Start: Team Baustein */
.block_110010.cms_padding_1 { padding: 0 !important; }
.cms_users_mainContainer { padding: 15px 0 0 0; margin: -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.cms_padding_1 { padding: 0 !important; }
.cms_users_box { display: flex; flex-direction: column; width: 33.3333%; padding: 15px; }
.block_110000 .cms_users_box { width: 100% !important; }
.cms_users_imgContainer { position: relative; width: 100%; margin: 0 0 15px 0; }
.cms_users_imgBox { position: relative; width: 100%; padding: 0 0 116.21621621621621% 0; }
.cms_users_img { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; object-position: center; object-fit: cover; }
.cms_users_imgLegend {
	position: absolute;
	z-index: 12;
	bottom: 15px;
	left: 30px;
	max-width: calc(100.0% - 30px);
	font-family: 'Barlow', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 22px;
	color: #FFFFFF;
	text-align: left;
	padding: 10px;
	background: transparent linear-gradient(90deg, #7C0000 0%, #3E0000 100%) 0% 0% no-repeat padding-box;
}
.cms_users_fullname > h2 {
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
	font-style: italic;
	font-size: 45px;
	line-height: 50px;
	color: #000000;
	text-align: left;
	text-transform: uppercase;
	padding: 0 0 10px 0;
}
.cms_users_position > h3 {
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
	font-style: italic;
	font-size: 30px;
	line-height: 35px;
	color: #000000;
	text-align: left;
	padding: 0 0 15px 0;
}
.cms_users_socials { display: flex; flex-wrap: wrap; align-items: center; gap: 5px 15px; width: 100%; }
.cms_users_social { width: 28px; height: 28px;}
.cms_users_social > a { display: block; }
.cms_users_social > a > img { width: 28px; height: 28px; object-position: center; object-fit: contain; }
/* 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: 767px) {
	/* Start: Allgemein */
	.cms_users_fullname > h2 { font-weight: 600 !important; font-size: 35px !important; line-height: 40px !important; padding: 0 0 15px 0 !important; }
	.cms_users_position > h3 { font-weight: 600 !important; font-size: 25px !important; line-height: 30px !important; padding: 0 0 15px 0; }
	.cms_users_social { width: 20px; height: 20px; }
	.cms_users_social > a > img { width: 20px; height: 20px; }
	/* End: Allgemein */
}

@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 */
}