﻿@charset "utf-8"; /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden], template {
    display: none;
}

a {
    background-color: transparent;
}

    a:active, a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type="checkbox"], input[type="radio"] {
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

.home-column header h1, .home-column header strong, .home-column .article-link.featured a, .logo strong, .article-column h1, .article-related h3 {
    font-weight: 700;
    font-family: 'Source Sans Pro', sans-serif;
}

.home-column header h1 {
    font-weight: 900;
}

    .home-column header h1 a {
        text-decoration: none;
        color: #000;
    }
/* clearfix */

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}
/* helper classes */

.row {
    padding: 0 10px;
    max-width: 1100px;
    margin: 10px auto;
}
/* general styles */

html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body {
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 14px;
    line-height: 19px;
}
/* header */

.header .inside {
    background-color: #000;
    color: #fff;
    padding: 15px;
    position: relative;
    z-index: 2;
}

.logo {
    float: left;
}

    .logo strong {
        display: block;
        color: #f8991d;
        font-size: 21px;
        line-height: 26px;
        padding-top: 10px;
        font-weight: 600;
    }

@media screen and (max-width: 767px) {
    .nav-search {
        position: relative;
    }
    /* SEARCH */

    .search {
        position: relative;
        z-index: 5;
    }



        .search fieldset {
            border: none;
            padding: 10px 75px 10px 10px;
            margin: 0;
            position: relative;
            background: #000;
            width: 100%;
            display: none;
        }

        .search input[type=search] {
            border: none;
            background-color: #fff;
            width: 100%;
            height: 30px;
            line-height: 30px;
            padding: 0 10px;
            vertical-align: middle;
            margin-right: 5px;
            color: #000;
        }

        .search input[type=submit] {
            border: none;
            background: transparent url(../images/search.png) 0 0 no-repeat;
            background-size: 29px 30px;
            width: 30px;
            height: 30px;
            line-height: 30px;
            cursor: pointer;
            vertical-align: middle;
            position: absolute;
            right: 13px;
            top: 10px;
        }
    /* NAVIGATION */

    .main-menu {
        position: absolute;
        right: 20px;
        bottom: 100%;
        margin-bottom: 20px;
        z-index: 2;
    }



        .main-menu ul {
            display: none;
            position: absolute;
            top: 40px;
            right: -15px;
            top: 10px;
            right: -30px;
            width: 235px;
            padding: 10px;
            background-color: #000;
            margin: 0;
            list-style-type: none;
        }

            .main-menu ul li {
                padding-bottom: 10px;
            }

                .main-menu ul li:last-child {
                    padding-bottom: 0;
                }

                .main-menu ul li a {
                    color: #000;
                    background-color: #fff;
                    line-height: 30px;
                    text-transform: uppercase;
                    text-decoration: none;
                    padding: 0 10px;
                    display: block;
                    font-weight: 900;
                    font-size: 18px;
                    font-family: 'Source Sans Pro', sans-serif;
                }
}

@media screen and (min-width: 768px) {
    .nav-search {
        position: relative;
        background: #dfdfdf;
        padding: 10px 10px;
    }

    .search {
        position: absolute;
        top: 10px;
        right: 15px;
    }

        .search fieldset {
            border: none;
            padding: 0;
            margin: 0;
            display: none;
        }

        .search input[type=search] {
            border: none;
            background-color: #fff;
            width: 185px;
            height: 30px;
            line-height: 30px;
            padding: 0 10px;
            vertical-align: middle;
            margin-right: 10px;
            color: #000;
        }

        .search input[type=submit] {
            border: none;
            background: transparent url(../images/search.png) 0 0 no-repeat;
            background-size: 29px 30px;
            width: 30px;
            height: 30px;
            line-height: 30px;
            cursor: pointer;
            vertical-align: middle;
        }
    /* NAVIGATION */

    .main-menu {
        position: relative;
    }

        .main-menu ul {
            display: inline-block;
            padding: 0;
            margin: 0;
            list-style-type: none;
        }

            .main-menu ul li {
                display: inline-block;
            }

                .main-menu ul li:not(:last-child) {
                    margin-right: 5px;
                }

                .main-menu ul li:last-child {
                    padding-bottom: 0;
                }

                .main-menu ul li a {
                    color: #000;
                    background-color: #fff;
                    line-height: 30px;
                    text-transform: uppercase;
                    text-decoration: none;
                    padding: 0 10px;
                    display: block;
                    font-weight: 900;
                    font-size: 18px;
                    font-family: 'Source Sans Pro', sans-serif;
                }
}

.slinks a {
    margin-right: 10px;
}

.header .slinks a {
    margin-left: 10px;
    margin-right: 0;
}

/* home page */

.home-column {
    background-color: #9d9087;
    padding: 10px 10px 35px 10px;
    float: left;
    width: 33.3333333%;
}

    .home-column.fokus, .home-column.fokus header, .main-menu ul li.fokus a, .fokus .main-content, .fokus .articles-pag ul li a:hover, .fokus .articles-pag ul li a.active {
        background-color: #f8991d;
    }

    .home-column.fakta, .home-column.fakta header, .main-menu ul li.fakta a, .fakta .main-content, .fakta .articles-pag ul li a:hover, .fakta .articles-pag ul li a.active {
        background-color: #9d9087;
    }

    .home-column.nyheder, .home-column.nyheder header, .main-menu ul li.nyheder a, .nyheder .main-content, .nyheder .articles-pag ul li a:hover, .nyheder .articles-pag ul li a.active {
        background-color: #a5b851;
    }

    .home-column .home-column-inside {
        background-color: #fff;
        padding: 10px;
        position: relative;
    }

    .home-column p, .home-column figure {
        margin: 0;
    }

    .home-column figure {
        padding-top: 10px;
    }

    .home-column img {
        width: 100%;
        height: auto;
        max-width: 100%;
        margin: 0 auto;
    }

    .home-column header {
        margin: -10px -10px 0 -10px;
    }

        .home-column header h1 {
            margin: 0;
            font-size: 38px;
            line-height: 40px;
            text-transform: uppercase;
            padding-bottom: 3px;
        }

        .home-column header strong {
            display: block;
            font-size: 18px;
            padding-bottom: 10px;
            font-weight: 600;
        }

    .home-column .featured figure {
        float: left;
        margin: 0 10px 10px 0;
        width: 30%;
        margin-top: -6px;
    }

    .home-column .article-link {
        border-bottom: 1px solid #9d9087;
        padding: 5px 0;
    }

    .home-column.fokus .article-link, .fokus .related-articles ul li, .fokus .other-articles .article-link {
        border-bottom-color: #eee;
    }

    .home-column.fakta .article-link, .fakta .related-articles ul li, .fakta .other-articles .article-link {
        border-bottom-color: #eee;
    }

    .home-column.nyheder .article-link, .nyheder .related-articles ul li, .nyheder .other-articles .article-link {
        border-bottom-color: #eee;
    }

.fokus .articles-pag ul li a {
    border-color: #f8991d;
}

.fakta .articles-pag ul li a {
    border-color: #9d9087;
}

.nyheder .articles-pag ul li a {
    border-color: #a5b851;
}

.home-column .article-link a {
    text-transform: uppercase;
    display: block;
    color: #000;
    font-weight: 600;
    text-decoration: none;
}

.home-column.fokus .article-link a {
    font-size: 18px;
    padding-top: 3px;
}

.home-column.fokus .article-link figure {
    padding-bottom: 2px;
}

.home-column .article-link.featured a {
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
}

.home-column .article-link a:hover {
    color: #9d9087;
}

.home-column.fokus .article-link a:hover, .fokus .article-related .tags strong, .fokus .article-related h4, .fokus .related-articles ul li a:hover, .fokus .other-articles h3, .fokus .article-column a, .fokus .article-related h3, .fokus .other-articles .article-link a:hover, .fokus .article-column .article-item h2 a:hover, .fokus .article-column .article-item time {
    color: #f8991d;
}

.home-column.fakta .article-link a:hover, .fakta .article-related .tags strong, .fakta .article-related h4, .fakta .related-articles ul li a:hover, .fakta .other-articles h3, .fakta .article-column a, .fakta .article-related h3, .fakta .other-articles .article-link a:hover, .fakta .article-column .article-item h2 a:hover, .fakta .article-column .article-item time {
    color: #9d9087;
}

.home-column.nyheder .article-link a:hover, .nyheder .article-related .tags strong, .nyheder .article-related h4, .nyheder .related-articles ul li a:hover, .nyheder .other-articles h3, .nyheder .article-column a, .nyheder .article-related h3, .nyheder .other-articles .article-link a:hover, .nyheder .article-column .article-item h2 a:hover, .nyheder .article-column .article-item time {
    color: #a5b851;
}

.home-column .more-articles {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    position: absolute;
    left: 0;
    bottom: -28px;
}

    .home-column .more-articles:hover {
        color: #000;
    }
/* article page */

.main-content {
    padding: 10px;
    background-color: #9d9087;
}

.left-column {
    background-color: #fff;
    float: left;
    width: 66.5%;
    padding: 10px;
}

.other-articles {
    background-color: #fff;
    float: right;
    width: 32.5%;
    padding: 10px;
}

.left-column h2.search-result {
    padding-bottom: 5px;
}

.article-column {
    float: right;
    width: 63%;
}

.article-related {
    float: left;
    width: 35%;
}

    .article-related h3 {
        margin: 0;
        font-size: 20px;
        line-height: 22px;
        text-transform: uppercase;
        padding-bottom: 5px;
    }

.article-picture {
    margin: 0;
    text-align: center;
    padding-bottom: 30px;
}

    .article-picture img {
        width: 100%;
        height: auto;
        max-width: 100% !important;
        display: inline-block;
    }


.article-related h4, .other-articles h3 {
    font-size: 18px;
    line-height: 20px;
    display: block;
    margin: 0;
    padding-bottom: 5px;
}


.related-articles {
    padding-bottom: 15px;
}

    .related-articles ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        .related-articles ul li, .other-articles .article-link {
            border-bottom: 1px solid #9d9087;
            padding: 10px 0;
        }

            .related-articles ul li a, .other-articles .article-link a {
                color: #000;
                text-decoration: none;
                font-weight: 600;
                display: block;
            }

                .related-articles ul li a:hover, .other-articles .article-link a:hover, .article-column a {
                    color: #9d9087;
                }

.article-column a {
    text-decoration: none;
}

    .article-column a:hover {
        text-decoration: underline;
    }

.article-column p, .article-column ul {
    margin: 0;
    padding: 0 0 18px 0;
}

.article-column ul {
    list-style-position: inside;
}

.article-column h1, .article-column h2, .article-column h3 {
    margin: 0;
}

.article-column h1 {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 16px;
}

.article-column header small {
    font-style: italic;
    font-size: 13px;
}

.article-column h2 {
    font-size: 13px;
    padding-bottom: 5px;
}

.other-articles h3 {
    padding-top: 15px;
}

    .other-articles h3:first-child {
        padding-top: 0;
    }

.article-column img {
    width: 100% !important;
    height: auto !important;
}

.article-column header + p {
    font-size: 16px;
    line-height: 20px;
}
/* news list */

.article-column .article-item {
    padding-bottom: 25px;
}

    .article-column .article-item p {
        padding-bottom: 0;
    }

    .article-column .article-item figure {
        width: 110px;
        margin: 0 10px 5px 0;
        float: left;
    }

        .article-column .article-item figure img {
            width: 100%;
            height: auto;
        }

    .article-column .article-item h2 a {
        color: #000;
        display: block;
        font-size: 20px;
        line-height: 24px;
        word-break: break-word;
        hyphens: auto;
    }

        .article-column .article-item h2 a:hover, .article-column .article-item time {
            color: #9d9087;
            text-decoration: none;
        }

.articles-pag {
    padding-bottom: 25px;
}

    .articles-pag ul {
        padding: 0;
        list-style-type: none;
        text-align: center;
    }

        .articles-pag ul li {
            display: inline-block;
            padding: 0 2px;
        }

            .articles-pag ul li a {
                display: inline-block;
                line-height: 38px;
                height: 38px;
                width: 38px;
                text-align: center;
                border: 1px solid #9d9087;
            }

                .articles-pag ul li a:hover, .articles-pag ul li a.active {
                    color: #000;
                    text-decoration: none;
                    background-color: #9d9087;
                }

.article-column small {
    display: block;
    font-style: italic;
    font-size: 90%;
    padding-bottom: 16px;
}

html #cookie-bar {
    background-color: #666;
    background-color: rgba(0,0,0,0.75);
    min-height: 48px;
    height: auto;
}

@media screen and (max-width: 800px) {
    .article-column, .article-related {
        float: none;
        width: auto;
    }
}

@media screen and (max-width: 780px) {
    .logo img {
        width: 100%;
        height: auto;
    }

    .logo {
        width: 55%;
    }
}

@media screen and (max-width: 600px) {
    body {
        font-size: 16px;
        line-height: 22px;
    }

    .logo {
        width: 100%;
    }

        .logo strong {
            font-size: 18px;
            line-height: 22px;
        }

    .header .inside {
        padding-bottom: 50px;
    }

    .header .slinks {
        display: none;
    }

    .logo, .other-articles, .left-column {
        float: none;
    }

    .other-articles, .left-column {
        width: auto;
    }

    .logo img {
        max-width: 100%;
        width: auto;
    }

    .home-column {
        width: 100%;
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 10px;
    }

        .home-column:last-child {
            margin-bottom: 0;
        }
}

@media screen and (max-width: 450px) {
    .logo strong {
        font-size: 12px;
        line-height: 16px;
    }
}

@media screen and (max-width: 380px) { /*.search input[type=search] {        width: 100px;    }*/
}

@media screen and (min-width: 601px) {
    .home-column.fokus {
        width: 65.6666666%;
        margin-right: 1%;
    }

    .home-column.fakta {
        margin-top: 10px;
    }

    .home-column.fokus .featured-link {
        padding: 0;
        width: 100px;
        float: left;
        margin-right: 20px;
    }

    .home-column.fokus .article-link:before, .home-column.fokus .article-link:after {
        content: " "; /* 1 */
        display: table; /* 2 */
    }

    .home-column.fokus .article-link:after {
        clear: both;
    }
}

@media screen and (max-width: 599px) {
}

@media screen and (min-width: 600px) and (max-width: 767px) {


    .header .slinks {
        position: absolute;
        right: 15px;
        top: 15px;
        padding-bottom: 0;
    }
}

@media screen and (min-width: 768px) {

    .header .slinks {
        position: absolute;
        bottom: 12px;
        right: 15px;
    }
}

.language-selector a, .language-selector a:visited {
    color: #f8991d;
    text-decoration: none;
}

    .language-selector a:hover {
        color: #f8991d;
    }

.byline {
    border-bottom: 2px solid #000;
    border-top: 1px solid #000;
    font-size: 12px;
    padding: 10px 0;
    margin-bottom: 18px;
}

.section-heading {
    display: block;
    font-size: 24px;
    font-weight: 900;
    font-family: 'Source Sans Pro',sans-serif;
    padding: 15px 15px;
    margin-bottom: 25px;
    color: #111;
}

.fokus .section-heading {
    background-color: #f8991d;
}
/* Focus section */

.focus-section h4 {
    padding-top: 5px;
}

    .focus-section h4 a {
        text-transform: uppercase;
        font-size: 18px;
        color: #000;
        text-decoration: none;
    }

        .focus-section h4 a:hover {
            color: #f8991d;
        }

@media screen and (max-width: 599px) {
    .focus-section article {
        margin-bottom: 20px;
    }

        .focus-section article figure {
            padding: 0;
            margin: 0 0 5px 0;
        }

            .focus-section article figure img {
                width: 100%;
            }

    .articles.fokus .article-link:not(:nth-of-type(-n+3)) {
        display: none;
    }
}

@media screen and (min-width: 600px) and (max-width: 767px) {
    .focus-section {
        margin: 0 -1%;
    }

        .focus-section article {
            float: left;
            margin: 0 1% 20px 1%;
            width: 31.333333333%;
            min-height: 325px;
        }

            .focus-section article figure {
                padding: 0;
                margin: 0 0 5px 0;
            }

                .focus-section article figure img {
                    width: 100%;
                }
}

@media screen and (min-width: 768px) {
    .focus-section {
        margin: 0 -1%;
    }

        .focus-section h4 {
            padding-top: 5px;
        }

        .focus-section article {
            float: left;
            margin: 0 1% 20px 1%;
            width: 23%;
            min-height: 365px;
        }

            .focus-section article figure {
                padding: 0;
                margin: 0 0 5px 0;
            }

                .focus-section article figure img {
                    width: 100%;
                }


            .focus-section article:nth-child(4n+1) {
                clear: left;
            }
}


h4 {
    font-size: 17px;
    line-height: 19px;
    padding-bottom: 5px;
    margin: 0;
}


h1 {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 16px;
    margin: 0;
}

.section-heading {
    display: block;
    font-size: 24px;
    font-weight: 900;
    font-family: 'Source Sans Pro',sans-serif;
    padding: 15px 15px;
    margin-bottom: 25px;
    color: #111;
}

.section-heading--focus {
    background-color: #f8991d;
}

.section-heading--news {
    background-color: #a5b851;
}

.section-heading--facts {
    background-color: #9d9087;
    color: #fff;
}


/* Lectures */

.home-column.lectures {
    padding-bottom: 10px;
    margin-top: 10px;
}

    .home-column.lectures, .home-column.lectures header {
        background-color: #dfdfdf;
    }

        .home-column.lectures .text {
            background: #fff;
            padding-top: 10px;
        }

            .home-column.lectures .text a {
                color: #f8991d;
                text-decoration: none;
                font-weight: bold;
            }

                .home-column.lectures .text a:hover {
                    color: #f8991d;
                }

            .home-column.lectures .text img {
                width: 150px;
                max-width: 100%;
            }

@media screen and (max-width: 599px) {
    .home-column.lectures .text img {
        width: 100%;
        margin-bottom: 10px;
    }
}

@media screen and (min-width: 600px) and (max-width: 767px) {
    .home-column.lectures .text img {
        width: 100%;
        margin-bottom: 10px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1079px) {
    .home-column.lectures .text img {
        float: left;
        padding-right: 10px;
        margin-bottom: 10px;
    }
}

@media screen and (min-width: 1080px) {
    .home-column.lectures .text img {
        float: left;
        padding-right: 10px;
    }
}

.facts-links {
    padding: 10px;
}

    .facts-links h3 a {
        color: #9d9087;
        text-decoration: none;
    }

        .facts-links h3 a:hover {
            text-decoration: underline;
        }

    .facts-links ul {
        list-style: none;
        margin: 0 0 20px 0;
        padding: 0;
    }

        .facts-links ul li:not(:last-child) {
            border-bottom: 1px solid #eee;
        }

        .facts-links ul li a {
            display: block;
            color: #222;
            text-decoration: none;
            padding: 5px 0;
            transition: color 0.2s ease-in-out;
        }

            .facts-links ul li a:hover {
                color: #000;
            }

        .facts-links ul li.current a {
            color: #000;
            font-weight: 900;
        }

.facts-links-section {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
}

    .facts-links-section li:not(:last-child) {
        border-bottom: 1px solid #eee;
    }

    .facts-links-section li a {
        display: block;
        color: #222 !important;
        text-decoration: none;
        padding: 5px 0;
        transition: color 0.2s ease-in-out;
    }

        .facts-links-section li a:hover {
            color: #000;
            text-decoration: none;
        }


.cards {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-left: -1rem;
    margin-right: -1rem;
}

@media screen and (max-width: 599px) {
    .cards.cards--3 li {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .cards.cards--4 li {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media screen and (min-width: 600px) and (max-width: 999px) {
    .cards.cards--3 li {
        -ms-flex: 0 0 5%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .cards.cards--4 li {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media screen and (min-width: 1000px) {
    .cards.cards--3 li {
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .cards.cards--4 li {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.cards li {
    background-color: white;
    margin-bottom: 40px;
    -webkit-perspective: 100px;
    perspective: 100px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding-left: 1rem;
    padding-right: 1rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

    .cards li a {
        display: block;
        -webkit-box-shadow: 0px 10px 40px -5px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 10px 40px -5px rgba(0, 0, 0, 0.1);
        background-color: white;
        padding-bottom: 20px;
        -webkit-transition: all 0.3s cubic-bezier(0, 0.85, 0.49, 1);
        transition: all 0.3s cubic-bezier(0, 0.85, 0.49, 1);
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center;
        transform-origin: center;
        color: #333;
        text-decoration: none;
    }

        .cards li a:hover {
            -webkit-transform: scale(1.02);
            transform: scale(1.02);
            -webkit-box-shadow: 0px 50px 80px -10px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 50px 80px -10px rgba(0, 0, 0, 0.1);
            -webkit-transition: all 0.3s cubic-bezier(0, 0.85, 0.49, 1);
            transition: all 0.3s cubic-bezier(0, 0.85, 0.49, 1);
        }

    .cards li time {
        font-size: 12px;
        margin-bottom: 3px;
        display: block;
    }

.cards__figure {
    margin: 0;
}

    .cards__figure img {
        width: 100%;
    }

.cards__content {
    margin: 10px 20px 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    word-break: break-word;
}




.home-column.fakta .featured-link {
    padding: 0;
    width: 50px;
    float: left;
    margin-right: 20px;
}

.home-column.fakta .article-link:before, .home-column.fakta .article-link:after {
    content: " ";
    display: table;
}

.home-column.fakta .article-link:after {
    clear: both;
}


@media screen and (min-width: 1000px) {
    .ezsearch-results {
        margin-right: 300px;
    }
}

.ezsearch-result {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

    .ezsearch-result p {
        margin-top: 0;
    }

    .ezsearch-result h2 {
        margin-bottom: 10px;
    }

        .ezsearch-result h2 a {
            color: #666;
            text-decoration: none;
        }


.tags {
}

    .tags ul {
        margin: 10px 0 10px 0;
        padding: 0;
        list-style: none;
    }

        .tags ul li {
            display: inline-block;
            margin: 0 5px 8px 0;
            padding: 0;
        }

            .tags ul li a {
                display: block;
                padding: 5px 15px;
                color: #888;
                background-color: #dfdfdf;
                transition: all 0.2s ease-in-out;
                text-decoration: none !important;
                text-transform: uppercase;
                font-family: 'Source Sans Pro', sans-serif;
            }

                .tags ul li a:hover {
                    background-color: #ccc;
                    color: #555;
                    text-decoration: none !important;
                }


/* footer */

.footer {
    font-size: 14px;
    
}

.footer__social-links {
    list-style: none;
    margin: 0 0 0.9375rem 0;
    padding: 0;
}

.footer__social-links li {
    display: inline-block;
}

.footer__social-links li img {
    width: 2.25rem;
}

.footer__social-links li:not(:last-child) {
    margin-right: 0.3125rem;
}

.footer .row {
    margin-bottom: 0;
}

    .footer .inside {
        background-color: #9d9087;
        text-align: center;
        padding: 10px;
        font-size: 14px;
        line-height: 18px;
    }

    .footer p {
        margin: 0 0 10px 0;
        line-height: 1.4;
    }

    .footer a {
        color: #000;
    }

    .footer h4 {
            font-family: 'Source Sans Pro', sans-serif;

        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

.footer__cols {
    background-color: #9d9087;
            padding: 0 20px;

}

    .footer__cols > div {
        width: 33.3333%;
        float: left;
        padding: 30px 20px;
    }

@media screen and (max-width: 600px) {
    .footer__cols {
        padding: 20px 0;
    }

        .footer__cols > div {
            width: 100%;
            padding: 15px 15px;
        }
}

.footer #mc_embed_signup {
    background: transparent;
}

    .footer #mc_embed_signup input.email {
        width: 100%;
        margin: 5px 0 5px 0;
    }


.header__content {
    padding: 30px 30px;
    background-color: #000;
    position: relative;
    overflow: hidden;
}

@media screen and (min-width: 780px) {
}

.search-trigger {
    position: absolute;
    z-index: 1;
    width: 36px;
    height: 30px;
    cursor: pointer;
    background: transparent url(../images/search.png) 0 0 no-repeat;
    background-size: 29px 30px;
    width: 30px;
    height: 30px;
}

.search .search-trigger {
    display: none;
    right: 1px;
    top: 0px;
}

.header-row .search-trigger {
    right: 60px;
    top: 20px;
}


.menu-trigger {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/burger.png) 0 0 no-repeat;
    background-size: 36px 30px;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
}

.language-selector {
    
    color: #fff;
    padding-top: 5px;
    font-size: 11px;
}


.header__logo {
    display: block;
}

    .header__logo img {
        width: 400px;
    }

.header__external-logo {
    position: absolute;
    right: 0;
}

    .header__external-logo img {
        height: 80px;
    }

.header-row {
    margin-top: 0;
}

.header__external-logo {
    display: none;
}

@media screen and (max-width: 600px) {

    .header__content {
        padding: 15px;
    }

    .header__logo img {
        width: 400px;
    }

    .header__external-logo img {
        display: none;
    }

    .header-row {
        padding: 0;
    }
}

@media screen and (max-width: 780px) {
    .header__logo img {
        width: 100%;
        height: auto;
    }

    .header__logo {
        width: 55%;
    }
}

@media screen and (min-width: 768px) {
    .search .search-trigger {
        display: block;
    }

    .header-row .search-trigger {
        display: none;
    }

    .menu-trigger {
        display: none;
    }

    .language-selector {
        position: absolute;
        top: 15px;
        right: 30px;
    }
}


@media screen and (min-width: 1024px) {


    .language-selector {
        right: 300px;
    }

    .header__content {
        background-image: linear-gradient(135deg, #000000 70%, #f8991d 0);
    }

    .header__external-logo {
        display: block;
        top: 30px;
    }

        .header__external-logo img {
            height: 80px;
        }
}




@media screen and (max-width: 767px) {
    .show-for-small-only {
        display: block;
    }
}

@media screen and (min-width: 768px) {
    .show-for-small-only {
        display: none !important;
    }
}

.external-link {

}
.main-menu ul li.external-link a {
    color: #fff;
    background: #f8991d;
}

.main-menu ul li.external-link a span {
    color: #000;
}

.intro-text { 
    background: #dfdfdf;
    padding: 10px;
    margin-bottom: 15px;

}

.intro-text > :last-child {
    padding-bottom: 0;
}

.support-text { 
    background: #a70e13;
    color: #fefefe;
    padding: 30px 20px;
    text-align: center;
}

.support-text p {
    font-size: 14px;
}
.support-text h3 {
    font-size: 24px !important;
    margin-bottom: 0;
}
.support-text h3 a {
    color: #fefefe !important;
    text-transform: uppercase;
}

.footer-col-2 a {
    font-size: 0.75rem;
    height: 2.1875rem;
    display: inline-block;
    color: #fefefe;
    background-color: #a70e13;
    color: #fefefe;
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    padding: 0.85em 1em;
    text-decoration: none;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.footer-col-2 a:hover {
        background-color: #860b0f;
}

.photo-text {
    color: #999;
    font-size: 13px;
    display: block;
    margin-bottom: 5px;
}


blockquote {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: bold;
    color: #f8991d;
    font-size: 20px;
    line-height: 1.15;
    font-style: italic; 
    margin: 15px 0 30px 0;
}

/* Grafiktekst */
.article-column h2 {
    font-size: 20px;
    line-height: 23px;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 0;
}

/* Grafiktekst */
.article-column h3 {
    font-size: 14px;
    font-weight: bold;
}