/* Hintergrundfarbe */
body {
  background-color: #fdfdfd !important;
}

/* Logo */
img {
  display: block !important;
  margin: 0 auto !important;
  max-width: 80% !important;
}

/* Überschrift ausblenden */
h1 {
  display: none !important;
}

/* Menü-Icon in Salbeigrün */
.menu-icon, .hamburger-icon {
  position: absolute !important;
  left: 10px !important;
  top: 10px !important;
  color: #6c8b7a !important;
  font-size: 22px !important;
}

/* Buchungsbutton – KEIN PINK – leichtes Beige */
button,
.sb-btn, 
.sb-main-btn, 
.sb-book-now, 
.sb-submit, 
.sb-btn-primary, 
.sb-button {
  background-color: #e4d7c4 !important; /* zartes Beige */
  color: #4a4a4a !important;
  border: none !important;
  box-shadow: none !important;
  font-weight: bold !important;
  border-radius: 5px !important;
  padding: 10px 20px !important;
}

/* Links in Salbeigrün */
a {
  color: #6c8b7a !important;
}