/**de*/
@media (max-width: 980px) {
  .faq-items>.et_pb_column {
    width: 100%;
    margin-bottom: 10px;
  }
}

.page-id-11284 #top-header {
  display: none !important;
}

.menu_cta-custom {
  display: inline-block !important;
  background-color: #e09900 !important;
  /* Ensure the background is set */
  border: 1px solid #bf6631 !important;
  /* Border color matches the desired look */
  font-family: Arial, sans-serif !important;
  /* Ensure consistent font appearance */
  color: #000000 !important;
  /* Force black font color */
  padding: 4px 20px !important;
  /* Balanced padding for clickability */
  font-size: 12px !important;
  /* Maintain readability */
  text-align: center !important;
  /* Center the text inside the button */
  border-radius: 0px !important;
  /* Ensure sharp edges */
  cursor: pointer !important;
  /* Make it look clickable */
}

/* Hover state for the button */
.menu_cta-custom:hover {
  background-color: #000000 !important;
  /* Highlight with the border color on hover */
  color: #ffffff !important;
  /* Change text color to white on hover */
}

body.scrolled .menu_cta-custom {
  color: #000000 !important;
}

.menu_cta-custom {
  transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out !important;
  /* Smooth and natural effect */
}


.menu_cta.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-10019 {
  display: inline-block !important;
  background-color: #e09900 !important;
  /* Ensure the background is set */
  border: 1px solid #bf6631 !important;
  /* Border color matches the desired look */
  font-family: Arial, sans-serif !important;
  /* Ensure consistent font appearance */
  color: #000000 !important;
  /* Force black font color */
  padding: 4px 20px !important;
  /* Balanced padding for clickability */
  font-size: 12px !important;
  /* Maintain readability */
  text-align: center !important;
  /* Center the text inside the button */
  border-radius: 0px !important;
  /* Ensure sharp edges */
  cursor: pointer !important;
  /* Make it look clickable */
  margin-bottom: 8px !important;
  /* Make it look clickable */
}

/* Hover state for the button */
.menu_cta.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-10019:hover {
  background-color: #000000 !important;
  /* Highlight with the border color on hover */
  color: #ffffff !important;
  /* Change text color to white on hover */
}

body.scrolled .menu_cta.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-10019 {
  color: #000000 !important;
}

.menu_cta.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-10019 {
  transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out !important;
  /* Smooth and natural effect */
}

/* Styling for the specific menu item */
.menu_cta.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-12386 {
  display: inline-block !important;
  background-color: #e09900 !important;
  /* Ensure the background is set */
  border: 1px solid #bf6631 !important;
  /* Border color matches the desired look */
  font-family: Arial, sans-serif !important;
  /* Ensure consistent font appearance */
  color: #000000 !important;
  /* Force black font color */
  padding: 4px 20px !important;
  /* Balanced padding for clickability */
  font-size: 12px !important;
  /* Maintain readability */
  text-align: center !important;
  /* Center the text inside the button */
  border-radius: 0px !important;
  /* Ensure sharp edges */
  cursor: pointer !important;
  /* Make it look clickable */
  margin-bottom: 8px !important;
  /* Adjust spacing from the bottom */
}

/* Hover effect */
.menu_cta.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-12386:hover {
  background-color: #000000 !important;
  /* Change background on hover */
  color: #ffffff !important;
  /* Change text color on hover */
}

/* Maintain text color when scrolled */
body.scrolled .menu_cta.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-12386 {
  color: #000000 !important;
}

/* Smooth transition effect */
.menu_cta.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-12386 {
  transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out !important;
}

.wpcf7-acceptance input {
  display: inline-block !important;
  visibility: visible !important;
}


/* Adjust Divi mobile menu breakpoint */
@media all and (max-width: 1060px) {
  #et_mobile_nav_menu {
    display: block !important;
  }

  #top-menu {
    display: none !important;
  }

  .mobile_menu_bar {
    display: block !important;
  }
}

.et_mobile_menu {
  border-top: 3px solid #E5A82F !important;
}



@media only screen and (min-width: 981px) {

  .et-fixed-header #top-menu li.current-menu-ancestor>a,
  .et-fixed-header #top-menu li.current-menu-item>a,
  .et-fixed-header #top-menu li.current_page_item>a {
    color: #ffffff !important;
  }
}

/* 🎨 Match input and textarea style to Dutch version */
.et_pb_contact_form input[type="text"],
.et_pb_contact_form input[type="email"],
.et_pb_contact_form input[type="tel"],
.et_pb_contact_form textarea {
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  padding: 12px 15px;
  font-size: 16px;
  border-radius: 4px;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 15px;
}

/* 📩 Style submit button */
.et_pb_contact_form input[type="submit"],
.et_pb_contact_form [type="submit"] {
  background-color: #e8b336;
  color: white;
  font-weight: bold;
  padding: 12px 30px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  width: 100%;
}

/* .et_pb_contact_form select,
.wpcf7-form-control.wpcf7-select {
  border: 1px solid #ccc !important;
} */

/* Make <select> match the styled inputs */
.et_pb_contact_form select,
.et_pb_contact_form .wpcf7-form-control.wpcf7-select {
  background-color: #f2f2f2 !important;
  border: 1px solid #ccc !important;
  padding: 12px 15px !important;
  font-size: 16px !important;
  border-radius: 4px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  margin-bottom: 15px !important;
  color: #222 !important;
  line-height: 1.3;

  /* reset native styles */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Optional: custom dropdown arrow */
.et_pb_contact_form select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23666' stroke-width='2' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px 8px;
  padding-right: 40px !important;
  /* space for arrow */
}

/* Placeholder (first option) color */
.et_pb_contact_form select:invalid {
  color: #777 !important;
}

.brlbs-cmpnt-cb-main {
  display: none !important;
}

/* Target the Typeform embed button */
button[data-tf-popup],
button[data-tf-slider],
button[data-tf-inline] {
  all: unset !important;
  display: inline-block !important;
  font-family: inherit !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 1.3 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;

  background-color: transparent !important;
  border: 1px solid #e09900 !important;
  color: #e09900 !important;

  padding: 15px 24px !important;
  border-radius: 0 !important;
  text-align: center !important;
  text-decoration: none !important;

  transition: all 0.3s ease !important;
  cursor: pointer !important;
  width: 75% !important;
  /* match mobile responsiveness */
  max-width: 100% !important;
}

/* Hover effect to match */
button[data-tf-popup]:hover,
button[data-tf-slider]:hover,
button[data-tf-inline]:hover {
  background-color: #e09900 !important;
  color: #fff !important;
}

.et_pb_button_1:after {
  display: none !important;
  content: none !important;
}


#top-header {
  padding-left: 20px;
}

/* Image und Code Module in einer Zeile anzeigen */
.et_pb_section .et_pb_image_0,
.et_pb_section .et_pb_code_0 {
  display: inline-block !important;
  vertical-align: middle !important;
  margin-bottom: 0 !important;
  padding-bottom: 15px !important;
}

.et_pb_section .et_pb_image_0 {
  margin-right: 10px !important;
}

/* Google Logo Größe */
.et_pb_image_0 .et_pb_image_wrap img {
  max-height: 100% !important;
  width: auto;
}

/*Entfernung vom Text aus Bewertungen*/
span.wppro_badge1_A_14_span {
  display: none;
}