/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 20 2026 | 13:53:39 */
/* ===== CTA-BOX (Navy, zentriert) ===== */
/* Container-Klasse: bcv-ctabox */
.bcv-ctabox{
  background:#003366;
  border-radius:16px;
  text-align:center;
}
.bcv-ctabox-ey .elementor-heading-title{
  font-family:'Roboto Condensed',sans-serif;
  font-weight:700;
  color:#FF7E9B;
  font-size:1rem;
  margin:0 0 .4rem;
}
.bcv-ctabox h2.elementor-heading-title{
  font-family:'Roboto Condensed',sans-serif;
  font-weight:700;
  color:#fff;
  font-size:1.7rem;
  line-height:1.2;
  margin:0 auto .6rem;
  max-width:32rem;
}
.bcv-ctabox-text,
.bcv-ctabox-text p{
  font-family:'Montserrat',sans-serif;
  font-size:.95rem;
  line-height:1.6;
  color:#C5D2E6;
  max-width:34rem;
  margin-left:auto;
  margin-right:auto;
}
.bcv-ctabox-text{ margin-bottom:1.5rem; }
.bcv-ctabox-text p:last-child{ margin-bottom:0; }

/* Button */
.bcv-ctabox .elementor-button{
  display:inline-flex;
  align-items:center;
  gap:.5rem;
  background:#FF4F72;
  color:#fff;
  font-family:'Montserrat',sans-serif;
  font-weight:600;
  font-size:.85rem;
  text-transform:uppercase;
  letter-spacing:.03em;
  padding:.85rem 2rem;
  border-radius:999px;
  transition:background .15s;
}
.bcv-ctabox .elementor-button:hover{ background:#F04468; }

/* Responsiv */
@media (max-width:48rem){
  .bcv-ctabox{ padding:2rem 1.5rem; }
  .bcv-ctabox h2.elementor-heading-title{ font-size:1.4rem; }
}