{"id":16,"date":"2026-01-10T01:01:58","date_gmt":"2026-01-10T01:01:58","guid":{"rendered":"https:\/\/hamar.mingat.me\/?page_id=16"},"modified":"2026-01-24T00:17:49","modified_gmt":"2026-01-24T00:17:49","slug":"min-gat-oslo","status":"publish","type":"page","link":"https:\/\/hamar.mingat.me\/","title":{"rendered":"Min Gat Hamar"},"content":{"rendered":"\n<style>\n.entry-content-wrap {\n    padding: 0rem;\n}\n<\/style>\n\n\n\n<!-- MinGat Hamar - Innloggingsportal for kommuneansatte -->\n\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Source+Sans+3:wght@400;500;600;700&#038;display=swap\" rel=\"stylesheet\">\n\n<style>\n    .mgh-main {\n        font-family: 'Source Sans 3', -apple-system, BlinkMacSystemFont, sans-serif;\n        background: linear-gradient(180deg, #dce4e8 0%, #b8c6cc 100%);\n        color: #2d3436;\n        line-height: 1.75;\n    }\n\n    \/* Login Section *\/\n    .mgh-login-section {\n        padding: 3rem 2rem;\n        display: flex;\n        justify-content: center;\n    }\n\n    .mgh-login-container {\n        background: #ffffff;\n        border-radius: 10px;\n        box-shadow: 0 12px 48px rgba(0,0,0,0.15);\n        max-width: 920px;\n        width: 100%;\n        overflow: hidden;\n    }\n\n    .mgh-login-header {\n        background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);\n        padding: 2.5rem 3rem;\n        border-bottom: 1px solid #dee2e6;\n        text-align: center;\n    }\n\n    .mgh-logo-text {\n        font-size: 3.5rem;\n        font-weight: 400;\n        color: #1e5f74;\n        margin: 0 0 0.5rem 0;\n        letter-spacing: -1px;\n    }\n\n    .mgh-logo-sub {\n        font-size: 1.1rem;\n        color: #6c757d;\n    }\n\n    .mgh-login-content {\n        padding: 3rem;\n        display: grid;\n        grid-template-columns: 220px 1fr;\n        gap: 3rem;\n        align-items: start;\n    }\n\n    .mgh-icon-column {\n        display: flex;\n        justify-content: center;\n        padding-top: 0.5rem;\n    }\n\n    .mgh-key-icon {\n        width: 180px;\n        height: 180px;\n        background: linear-gradient(145deg, #f0f4f8 0%, #e2e8ed 100%);\n        border: 5px solid #d1dce2;\n        border-radius: 50%;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n    }\n\n    .mgh-key-icon svg {\n        width: 90px;\n        height: 90px;\n        color: #1e5f74;\n    }\n\n    .mgh-form-column {\n        display: flex;\n        flex-direction: column;\n        gap: 1.75rem;\n    }\n\n    .mgh-field {\n        display: flex;\n        flex-direction: column;\n        gap: 0.5rem;\n    }\n\n    .mgh-field-label {\n        font-size: 1.15rem;\n        font-weight: 500;\n        color: #2d3436;\n    }\n\n    .mgh-field-label .mgh-req {\n        color: #1e5f74;\n    }\n\n    .mgh-field-input {\n        width: 100%;\n        padding: 1.1rem 1.25rem;\n        font-size: 1.15rem;\n        font-family: inherit;\n        border: 2px solid #ced4da;\n        border-radius: 6px;\n        background: #fff;\n        color: #868e96;\n        transition: border-color 0.2s, box-shadow 0.2s;\n    }\n\n    .mgh-field-input:focus {\n        outline: none;\n        border-color: #1e5f74;\n        box-shadow: 0 0 0 3px rgba(30, 95, 116, 0.15);\n    }\n\n    .mgh-checkbox-field {\n        display: flex;\n        align-items: center;\n        gap: 0.75rem;\n    }\n\n    .mgh-checkbox-field input {\n        width: 22px;\n        height: 22px;\n        accent-color: #1e5f74;\n        cursor: pointer;\n    }\n\n    .mgh-checkbox-field label {\n        font-size: 1.1rem;\n        color: #495057;\n        cursor: pointer;\n    }\n\n    .mgh-submit-link {\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        gap: 0.75rem;\n        width: 100%;\n        padding: 1.25rem 2rem;\n        font-size: 1.3rem;\n        font-weight: 600;\n        font-family: inherit;\n        color: #fff;\n        background: linear-gradient(180deg, #2e7d32 0%, #1b5e20 100%);\n        border: none;\n        border-radius: 6px;\n        cursor: pointer;\n        text-decoration: none;\n        text-align: center;\n        transition: all 0.2s;\n        margin-top: 0.5rem;\n    }\n\n    .mgh-submit-link:hover {\n        background: linear-gradient(180deg, #388e3c 0%, #2e7d32 100%);\n        transform: translateY(-2px);\n        box-shadow: 0 10px 30px rgba(46, 125, 50, 0.35);\n        color: #fff;\n    }\n\n    .mgh-submit-link svg {\n        width: 24px;\n        height: 24px;\n    }\n\n    .mgh-forgot {\n        text-align: center;\n        margin-top: 0.75rem;\n    }\n\n    .mgh-forgot a {\n        color: #1e5f74;\n        text-decoration: underline;\n        font-size: 1.1rem;\n        transition: color 0.2s;\n    }\n\n    .mgh-forgot a:hover {\n        color: #145369;\n    }\n\n    .mgh-login-notice {\n        background: #e3f2fd;\n        border-top: 1px solid #bbdefb;\n        padding: 1.25rem 2rem;\n        text-align: center;\n        font-size: 1rem;\n        color: #1565c0;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        gap: 0.6rem;\n    }\n\n    .mgh-login-notice svg {\n        width: 20px;\n        height: 20px;\n        flex-shrink: 0;\n    }\n\n    \/* Page Content *\/\n    .mgh-page-body {\n        max-width: 1120px;\n        margin: 0 auto;\n        padding: 2.5rem 2rem;\n    }\n\n    \/* Content Cards *\/\n    .mgh-card {\n        background: #fff;\n        border-radius: 10px;\n        box-shadow: 0 4px 20px rgba(0,0,0,0.08);\n        margin-bottom: 2.5rem;\n        overflow: hidden;\n    }\n\n    .mgh-card-header {\n        background: linear-gradient(135deg, #1e5f74 0%, #2980b9 100%);\n        padding: 1.25rem 2rem;\n        display: flex;\n        align-items: center;\n        gap: 0.75rem;\n    }\n\n    .mgh-card-header svg {\n        width: 24px;\n        height: 24px;\n        color: rgba(255,255,255,0.9);\n    }\n\n    .mgh-card-header h2 {\n        font-size: 1.35rem;\n        font-weight: 600;\n        color: #fff;\n        margin: 0;\n    }\n\n    .mgh-card-body {\n        padding: 2.25rem;\n    }\n\n    .mgh-card-body p {\n        font-size: 1.05rem;\n        color: #4a5568;\n        margin: 0 0 1.35rem 0;\n        line-height: 1.9;\n    }\n\n    .mgh-card-body p:last-child {\n        margin-bottom: 0;\n    }\n\n    .mgh-card-body h3 {\n        font-size: 1.2rem;\n        font-weight: 600;\n        color: #1e5f74;\n        margin: 2.25rem 0 1rem 0;\n    }\n\n    .mgh-card-body h3:first-child {\n        margin-top: 0;\n    }\n\n    \/* Features Grid *\/\n    .mgh-features-grid {\n        display: grid;\n        grid-template-columns: repeat(2, 1fr);\n        gap: 1.5rem;\n        margin: 1.75rem 0;\n    }\n\n    .mgh-feature-box {\n        background: linear-gradient(145deg, #f8fafc 0%, #f1f5f9 100%);\n        border: 1px solid #e2e8f0;\n        border-left: 5px solid #1e5f74;\n        border-radius: 8px;\n        padding: 1.5rem;\n        display: flex;\n        gap: 1rem;\n        align-items: flex-start;\n        transition: transform 0.2s, box-shadow 0.2s;\n    }\n\n    .mgh-feature-box:hover {\n        transform: translateY(-2px);\n        box-shadow: 0 8px 25px rgba(0,0,0,0.1);\n    }\n\n    .mgh-feature-icon {\n        width: 52px;\n        height: 52px;\n        background: linear-gradient(135deg, #1e5f74 0%, #2980b9 100%);\n        border-radius: 12px;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        flex-shrink: 0;\n    }\n\n    .mgh-feature-icon svg {\n        width: 26px;\n        height: 26px;\n        color: #fff;\n    }\n\n    .mgh-feature-text h4 {\n        font-size: 1.1rem;\n        font-weight: 600;\n        color: #2d3436;\n        margin: 0 0 0.4rem 0;\n    }\n\n    .mgh-feature-text p {\n        font-size: 0.95rem;\n        color: #64748b;\n        margin: 0;\n        line-height: 1.65;\n    }\n\n    \/* Steps *\/\n    .mgh-steps-list {\n        list-style: none;\n        padding: 0;\n        margin: 0;\n        counter-reset: steps;\n    }\n\n    .mgh-steps-list li {\n        display: flex;\n        gap: 1.25rem;\n        padding: 1.5rem 0;\n        border-bottom: 1px solid #e2e8f0;\n        counter-increment: steps;\n        align-items: flex-start;\n    }\n\n    .mgh-steps-list li:last-child {\n        border-bottom: none;\n        padding-bottom: 0;\n    }\n\n    .mgh-steps-list li::before {\n        content: counter(steps);\n        width: 48px;\n        height: 48px;\n        background: linear-gradient(135deg, #1e5f74 0%, #2980b9 100%);\n        color: #fff;\n        border-radius: 50%;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        font-weight: 700;\n        font-size: 1.2rem;\n        flex-shrink: 0;\n    }\n\n    .mgh-step-info h5 {\n        font-size: 1.1rem;\n        font-weight: 600;\n        color: #2d3436;\n        margin: 0 0 0.4rem 0;\n    }\n\n    .mgh-step-info p {\n        font-size: 0.95rem;\n        color: #64748b;\n        margin: 0;\n        line-height: 1.7;\n    }\n\n    \/* App Section *\/\n    .mgh-app-card {\n        background: linear-gradient(135deg, #1e5f74 0%, #145369 100%);\n        border-radius: 10px;\n        padding: 2.75rem;\n        margin-bottom: 2.5rem;\n        display: grid;\n        grid-template-columns: 1fr auto;\n        gap: 2.5rem;\n        align-items: center;\n    }\n\n    .mgh-app-info h3 {\n        font-size: 1.7rem;\n        font-weight: 700;\n        color: #fff;\n        margin: 0 0 0.85rem 0;\n    }\n\n    .mgh-app-info p {\n        font-size: 1.05rem;\n        color: rgba(255,255,255,0.92);\n        margin: 0 0 1.5rem 0;\n        line-height: 1.8;\n    }\n\n    .mgh-app-list {\n        list-style: none;\n        padding: 0;\n        margin: 0 0 1.5rem 0;\n        display: flex;\n        flex-wrap: wrap;\n        gap: 0.85rem;\n    }\n\n    .mgh-app-list li {\n        display: flex;\n        align-items: center;\n        gap: 0.5rem;\n        color: rgba(255,255,255,0.95);\n        font-size: 0.95rem;\n    }\n\n    .mgh-app-list li svg {\n        width: 18px;\n        height: 18px;\n        color: #81c784;\n    }\n\n    .mgh-app-btns {\n        display: flex;\n        gap: 0.85rem;\n    }\n\n    .mgh-app-btn {\n        display: inline-flex;\n        align-items: center;\n        gap: 0.5rem;\n        background: #fff;\n        color: #2d3436;\n        padding: 0.8rem 1.35rem;\n        border-radius: 8px;\n        font-size: 0.95rem;\n        font-weight: 600;\n        text-decoration: none;\n        transition: all 0.2s;\n    }\n\n    .mgh-app-btn:hover {\n        transform: translateY(-2px);\n        box-shadow: 0 10px 25px rgba(0,0,0,0.2);\n    }\n\n    .mgh-app-btn svg {\n        width: 22px;\n        height: 22px;\n    }\n\n    .mgh-app-visual {\n        width: 170px;\n        height: 170px;\n        background: rgba(255,255,255,0.12);\n        border-radius: 36px;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        flex-shrink: 0;\n    }\n\n    .mgh-app-visual-box {\n        width: 115px;\n        height: 115px;\n        background: #fff;\n        border-radius: 26px;\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        justify-content: center;\n        box-shadow: 0 12px 35px rgba(0,0,0,0.2);\n    }\n\n    .mgh-app-visual-box span:first-child {\n        font-size: 2.6rem;\n        font-weight: 800;\n        color: #1e5f74;\n        line-height: 1;\n    }\n\n    .mgh-app-visual-box span:last-child {\n        font-size: 0.7rem;\n        color: #6c757d;\n        text-transform: uppercase;\n        letter-spacing: 1px;\n        margin-top: 3px;\n    }\n\n    \/* Info Boxes *\/\n    .mgh-info-grid {\n        display: grid;\n        grid-template-columns: repeat(3, 1fr);\n        gap: 1.5rem;\n        margin: 2rem 0;\n    }\n\n    .mgh-info-box {\n        background: linear-gradient(145deg, #f8fafc 0%, #f1f5f9 100%);\n        border-radius: 10px;\n        padding: 1.75rem;\n        text-align: center;\n        border: 1px solid #e2e8f0;\n    }\n\n    .mgh-info-box-icon {\n        width: 60px;\n        height: 60px;\n        background: linear-gradient(135deg, #1e5f74 0%, #2980b9 100%);\n        border-radius: 50%;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        margin: 0 auto 1rem auto;\n    }\n\n    .mgh-info-box-icon svg {\n        width: 28px;\n        height: 28px;\n        color: #fff;\n    }\n\n    .mgh-info-box h4 {\n        font-size: 1.1rem;\n        font-weight: 600;\n        color: #2d3436;\n        margin: 0 0 0.5rem 0;\n    }\n\n    .mgh-info-box p {\n        font-size: 0.95rem;\n        color: #64748b;\n        margin: 0;\n        line-height: 1.6;\n    }\n\n    \/* FAQ Section *\/\n    .mgh-faq-container {\n        margin: 1.25rem 0;\n    }\n\n    .mgh-faq-item {\n        border-bottom: 1px solid #e2e8f0;\n    }\n\n    .mgh-faq-item:last-child {\n        border-bottom: none;\n    }\n\n    .mgh-faq-trigger {\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        width: 100%;\n        padding: 1.35rem 0;\n        background: none;\n        border: none;\n        cursor: pointer;\n        font-family: inherit;\n        font-size: 1.05rem;\n        font-weight: 500;\n        color: #2d3436;\n        text-align: left;\n        transition: color 0.2s;\n    }\n\n    .mgh-faq-trigger:hover {\n        color: #1e5f74;\n    }\n\n    .mgh-faq-trigger svg {\n        width: 22px;\n        height: 22px;\n        color: #94a3b8;\n        transition: transform 0.3s, color 0.3s;\n        flex-shrink: 0;\n        margin-left: 1rem;\n    }\n\n    .mgh-faq-item.active .mgh-faq-trigger svg {\n        transform: rotate(180deg);\n        color: #1e5f74;\n    }\n\n    .mgh-faq-content {\n        display: none;\n        padding: 0 0 1.35rem 0;\n        font-size: 1rem;\n        color: #64748b;\n        line-height: 1.85;\n    }\n\n    .mgh-faq-item.active .mgh-faq-content {\n        display: block;\n    }\n\n    \/* Final CTA *\/\n    .mgh-final-cta {\n        background: #fff;\n        border: 3px solid #1e5f74;\n        border-radius: 10px;\n        padding: 2.75rem;\n        text-align: center;\n        margin-bottom: 2.5rem;\n    }\n\n    .mgh-final-cta h3 {\n        font-size: 1.7rem;\n        font-weight: 700;\n        color: #1e5f74;\n        margin: 0 0 0.6rem 0;\n    }\n\n    .mgh-final-cta p {\n        font-size: 1.1rem;\n        color: #64748b;\n        margin: 0 0 1.75rem 0;\n    }\n\n    .mgh-final-link {\n        display: inline-flex;\n        align-items: center;\n        gap: 0.75rem;\n        background: linear-gradient(135deg, #1e5f74 0%, #2980b9 100%);\n        color: #fff;\n        padding: 1.2rem 3.5rem;\n        border-radius: 8px;\n        font-size: 1.25rem;\n        font-weight: 700;\n        text-decoration: none;\n        transition: all 0.2s;\n    }\n\n    .mgh-final-link:hover {\n        transform: translateY(-3px);\n        box-shadow: 0 12px 35px rgba(30, 95, 116, 0.35);\n        color: #fff;\n    }\n\n    .mgh-final-link svg {\n        width: 24px;\n        height: 24px;\n    }\n\n    \/* Author Section *\/\n    .mgh-author-section {\n        background: #fff;\n        border-radius: 10px;\n        box-shadow: 0 4px 20px rgba(0,0,0,0.08);\n        overflow: hidden;\n        margin-bottom: 2.5rem;\n    }\n\n    .mgh-author-header {\n        background: linear-gradient(135deg, #1e5f74 0%, #2980b9 100%);\n        padding: 1.25rem 2rem;\n    }\n\n    .mgh-author-header h3 {\n        font-size: 1.15rem;\n        font-weight: 600;\n        color: #fff;\n        margin: 0;\n        display: flex;\n        align-items: center;\n        gap: 0.6rem;\n    }\n\n    .mgh-author-header svg {\n        width: 22px;\n        height: 22px;\n    }\n\n    .mgh-author-body {\n        padding: 2.25rem;\n        display: grid;\n        grid-template-columns: auto 1fr;\n        gap: 2rem;\n    }\n\n    .mgh-author-photo {\n        width: 130px;\n        height: 130px;\n        background: linear-gradient(145deg, #e8eef2 0%, #d1dce2 100%);\n        border-radius: 18px;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        position: relative;\n        overflow: hidden;\n    }\n\n    .mgh-author-photo::before {\n        content: '';\n        position: absolute;\n        top: 0;\n        left: 0;\n        right: 0;\n        bottom: 0;\n        background: linear-gradient(135deg, #1e5f74 0%, #2980b9 100%);\n        opacity: 0.9;\n    }\n\n    .mgh-author-initials {\n        position: relative;\n        z-index: 1;\n        font-size: 2.6rem;\n        font-weight: 700;\n        color: #fff;\n    }\n\n    .mgh-author-info h4 {\n        font-size: 1.55rem;\n        font-weight: 700;\n        color: #2d3436;\n        margin: 0 0 0.4rem 0;\n    }\n\n    .mgh-author-role {\n        font-size: 1.1rem;\n        color: #1e5f74;\n        font-weight: 600;\n        margin: 0 0 0.3rem 0;\n    }\n\n    .mgh-author-credentials {\n        font-size: 0.95rem;\n        color: #6c757d;\n        margin: 0 0 1.35rem 0;\n        display: flex;\n        flex-wrap: wrap;\n        gap: 0.5rem;\n    }\n\n    .mgh-author-credentials span {\n        display: inline-flex;\n        align-items: center;\n        gap: 0.35rem;\n    }\n\n    .mgh-author-credentials span::before {\n        content: '\u2022';\n        color: #1e5f74;\n    }\n\n    .mgh-author-credentials span:first-child::before {\n        display: none;\n    }\n\n    .mgh-author-bio {\n        font-size: 1.05rem;\n        color: #4a5568;\n        line-height: 1.9;\n        margin: 0;\n        padding-top: 1.35rem;\n        border-top: 1px solid #e2e8f0;\n    }\n\n    .mgh-author-expertise {\n        margin-top: 1.5rem;\n    }\n\n    .mgh-author-expertise h5 {\n        font-size: 0.9rem;\n        font-weight: 600;\n        color: #6c757d;\n        text-transform: uppercase;\n        letter-spacing: 0.5px;\n        margin: 0 0 0.85rem 0;\n    }\n\n    .mgh-expertise-tags {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 0.55rem;\n    }\n\n    .mgh-expertise-tag {\n        background: #e8f4f8;\n        color: #1e5f74;\n        padding: 0.45rem 0.95rem;\n        border-radius: 6px;\n        font-size: 0.85rem;\n        font-weight: 500;\n    }\n\n    \/* Hamar Info Section *\/\n    .mgh-hamar-section {\n        background: linear-gradient(145deg, #f8fafc 0%, #f1f5f9 100%);\n        border: 1px solid #e2e8f0;\n        border-radius: 10px;\n        padding: 2rem;\n        margin: 2rem 0;\n    }\n\n    .mgh-hamar-section h4 {\n        font-size: 1.15rem;\n        font-weight: 600;\n        color: #1e5f74;\n        margin: 0 0 1rem 0;\n        display: flex;\n        align-items: center;\n        gap: 0.5rem;\n    }\n\n    .mgh-hamar-section h4 svg {\n        width: 22px;\n        height: 22px;\n    }\n\n    .mgh-hamar-stats {\n        display: grid;\n        grid-template-columns: repeat(4, 1fr);\n        gap: 1.25rem;\n    }\n\n    .mgh-stat-item {\n        text-align: center;\n        padding: 1rem;\n        background: #fff;\n        border-radius: 8px;\n        box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n    }\n\n    .mgh-stat-item strong {\n        display: block;\n        font-size: 1.5rem;\n        font-weight: 700;\n        color: #1e5f74;\n        margin-bottom: 0.25rem;\n    }\n\n    .mgh-stat-item span {\n        font-size: 0.85rem;\n        color: #64748b;\n    }\n\n    \/* Responsive *\/\n    @media (max-width: 900px) {\n        .mgh-login-content {\n            grid-template-columns: 1fr;\n            gap: 2rem;\n            padding: 2rem;\n        }\n\n        .mgh-key-icon {\n            width: 140px;\n            height: 140px;\n        }\n\n        .mgh-key-icon svg {\n            width: 70px;\n            height: 70px;\n        }\n\n        .mgh-page-body {\n            padding: 1.5rem;\n        }\n\n        .mgh-features-grid {\n            grid-template-columns: 1fr;\n        }\n\n        .mgh-info-grid {\n            grid-template-columns: 1fr;\n        }\n\n        .mgh-app-card {\n            grid-template-columns: 1fr;\n            text-align: center;\n        }\n\n        .mgh-app-visual {\n            margin: 0 auto;\n            order: -1;\n        }\n\n        .mgh-app-list {\n            justify-content: center;\n        }\n\n        .mgh-app-btns {\n            justify-content: center;\n        }\n\n        .mgh-author-body {\n            grid-template-columns: 1fr;\n            text-align: center;\n        }\n\n        .mgh-author-photo {\n            margin: 0 auto;\n        }\n\n        .mgh-author-credentials {\n            justify-content: center;\n        }\n\n        .mgh-expertise-tags {\n            justify-content: center;\n        }\n\n        .mgh-hamar-stats {\n            grid-template-columns: repeat(2, 1fr);\n        }\n    }\n\n    @media (max-width: 600px) {\n        .mgh-login-section {\n            padding: 1.5rem 1rem;\n        }\n\n        .mgh-login-header {\n            padding: 1.5rem;\n        }\n\n        .mgh-logo-text {\n            font-size: 2.5rem;\n        }\n\n        .mgh-login-content {\n            padding: 1.5rem;\n        }\n\n        .mgh-submit-link {\n            font-size: 1.1rem;\n            padding: 1rem 1.5rem;\n        }\n\n        .mgh-card-body {\n            padding: 1.5rem;\n        }\n\n        .mgh-app-card {\n            padding: 1.5rem;\n        }\n\n        .mgh-final-cta {\n            padding: 2rem 1.5rem;\n        }\n\n        .mgh-final-link {\n            width: 100%;\n            justify-content: center;\n            padding: 1rem 2rem;\n        }\n\n        .mgh-author-body {\n            padding: 1.5rem;\n        }\n\n        .mgh-author-photo {\n            width: 100px;\n            height: 100px;\n        }\n\n        .mgh-author-initials {\n            font-size: 2rem;\n        }\n\n        .mgh-hamar-stats {\n            grid-template-columns: 1fr 1fr;\n        }\n    }\n<\/style>\n\n<div class=\"mgh-main\">\n\n    <!-- Login Panel -->\n    <section class=\"mgh-login-section\">\n        <div class=\"mgh-login-container\">\n            <div class=\"mgh-login-header\">\n                <h1 class=\"mgh-logo-text\">MinGat<\/h1>\n                <span class=\"mgh-logo-sub\">Hamar kommune \u00b7 Innlandet fylke<\/span>\n            <\/div>\n            <div class=\"mgh-login-content\">\n                <div class=\"mgh-icon-column\">\n                    <div class=\"mgh-key-icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"3\" y=\"11\" width=\"18\" height=\"11\" rx=\"2\" ry=\"2\"><\/rect><path d=\"M7 11V7a5 5 0 0 1 10 0v4\"><\/path><circle cx=\"12\" cy=\"16\" r=\"1\"><\/circle><\/svg>\n                    <\/div>\n                <\/div>\n                <div class=\"mgh-form-column\">\n                    <div class=\"mgh-field\">\n                        <label class=\"mgh-field-label\">Brukernavn<span class=\"mgh-req\">*<\/span><\/label>\n                        <input type=\"text\" class=\"mgh-field-input\" placeholder=\"Din kommunale e-post\" readonly>\n                    <\/div>\n                    <div class=\"mgh-field\">\n                        <label class=\"mgh-field-label\">Passord<span class=\"mgh-req\">*<\/span><\/label>\n                        <input type=\"password\" class=\"mgh-field-input\" placeholder=\"Ditt passord\" readonly>\n                    <\/div>\n                    <div class=\"mgh-checkbox-field\">\n                        <input type=\"checkbox\" id=\"mgh-husk-meg\">\n                        <label for=\"mgh-husk-meg\">Husk meg p\u00e5 denne enheten<\/label>\n                    <\/div>\n                    <a href=\"http:\/\/mingat.me\/hamar\" class=\"mgh-submit-link\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4\"><\/path><polyline points=\"10 17 15 12 10 7\"><\/polyline><line x1=\"15\" y1=\"12\" x2=\"3\" y2=\"12\"><\/line><\/svg>\n                        Logg inn p\u00e5 MinGat Hamar\n                    <\/a>\n                    <div class=\"mgh-forgot\">\n                        <a href=\"http:\/\/mingat.me\/hamar\">Har du problemer med innlogging?<\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n            <div class=\"mgh-login-notice\">\n                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"><\/path><\/svg>\n                Sikker tilkobling via Hedmark IKT \u2013 din data er kryptert og beskyttet\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Main Content -->\n    <div class=\"mgh-page-body\">\n\n        <!-- Introduction -->\n        <div class=\"mgh-card\">\n            <div class=\"mgh-card-header\">\n                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"><\/path><polyline points=\"9 22 9 12 15 12 15 22\"><\/polyline><\/svg>\n                <h2>Velkommen til MinGat Hamar<\/h2>\n            <\/div>\n            <div class=\"mgh-card-body\">\n                <p>MinGat er arbeidsportalen som gj\u00f8r hverdagen enklere for kommuneansatte i Hamar. Systemet samler alle verkt\u00f8y du trenger for \u00e5 holde orden p\u00e5 arbeidstiden din, fra vaktplanlegging til frav\u00e6rsregistrering. Med over 2500 ansatte fordelt p\u00e5 ulike sektorer, er MinGat navet som holder Hamar kommunes arbeidsflyt i gang.<\/p>\n                \n                <p>Portalen er utviklet av Visma og driftes gjennom Hedmark IKT, noe som sikrer stabil ytelse og p\u00e5litelig tilgang for alle brukere i regionen. Enten du arbeider innen helse og omsorg, oppvekst, tekniske tjenester eller administrasjon, gir MinGat deg den kontrollen du trenger over din egen arbeidssituasjon.<\/p>\n\n                <div class=\"mgh-hamar-section\">\n                    <h4>\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z\"><\/path><circle cx=\"12\" cy=\"10\" r=\"3\"><\/circle><\/svg>\n                        Hamar kommune i tall\n                    <\/h4>\n                    <div class=\"mgh-hamar-stats\">\n                        <div class=\"mgh-stat-item\">\n                            <strong>32 500+<\/strong>\n                            <span>Innbyggere<\/span>\n                        <\/div>\n                        <div class=\"mgh-stat-item\">\n                            <strong>2 500+<\/strong>\n                            <span>Ansatte<\/span>\n                        <\/div>\n                        <div class=\"mgh-stat-item\">\n                            <strong>1 time<\/strong>\n                            <span>Fra Oslo<\/span>\n                        <\/div>\n                        <div class=\"mgh-stat-item\">\n                            <strong>Innlandet<\/strong>\n                            <span>St\u00f8rste by<\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <h3>Hvem kan bruke MinGat Hamar?<\/h3>\n                <p>Alle fast ansatte, vikarer og timebaserte medarbeidere i Hamar kommune f\u00e5r tilgang til MinGat. Dette inkluderer ansatte ved kommunens sykehjem og hjemmetjenester, l\u00e6rere og assistenter i skoler og barnehager, vaktmestere og renholdsarbeidere, ansatte i kulturinstitusjoner, og administrative medarbeidere i r\u00e5dhuset og \u00f8vrige kommunale kontorer.<\/p>\n            <\/div>\n        <\/div>\n\n        <!-- Features -->\n        <div class=\"mgh-card\">\n            <div class=\"mgh-card-header\">\n                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"2\" y=\"3\" width=\"20\" height=\"14\" rx=\"2\" ry=\"2\"><\/rect><line x1=\"8\" y1=\"21\" x2=\"16\" y2=\"21\"><\/line><line x1=\"12\" y1=\"17\" x2=\"12\" y2=\"21\"><\/line><\/svg>\n                <h2>Hva kan du gj\u00f8re i MinGat?<\/h2>\n            <\/div>\n            <div class=\"mgh-card-body\">\n                <p>MinGat er mer enn bare en kalender. Det er et komplett verkt\u00f8y for arbeidslivadministrasjon som gir deg kontroll over din egen arbeidshverdag. Her er funksjonene som gj\u00f8r MinGat uunnv\u00e6rlig for Hamars kommuneansatte:<\/p>\n                \n                <div class=\"mgh-features-grid\">\n                    <div class=\"mgh-feature-box\">\n                        <div class=\"mgh-feature-icon\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"><\/rect><line x1=\"16\" y1=\"2\" x2=\"16\" y2=\"6\"><\/line><line x1=\"8\" y1=\"2\" x2=\"8\" y2=\"6\"><\/line><line x1=\"3\" y1=\"10\" x2=\"21\" y2=\"10\"><\/line><\/svg>\n                        <\/div>\n                        <div class=\"mgh-feature-text\">\n                            <h4>Din arbeidskalender<\/h4>\n                            <p>Se alle dine vakter samlet p\u00e5 ett sted. Kalenderen viser dag-, kveld- og nattskift med fargekoding for enkel oversikt.<\/p>\n                        <\/div>\n                    <\/div>\n                    <div class=\"mgh-feature-box\">\n                        <div class=\"mgh-feature-icon\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"22 12 18 12 15 21 9 3 6 12 2 12\"><\/polyline><\/svg>\n                        <\/div>\n                        <div class=\"mgh-feature-text\">\n                            <h4>Registrer arbeidstid<\/h4>\n                            <p>Stemple inn og ut, legg til overtid, eller registrer avspasering. Alt logges automatisk til l\u00f8nnsgrunnlaget.<\/p>\n                        <\/div>\n                    <\/div>\n                    <div class=\"mgh-feature-box\">\n                        <div class=\"mgh-feature-icon\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"><\/path><circle cx=\"8.5\" cy=\"7\" r=\"4\"><\/circle><polyline points=\"17 11 19 13 23 9\"><\/polyline><\/svg>\n                        <\/div>\n                        <div class=\"mgh-feature-text\">\n                            <h4>S\u00f8k om frav\u00e6r<\/h4>\n                            <p>Feries\u00f8knader, egenmeldinger og annet frav\u00e6r h\u00e5ndteres digitalt. Lederen din godkjenner direkte i systemet.<\/p>\n                        <\/div>\n                    <\/div>\n                    <div class=\"mgh-feature-box\">\n                        <div class=\"mgh-feature-icon\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"><\/path><circle cx=\"9\" cy=\"7\" r=\"4\"><\/circle><path d=\"M23 21v-2a4 4 0 0 0-3-3.87\"><\/path><path d=\"M16 3.13a4 4 0 0 1 0 7.75\"><\/path><\/svg>\n                        <\/div>\n                        <div class=\"mgh-feature-text\">\n                            <h4>Vaktbytte<\/h4>\n                            <p>Trenger du \u00e5 bytte vakt? Send foresp\u00f8rsel til kolleger, og f\u00e5 godkjenning fra leder \u2013 alt digitalt og sporbart.<\/p>\n                        <\/div>\n                    <\/div>\n                    <div class=\"mgh-feature-box\">\n                        <div class=\"mgh-feature-icon\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path><polyline points=\"14 2 14 8 20 8\"><\/polyline><line x1=\"12\" y1=\"18\" x2=\"12\" y2=\"12\"><\/line><line x1=\"9\" y1=\"15\" x2=\"15\" y2=\"15\"><\/line><\/svg>\n                        <\/div>\n                        <div class=\"mgh-feature-text\">\n                            <h4>Dokumentarkiv<\/h4>\n                            <p>Finn l\u00f8nnsslipper, \u00e5rsoppgaver og arbeidsavtaler n\u00e5r du trenger dem. Alt ligger lagret sikkert i din profil.<\/p>\n                        <\/div>\n                    <\/div>\n                    <div class=\"mgh-feature-box\">\n                        <div class=\"mgh-feature-icon\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"><\/path><polyline points=\"22 4 12 14.01 9 11.01\"><\/polyline><\/svg>\n                        <\/div>\n                        <div class=\"mgh-feature-text\">\n                            <h4>Ledige vakter<\/h4>\n                            <p>Se tilgjengelige ekstravakter i din avdeling og meld interesse med ett klikk. Perfekt for deg som \u00f8nsker flere timer.<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- Login Guide -->\n        <div class=\"mgh-card\">\n            <div class=\"mgh-card-header\">\n                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4\"><\/path><polyline points=\"10 17 15 12 10 7\"><\/polyline><line x1=\"15\" y1=\"12\" x2=\"3\" y2=\"12\"><\/line><\/svg>\n                <h2>Steg-for-steg: Slik logger du inn<\/h2>\n            <\/div>\n            <div class=\"mgh-card-body\">\n                <p>F\u00f8rste gang du skal logge inn kan virke litt krevende, men prosessen er designet for \u00e5 beskytte din personlige informasjon. F\u00f8lg disse trinnene for \u00e5 komme i gang:<\/p>\n                \n                <ol class=\"mgh-steps-list\">\n                    <li>\n                        <div class=\"mgh-step-info\">\n                            <h5>Klikk p\u00e5 innloggingsknappen<\/h5>\n                            <p>Bruk den gr\u00f8nne knappen \u00f8verst p\u00e5 denne siden. Du sendes da videre til Hamar kommunes offisielle MinGat-portal som driftes av Hedmark IKT.<\/p>\n                        <\/div>\n                    <\/li>\n                    <li>\n                        <div class=\"mgh-step-info\">\n                            <h5>Skriv inn brukernavnet ditt<\/h5>\n                            <p>Brukernavnet er vanligvis din kommunale e-postadresse (f.eks. fornavn.etternavn@hamar.kommune.no). Kontakt din leder hvis du er usikker.<\/p>\n                        <\/div>\n                    <\/li>\n                    <li>\n                        <div class=\"mgh-step-info\">\n                            <h5>Oppgi passordet<\/h5>\n                            <p>Ved f\u00f8rste innlogging bruker du passordet du mottok fra IT-avdelingen. Du vil bli bedt om \u00e5 opprette et nytt, personlig passord etter f\u00f8rste gang.<\/p>\n                        <\/div>\n                    <\/li>\n                    <li>\n                        <div class=\"mgh-step-info\">\n                            <h5>Bekreft med tofaktor<\/h5>\n                            <p>For ekstra sikkerhet kreves det en engangskode. Denne sendes til mobilnummeret registrert i din ansattprofil, eller genereres i en autentiseringsapp.<\/p>\n                        <\/div>\n                    <\/li>\n                    <li>\n                        <div class=\"mgh-step-info\">\n                            <h5>Du er inne!<\/h5>\n                            <p>Etter vellykket innlogging ser du dashboardet ditt med vaktplaner, varsler og snarveier til de funksjonene du bruker mest.<\/p>\n                        <\/div>\n                    <\/li>\n                <\/ol>\n            <\/div>\n        <\/div>\n\n        <!-- Info Boxes -->\n        <div class=\"mgh-info-grid\">\n            <div class=\"mgh-info-box\">\n                <div class=\"mgh-info-box-icon\">\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"5\" y=\"2\" width=\"14\" height=\"20\" rx=\"2\" ry=\"2\"><\/rect><line x1=\"12\" y1=\"18\" x2=\"12.01\" y2=\"18\"><\/line><\/svg>\n                <\/div>\n                <h4>Tilgang hjemmefra<\/h4>\n                <p>Ja, du kan logge p\u00e5 MinGat fra privat PC eller mobil. Tofaktorautentisering sikrer at kun du f\u00e5r tilgang til dine data.<\/p>\n            <\/div>\n            <div class=\"mgh-info-box\">\n                <div class=\"mgh-info-box-icon\">\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"><\/path><\/svg>\n                <\/div>\n                <h4>Sikker datalagring<\/h4>\n                <p>All informasjon lagres p\u00e5 norske servere og f\u00f8lger GDPR og kommunens retningslinjer for personvern.<\/p>\n            <\/div>\n            <div class=\"mgh-info-box\">\n                <div class=\"mgh-info-box-icon\">\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><polyline points=\"12 6 12 12 16 14\"><\/polyline><\/svg>\n                <\/div>\n                <h4>Oppdateres i sanntid<\/h4>\n                <p>Endringer i vaktplaner og beskjeder fra ledelsen vises umiddelbart. Du er alltid oppdatert.<\/p>\n            <\/div>\n        <\/div>\n\n        <!-- GatGo App -->\n        <div class=\"mgh-app-card\">\n            <div class=\"mgh-app-info\">\n                <h3>GatGo \u2013 Ha jobben i lomma<\/h3>\n                <p>Med GatGo-appen slipper du \u00e5 \u00e5pne PC-en for \u00e5 sjekke vaktplanen. Se arbeids\u00f8ktene dine, motta varsler om endringer, og registrer timer direkte fra mobilen. Appen synkroniserer automatisk med MinGat, s\u00e5 du alltid har oppdatert informasjon.<\/p>\n                \n                <ul class=\"mgh-app-list\">\n                    <li>\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\n                        Vaktkalender p\u00e5 farten\n                    <\/li>\n                    <li>\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\n                        Push-varsler ved endringer\n                    <\/li>\n                    <li>\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\n                        Enkel timeregistrering\n                    <\/li>\n                    <li>\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\n                        S\u00f8k p\u00e5 ledige vakter\n                    <\/li>\n                <\/ul>\n                \n                <div class=\"mgh-app-btns\">\n                    <a href=\"#\" class=\"mgh-app-btn\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M18.71 19.5c-.83 1.24-1.71 2.45-3.05 2.47-1.34.03-1.77-.79-3.29-.79-1.53 0-2 .77-3.27.82-1.31.05-2.3-1.32-3.14-2.53C4.25 17 2.94 12.45 4.7 9.39c.87-1.52 2.43-2.48 4.12-2.51 1.28-.02 2.5.87 3.29.87.78 0 2.26-1.07 3.81-.91.65.03 2.47.26 3.64 1.98-.09.06-2.17 1.28-2.15 3.81.03 3.02 2.65 4.03 2.68 4.04-.03.07-.42 1.44-1.38 2.83M13 3.5c.73-.83 1.94-1.46 2.94-1.5.13 1.17-.34 2.35-1.04 3.19-.69.85-1.83 1.51-2.95 1.42-.15-1.15.41-2.35 1.05-3.11z\"\/><\/svg>\n                        App Store\n                    <\/a>\n                    <a href=\"#\" class=\"mgh-app-btn\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M3.609 1.814L13.792 12 3.61 22.186a.996.996 0 0 1-.61-.92V2.734a1 1 0 0 1 .609-.92zm10.89 10.893l2.302 2.302-10.937 6.333 8.635-8.635zm3.199-3.198l2.807 1.626a1 1 0 0 1 0 1.73l-2.808 1.626L15.206 12l2.492-2.491zM5.864 2.658L16.8 8.99l-2.302 2.302-8.634-8.634z\"\/><\/svg>\n                        Google Play\n                    <\/a>\n                <\/div>\n            <\/div>\n            <div class=\"mgh-app-visual\">\n                <div class=\"mgh-app-visual-box\">\n                    <span>G<\/span>\n                    <span>GatGo<\/span>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- FAQ -->\n        <div class=\"mgh-card\">\n            <div class=\"mgh-card-header\">\n                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><path d=\"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3\"><\/path><line x1=\"12\" y1=\"17\" x2=\"12.01\" y2=\"17\"><\/line><\/svg>\n                <h2>Ofte stilte sp\u00f8rsm\u00e5l om MinGat Hamar<\/h2>\n            <\/div>\n            <div class=\"mgh-card-body\">\n                <div class=\"mgh-faq-container\">\n                    <div class=\"mgh-faq-item active\">\n                        <button class=\"mgh-faq-trigger\" type=\"button\">\n                            Jeg har nettopp blitt ansatt \u2013 hvordan f\u00e5r jeg tilgang?\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"6 9 12 15 18 9\"><\/polyline><\/svg>\n                        <\/button>\n                        <div class=\"mgh-faq-content\">\n                            Som nyansatt i Hamar kommune vil du motta innloggingsinformasjon fra din n\u00e6rmeste leder eller HR-avdelingen. Vanligvis f\u00e5r du en e-post med brukernavn og et midlertidig passord i l\u00f8pet av de f\u00f8rste dagene. Ved f\u00f8rste innlogging m\u00e5 du opprette et nytt, personlig passord og registrere mobilnummeret ditt for tofaktorautentisering.\n                        <\/div>\n                    <\/div>\n                    <div class=\"mgh-faq-item\">\n                        <button class=\"mgh-faq-trigger\" type=\"button\">\n                            Passordet mitt fungerer ikke \u2013 hva gj\u00f8r jeg?\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"6 9 12 15 18 9\"><\/polyline><\/svg>\n                        <\/button>\n                        <div class=\"mgh-faq-content\">\n                            F\u00f8rst: Sjekk at du bruker riktig brukernavn (din kommunale e-post). Pr\u00f8v deretter \u00abGlemt passord\u00bb-funksjonen p\u00e5 innloggingssiden for \u00e5 nullstille passordet. Du f\u00e5r tilsendt en link til e-posten din. Fungerer det fortsatt ikke? Kontakt Hedmark IKT sin brukerst\u00f8tte eller snakk med din leder.\n                        <\/div>\n                    <\/div>\n                    <div class=\"mgh-faq-item\">\n                        <button class=\"mgh-faq-trigger\" type=\"button\">\n                            Hvorfor mottar jeg ikke SMS-koden?\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"6 9 12 15 18 9\"><\/polyline><\/svg>\n                        <\/button>\n                        <div class=\"mgh-faq-content\">\n                            SMS-koden sendes til mobilnummeret som er registrert i din MinGat-profil. Hvis nummeret er feil eller utdatert, m\u00e5 du kontakte din leder eller HR for \u00e5 oppdatere det. Sjekk ogs\u00e5 at telefonen din har dekning og at du ikke har blokkert ukjente numre. Koden er gyldig i kun 10 minutter.\n                        <\/div>\n                    <\/div>\n                    <div class=\"mgh-faq-item\">\n                        <button class=\"mgh-faq-trigger\" type=\"button\">\n                            Kan jeg se vaktplanen min p\u00e5 mobilen uten appen?\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"6 9 12 15 18 9\"><\/polyline><\/svg>\n                        <\/button>\n                        <div class=\"mgh-faq-content\">\n                            Ja, MinGat fungerer i nettleseren p\u00e5 mobilen. \u00c5pne nettleseren, g\u00e5 til innloggingssiden og logg inn som vanlig. Grensesnittet tilpasser seg mobilskjermen. GatGo-appen gir likevel en bedre opplevelse med push-varsler og raskere tilgang til de mest brukte funksjonene.\n                        <\/div>\n                    <\/div>\n                    <div class=\"mgh-faq-item\">\n                        <button class=\"mgh-faq-trigger\" type=\"button\">\n                            Hvordan aktiverer jeg GatGo p\u00e5 telefonen min?\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"6 9 12 15 18 9\"><\/polyline><\/svg>\n                        <\/button>\n                        <div class=\"mgh-faq-content\">\n                            Last ned GatGo fra App Store eller Google Play. Deretter logger du inn i MinGat via en PC, navigerer til \u00abMobil app\u00bb eller \u00abGatGo\u00bb i menyen, og skanner QR-koden som vises med telefonkameraet. Appen kobles automatisk til din konto og er klar til bruk i l\u00f8pet av sekunder.\n                        <\/div>\n                    <\/div>\n                    <div class=\"mgh-faq-item\">\n                        <button class=\"mgh-faq-trigger\" type=\"button\">\n                            Hvem kontakter jeg ved tekniske problemer?\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"6 9 12 15 18 9\"><\/polyline><\/svg>\n                        <\/button>\n                        <div class=\"mgh-faq-content\">\n                            Ved tekniske utfordringer med MinGat b\u00f8r du f\u00f8rst kontakte din n\u00e6rmeste leder. For mer komplekse IT-problemer kan du ta kontakt med Hedmark IKT sin brukerst\u00f8tte. E-post til Hamar kommunes postmottak er postmottak@hamar.kommune.no, telefon er 62 56 30 00.\n                        <\/div>\n                    <\/div>\n                    <div class=\"mgh-faq-item\">\n                        <button class=\"mgh-faq-trigger\" type=\"button\">\n                            Kan jeg se l\u00f8nnsslippene mine i MinGat?\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"6 9 12 15 18 9\"><\/polyline><\/svg>\n                        <\/button>\n                        <div class=\"mgh-faq-content\">\n                            Ja, alle l\u00f8nnsslipper og \u00e5rsoppgaver ligger tilgjengelig i MinGat under \u00abMine dokumenter\u00bb eller tilsvarende meny. Du kan laste ned PDF-versjoner for egen arkivering. Dokumentene lagres i flere \u00e5r, s\u00e5 du har tilgang til historikk fra tidligere l\u00f8nnsperioder.\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- Final CTA -->\n        <div class=\"mgh-final-cta\">\n            <h3>Klar til \u00e5 logge inn?<\/h3>\n            <p>F\u00e5 tilgang til vaktplaner, timeregistrering og alle MinGat-funksjonene for Hamar kommune.<\/p>\n            <a href=\"http:\/\/mingat.me\/hamar\" class=\"mgh-final-link\">\n                G\u00e5 til MinGat Hamar\n                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"><\/line><polyline points=\"12 5 19 12 12 19\"><\/polyline><\/svg>\n            <\/a>\n        <\/div>\n\n        <!-- Author Section -->\n        <div class=\"mgh-author-section\">\n            <div class=\"mgh-author-header\">\n                <h3>\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2\"><\/path><circle cx=\"12\" cy=\"7\" r=\"4\"><\/circle><\/svg>\n                    Skrevet av\n                <\/h3>\n            <\/div>\n            <div class=\"mgh-author-body\">\n                <div class=\"mgh-author-photo\">\n                    <span class=\"mgh-author-initials\">ML<\/span>\n                <\/div>\n                <div class=\"mgh-author-info\">\n                    <h4>Morten L\u00f8kken<\/h4>\n                    <p class=\"mgh-author-role\">Fagansvarlig for digitale arbeidsprosesser i kommunal sektor<\/p>\n                    <p class=\"mgh-author-credentials\">\n                        <span>Master i informasjonsvitenskap, H\u00f8gskolen i Innlandet<\/span>\n                        <span>Sertifisert Visma-konsulent<\/span>\n                        <span>12+ \u00e5rs erfaring<\/span>\n                    <\/p>\n                    <p class=\"mgh-author-bio\">\n                        Morten L\u00f8kken har arbeidet med implementering av HR- og ressursstyringssystemer i Innlandet-regionen siden 2012. Med bakgrunn fra b\u00e5de privat IT-sektor og offentlig forvaltning, har han ledet flere prosjekter for innf\u00f8ring av Visma-l\u00f8sninger i kommuner som Hamar, Stange og Ringsaker. Morten holder jevnlig kurs for kommuneansatte i bruk av MinGat og GatGo, og er kjent for sin evne til \u00e5 forklare tekniske l\u00f8sninger p\u00e5 en forst\u00e5elig m\u00e5te. Han brenner for \u00e5 gj\u00f8re digitale verkt\u00f8y tilgjengelige for alle, uavhengig av teknisk kompetanse.\n                    <\/p>\n                    <div class=\"mgh-author-expertise\">\n                        <h5>Fagomr\u00e5der<\/h5>\n                        <div class=\"mgh-expertise-tags\">\n                            <span class=\"mgh-expertise-tag\">MinGat \/ GatGo<\/span>\n                            <span class=\"mgh-expertise-tag\">Visma Enterprise<\/span>\n                            <span class=\"mgh-expertise-tag\">Kommunal HR<\/span>\n                            <span class=\"mgh-expertise-tag\">Ressursstyring<\/span>\n                            <span class=\"mgh-expertise-tag\">Digitalisering<\/span>\n                            <span class=\"mgh-expertise-tag\">Brukeroppl\u00e6ring<\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n    <\/div>\n\n<\/div>\n\n<script>\n(function() {\n    document.querySelectorAll('.mgh-faq-trigger').forEach(function(btn) {\n        btn.addEventListener('click', function() {\n            var item = this.parentElement;\n            var wasActive = item.classList.contains('active');\n            document.querySelectorAll('.mgh-faq-item').forEach(function(el) {\n                el.classList.remove('active');\n            });\n            if (!wasActive) {\n                item.classList.add('active');\n            }\n        });\n    });\n})();\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>MinGat Hamar kommune \u00b7 Innlandet fylke Brukernavn* Passord* Husk meg p\u00e5 denne enheten Logg inn p\u00e5 MinGat Hamar Har du problemer med innlogging? Sikker tilkobling via Hedmark IKT \u2013 din data er kryptert og beskyttet Velkommen til MinGat Hamar MinGat er arbeidsportalen som gj\u00f8r hverdagen enklere for kommuneansatte i Hamar. Systemet samler alle verkt\u00f8y du&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_kad_post_transparent":"","_kad_post_title":"hide","_kad_post_layout":"fullwidth","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"class_list":["post-16","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Logg Inn MinGat Hamar | Ansattportal Hamar Kommune - Min Gat Hamar<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/hamar.mingat.me\/\" \/>\n<meta property=\"og:locale\" content=\"nb_NO\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Logg Inn MinGat Hamar | Ansattportal Hamar Kommune - Min Gat Hamar\" \/>\n<meta property=\"og:description\" content=\"MinGat Hamar kommune \u00b7 Innlandet fylke Brukernavn* Passord* Husk meg p\u00e5 denne enheten Logg inn p\u00e5 MinGat Hamar Har du problemer med innlogging? Sikker tilkobling via Hedmark IKT \u2013 din data er kryptert og beskyttet Velkommen til MinGat Hamar MinGat er arbeidsportalen som gj\u00f8r hverdagen enklere for kommuneansatte i Hamar. Systemet samler alle verkt\u00f8y du...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/hamar.mingat.me\/\" \/>\n<meta property=\"og:site_name\" content=\"Min Gat Hamar\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-24T00:17:49+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Ansl. lesetid\" \/>\n\t<meta name=\"twitter:data1\" content=\"6 minutter\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/hamar.mingat.me\/\",\"url\":\"https:\/\/hamar.mingat.me\/\",\"name\":\"Logg Inn MinGat Hamar | Ansattportal Hamar Kommune - Min Gat Hamar\",\"isPartOf\":{\"@id\":\"https:\/\/hamar.mingat.me\/#website\"},\"datePublished\":\"2026-01-10T01:01:58+00:00\",\"dateModified\":\"2026-01-24T00:17:49+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/hamar.mingat.me\/#breadcrumb\"},\"inLanguage\":\"nb-NO\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/hamar.mingat.me\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/hamar.mingat.me\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\/\/hamar.mingat.me\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Min Gat Hamar\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/hamar.mingat.me\/#website\",\"url\":\"https:\/\/hamar.mingat.me\/\",\"name\":\"Min Gat Hamar\",\"description\":\"Logg Inn\",\"publisher\":{\"@id\":\"https:\/\/hamar.mingat.me\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/hamar.mingat.me\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"nb-NO\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/hamar.mingat.me\/#organization\",\"name\":\"Min Gat Hamar\",\"url\":\"https:\/\/hamar.mingat.me\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"nb-NO\",\"@id\":\"https:\/\/hamar.mingat.me\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/hamar.mingat.me\/wp-content\/uploads\/2026\/01\/cropped-mat-me.png\",\"contentUrl\":\"https:\/\/hamar.mingat.me\/wp-content\/uploads\/2026\/01\/cropped-mat-me.png\",\"width\":500,\"height\":159,\"caption\":\"Min Gat Hamar\"},\"image\":{\"@id\":\"https:\/\/hamar.mingat.me\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Logg Inn MinGat Hamar | Ansattportal Hamar Kommune - Min Gat Hamar","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/hamar.mingat.me\/","og_locale":"nb_NO","og_type":"article","og_title":"Logg Inn MinGat Hamar | Ansattportal Hamar Kommune - Min Gat Hamar","og_description":"MinGat Hamar kommune \u00b7 Innlandet fylke Brukernavn* Passord* Husk meg p\u00e5 denne enheten Logg inn p\u00e5 MinGat Hamar Har du problemer med innlogging? Sikker tilkobling via Hedmark IKT \u2013 din data er kryptert og beskyttet Velkommen til MinGat Hamar MinGat er arbeidsportalen som gj\u00f8r hverdagen enklere for kommuneansatte i Hamar. Systemet samler alle verkt\u00f8y du...","og_url":"https:\/\/hamar.mingat.me\/","og_site_name":"Min Gat Hamar","article_modified_time":"2026-01-24T00:17:49+00:00","twitter_card":"summary_large_image","twitter_misc":{"Ansl. lesetid":"6 minutter"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/hamar.mingat.me\/","url":"https:\/\/hamar.mingat.me\/","name":"Logg Inn MinGat Hamar | Ansattportal Hamar Kommune - Min Gat Hamar","isPartOf":{"@id":"https:\/\/hamar.mingat.me\/#website"},"datePublished":"2026-01-10T01:01:58+00:00","dateModified":"2026-01-24T00:17:49+00:00","breadcrumb":{"@id":"https:\/\/hamar.mingat.me\/#breadcrumb"},"inLanguage":"nb-NO","potentialAction":[{"@type":"ReadAction","target":["https:\/\/hamar.mingat.me\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/hamar.mingat.me\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/hamar.mingat.me\/"},{"@type":"ListItem","position":2,"name":"Min Gat Hamar"}]},{"@type":"WebSite","@id":"https:\/\/hamar.mingat.me\/#website","url":"https:\/\/hamar.mingat.me\/","name":"Min Gat Hamar","description":"Logg Inn","publisher":{"@id":"https:\/\/hamar.mingat.me\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/hamar.mingat.me\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"nb-NO"},{"@type":"Organization","@id":"https:\/\/hamar.mingat.me\/#organization","name":"Min Gat Hamar","url":"https:\/\/hamar.mingat.me\/","logo":{"@type":"ImageObject","inLanguage":"nb-NO","@id":"https:\/\/hamar.mingat.me\/#\/schema\/logo\/image\/","url":"https:\/\/hamar.mingat.me\/wp-content\/uploads\/2026\/01\/cropped-mat-me.png","contentUrl":"https:\/\/hamar.mingat.me\/wp-content\/uploads\/2026\/01\/cropped-mat-me.png","width":500,"height":159,"caption":"Min Gat Hamar"},"image":{"@id":"https:\/\/hamar.mingat.me\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/hamar.mingat.me\/index.php\/wp-json\/wp\/v2\/pages\/16","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hamar.mingat.me\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/hamar.mingat.me\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/hamar.mingat.me\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/hamar.mingat.me\/index.php\/wp-json\/wp\/v2\/comments?post=16"}],"version-history":[{"count":6,"href":"https:\/\/hamar.mingat.me\/index.php\/wp-json\/wp\/v2\/pages\/16\/revisions"}],"predecessor-version":[{"id":26,"href":"https:\/\/hamar.mingat.me\/index.php\/wp-json\/wp\/v2\/pages\/16\/revisions\/26"}],"wp:attachment":[{"href":"https:\/\/hamar.mingat.me\/index.php\/wp-json\/wp\/v2\/media?parent=16"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}