﻿*, :after, :before {
    box-sizing: border-box
}

html {
    line-height: 1.15;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, footer, header, nav, section {
    display: block
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

figcaption, figure, main {
    display: block
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-size: 1em;
    font-family: monospace,monospace
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-size: 1em;
    font-family: monospace,monospace
}

small {
    font-size: 80%
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio, video {
    display: inline-block
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-size: 100%;
    line-height: 1.15;
    font-family: sans-serif
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
}

    [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
        padding: 0;
        border-style: none
    }

    [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
        outline: 1px dotted ButtonText
    }

fieldset {
    margin: 0 2px;
    padding: .35em .625em .75em;
    border: 1px solid silver
}

legend {
    display: table;
    box-sizing: border-box;
    max-width: 100%;
    padding: 0;
    color: inherit;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield
}

    [type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

:-ms-input-placeholder {
    color: #767676 !important
}

::-ms-input-placeholder {
    color: #767676
}

::placeholder {
    color: #767676;
    opacity: 1
}

details, menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template, [hidden] {
    display: none
}

html {
    color: #000
}

body {
    font: 16px/22px Myriad W01 Regular,sans-serif
}

@media (min-width:992px) {
    body {
        font: 20px/28px Myriad W01 Regular,sans-serif
    }
}

body.start {
    background-color: #00295f;
    background-image: url(/Static/i/lagboken/logo.svg);
    background-attachment: fixed;
    background-position: 50% 130px;
    background-size: 80%;
    background-repeat: no-repeat
}

@media (min-width:480px) {
    body.start {
        background-size: 60%
    }
}

@media (min-width:992px) {
    body.start {
        background-size: 40%
    }
}

p {
    margin-top: 0;
    margin-bottom: 20px
}

strong {
    font-family: Myriad W01 Bd,sans-serif
}

a, a:visited {
    color: #14478b
}

    a:focus, a:hover {
        color: #000
    }

h1, h2, h3 {
    margin: 0 0 20px
}

h1, h2, h3, h4 {
    font-family: Myriad W01 Bd,sans-serif
}

h4 {
    margin: 0 0 10px
}

h5 {
    font-family: Myriad W01 Bd,sans-serif
}

h5, h6 {
    margin: 0;
    font-size: 1em
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: var(--vspace)
}

li > ol, li > ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd + dt {
    margin-top: calc(var(--vspace)/2)
}

img {
    max-width: 100%;
    vertical-align: middle
}

    img[height] {
        height: auto
    }

figure, form, fieldset {
    margin-bottom: var(--vspace)
}

label {
    display: inline-block;
    margin-bottom: 5px
}

select {
    width: 100%
}

input:not([type]), input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #000;
    border-radius: 0;
    background: #fff;
    color: #000;
    font: 16px/22px Myriad W01 Regular,sans-serif
}

@media (min-width:992px) {
    input:not([type]), input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], textarea {
        font: 20px/28px Myriad W01 Regular,sans-serif
    }
}

input::-webkit-input-placeholder {
    color: #575757
}

input:-ms-input-placeholder {
    color: #575757
}

input::-ms-input-placeholder {
    color: #575757
}

input::placeholder {
    color: #575757
}

textarea {
    height: 200px
}

body button {
    font: 16px/22px Myriad W01 Regular,sans-serif
}

@media (min-width:992px) {
    body button {
        font: 20px/28px Myriad W01 Regular,sans-serif
    }
}

button[disabled], input[disabled], textarea [disabled] {
    cursor: not-allowed
}

table {
    width: 100%;
    margin-bottom: var(--vspace);
    border-spacing: 0;
    border-collapse: collapse
}

caption {
    padding-bottom: 15px;
    font-weight: 700;
    text-align: left
}

caption, td, th {
    border-bottom: 1px solid #ccc
}

td, th {
    vertical-align: top
}

th {
    padding: 5px 20px 5px 0;
    text-align: left
}

tbody th, td {
    padding: 15px 20px 15px 0
}

tfoot {
    font-weight: 700
}

blockquote {
    margin-bottom: var(--vspace)
}

    blockquote > :last-child {
        margin-bottom: 0
    }

pre {
    margin-bottom: var(--vspace)
}
/*# sourceMappingURL=basic.min.css.map */
