.wandwrap{
    width:max-content;
    max-width:none;
    overflow:visible;
}

.wandwrap.wandmini,
.wandwrap.wandprofile{
    max-width:none;
}

.wand2d{
    display:flex;
    flex-direction:row;
    flex-wrap:nowrap;
    align-items:center;
    line-height:0;
    font-size:0;
    overflow:visible;
}

.wand2d img,
.wand2d svg {
    display:block;
    position:relative;
    flex:0 0 auto;
    height: clamp(35px, 7vw, 65px);
    max-height:none;
    width:auto;
    padding:0;
    border:0;
}

.wand2d > * + *{
    margin-left:-2px;
}

.wand-top{z-index:10;}
.wand-mitte{z-index:40;}
.wand-griff{z-index:20;}
.wand-stab{z-index:10;}

#wm_preview{
    text-align:center;
}
