/*Paypal SMART BUTTON MIT AUSWAHL */
#smart-button-container {
    max-width: 300px;
  position: relative;
  float: none;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(0,0,0,0.2);
  padding: 2%;
  border-radius: 13px;
}
#smart-button-container h2 {
  text-align: center;
  font-size: 1.2em;
}

#smartBtn-AuswahlCont {
		margin-left: auto;
	margin-right: auto;
	position: relative;
	float:none;
	clear: both;
	margin-bottom: 1%;
	width: 100%;
	max-width: 100%;
   
}
#smartBtn-Auswahl {
  position: relative;
     border-radius: 3px;
  width: 100%;
    min-width:100%;
	max-width: 100%;
    height: 40px;
  
	
}

#smartBtn-Auswahl select {
   font-size: 0.8em;
    font-weight: 300;
  height: 30px;
  width: 100%;
    margin-right:0px;
    padding: 2px;
    color: #fff;
    border: 0px solid #fff;
 
	
  
    /*pfeil ausblenden*/
     -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
    
   background: url("/lib/imgAllg/down.svg") no-repeat 100% rgba(0,0,0,1);
     background-color:rgba(90,0,30,0.6);
   padding-right: 33px;
    background-size: 30px 30px;
    cursor: pointer;
    
}

