:root {
    --header-height: 3rem;
    --logo-height: 30px;
}

html {
    font-size: 16px;
}

body {
    margin: 0;
    font-size: 0.875rem;
    font-family: Mulish, Helvetica Neue, Helvetica, Arial, Roboto, sans-serif;
    background: rgba(255, 255, 255, 1);
    font-weight: 400;
    line-height: 1.5;
    color: rgba(5, 37, 46, 1);
    -webkit-font-smoothing: antialiased;
    max-width: 100%;
}

a {
    text-decoration: none;
    color: rgba(24, 50, 57, 1);
    cursor: pointer;
}
a:hover {
    color: rgb(0, 128, 163);
}

footer a {
    text-decoration: underline;
    color: rgb(0, 128, 163);
    cursor: pointer;
}
footer a:hover {
    color: rgba(24, 50, 57, 1);
}

header {
    background-color: rgb(0, 173, 219);
    width: 100%;
    position: sticky;
    top: 0px;
    height: var(--header-height);
    z-index: 101;
}

header .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: var(--header-height);
    width: 100%;
}

header .logo svg {
    height: var(--logo-height);
}

main {
    padding-top: 1rem;
}

nav[aria-label='breadcrumbs'] {
    font-size: 0.75rem;
    color: rgb(63, 88, 95);
    line-height: 1.2;
    display: flex;
    align-items: center;
}

nav[aria-label='breadcrumbs'] a[aria-current='location'] {
    color: rgb(149, 160, 163);
}

nav[aria-label='breadcrumbs'] .separator {
    margin: 0 0.25rem;
    width: 1em;
    height: 1em;
}

h1 {
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

footer {
    text-align: center;
}

.container {
    max-width: 1020px;
    margin: 0 auto;
    padding: 0 1rem;
    box-sizing: border-box;
}

.py-3 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.intro {
    display: flex;
    flex: 1 1 0px;
    flex-direction: row;
    margin-top: 1rem;
    width: 100%;
    align-items: baseline;
    padding: 1rem 0;
}

.intro .media {
    width: 50px;
    flex-shrink: 0;
    padding: 0 0.25rem;
}

.intro img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

.intro .content {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    display: flex;
    flex-direction: column;
    max-width: 500px;
}

.intro p {
    font-size: 13px;
    color: rgb(63, 88, 95);
    margin-top: 0;
}

.bg-grey {
    background-color: rgb(247, 248, 248);
}

.widget-card {
    text-align: center;
    max-width: 480px;
    margin: 0 auto;
}

.widget-card .icon {
    height: 44px;
    width: 44px;
}

.widget-card h3 {
    margin: 0;
}

.widget-card p {
    margin-top: 0.5rem;
}

.widget-card + .widget-card {
    margin-top: 2rem;
}

.credits {
    display: flex;
    align-items: center;
    justify-content: center;
}

.credits-logo {
    display: flex;
    width: 100px;
    height: 80px;
}
.credits-logo.prisjakt {
    width: 120px;
}
.credits-logo.bredbandsval,
.credits-logo.bredbandsval img {
    width: 100px;
}

.credits .icon {
    width: 1rem;
    height: 1rem;
    margin: 1rem;
}

@media (min-width: 640px) {
    :root {
        --header-height: 4.5rem;
        --logo-height: 35px;
    }

    h1 {
        font-size: 1rem;
    }

    header .logo {
        justify-content: flex-start;
        width: 125px;
    }

    .intro p {
        font-size: 14px;
    }

    .intro .media {
        width: 100px;
    }
}

@media (min-width: 920px) {
    header .logo {
        width: 135px;
    }

    header .logo svg {
        height: 75px;
    }

    .columns {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 1rem;
    }

    .widget-card {
        text-align: left;
    }

    .widget-card + .widget-card {
        margin-top: 0;
    }

    .credits-logo.prisjakt,
    .credits-logo.bredbandsval,
    .credits-logo.bredbandsval img {
        width: 150px;
    }
}
