.booking-button {
    display:block;
    width:100% !important;
    text-transform:none !important;
    background-color:#D9C363;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    color:#fff !important;
    padding: .7rem 1.3rem;
    font-size: 1.1rem;
    border-radius: 4px;
    text-align:center !important;
    transition: background-color .3s;
}

.booking-button:hover {
    background-color:#336b67;
}


.mphb-loop-room-type-attributes {
    margin-bottom: 20px;
}

.form-buchung.bottom {
    /*display:none !important;*/
}

.mphb-book-price  {
    display:none !important;
    min-height:auto !important;
}
p.mphb-regular-price {
    min-height:auto !important;
}