#bannerwrap .zen-spotlight {
    background: url("/images/im-puls-sein/pics/ferienwohnung/gallery-impressions-fewo-1/011-terrassenblick.jpg") no-repeat center bottom;
    background-size: cover;
    color: #ffffff;
}
a.open-panel {
  display: none !important;
}



/* --- Fix reCAPTCHA hiding the Send button --- */

/* Make sure the recaptcha has some breathing space */
.g-recaptcha {
  display: block;
  clear: both;
  /*margin-bottom: 10px !important;*/
  transform: scale(1);
  transform-origin: 0 0;
}
.control-group {
	margin-bottom: 15px;
}
/* Allow elements below (like Send button) to show */
/*.control-group .controls {
  overflow: visible !important;
}*/

/* Ensure the Send button stays visible and below */
#contact-form .form-actions {
  /*margin-top: 10px !important;*/
  position: relative;
  z-index: 5;
}
#display-form{
	overflow: visible;
}