
/* Jetzt buchen!*/
	
.booknow {
    background-color: #A2C450;
    font-weight: bold;
    color: white;
}

/* Buchung/ Reservierung fortsetzen */

.vridetbooksubmit {
    background-color: #EE8131 !important;
    font-weight: bold !important;
    color: white !important;
}

/* Details anzeigen */

.vrilistgoonlist a {
    background-color: #A2C450 !important;
    font-weight: bold !important;
    color: white !important;
    padding: 10px 20px !important;
    text-decoration: none !important;
    display: inline-block !important;
    border-radius: 5px !important;
}

.vrilistgoonlist a:hover {
    background-color: #EE8131 !important;
}

/* Buchungsformular  Ich stimme den Bedingungen zu	 */

#vrif13 {
    color: #EE8131; 
}


/* Buchung/ Reservierung fortsetzen */


.vricontinue {
    background-color: #EE8131 !important; 
    color: #FFFFFF !important;              
    font-weight: bold !important;         
    padding: 10px 20px !important;         
    border: none !important;               
    border-radius: 5px !important;         
    cursor: pointer !important;            
    text-align: center !important;          
    display: inline-block !important;       
    text-decoration: none !important;       
}

.vricontinue:hover {
    background-color: #A2C450 !important; 
}

/* Warenkorb Mülleimer */

.fas.fa-trash-alt {
    color: red !important;
}


