﻿html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body {
    margin: 0px;
    font-family: 'Oxygen', sans-serif;
    line-height: 1.4;
    font-size: 15px;
}

body > nav {
    position: absolute;
    left: -490px;
}

.skip {
    position: relative;
    color: #222 !important;
    left: 0px;
}

.skip:focus {
    left: 500px;
}

.hidden {
    display: none;
}

h1, h4, blockquote, .totalMarks span:first-child {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 900;
}

h1 {
    font-size: 40px;
}

p.manchet {
    padding-right: 20px;
    font-size: 17px;
    margin-bottom: 60px;
    line-height: 1.6;
}

blockquote {
    color: #97551A;
    display: block;
    text-align: center;
    max-width: 700px;
    margin: 20px auto 40px;
    line-height: 1.7;
}

cite {
    display: block;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

cite a {
    text-transform: uppercase;
    font-family: 'Oxygen', sans-serif;
    line-height: 1.6;
    font-size: 13px;
    color: #000;
    font-style: normal;
    font-weight: 400;
}


.block {
    margin-bottom: 20px;
}

.block > img {
    width: 100%;
    height: auto;
}

.block .content {
    padding: 0 50px;
}

.col .content {
    margin-bottom: 20px;
}

p {
    margin: 0 0 12px;
    overflow: hidden;
}

h1, h2, h3, h4 {
    line-height: 1.1;
}

h2 {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    font-weight: 700;
    margin: 24px 0 12px;
}

.grey > h2 {
    margin-top: 0;
}

h1, h4 {
    margin: 0 0 12px;
}

h3 {
    font-weight: 700;
    font-size: 19px;
    margin: 0 0 4px;
    line-height: 1.3;
}

h3.faq {
    cursor: pointer;
    margin: 30px 0 4px;
    line-height: 1.3;
}

h3.faq span {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-bottom: dotted 1px #999;
}

h3.faq span:hover {
    border-bottom-style: solid;
}

h3.faq:after {
    content: '›';
    margin-left: 10px;
    position: absolute;
    font-size: 30px;
    line-height: 19px;
}

.content h3.faq:first-child {
    margin-top: 0px;
}

h4 {
    font-size: 24px;
}

a {
    color: #6d3d12;
}

.styled a {
    color: #000;
}

a.arrow {
    float: right;
    font-size: 15px;
    text-transform: uppercase;
    color: #58585a;
    padding-right: 30px;
    text-decoration: none;
    background: transparent url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%236d3d12%22%20stroke-width%3D%221.12%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M7.3%2013.28L12.8%209%207.3%204.72%22%2F%3E%3Cdefs%3E%3Cpath%20id%3D%22a%22%20d%3D%22M.5.5h17v17H.5z%22%2F%3E%3C%2Fdefs%3E%3CclipPath%20id%3D%22b%22%3E%3Cuse%20xlink%3Ahref%3D%22%23a%22%20overflow%3D%22visible%22%2F%3E%3C%2FclipPath%3E%3Ccircle%20clip-path%3D%22url(%23b)%22%20fill%3D%22none%22%20stroke%3D%22%236d3d12%22%20stroke-width%3D%221.12%22%20cx%3D%229%22%20cy%3D%229%22%20r%3D%227.94%22%2F%3E%3Cpath%20clip-path%3D%22url(%23b)%22%20fill%3D%22none%22%20stroke%3D%22%236d3d12%22%20stroke-width%3D%221.12%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M11.8%208.84H1.4%22%2F%3E%3C%2Fsvg%3E') no-repeat top right;
    background-size: 20px;
}

a.arrow span {
    text-decoration: underline;
}

header, #main, footer, .address div {
    max-width: 960px;
    margin: 0 auto;
    position: relative;
}

.grey h4 {
}

.content.grey {
    padding: 20px;
    margin: 50px;
    background: #f1f1f2;
    overflow: hidden;
    position: relative;
}

.content.grey:after {
    content: '';
    display: block;
    position: absolute;
    border-left: solid 25px #f1f1f2;
    border-top: solid 25px #fff;
    top: 0px;
    right: 0px;
    width: 25px;
    height: 25px;
}

.grey .image {
    display: flex;
    margin: 20px 0 20px -20px;
}

.grey .image img {
    display: block;
}

.grey .f {
    flex: 0 0 125px;
}

.grey .p {
    margin: 0;
    flex: 1;
    position: relative;
    padding-left: 15px;
}

.grey .p:after {
    margin-top: 10px;
    content: '';
    width: 32px;
    height: 3px;
    background: #000;
    display: block;
}

.grey .image p {
    margin: 0;
}

.content {
    padding: 0 20px;
}

.content img {
    max-width: 100%;
}

.content > img, .content > p > img {
    width: auto !important;
    height: auto !important;
}

.row {
    display: flex;
    padding: 0 30px;
    margin: 0 0 20px;
}

.listItem {
    display: flex;
    margin: 0 0 50px;
}

.col {
    flex: 1;
}

.col.f2 {
    padding-left: 20px;
    flex: 2;
}

.listItem h2 {
    margin-top: 0;
}

footer {
    background: #f6f6f6;
    overflow: hidden;
    padding: 0 60px 0 40px;
}

footer > h2 {
    text-align: center;
    margin: 50px 0 30px;
}

footer .col {
    border-right: solid 1px #000;
}

footer .col:last-child {
    border: none;
}

.address {
    font-size: 13px;
    background: #975519;
}

.address div {
    padding: 15px 20px;
}

.address a {
    float: none;
    background: none;
    padding: 0;
    display: inline-block;
    margin: 0 15px;
    text-decoration: underline;
    color: #fff;
}

.address a.arrow:last-child {
    margin-right: 0;
}

footer > a.arrow {
    float: right;
    margin: 0 10px 20px;
    text-decoration: underline;
}

.marks a, .marks div {
    margin-left: 20px;
    color: #000;
    text-decoration: none;
    padding: 0 20px 0 60px;
    background: transparent url(img/oeko-logo-guld.svg?ie) no-repeat top left;
    background-size: 50px;
}

.en .marks a, .en .marks div {
    background-image: url(img/oeko-logo-guld.en.svg?ie);
}

.marks .Silver {
    background-image: url(img/oeko-logo-soelv.svg?ie);
}

.en .marks .Silver {
    background-image: url(img/oeko-logo-soelv.en.svg?ie);
}

.marks .Bronze {
    background-image: url(img/oeko-logo-bronze.svg?ie);
}

.en .marks .Bronze {
    background-image: url(img/oeko-logo-bronze.en.svg?ie);
}

.marks h2 {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 2px;
}

.marks p {
    font-size: 11px;
    text-transform: uppercase;
}

header {
    overflow: hidden;
    padding: 10px 10px;
}

a.language {
    clear: both;
    float: right;
    text-decoration: none;
    color: #000;
    padding-left: 25px;
    background: transparent url(img/uk-flag.png) no-repeat center left;
}

.en a.language, a.en.language {
    background-image: url(img/dk-flag.png);
}

a.dos, a.dos:hover {
    font-size: 14px;
    text-decoration: none;
    color: #000;
    float: left;
    margin-right: 20px;
    font-weight: bold;
}

a.dos span {
    display: inline-block;
}

header > a.dos img {
    width: 62px;
    height: 49px;
    margin-right: 10px;
}

header > a.dos img:last-child {
    margin-right: 0;
}

a.oelf img, a.fvs img {
    margin-left: 20px;
    float: right;
    height: 40px;
    width: auto;
}

a.oelf img {
    margin-top: 3px;
    height: 34px;
}

@media only screen and (max-width: 800px) {
    a .oelf img, a.fvs img {
    }
}

a.fvs img {
    margin-left: 0;
}

.head > nav {
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.8s;
}

nav.open, .no-js nav {
    max-height: 1000px;
    display: block;
    background: #1a1a1a url(img/menu.jpg) no-repeat center center;
    background-size: cover;
}

.isKantine nav.open, .isKantine .no-js nav {
    background-image: url(img/menu2.jpg);
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

nav li {
    padding: 0;
    line-height: 1.5;
}

nav a {
    display: block;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 10px 0;
}

nav a span {
    font-size: 26px;
    max-width: 960px;
    margin: 0 auto;
    display: block;
}

nav li li span {
    font-size: 18px;
}

nav li a:hover {
    background: rgba(159,159,159,0.6);
}

.external a:hover {
    background: rgba(159,159,159,0.8);
}

.external a span {
    font-size: 18px;
}

.external a span {
}


.quote {
    text-align: center;
}


#main > .wide {
}

.video-container video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.video-container {
    position: relative;
    padding-top: 56.25%;
    height: 0;
    display: block;
}

.video-container.low {
    padding-top: 22.92%;
}

.video-container .vcontent {
    min-width: 480px;
    float: right;
    position: relative;
    z-index: 3;
    padding-top: 35px;
}

.vcontent h3 {
    color: #97551A;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.3;
}

.vcontent h3 span {
    color: #fff;
    font-weight: 400;
}

.vcontent img {
    height: 60px;
}

.vcontent h2 {
    font-family: 'Playfair Display', serif;
    font-size: 80px;
    font-weight: 900;
    line-height: 90px;
    color: #fff;
    transform: rotate(-10deg);
    position: relative;
    margin-left: 30px;
}

.vcontent h2 .end {
    position: relative;
}

.vcontent h2:before {
    position: absolute;
    font-size: 120px;
    line-height: 1;
    top: -10px;
    left: -15px;
    content: "\201C";
}

.vcontent h2 .end:after {
    position: absolute;
    font-size: 120px;
    line-height: 1;
    left: 5px;
    top: -10px;
    content: "\201D";
}

.vcontent h2 .space {
    width: 50px;
    display: inline-block;
}

.vcontent h2 .name {
    color: #97551A;
    font-family: 'Oxygen', sans-serif;
    font-weight: 400;
    font-size: 22px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: top;
}

/*.overlay {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}*/

.riframe {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 24px;
}

.content .riframe {
    margin-bottom: 12px;
    padding-top: 0px;
}

.riframe iframe, .riframe object, .riframe embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

fieldset {
    margin: 0 0 12px;
    padding: 0;
    border: none;
}

label {
    font-weight: bold;
    display: block;
    margin: 0 0 3px;
}

select {
    padding-top: 4px;
    padding-bottom: 4px;
}

select, input, textarea {
    color: #000;
}

textarea {
    width: 90%;
    height: 50px;
}

@media screen and (max-width: 900px) {
    footer {
        padding-left: 20px;
        padding-right: 20px;
    }

    footer .row, footer .col {
        display: block;
        border: none;
    }

    footer .row {
        padding-left: 0px;
        padding-right: 0px;
    }

    .marks a {
        margin: 0;
        padding-left: 60px;
        padding-right: 0px;
    }
}

@media screen and (max-width: 767px) {
    .oelf, .fvs {
        display: none;
    }

    header > img {
        display: none;
    }

    a.dos {
        margin: 0;
    }

    .content.grey {
        margin: 0 20px 20px;
    }

    .row, .col {
        display: block;
    }

    .row {
        padding-left: 0px;
        padding-right: 0px;
    }

    footer .col {
        border: none !important;
    }

    /*.video-container {
        min-height: 270px;
    }*/

    .video-container .vcontent {
        width: 50%;
        min-width: 300px;
    }

    .vcontent h2 {
        font-size: 40px;
        line-height: 40px;
    }

    .vcontent h2:before {
        font-size: 60px;
        top: -10px;
        left: -15px;
    }

    .vcontent h2 .end:after {
        font-size: 60px;
        left: 5px;
        top: -10px;
    }

    .vcontent h2 .name {
        font-size: 14px;
    }

    .vcontent h2 .space {
        width: 20px;
    }
}

@media screen and (max-width: 605px) {
    #tableOne td:first-child, #tableOne th:first-child {
        padding-left: 30px;
    }
}

@media screen and (max-width: 600px) {
    .listItem {
        display: block;
    }

    .col.f2 {
        padding-left: 0;
    }
}

.burger {
    float: left;
    width: 30px;
    margin-right: 27px;
    margin-top: 15px;
    color: transparent;
    border: 0;
    background: none;
    outline: 0;
    padding: 0;
    cursor: pointer;
    border-bottom: 4px solid #585858;
    width: 28px;
    transition: border-bottom 1s ease-in-out;
    -webkit-transition: border-bottom 1s ease-in-out;
    font-size: 0px;
    white-space: nowrap;
}

.burger::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.burger:before {
    content: "";
    display: block;
    border-bottom: 4px solid #585858;
    width: 100%;
    margin-bottom: 5px;
    transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
}

.burger:after {
    content: "";
    display: block;
    border-bottom: 4px solid #585858;
    width: 100%;
    margin-bottom: 5px;
    transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
}

.burger-check {
    display: none;
}

.burger-check:checked ~ .burger {
    border-bottom: 4px solid transparent;
    transition: border-bottom 0.8s ease-in-out;
    -webkit-transition: border-bottom 0.8s ease-in-out;
}

.burger-check:checked ~ .burger:before {
    transform: rotate(-405deg) translateY(1px) translateX(-3px);
    -webkit-transform: rotate(-405deg) translateY(1px) translateX(-3px);
    transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
}

.burger-check:checked ~ .burger:after {
    transform: rotate(405deg) translateY(-4px) translateX(-5px);
    -webkit-transform: rotate(405deg) translateY(-4px) translateX(-5px);
    transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
}

.centerContent > img, .centerContent h4, .centerContent p {
    margin: 0 auto 20px;
    text-align: center;
}

.centerContent > img {
    display: block;
}

.centerContent a {
    float: none !important;
}



.inputwrapper {
    float: left;
    padding-right: 50px;
    min-width: 300px;
}

.inputwrapper img {
    max-height: 20px;
}

.markers, .types {
    margin-bottom: 20px;
    clear: both;
    overflow: hidden;
}

.types .inputwrapper {
    min-width: 100px;
}

.inputwrapper label {
    display: inline;
}

#tableOne_wrapper {
    overflow: hidden;
}

#tableOne_length, .dataTables_info {
    float: left;
}

#tableOne_filter, .dataTables_paginate {
    float: right;
}

.dataTables_paginate a {
    margin: 0 3px;
}

#tableOne {
    clear: both;
    width: 100% !important;
    border-collapse: collapse;
    margin-bottom: 10px;
}

#tableOne th {
    text-align: left;
    padding-right: 20px;
    position: relative;
    cursor: pointer;
}

#tableOne .sorting:after, #tableOne .sorting:before,
#tableOne .sorting_asc:after, #tableOne .sorting_asc:before,
#tableOne .sorting_desc:after, #tableOne .sorting_desc:before {
    content: '›';
    position: absolute;
    color: #ddd;
    right: 4px;
    transform: rotate(90deg);
    transform-origin: center;
    top: 4px;
    font-size: 18px;
}

#tableOne .sorting:before, #tableOne .sorting_asc:before, #tableOne .sorting_desc:before {
    transform: rotate(-90deg);
    right: 8px;
    top: -3px;
}

#tableOne .sorting_desc:before, #tableOne .sorting_asc:after {
    color: #000;
}

#tableOne .odd {
    background: #eee;
}

#tableOne tr td, #tableOne tr th {
    border-bottom: solid 1px #666;
}

#tableOne .even:hover, #tableOne .odd:hover {
    background: #e8e8e8;
}

#tableOne td {
    padding: 5px 3px;
}

#tableOne td:nth-child(3) {
    white-space: nowrap;
}

.totalMarks {
    text-align: center;
}

.totalMarks span:first-child {
    line-height: 1.2;
    font-size: 50px;
    display: block;
    text-align: center;
}

iframe[data-cookieconsent=marketing] {
    background: #f0f0f0;
}

body:after {
    text-transform: uppercase;
    position: fixed;
    top: -80px;
    left: -30px;
    font-size: 80px;
    font-weight: bold;
    color: #000;
    opacity: 0.1;
    z-index: -1;
    transform-origin: bottom left;
    transform: rotateZ(90deg)
}

@media only screen and (max-width: 1100px) {
    body:after {
        display: none;
    }
}

.content input, .content button, .content select {
    border-radius: 6px;
    border: solid 2px #333;
    line-height: 1.5;
    padding: 5px 10px;
}

button:hover {
    cursor: pointer;
}

.kortDropdowns {
    padding: 20px 30px !important;
    background: transparent url(/assets/img/menu2.jpg) no-repeat center center;
    background-size: cover;
}

.kortDropdowns select {
    font-size: 16px;
    margin: 0 20px 20px 0;
    min-width: 260px;
}

.kortDropdowns h1 {
    color: #fff;
}

.gm-style-iw a {
    color: #585858;
    text-decoration: none;
}

.gm-style-iw a:hover {
    text-decoration: underline;
}

.sitemap, .sitemap ul {
    margin: 0;
    padding: 0;
}

.sitemap ul {
    padding-left: 40px;
}

.sitemap li {
    list-style-type: none;
}

.breadcrumb {
    display: none;
}


.field-validation-error {
    display: block;
    color: #990000;
    margin-bottom: 10px;
}

.umbraco-forms-field + .umbraco-forms-field {
    margin-bottom: 10px;
}

.umbraco-forms-field + .umbraco-forms-field {
    margin-bottom: 10px;
}

.radiobuttonlist input, .radiobuttonlist label {
    display: inline;
    font-weight: normal;
    margin-bottom: 8px;
}

.radiobuttonlist {
    margin-bottom: 10px;
}

#showMarks {

}

#showTypes label {
    float: left;
    margin-right: 20px;
    margin-bottom: 30px;
}
#showTypes label:last-child {
    margin-right: 0;
}
#showTypes label img {
    margin-bottom: -14px;
}

@media only screen and (min-width: 960px) {
    .breadcrumb {
        max-width: 960px;
        margin: 0 auto;
        padding: 10px;
        display: block;
    }

    .breadcrumb li {
        display: inline-block;
        font-weight: normal;
    }

    .breadcrumb a {
        background: transparent !important;
        color: #000;
        display: inline;
    }

    .breadcrumb li:after {
        content: '>';
        display: inline-block;
        margin: 0 10px;
    }

    .breadcrumb li:first-child:after, .breadcrumb li:last-child:after {
        display: none;
    }

    .topnav li span {
        font-size: 18px;
    }

    .head {
        display: flex;
        flex-direction: column-reverse;
        max-width: 960px;
        margin: 0 auto;
    }

    .head > * {
        width: 100%;
    }

    .head .topnav {
        max-width: 960px;
        margin: 0 auto;
        position: relative;
        overflow: visible;
    }

    .topnav a {
        font-weight: normal;
        padding-left: 10px;
        padding-right: 10px;
        color: #fff;
        height: 48px;
    }

    .head .topnav a:hover, .head .topnav a.open {
        background: #6b3a0f;
    }

    .topnav ul {
        width: 100%;
        box-sizing: border-box;
        padding: 0 10px 0 0;
        min-height: 48px;
    }

    .topnav li {
        box-sizing: border-box;
        height: 48px;
        float: left;
    }

    .topnav > ul {
        background: #975519;
    }

    .topnav ul ul {
        background: #7c4819;
    }

    .topnav ul ul {
        position: absolute;
        left: 0;
        top: 48px;
        display: none;
    }

    .topnav li.open ul {
        display: block;
    }

    .head > nav {
        transition: none;
        max-height: none;
    }

    .topnav a span {
        margin: 0;
    }

    .burger {
        display: none;
    }
}
