@media (max-width: 999px) and (orientation: portrait) {
  .diensten-section {
    padding-bottom: 20px;
  }
}

@media (max-width: 999px) and (orientation: landscape) {
  .diensten-section {
    padding-bottom: 15px;
  }
}

#fws_6947418ce6e3f {
  padding-bottom: 0 !important;
}

#ff_3_description::placeholder {
  color: rgba(18, 18, 19, 0.5);
}
/* SIMPLE SEND BUTTON (NO TEXT ANIMATION) */

form.fluent_form_3 button.ff-btn.ff-btn-submit.send_button_custom {
  width: 100%;
  display: block;

  background-color: #000 !important;
  border-color: #000 !important;
  background-image: none !important;

  color: #fff !important;
  font-family: "Zalando Sans", sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: -0.01em;

  transition:
    background-color 0.45s cubic-bezier(0.25, 1, 0.33, 1),
    border-color 0.45s cubic-bezier(0.25, 1, 0.33, 1),
    color 0.45s cubic-bezier(0.25, 1, 0.33, 1);
}

form.fluent_form_3 button.ff-btn.ff-btn-submit.send_button_custom:hover {
  background-color: #fff !important;
  border-color: #fff !important;
  background-image: none !important;
  color: #000 !important;
}
/* Make the submit wrapper a positioning context */
form.fluent_form_3 .ff_submit_btn_wrapper{
  position: relative !important;
}

/* If the progress indicator is a pseudo element on the wrapper */
form.fluent_form_3 .ff_submit_btn_wrapper::after,
form.fluent_form_3 .ff_submit_btn_wrapper::before{
  left: 50% !important;
  bottom: 6px !important;
  top: auto !important;
  right: auto !important;
  transform: translateX(-50%) !important;
  margin: 0 !important;
}

/* If the progress indicator is an injected element (different versions use different classes) */
form.fluent_form_3 .ff_submit_btn_wrapper .ff-el-progress,
form.fluent_form_3 .ff_submit_btn_wrapper .ff-el-progress-bar,
form.fluent_form_3 .ff_submit_btn_wrapper .ff-btn-loader,
form.fluent_form_3 .ff_submit_btn_wrapper .ff-loading,
form.fluent_form_3 .ff_submit_btn_wrapper [class*="progress"],
form.fluent_form_3 .ff_submit_btn_wrapper [class*="loader"],
form.fluent_form_3 .ff_submit_btn_wrapper [class*="loading"]{
  position: absolute !important;
  left: 50% !important;
  bottom: 6px !important;
  transform: translateX(-50%) !important;

  margin: 0 !important;
}

/* Optional: control width if it is a bar */
form.fluent_form_3 .ff_submit_btn_wrapper .ff-el-progress,
form.fluent_form_3 .ff_submit_btn_wrapper .ff-el-progress-bar,
form.fluent_form_3 .ff_submit_btn_wrapper [class*="progress"]{
  width: 40% !important;
}