
body {
	margin: 0;
    font-family: Arial,sans-serif;
    	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    font-size: 1.16rem;
    height: 125px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;   
        margin-left: 25px;
    margin-right: 25px;
    box-sizing: border-box;
    }

#select-id1 {
  	padding: 16px 20px 14px 20px !important; /*padding:12px 20px !important;*/
    background-image: url(/sites/omni00.d8.webpactserver.nl/themes/custom/images/select-arrow-down.svg);
    background-size: 19px;
    background-repeat: no-repeat;
    background-position: right 16px top 19px; 
    -webkit-appearance: none;
    -moz-appearance: none;
    border: solid 1px #e2e1e1;
    color: #050505;
    border-radius: 12px;
    font-size: 17px;  
    font-weight:bold;
    transition: 0.2s ease;
    width:100%;
      background-color: #f8fafc;
        text-align:left;
} 

/* label Reisgezelschap boven select*/
.rg {
font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    text-align: left;
    float: left;
    width: fit-content;
    padding-left: 19px;
    color: #94a3b8;
    background-color: #FFF;
    padding: 0;
    position: absolute;
    top: 0px;
    left: 46px;
    }

#select-id1:hover {
	  border: solid 1px #000;
	  cursor:pointer; 
} 

button#ga1 {
border: none;
    background-color: #ff984c;
  border-radius: 12px;
  width: 100%;
   padding: 16px 27px;
       color: #FFF;
    cursor: pointer; 
    font-weight: bold;
 font-size: 16px;
    /*letter-spacing: 0.04rem;*/
    /*text-shadow: 0px 0px 2px #d18005;*/
    transition: 0.2s ease;
        margin-top: 15px;
} 

.sunweb button#ga1 {background-color:#ed2924;}
.sportiek button#ga1 {background-color:#102e7a;}
.summit button#ga1 {background-color:#16a8e0;}
.tui button#ga1 {background-color:#d40e14;}
.chalet button#ga1 {background-color:#1b3563;}
.snowtrex button#ga1 {background-color:#009fd9;}
.holidu button#ga1 {background-color:#00809d;} 


button#ga1:hover {
	background-color: #221;
  }