.select2-container .select2-selection--single {
	height: 24px;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
	height: 22px;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
	color: black;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	margin-top: -2px;
}
.select2-container--classic .select2-results > .select2-results__options {
	width: 400px;
	max-height: 320px;
	border: 1px solid #3875d7;
	margin-top: 2px;
}
.select2-results__option {
	color: black;
	padding: 2px;
	font-family: 'Verdana', 'Arial', 'Sans-Serif', 'Helvetica';
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
	background: #eee;
	line-height: normal; // ueberschreibt body.line-height
}

.select2-container--disabled .select2-container--classic,
.select2-container--disabled .select2-selection__rendered,
.select2-container--disabled .select2-selection--single {
	background-image: none !important;
	background: #ccc !important;
}

.select2-container--classic .select2-results__group {
	padding-left: 0;
	padding-top: 6px;
	padding-bottom: 3px;
}
.select2-dropdown .select2-dropdown--below {
	border-bottom: none !important;
}

.select2-container--classic .select2-results > .select2-results__options {
	-moz-border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
	border-radius: 4px !important;
	border: 1px solid #999 !important;
}
.select2-container--classic.select2-container--open .select2-dropdown {
	-moz-border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
	border-radius: 4px !important;
	border-bottom: none !important;
	border: 1px solid #999 !important;
}
.select2-selection__choice {
	line-height: 1.8em;
	color: #eee;
	background-color: #51b151 !important;
	border-color: #00a900 !important;
}
.select2-selection__choice__remove {
	color: #eee !important;
}
.select2-selection--multiple {
	padding-bottom: 4px;
}

/* Farbalternativen:
blau
border-color: #2D9EE0;
background-color: #F0F7FB;

grün
border-color: #2ab27b;
background-color: #E7F6f0;

gelb
border-color: #EDB431;
background-color: #FDF7E8;

.okField {
    background-color: #e5f8e5;
    outline: 1px solid #00a900;
}
.errField {
    background-color: #f8e5e5;
    outline: 1px solid #a90000;
}
*/

.select2-container--classic .select2-results__option[role="group"] {
	border-top: 1px solid lightgray;
	padding: 0.5em;
}
.select2-container--classic .select2-results__option[aria-disabled="true"] {
	padding: 0.5em;
}

.select2-results__option {
	padding: 1px;
}
.select2 {
	margin-top: 0.4em;
	line-height: 12px;
}
