/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 20 2026 | 10:40:39 */
/* ===== INFOBOX (Badge über der Ecke, Navy-Linie) ===== */
/* Container-Klasse: bcv-infobox */
.bcv-infobox{
  position:relative;
  background:#fff;
  border-left:4px solid #003366;
  border-radius:0 16px 16px 0;
  padding:1.5rem 1.75rem 1.5rem 2.5rem;
  box-shadow:0 4px 16px rgba(0,0,0,.07);
  margin:2.25rem 0 1.75rem;   /* oben Platz für den Badge */
}

/* Badge (Icon-Widget) */
.bcv-infobox-badge{
  position:absolute;
  top:-1.1rem;
  left:-1.1rem;
  width:2.75rem;
  height:2.75rem;
  border-radius:50%;
  background:#003366;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 4px 12px rgba(0,51,102,.3);
  z-index:2;
  margin:0;
}
.bcv-infobox-badge .elementor-icon,
.bcv-infobox-badge .elementor-widget-container{
  margin:0;
  padding:0;
  display:flex;
  align-items:center;
  justify-content:center;
}
.bcv-infobox-badge .elementor-icon i,
.bcv-infobox-badge .elementor-icon svg{
  color:#fff;
  fill:#fff;
  font-size:22px;
  width:22px;
  height:22px;
}

/* Titel */
.bcv-infobox-body h3.elementor-heading-title{
  font-family:'Roboto Condensed',sans-serif;
  font-weight:700;
  color:#003366;
  font-size:1.35rem;
  line-height:1.25;
  margin:0 0 .6rem;
}

/* Fließtext */
.bcv-infobox-body .elementor-widget-text-editor{
  font-family:'Montserrat',sans-serif;
  font-size:.95rem;
  line-height:1.7;
  color:#28313D;
}
.bcv-infobox-body .elementor-widget-text-editor p:last-child{
  margin-bottom:0;
}

/* Responsiv: Badge etwas kleiner, Box-Padding anpassen */
@media (max-width:48rem){
  .bcv-infobox{ padding-left:2rem; }
  .bcv-infobox-badge{
    width:2.4rem;
    height:2.4rem;
    top:-.9rem;
    left:-.9rem;
  }
}