/*
Theme Name: Template
Template: yootheme
Author: SHC
Version: 4.5.33.1767342579
Updated: 2026-01-02 08:29:39

*/

@font-face {
    font-family: 'HPE Graphik';
    src: url('https://zbook.b-cdn.net/HPE%20Font/HPE_Graphik-Regular.woff2') format('woff2'),
         url('https://zbook.b-cdn.net/HPE%20Font/HPE_Graphik-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HPE Graphik';
    src: url('https://zbook.b-cdn.net/HPE%20Font/HPE_Graphik-Bold.woff2') format('woff2'),
         url('https://zbook.b-cdn.net/HPE%20Font/HPE_Graphik-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'HPE Graphik XX Condensed';
    src: url('https://zbook.b-cdn.net/HPE%20Font/HPE_GraphikXXCondensed-Light.woff2') format('woff2'),
         url('https://zbook.b-cdn.net/HPE%20Font/HPE_GraphikXXCondensed-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HPE Graphik XX Condensed';
    src: url('https://zbook.b-cdn.net/HPE%20Font/HPE_GraphikXXCondensed-Regular.woff2') format('woff2'),
         url('https://zbook.b-cdn.net/HPE%20Font/HPE_GraphikXXCondensed-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HPE Graphik XX Condensed';
    src: url('https://zbook.b-cdn.net/HPE%20Font/HPE_GraphikXXCondensed-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Mobile header overskrivning af højde */
.tm-header-mobile {
    height: 58px !important;
    max-height: 58px !important;
    min-height: 0 !important;
}
/* Navbar container */
.tm-header-mobile .uk-navbar-container {
    height: 58px !important;
    max-height: 58px !important;
    min-height: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
/* Navbar itself */
.tm-header-mobile .uk-navbar {
    height: 58px !important;
    align-items: center;
}
/* Logo link */
.tm-header-mobile .uk-logo {
    height: 58px !important;
    max-height: 58px !important;
    display: flex;
    align-items: center;
}
/* Logo image */
.tm-header-mobile .uk-logo img,
.tm-header-mobile .uk-logo picture {
    max-height: 100%;
    height: auto;
}