.artikel-select{
   background-color: #fff;
   width:230px;
   text-align:center;
         height:20px;
        
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto;
    width:230px;
    padding:5px;
    margin-left:0px;
    text-align:center
      
}
.select2-results__option {
    padding: 3px 0;}

.select2-results {
text-align:left
}


.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 0;
  -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    font-size:13px
}

.select2-search--dropdown .select2-search__field {
 
    width: 100%;
   box-sizing: border-box;
   height:22px;
}

.select2-container .select2-selection--single {
 height: 24px;
}


.select2-container--default .select2-selection--single .select2-selection__placeholder {
   color: #494d51;
   font-size:13px;
   text-align:center;
   width:230px
}

.select2-results__option[aria-selected] {
text-align:left;
padding:0 5px;
}


.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
   line-height: 22px;
      text-align:center;
}

.select2-dropdown, .select2-container--default .select2-search--dropdown .select2-search__field {
   border:0;
   background-color:#fff;
   border-bottom: 1px solid #e8e7e7

}
   
   .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f5f5f5;
    
}
   
   
   
   
   
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #fff transparent;
    border-width: 0 4px 5px 4px;
}


.select2-results__option {
   font-size:12px;
    
    user-select: none;
   -webkit-user-select: none;
   color:#0e0e0e;
}
