@charset "UTF-8";
/*
Theme Name: Lunsjtid
Author: autograf as
Author URI: https://autograf.no/
Description: Tema utviklet for Lunsjtid AS
Text Domain: lunsjtid
Requires at least: 5.8.1
Tested up to: 5.6
Requires PHP: 7.4
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

html {
    font-family: 'Lunsjtid-Text', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    -webkit-text-size-adjust: 100%;
    background: #ffffff;
    color: var(--text);
    fill: var(--text);
    --scroll-behavior: smooth;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    height: 100vh;
}

body {
    height: 100%;
}


:root {
    --lunsjtid: #054d65;
    --dagfinns: #fbea1a;
    --text: #333;
    --focus: #111;
}


b,
strong {
    font-weight: 600;
}

th {
    font-weight: 600;
}

em {
    color: unset;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
}

/* Standard WordPress Styles */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

/* -- CONTAINERS -- */

.uk-container {
    max-width: 950px;
}

.uk-container-small {
    max-width: 700px;
}

.uk-container-medium {
    max-width: 1050px;
}

.uk-container-large {
    max-width: 1300px;
}

.uk-inside-container-medium {
    margin-left: -62px;
    margin-right: -62px;
    max-width: 100vw;
}

.uk-inside-container-large {
    margin-left: -170px;
    margin-right: -170px;
    max-width: 100vw;
}

.uk-inside-container-full {
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: 100vw;
    position: relative;
    right: 50%;
    width: 100vw;
}

.uk-container-full {
    position: relative;
    max-width: 100vw;
}

@media (max-width: 1399.98px) {
    .uk-inside-container-large {
        margin-left: 0px;
        margin-right: 0px;
        max-width: 100vw;
    }
}

@media screen and (max-width: 1250px) {

    .uk-inside-container-medium {
        margin-left: auto;
        margin-right: auto;
        max-width: initial;
    }

    .uk-inside-container-large {
        margin-left: auto;
        margin-right: auto;
        max-width: initial;
    }

}

@media screen and (max-width: 1024px) {

    .uk-inside-container-full-small {
        left: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        max-width: 100vw;
        position: relative;
        right: 50%;
        width: 100vw;
    }

}

@media screen and (max-width: 640px) {

    .uk-inside-container-full-mobile-xsmall {
        left: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        max-width: 100vw;
        position: relative;
        right: 50%;
        width: 100vw !important;
    }

}

@media screen and (max-width: 640px) {

    .uk-container {
        padding-left: 20px;
        padding-right: 20px;
    }

}

.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
.uk-heading-2xlarge,
.uk-heading-large,
.uk-heading-medium,
.uk-heading-small,
.uk-heading-xlarge,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 20px 0;
    font-family: 'Lunsjtid-Heading', sans-serif;
    font-weight: 600;
    color: #555;
    text-transform: none;
}

h2 {
    font-size: 1.875rem;
}

/* -- FONTS -- */


@font-face {
    font-weight: 600;
    font-family: Lunsjtid-Heading;
    src: url(/wp-content/themes/lunsjtid/fonts/Lunsjtid-Heading.woff2);
    font-display: block;
}

@font-face {
    font-weight: 400;
    font-family: Lunsjtid-Text;
    src: url(/wp-content/themes/lunsjtid/fonts/Lunsjtid-Text-Regular.woff2);
    font-display: block;
}

@font-face {
    font-weight: 600;
    font-family: Lunsjtid-Text;
    src: url(/wp-content/themes/lunsjtid/fonts/Lunsjtid-Text-Bold.woff2);
    font-display: block;
}


/* -- Accessibility -- */


:focus-visible {
    outline: 2px solid var(--focus) !important;
}

a {
    color: var(--link);
}

a:hover {
    color: var(--link);
}

a:focus {
    outline: 4px auto;
}

.skip-content {
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -999;
}

.skip-content:focus,
.skip-content:active {
    font-size: 0.92rem;
    letter-spacing: 0.4px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    background: #0067f4;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    overflow: auto;
    padding: 22px 36px;
    z-index: 99999999999999999999999;
    outline: #000 auto 0px !important;
}

@media screen and (max-width: 460px) {

    .br-desktop {
        display: none;
    }

}