/* MS Edge */
/* @supports (-ms-ime-align:auto) {
    .callModule.sticky{
        position: fixed;
        max-width: 360px;
        z-index: 20;
    }
} */

/* @media screen and (-webkit-min-device-pixel-ratio:0) { 
    .callModule.sticky{
        position: fixed;
        max-width: 360px;
        z-index: 20;
    }
}  */

@media (sticky: none) { 
    .callModule.sticky{
        position: fixed;
        max-width: 360px;
        z-index: 20;
    }
} 

body:not(.erstberatung) .sticky-fix.sticky{
    position: fixed;
    width: 100%;
    margin-top: 0px;
}

/* edge */
@supports (-ms-ime-align:auto) {
    .navbar{
        margin-top: 10px;
    }
    #usp-bar{
        top: 10px;
    }
}

/* IE11 */
@media all and (-ms-high-contrast:none) {
    #caption-box {
        margin-top: 25vh !important;
    }
}



/* FF */
@-moz-document url-prefix(){
    @media (min-width: 768px) { 
        .sw-theme-dots > ul.step-anchor:before{
            left: 0px !important;
        }
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #eKomiSeal_default{
        margin-top: 20px;
    }
}
