

        .reveal-wrapper {
            /* https://www.mediaevent.de/dynamic-vh/ , abgerufen 15.04.2026*/
            height: 95dvh;
            position: relative;
            /*max-height: 100dvh; */
            width: 95vw;
            padding-bottom: 10px;
            overflow: hidden !important;
        }
        .reveal-wrapper .reveal {
            width: 100%;
            height: 100%;
            position: relative;
            inset: 0;
        }
        .reveal .slides section {

            box-sizing: border-box;
            overflow: hidden !important;
        }

        /**
        .cms-toolbar, .cms-modal, #cms-top, .cms-structure {

            z-index: 999 !important;
        }

        /* Debug only
        .cms-plugin {
            z-index: 10;
        }
        */

        
        /**
         * Mobilgeräte
         */
                @media (max-width: 900px) {
            .cols {

                flex-direction: column;
            }
        }