body.tieb-loading {
    overflow: hidden;
}

#sj-tieb-loader {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #111111;
    z-index: 999999 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

#tieb-loader-svg {
    width: 50vw;  /* oder 100% */
    display: flex;
    justify-content: center;
    align-items: center;
}

#tieb-mask-rect {
    height: 100%;
}


#sj-tieb-loader {
    position: fixed;
    inset: 0;
    background: #111;
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
}

#sj-tieb-loader .sj-loader-inner {
    position: absolute;
    width: 50vw;
    height: auto;
}

/* BACK → dunkelgrau */
#sj-tieb-loader .svg-back path {
    fill: #2a2a2a !important;
}

/* BACK → keine Mask! */
#sj-tieb-loader .svg-back [clip-path] {
    clip-path: none !important;
}

/* FRONT → weiß → Mask aktiv */
#sj-tieb-loader .svg-front path {
    fill: #ffffff !important;
}
