/* Keep intrinsic portrait dimensions from expanding the fixed-height grid row.
   Scoped to the visit section: header, image assets and calculators stay intact. */
#besichtigung .visit-visual{gap:0;overflow:hidden}
#besichtigung .visit-people{
 grid-template-rows:minmax(0,1fr)!important;
 min-height:0!important;min-width:0;
}
#besichtigung .visit-people img{
 min-height:0!important;min-width:0;max-height:100%!important;
 object-fit:contain;object-position:center bottom;
}
#besichtigung .visit-qualifications{
 flex:none; margin:26px 0 0!important;
 grid-template-columns:repeat(2,minmax(0,1fr))!important;
 align-items:start;
}
#besichtigung .visit-identity{
 width:min(100%,260px);min-width:0;gap:18px;
}
#besichtigung .visit-identity .visit-signature{
 height:110px!important;width:auto!important;max-width:100%!important;
 object-fit:contain;object-position:center top;
}
@media(max-width:760px){
 #besichtigung .visit-qualifications{margin-top:22px!important;gap:14px}
 #besichtigung .visit-identity{width:100%;gap:16px}
 #besichtigung .visit-identity .visit-signature{height:96px!important}
}
