

/* Wirken nur in Select2 */
.select2-wrap .select2-results__option .select2-col-1 { /* 1. Element */
	color: #999;    
	font-size:18px; 
	font-weight: normal; 
} 							
.select2-wrap .select2-results__option .select2-col-2 { /* 2. Element */
	font-family: Arial, sans-serif;
	font-size: 18px;
	line-height: 22px;
	min-height: 40px;
	color:black;
	font-weight:500;
	margin-right: .85rem;
} 							
.select2-wrap .select2-results__option .select2-col-3 {  /* 3. Element */
	font-family: Arial, sans-serif;
	color: #222;    
	font-size:22px; 
	font-weight:500;
	font-style: italic; 
	margin-right: .85rem;
} 						
.select2-wrap .select2-results__option .select2-col-4 { /* 4. Element */
	font-family: Arial, sans-serif;
	color: #666;    
	font-size:22px; 
	font-weight: normal; 
	font-style: italic; 
	margin-right: .85rem;
} 		
.select2-wrap .select2-results__option .select2-col-5 { /* 5. Element */
	font-family: Arial, sans-serif;
	color: #666;    
	font-size:22px; 
	font-weight: normal;
	font-style: italic; 
	margin-right: .85rem;
} 

.select2-wrap .select2-results__option .select2-col-6 { /* 6. Element */
	font-family: Arial, sans-serif;
	color: #666;    
	font-size:22px; 
	font-weight: normal;
	font-style: italic; 
	margin-right: .85rem;
} 										
/* bei Bedarf weiterführen: .select2-col-6, ... */

/* ##################################################################################### */

/* Auswahlfeld oben – wirkt nur, wenn segmentSelectionRender=true */
.select2-container .select2-selection__rendered .select2-col-1 {
	color: #999;    
	font-size:18px; 
	font-weight: normal; ;
}
.select2-container .select2-selection__rendered .select2-col-2 {
	font-family: Arial, sans-serif;
	font-size: 20px;
	line-height: 22px;
	min-height: 40px;
	color:black;
	font-weight:500;
	margin-right: .85rem;
}
.select2-container .select2-selection__rendered .select2-col-3 {
	font-family: Arial, sans-serif;
	color: #222;    
	font-size:22px; 
	font-weight:500;
	font-style: italic; 
	margin-right: .85rem;
}
.select2-container .select2-selection__rendered .select2-col-4,
.select2-container .select2-selection__rendered .select2-col-5 
.select2-container .select2-selection__rendered .select2-col-6{
	font-family: Arial, sans-serif;
	color: #666;    
	font-size:22px; 
	font-weight: normal;
	font-style: italic; 
	margin-right: .85rem;
}

/* Hover/Fokus in der Ergebnisliste */
.select2-wrap .select2-results__option--highlighted .select2-col-1,
.select2-wrap .select2-results__option--highlighted .select2-col-2,
.select2-wrap .select2-results__option--highlighted .select2-col-3,
.select2-wrap .select2-results__option--highlighted .select2-col-4,
.select2-wrap .select2-results__option--highlighted .select2-col-5 
.select2-wrap .select2-results__option--highlighted .select2-col-6 {{
    color: inherit ; /* oder wieder deine Wunschfarben setzen */
}

/* Bereits ausgewählt */
.select2-wrap .select2-results__option[aria-selected="true"] .select2-col-1,
.select2-wrap .select2-results__option[aria-selected="true"] .select2-col-2,
.select2-wrap .select2-results__option[aria-selected="true"] .select2-col-3,
.select2-wrap .select2-results__option[aria-selected="true"] .select2-col-4,
.select2-wrap .select2-results__option[aria-selected="true"] .select2-col-5 
.select2-wrap .select2-results__option[aria-selected="true"] .select2-col-6 {
    color: inherit; /* oder Wunschfarben */
}

