#wpfront-notification-bar, #wpfront-notification-bar-editor            {
            background: #002266;
            background: -moz-linear-gradient(top, #002266 0%, #002266 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#002266), color-stop(100%,#002266));
            background: -webkit-linear-gradient(top, #002266 0%,#002266 100%);
            background: -o-linear-gradient(top, #002266 0%,#002266 100%);
            background: -ms-linear-gradient(top, #002266 0%,#002266 100%);
            background: linear-gradient(to bottom, #002266 0%, #002266 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002266', endColorstr='#002266',GradientType=0 );
            background-repeat: no-repeat;
                        }
            #wpfront-notification-bar div.wpfront-message, #wpfront-notification-bar-editor.wpfront-message            {
            color: #F0F3FA;
                        }
            #wpfront-notification-bar a.wpfront-button, #wpfront-notification-bar-editor a.wpfront-button            {
            background: #F0F3FA;
            background: -moz-linear-gradient(top, #F0F3FA 0%, #F0F3FA 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F0F3FA), color-stop(100%,#F0F3FA));
            background: -webkit-linear-gradient(top, #F0F3FA 0%,#F0F3FA 100%);
            background: -o-linear-gradient(top, #F0F3FA 0%,#F0F3FA 100%);
            background: -ms-linear-gradient(top, #F0F3FA 0%,#F0F3FA 100%);
            background: linear-gradient(to bottom, #F0F3FA 0%, #F0F3FA 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F0F3FA', endColorstr='#F0F3FA',GradientType=0 );

            background-repeat: no-repeat;
            color: #F0F3FA;
            }
            #wpfront-notification-bar-open-button            {
            background-color: #F0F3FA;
            right: 10px;
                        }
            #wpfront-notification-bar-open-button.top                {
                background-image: url(https://mijnconstructeur.nl/wp-content/plugins/wpfront-notification-bar/images/arrow_down.png);
                }

                #wpfront-notification-bar-open-button.bottom                {
                background-image: url(https://mijnconstructeur.nl/wp-content/plugins/wpfront-notification-bar/images/arrow_up.png);
                }
                #wpfront-notification-bar-table, .wpfront-notification-bar tbody, .wpfront-notification-bar tr            {
                        }
            #wpfront-notification-bar div.wpfront-close            {
            border: 1px solid #F0F3FA;
            background-color: #F0F3FA;
            color: #F0F3FA;
            }
            #wpfront-notification-bar div.wpfront-close:hover            {
            border: 1px solid #F0F3FA;
            background-color: #F0F3FA;
            }
             #wpfront-notification-bar-spacer { display:none; }@media screen and (max-device-width:640px) { #wpfront-notification-bar-spacer { display:block; } }/* ===================================================== */ /* MOBILE ONLY - NOTIFICATION BAR + HEADER FIX /* ===================================================== */ @media (max-width: 767px) { /* ============================= */ /* NOTIFICATION BAR */ /* ============================= */ .cg-topbar-slider { position: fixed; top: 0; left: 0; width: 100%; height: 42px; background: #002266; z-index: 999999; display: flex; align-items: center; justify-content: center; } /* ============================= */ /* SLIDES (ROTATIE FIX) */ /* ============================= */ .cg-slide { display: none; width: 100%; height: 42px; align-items: center; justify-content: center; color: #F0F3FA; font-size: 14px; font-weight: 600; position: absolute; left: 0; top: 0; } .cg-slide.active { display: flex; } /* ============================= */ /* ❌ VERWIJDER DE BODY SHIFT */ /* ============================= */ body { padding-top: 0 !important; } /* ============================= */ /* HEADER FIX */ /* ============================= */ .site-header.sticky-header, .site-header.sticky-header.scrolled { top: 42px !important; z-index: 999998; } /* ============================= */ /* ICON SPACING */ /* ============================= */ .cg-icon { margin-right: 6px; } /* ============================= */ /* ✅ BANNER FIX (DE BELANGRIJKSTE) */ /* ============================= */ .banner { position: relative; z-index: 999997 !important; margin-top: 42px; /* exact hoogte van je notificatie bar */ } }