/* BCM V7.9.6 – komplette Ansprechpartner-Karte inkl. Standortkarte folgt beim Scrollen */
@media (min-width: 901px) and (min-height: 720px){
  body .bcm-v754-content{
    align-items:start!important;
    overflow:visible!important;
  }
  body .bcm-v754-contact.bcm-v757-contact{
    position:sticky!important;
    top:100px!important;
    align-self:start!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    overflow:visible!important;
    z-index:18!important;
  }
  body .bcm-v754-contact.bcm-v757-contact .bcm-v795-location{
    margin-top:20px!important;
    padding-top:18px!important;
  }
  body .bcm-v754-contact.bcm-v757-contact .bcm-v795-location-map{
    aspect-ratio:16/8.35!important;
  }
}

/* Bei niedrigen Desktop-Fenstern lieber normal im Seitenfluss als abgeschnitten. */
@media (min-width:901px) and (max-height:719px){
  body .bcm-v754-contact.bcm-v757-contact{
    position:static!important;
    top:auto!important;
    max-height:none!important;
    overflow:visible!important;
  }
}

/* Tablet / Mobil weiterhin normal, die mobile CTA-Leiste übernimmt dort. */
@media (max-width:900px){
  body .bcm-v754-contact.bcm-v757-contact{
    position:static!important;
    top:auto!important;
    max-height:none!important;
    overflow:visible!important;
  }
}
