/************************************ Start: Panorama ************************************/
#cmsPanoramaBox { position: relative; width: 100%; margin: 0 0 62px 0; }
#cmsPanoramaBox:before { content: ""; position: absolute; z-index: -1; bottom: 0; right: 0; transform: translate(50%,50%); width: 774px; height: 774px; background: center / contain no-repeat url("/pages/img/zielscheibe.svg"); }
.cms_panorama_imgContainer { position: relative; z-index: 1; width: 100%; }
.cms_panorama_imgBox { width: 100%; padding: 0 0 30% 0; }
.cms_panorama_img { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; object-position: center; object-fit: cover; }
.cms_panorama_imgLegend { display: none; }
.cms_panorama_text { --panoramaRight: calc(calc(calc(100% - 1630px) / 2) + 30px); position: absolute; z-index: 1; bottom: 0; right: max(30px,var(--panoramaRight)); transform: translateY(50%); padding: 24px 51px; background: rgba(255,255,255,0.95); border: 1px solid var(--primary); }
.cms_panorama_text h1 { color: var(--primary); }
@media screen and (max-width: 959px) {
    #cmsPanoramaBox { margin: 0; }
    #cmsPanoramaBox:before { width: 206px; height: 206px; }
    .cms_panorama_imgBox { width: 100%; padding: 0 0 253px 0; }
    .cms_panorama_text { position: relative; bottom: auto; right: auto; transform: none; padding: 15px 30px; }
}
/************************************ Ende: Panorama ************************************/