/* ============================================================
   ContentNachSchub – Einheitlicher CTA-Button ("Strategiegespräch"-Stil)
   Zentrale, nachvollziehbare Definition des gold-gelben CTA-Buttons.
   Klasse "cns-cta-button" allen gefüllten Gold-/Gelb-CTA-Buttons zuweisen.
   Palette (Divi Global Colors – "Dark Luxury & Tech"):
     Gold #C9A227 | Hover-Gold #E8A020 | Deep Black #0A0A0A | Creme #F3EEE4
   #page-container-Praefix + !important, um Divi-Modulstile zu ueberschreiben.
   ============================================================ */

/* --- Button-Modul (a.et_pb_button) --- */
#page-container a.et_pb_button.cns-cta-button,
#page-container a.et_pb_button.cns-cta-button:visited{
  background:#C9A227 !important;
  background-color:#C9A227 !important;
  background-image:none !important;
  color:#0A0A0A !important;
  border:0 !important;
  border-width:0 !important;
  border-radius:25px 0 25px 0 !important;
  padding:15px 34px !important;
  font-family:'Manrope',Helvetica,Arial,sans-serif !important;
  font-weight:600 !important;
  font-size:16px !important;
  letter-spacing:0 !important;
  line-height:1.4 !important;
  text-transform:none !important;
  transition:background-color .3s ease,color .3s ease,border-radius .3s ease !important;
}
#page-container a.et_pb_button.cns-cta-button:hover{
  background:#E8A020 !important;
  background-color:#E8A020 !important;
  color:#0A0A0A !important;
  border:0 !important;
  border-radius:0 25px 0 25px !important;
  padding:15px 34px !important;
}
#page-container a.et_pb_button.cns-cta-button::after,
#page-container a.et_pb_button.cns-cta-button:hover::after{
  display:none !important;
  content:none !important;
}

/* --- Fallback: Klasse auf einem Text-Modul (wie der Referenz-Button) --- */
#page-container .et_pb_text.cns-cta-button{
  background:#C9A227 !important;
  background-color:#C9A227 !important;
  border-radius:25px 0 25px 0 !important;
  padding:8px 24px !important;
  display:inline-block !important;
  text-align:center !important;
  transition:background-color .3s ease,border-radius .3s ease !important;
}
#page-container .et_pb_text.cns-cta-button:hover{
  background-color:#E8A020 !important;
  border-radius:0 25px 0 25px !important;
}
#page-container .et_pb_text.cns-cta-button .et_pb_text_inner,
#page-container .et_pb_text.cns-cta-button .et_pb_text_inner p{
  color:#0A0A0A !important;
  font-family:'Manrope',Helvetica,Arial,sans-serif !important;
  font-weight:600 !important;
  margin:0 !important;
}
#page-container .et_pb_text.cns-cta-button:hover .et_pb_text_inner,
#page-container .et_pb_text.cns-cta-button:hover .et_pb_text_inner p{
  color:#0A0A0A !important;
}
