

.T5006 .objects-head { display: flex; margin-bottom: 0.7rem; justify-content: space-between; }	
.T5006 .objects-head-left { display: flex; }	
.T5006 .objects-head-left div { margin-right: 1rem; }	
.T5006 .objects-head .objects-name { font-weight: bold;}	
.T5006 .objects-head .objects-filter-date { }	

.T5006 .objects-head-right { display: flex; }	
.T5006 .objects-head-right div { margin-left: 0.5rem; }	


.T5006 .objects-head span.filter-button  { 
	position: relative;
	background-color: #aaa;
	padding: 0.12rem 1.2rem 0.12rem 0.5rem;
	border-radius: 2rem;
	color: #fff;
	font-size: 0.70rem;
}
.T5006 .objects-head span.filter-button:hover {
	background-color: #666;
	cursor: pointer;
} 
.T5006 .objects-head span.filter-button::after {
	content: "\25BE";
	position: absolute;
	right: 0.4rem;
} 




.T5006 .object {

	/* temporary reset */
	position: initial !important;
	display: block !important;
	background: none !important;
	border-radius: 0px !important;
	padding: 0px !important;
	color: #000 !important;
	font-weight: inherit !important;
	/* /temporary reset */

	display: flex !important;
	border-top: 1px solid #ddd;
	margin-bottom: 1rem;
	cursor: pointer;
}

.T5006 .object .object-col1 { flex: 1; margin-right: 1rem; padding-top: 0.6rem;}
.T5006 .object .object-col1 img { width: 100%; height: auto; border-radius: 100px; box-shadow: 3px 3px 10px rgba(0,0,0,0.15); }

.T5006 .object .object-col2 { flex: 3; padding-top: 0.5rem; margin-right: 1rem; }

.T5006 .object .object-col3 { flex: 2; padding-top: 0.5rem;  }

.T5006 .object .object-head { display: flex; color: #666; margin: 0.4rem 0 0.2rem 0; font-size: 0.7rem; }	
.T5006 .object .object-head .object-date { margin-right: 0.3rem; }
.T5006 .object .object-head .object-time { margin-right: 0.7rem; }
.T5006 .object .object-head .object-size { margin-right: 0.7rem; }
.T5006 .object .object-head .object-format{  margin-right: 0.7rem; }
.T5006 .object .object-head .object-format span { display: inline-block; color: #fff; background-color: #aac; padding: 0.05rem 0.3rem; font-size: 0.6rem; line-height: 1.2;  font-weight: bold; text-transform: uppercase; }

.T5006 .object .object-name { font-weight: bold; font-size: 0.9rem; line-height: 1.15; margin-top: 0.2rem;  }
.T5006 .object .object-funktion	{ font-size: 0.8rem; line-height: 1.15; color: #555; margin-bottom: 0.2rem; margin-top: 0.2rem;  }

.T5006 .object a { color: #0076ba; text-decoration: none; }
.T5006 .object .object-email { font-size: 0.8rem; line-height: 1.15; color: #555; margin-top: 0.4rem; margin-bottom: 0.2rem; }
.T5006 .object .object-tel   { font-size: 0.8rem; line-height: 1.15; color: #555; margin-bottom: 0.2rem; }

.T5006 .object .object-info	{ font-size: 0.8rem; line-height: 1.15; color: #555; margin-top: 0.2rem; }


.T5006 .object .object-detail-headline	{ font-size: 1.2rem; line-height: 1.2; font-weight: bold; color: #000; margin-top: 0.6rem;  }
.T5006 .object .object-detail-intro	{ font-size: 0.9rem; line-height: 1.25; font-weight: bold; color: #666; margin-top: 0.5rem; margin-bottom: 1rem; }
.T5006 .object .object-detail-text	{ font-size: 0.9rem; line-height: 1.25; color: #000; margin-top: 0.6rem; margin-bottom: 1rem; }
.T5006 .object .object-detail-image { margin-bottom: 1rem; }
.T5006 .object .object-detail-image img { width: 100%; height: auto; }