@charset "utf-8";

@media print {
    :root {}

    aside .modal {
        display: var(--displayNone) !important;
        visibility: hidden !important;
    }

    nav {
        visibility: hidden !important;
        display: var(--displayNone) !important;
    }

    #NaviDown {
        visibility: hidden !important;
        display: var(--displayNone) !important;
    }

    header {
        background-position-x: var(--headerBGPosXBig);
        height: var(--headerHeightLarge);
    }

    header h1::before {
        content: var(--headerH1);
    }

    header h3::before {
        content: var(--headerH3);
    }

    .Overlay {
        color: #ffffff !important;
    }

    .ContentText {
        color: #ffffff !important;
    }

    #explainStart figure.image {
        -webkit-transition: unset !important;
        transition: unset !important;
        perspective: var(--animiStopPerspective) !important;
        -webkit-perspective: var(--animiStopPerspective) !important;
    }

    #explainStart .Overlay {
        opacity: 1 !important;
        -webkit-transition: unset !important;
        transition: unset !important;
        backdrop-filter: var(--bgBlur) !important;
        -webkit-backdrop-filter: var(--bgBlur) !important;
    }

    #explainEnd .Overlay .ContentText cite {
        opacity: 1 !important;
        -wekit-transition: unset !important;
        transition: unset !important;
    }

    .containerBibleText:nth-child(1) {
        -webkit-animation-name: unset !important;
        -webkit-animation-duration: unset !important;
        -webkit-animation-iteration-count: unset !important;
        animation-name: unset !important;
        animation-duration: unset !important;
        animation-iteration-count: unset !important;
    }

    .containerBibleText:nth-child(2) {
        -webkit-animation-name: unset !important;
        -webkit-animation-duration: unset !important;
        -webkit-animation-iteration-count: unset !important;
        animation-name: unset !important;
        animation-duration: unset !important;
        animation-iteration-count: unset !important;
    }

    .containerSlider .Slideshow {
        -webkit-animation-name: unset !important;
        -webkit-animation-duration: unset !important;
        -webkit-animation-iteration-count: unset !important;
        animation-name: unset !important;
        animation-duration: unset !important;
        animation-iteration-count: unset !important;
    }

    .dot {
        -webkit-animation-name: unset !important;
        -webkit-animation-duration: unset !important;
        -webkit-animation-iteration-count: unset !important;
        animation-name: unset !important;
        animation-duration: unset !important;
        animation-iteration-count: unset !important;
    }

    .bgOverlay:nth-child(4) .scrollPic .imgFlame {
        -webkit-animation-name: unset !important;
        -webkit-animation-duration: unset !important;
        -webkit-animation-iteration-count: unset !important;
        animation-name: unset !important;
        animation-duration: unset !important;
        animation-iteration-count: unset !important;
    }

    .bgOverlay:nth-child(4) .scrollPic .imgDust {
        -webkit-animation-name: unset !important;
        -webkit-animation-duration: unset !important;
        -webkit-animation-iteration-count: unset !important;
        animation-name: unset !important;
        animation-duration: unset !important;
        animation-iteration-count: unset !important;
    }

    .bgOverlay:nth-child(4) .scrollPic .imgDustFix {
        -webkit-animation-name: unset !important;
        -webkit-animation-duration: unset !important;
        -webkit-animation-iteration-count: unset !important;
        animation-name: unset !important;
        animation-duration: unset !important;
        animation-iteration-count: unset !important;
    }

    .bgOverlay:nth-child(4) .scrollPic .imgRumbble {
        -webkit-animation-name: unset !important;
        -webkit-animation-duration: unset !important;
        -webkit-animation-iteration-count: unset !important;
        animation-name: unset !important;
        animation-duration: unset !important;
        animation-iteration-count: unset !important;
    }

}