/************************************ Start: Home Panorama ************************************/
main > div > div > div > section:has(.cms_hp_box) { padding-top: 0 !important; }
.cms_hp_box { position: relative; width: 100%; }
.cms_hp_box: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_hp_imgContainer { position: relative; z-index: 1 !important; width: 100%; }
.cms_hp_imgBox { width: 100%; padding: 0 0 min(911px,47.44791666666667%) 0; }
.cms_hp_img { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; object-position: center; object-fit: cover; }
.cms_hp_imgLegend { display: none; }
.cms_hp_btn { position: absolute; z-index: 2; bottom: 168px; right: 149px; transition: var(--transition); will-change: transform; }
.cms_hp_btn:hover { transform: rotate(10deg); }
.cms_hp_btn > a { position: relative; display: flex; justify-content: center; align-items: center; width: 360px; aspect-ratio: 1 / 1; overflow: clip; }
.cms_hp_btn_bg { position: absolute; z-index: -1; border-radius: 50%; }
#cms_hp_btn_bg_1 { inset: 0; background: rgba(255,255,255,0.75); }
#cms_hp_btn_bg_2 { inset: 0; border: 15px solid rgba(53,116,202,0.75); }
#cms_hp_btn_bg_3 { inset: 15px; border: 4px solid rgba(255,255,255,0.75); }
#cms_hp_btn_bg_4 { inset: 19px; border: 15px solid rgba(53,116,202,0.75); }
.cms_hp_btn > a > span { max-width: 215px; font-weight: 600; font-size: 24px; line-height: 36px; color: var(--black); text-align: center; }
.cms_hp_btn > a:hover > span { color: var(--black); }
@media screen and (max-width: 1450px) { .cms_hp_btn { bottom: 50px; right: 50px; } }
@media screen and (max-width: 1200px) {
    .cms_hp_btn > a { width: 300px; }
    .cms_hp_btn > a > span { max-width: 170px; font-weight: 600; font-size: 19px; line-height: 29px; }
}
@media screen and (max-width: 959px) {
    .cms_hp_box:before { width: 206px; height: 206px; }
    .cms_hp_imgBox { padding: 0 0 253px 0; }
    .cms_hp_btn { display: none; }
}
/************************************ Ende: Home Panorama ************************************/