		body, .select2-results__option {
      		background: #fff;
      		font: 12px / 18px Arial !important;
      		font-size: 12px !important;
      		font-family: Arial !important;
		}	
      
      fieldset.powermail_fieldset.powermail_fieldset_28 *,
      select2-results *,
      select2-results__option *{
      font: 12px / 18px Arial !important;
      font-family: Arial !important;
      }
      
      fieldset.powermail_fieldset.powermail_fieldset_28.nolabel .col-md-6,
      fieldset.powermail_fieldset.powermail_fieldset_28.nolabel .col-sm-10{
      	width: 100%;
        flex: 0 0 100%;
      	max-width: 100%;
      	padding-right: 0;
    	padding-left: 0;
      }
      .select2-selection.select2-selection--single {
  height: auto !important;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 6px;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M5 6L0.7 1.8L9.3 1.8L5 6Z' fill='%23333'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 10px;
}

.select2-selection.select2-selection--single:focus {
  outline: none;
  border-color: #aaa;
}

/* Fügen Sie hier weitere Styles nach Bedarf hinzu */

      