.immo-gallery-slider{display:block!important;margin-bottom:35px}
.immo-gallery-slider .immo-gallery-stage{position:relative;border-radius:7px;overflow:hidden;background:#eef2ef}
.immo-gallery-slider .immo-gallery-main{display:block;grid-column:auto;overflow:hidden;border-radius:0}
.immo-gallery-slider .immo-gallery-main img{display:block;width:100%;height:460px;object-fit:cover}
.immo-gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:52px;height:64px;border:1px solid #ffffffb8;border-radius:7px;background:#173e38d9;color:#fff;font-size:34px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 3px 14px #0005;transition:background .15s,transform .15s}
.immo-gallery-arrow:hover{background:#126657;transform:translateY(-50%) scale(1.05)}
.immo-gallery-prev{left:18px}.immo-gallery-next{right:18px}
.immo-gallery-counter{position:absolute;right:14px;bottom:12px;background:#173e38d9;color:#fff;padding:5px 10px;border-radius:15px;font-size:11px}
.immo-gallery-thumbs{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:12px}
.immo-gallery-thumb{display:block;width:100%;padding:0;border:3px solid transparent;border-radius:8px;overflow:hidden;background:#eef2ef;cursor:pointer}
.immo-gallery-thumb img{display:block;width:100%;height:150px;object-fit:cover}
.immo-gallery-thumb.is-active{display:none}.immo-gallery-thumb:hover{border-color:#5c8f80}
@media(max-width:600px){.immo-gallery-slider .immo-gallery-main img{height:280px}.immo-gallery-arrow{width:44px;height:54px;font-size:28px}.immo-gallery-prev{left:9px}.immo-gallery-next{right:9px}.immo-gallery-thumbs{grid-template-columns:repeat(2,1fr)}.immo-gallery-thumb img{height:105px}}
@media print{.immo-gallery-arrow,.immo-gallery-counter,.immo-gallery-thumbs{display:none!important}.immo-gallery-slider .immo-gallery-main img{height:100mm!important}}
