/** Button im Header*/
#hero .btn-menu, #hero .btn-book {
    color: #000 !important;
    font-size: 16px !important;
    font-weight: bolder !important;
}

/** Standard Submit-Buttons*/
.btn.btn-large.btn-primary,
.contact .php-email-form button[type="submit"],
.btn-submit-style, .btn-submit-style:hover, .btn-submit-style:focus {
  background: #cda45e !important;
  border: 0 !important;
  padding: 10px 35px !important;
  color: #000 !important;
  font-size: 16px !important;
  font-weight: bolder !important;
  transition: 0.4s !important;
  border-radius: 50px !important;
}

.check-tab input[type="radio"]:checked + *, .check-tab input[type="checkbox"]:checked + * {
    background: #cda45e !important;
    color: #000 !important;
    font-weight: bolder !important;
    font-size: 16px !important;
}


#demoMessage{
    display:none !important;
}