/*
* Header live background for Alkoholtester
*/

.header-top-alkoholtester {
    overflow: visible;
    isolation: isolate;
}

.header-top-alkoholtester > .container {
    position: relative;
    z-index: 2;
}

.header-top-alkoholtester-live-background {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
    background: #000000;
}

.header-top-alkoholtester-live-background__canvas {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 1;
}

@media (max-width: 767px) {
    .header-top-alkoholtester-live-background {
        display: none;
    }
}
