@font-face {
    font-family: 'Kreon-Extra-light';
    src: url('fonts/Kreon-Light.ttf') format('truetype');
    font-weight: 200;
}
@font-face {
    font-family: 'Kreon-Light';
    src: url('fonts/Kreon-Light.ttf') format('truetype');
    font-weight: 300;
}
@font-face {
    font-family: 'Kreon-Regular';
    src: url('fonts/Kreon-Regular.ttf') format('truetype');
    font-weight: 400;
}
@font-face {
    font-family: 'Kreon-Medium';
    src: url('fonts/Kreon-Medium.ttf') format('truetype');
    font-weight: 500;
}
@font-face {
    font-family: 'Kreon-Semi-bold';
    src: url('fonts/Kreon-SemiBold.ttf') format('truetype');
    font-weight: 600;
}
@font-face {
    font-family: 'Kreon-Bold';
    src: url('fonts/Kreon-Bold.ttf') format('truetype');
    font-weight: 700;
}
@font-face {
    font-family: 'Kreon-Extra-bold';
    src: url('fonts/Kreon-Bold.ttf') format('truetype');
    font-weight: 800;
}
@font-face {
    font-family: 'AlegreyaSans-Thin';
    src: url('fonts/AlegreyaSans-Thin.ttf') format('truetype');
    font-weight: 200;
}
@font-face {
    font-family: 'AlegreyaSans-Light';
    src: url('fonts/AlegreyaSans-Light.ttf') format('truetype');
    font-weight: 300;
}
@font-face {
    font-family: 'AlegreyaSans-Regular';
    src: url('fonts/AlegreyaSans-Regular.ttf') format('truetype');
    font-weight: 400;
}
@font-face {
    font-family: 'AlegreyaSans-Medium';
    src: url('fonts/AlegreyaSans-Medium.ttf') format('truetype');
    font-weight: 500;
}
@font-face {
    font-family: 'AlegreyaSans-Bold';
    src: url('fonts/AlegreyaSans-Bold.ttf') format('truetype');
    font-weight: 700;
}
@font-face {
    font-family: 'AlegreyaSans-ExtraBold';
    src: url('fonts/AlegreyaSans-ExtraBold.ttf') format('truetype');
    font-weight: 800;
}
@font-face {
    font-family: 'AlegreyaSans-Black';
    src: url('fonts/AlegreyaSans-Black.ttf') format('truetype');
    font-weight: 900;
}
@font-face {
    font-family: 'Caveat-Regular';
    src: url('fonts/Caveat-Regular.ttf') format('truetype');
}

body {
    font-family: 'AlegreyaSans-Regular', Arial, sans-serif;
    font-size: 26px;
    line-height: 1.4;
    letter-spacing: 0.02em;
    margin: 0;
    /* background-color: #070906; */
    background-color: var(--color-green-darker);
    --margin: 14%;
    --logo-proporton: calc(799.8 / 689.5);

    --color-yellow: #faa105;
    --color-green: #3c6139;
    --color-green-dark: #252f14;
    --color-green-darker: #13180a;
    --color-red: #a11800;
}

/* Surfplatta */
@media (max-width: 1200px) {
    body {
        --margin: 14%;
        font-size: 21px;
        line-height: 1.3;
    }
}

/* Telefon */
@media (max-width: 800px) {
    body {
        --margin: 40px;
        font-size: 20px;
        line-height: 1.3;
    }
}

a.knapp, button, input[type=submit] {
    display: inline-block;
    font-family: 'Kreon-Bold', Arial, sans-serif;
    font-size: 19px;
    line-height: 1.5;
    letter-spacing: 0.09em;
    text-decoration: none;
    color: var(--color-green);
    background-color: var(--color-yellow);
    border: 1px solid var(--color-yellow);
    border-radius: 500px;
    padding: 6px 16px;
    white-space: nowrap;
    cursor: pointer;
}

a {
    text-decoration: none;
    color: var(--color-green);
}

hr {
    border: none;
    border-top: solid 2px var(--color-yellow);
    --margin-u: 15px;
    --margin-n: 20px;
    margin: var(--margin-u) 0 var(--margin-n) 0;
    width: 60px;
}
 section.head hr {
    border-color: var(--color-red);
}
.menu-bg hr {
    border-color: #547a51;
}
.to-the-left hr {
    border-color: var(--color-red);
}
.red-bg hr {
    border-color: var(--color-green);
}
.zero-width-space::before {
    /* content: "​"; */
    content: "\200B";
}

/* Surfplatta */
@media (max-width: 1200px) {
    a.knapp, button, input[type=submit] {
        display: inline-block;
        font-family: 'Kreon-Bold', Arial, sans-serif;
        font-size: 15px;
        line-height: 1.5;
        letter-spacing: 0.09em;
        text-decoration: none;
        color: var(--color-green);
        background-color: var(--color-yellow);
        border: 1px solid var(--color-yellow);
        border-radius: 500px;
        padding: 6px 16px;
        white-space: nowrap;
        cursor: pointer;
    }
}

/* Telefon */
@media (max-width: 800px) {
    br.not-mobile {
        display: none;
    }
    a.knapp, button, input[type=submit] {
        display: inline-block;
        font-family: 'Kreon-Bold', Arial, sans-serif;
        font-size: 14px;
        line-height: 1.5;
        letter-spacing: 0.09em;
        text-decoration: none;
        color: var(--color-green);
        background-color: var(--color-yellow);
        border: 1px solid var(--color-yellow);
        border-radius: 500px;
        padding: 6px 16px;
        white-space: nowrap;
        cursor: pointer;
    }
}

.italic {
    font-style: italic;
}

a#logo {
    position: absolute;
    width: 20%;
    top: 0;
    left: 0;
    z-index: 10;
}
a#logo img {
    object-position: bottom;
    object-fit: cover;
}

/* Telefon */
@media (max-width: 800px) {
}
nav#menu {
    position: fixed;
    box-sizing: border-box;
    z-index: 10;
    background-color: var(--color-yellow);
    right: -60%;
    margin: 0;
    height: 100vh;
    width: 60%;
    padding-left: var(--margin);
    transition: right 0.5s;
}
nav#menu.open {
    right: 0;
}
nav#menu > nav#menulist {
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
nav#menu > nav#menulist > nav a {
    display: flex;
    flex-direction: column;
}
nav#menu > nav#menulist a {
    font-family: 'Kreon-Semi-bold', Arial, sans-serif;
    font-size: 30px;
    color: var(--color-green);
    text-decoration: none;
    letter-spacing: 0.04em;
    padding: 8px 0;
}
nav#menu > nav#menulist > nav a {
    font-size: 26px;
}
nav#menu > nav#menulist a.selected {
    font-family: 'Kreon-Extra-bold', Arial, sans-serif;
    color: var(--color-red);
}
/* Surfplatta */
@media (max-width: 1200px) {
    a#logo {
        width: 30%;
    }
    nav#menu {
        right: -65%;
        width: 65%;
        transition: right 0.4s;
    }
    nav#menu > nav#menulist a {
        font-family: 'Kreon-Semi-bold', Arial, sans-serif;
        font-size: 26px;
        color: var(--color-green);
        text-decoration: none;
        letter-spacing: 0.04em;
        padding: 10px 0;
    }
    nav#menu > nav#menulist > nav a {
        font-size: 18px;
        line-height: 1.0;
    }
    br.not-mobile {
        display: none;
    }
}
/* Telefon */
@media (max-width: 800px) {
    a#logo {
        width: 50%;
    }
    nav#menu {
        right: -100%;
        width: 100%;
    }
    nav#menu > nav#menulist a {
        font-family: 'Kreon-Semi-bold', Arial, sans-serif;
        font-size: 19px;
        color: #585957;
        text-decoration: none;
        letter-spacing: 0.04em;
        line-height: 1.0;
        padding: 10px 0;
    }
    nav#menu > nav#menulist > nav a {
        font-size: 18px;
        line-height: 1.0;
    }
}

nav#menu > button#menubutton {
    position: fixed;
    width: 120px;
    height: 55px;
    top: calc(50vh - 55px/2);
    right: 0;
    padding: 0;
    cursor: pointer;
    border: none;
    border-radius: 25% 0 0 25% / 50% 0 0 50%;
    background-color: var(--color-yellow);
    transition: background-color 0.2s;
    color: var(--color-green);
    font-size: 22px;
    text-transform: uppercase;
    font-family: Kreon-semi-bold;
    letter-spacing: 0.04em;
    background-position-x: 10px;
}
nav#menu.open > button#menubutton {
    background-color: transparent;
    color: transparent;
    background-image: url('bilder/meny_kryss.svg');
    background-size: contain;
}
/* Telefon */
@media (max-width: 800px) {
    nav#menu > button#menubutton {
        top: 0;
        border-radius: 0 0 0 25% / 0 0 0 50%;
        width: 80px;
        height: 40px;
        font-size: 14px;
    }
}

div#scroll {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    width: max-content;
    height: 0;
    margin: auto;
    transform: translateY(-100%);
	cursor: pointer;
    display: flex;
    justify-content: center;
}
div#scroll div {
    position: absolute;
    bottom: 0;
    width: max-content;
}
div#scroll h6 {
    font-family: 'Kreon-Semi-bold', Arial, sans-serif;
    font-style: normal;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.14em;
    margin: 0 0 15px 0;
    color: #fff;
}
div#scroll img {
    width: 16px;
    display: block;
    margin: auto;
    margin-bottom: 40px;
}

/* Surfplatta */
@media (max-width: 1200px) {
    div#scroll h6 {
        font-size: 14px;
    }
}

/* Telefon */
@media (max-width: 800px) {
    div#scroll {
        cursor: unset;
    }
    div#scroll h6 {
        font-family: 'Kreon-Semi-bold', Arial, sans-serif;
        font-style: normal;
        text-align: center;
        font-size: 13px;
        letter-spacing: 0.14em;
        margin: 0 0 15px 0;
        color: #fff;
    }
}

div.split-2 {
    display: flex;
    flex-direction: column;
    gap: 60px;
}
div.split-2 > div {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 30px;
}
div.split-2 > div > div {
    position: relative;
    bottom: 0;
}

section {
    width: 100%;
    padding: 90px var(--margin);
    box-sizing: border-box;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
}

/* Surfplatta */
@media (max-width: 1000px) {
    section {
        padding: 50px var(--margin);
    }
}

/* Telefon */
@media (max-width: 800px) {
    section {
        padding: 50px var(--margin);
    }
}

section.white-bg {
    width: 100%;
    padding: 120px var(--margin);
    box-sizing: border-box;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: black;
}

/* Telefon */
@media (max-width: 800px) {
    section.white-bg {
        width: 100%;
        padding: 50px var(--margin);
        box-sizing: border-box;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        color: black;
    }
}

section h2,
section p {
    margin: 0;
    margin-bottom: 0px;
}
section h2 {
    line-height: 1.0;
}
section a.knapp,
section button,
section input[type=submit] {
    margin-top: 20px;
}
section a.knapp:first-of-type,
section button:first-of-type,
section input[type=submit]:first-of-type {
    margin-top: 30px;
}

section article p:not(:first-child):not(:last-of-type) {
    margin: 20px 0;
}
section article nav {
    display: flex;
    flex-direction: column;
}
section article nav > * {
    width: max-content;
}

section > img {
    display: block;
    margin: auto;
}

section.head {
    height: 100vh;
    background-attachment: fixed;
}
@supports (-webkit-touch-callout: none) {
    section.head {
        background-attachment: initial;
    }
}

section.head.no-text {
    height: 10vh;
}

section.head header {
    position: absolute;
    bottom: 150px;
    margin-right: var(--margin);
}

section.head header h1 {
    font-family: 'Kreon-Extra-bold', Arial, sans-serif;
    font-size: 60px;
    line-height: 1.1;
    letter-spacing: 0.02em;
    margin: 0;
    color: var(--color-yellow);
}

section blockquote {
    font-family: 'Caveat-Regular', Arial, sans-serif;
    font-size: 36px;
    line-height: 1.1;
    letter-spacing: 0.03em;
    margin: 0;
    border-left: 2px solid var(--color-green);
    padding: .1em 1em;
    margin: 50px 0px 50px 0px;
    color: var(--color-yellow);
}
section blockquote p {
    display: inline;
}
section.white-bg blockquote {
    margin: 0px 0px 50px 0px;
    color: #f2990a;
    /*color: #585957;*/
}

section.head header p {
    font-family: 'Kreon-Semi-bold', Arial, sans-serif;
    font-style: normal;
    font-size: 30px;
    line-height: 1.4;
    letter-spacing: 0.04em;
    margin: 0;
    padding: 0px 25% 0px 0px;
}
/* Surfplatta */
@media (max-width: 1200px) {
    section.head header h1 {
        font-size: 50px;
    }
    section.head header p {
        padding: 0px 0px 0px 0px;
        font-size: 24px;
    }
}
/* Telefon */
@media (max-width: 800px) {
    section.head header h1 {
        font-size: 30px;
    }
    section.head header p {
        padding: 0px 0px 0px 0px;
        font-size: 20px;
    }
    section blockquote {
        font-size: 28px;
        line-height: 1.1;
        letter-spacing: 0.03em;
    }
}

section.split-2 {
    display: grid;
    grid-template-areas: 'left right';
    grid-template-columns: 2fr 3fr;
}

section.split-2.reverse {
    grid-template-columns: 3fr 2fr;
}

/*
section.split-2 {
    display: grid;
    grid-template-areas: 'left right';
    grid-template-columns: 3fr 2fr;
    gap: 20px;
}
*/

section.split-2.right-large,
section.split-2.to-the-left {
    grid-template-columns: 3fr 3fr;
}

section.split-2.to-the-left > * {
    grid-area: left;
}

section.split-2.to-the-right > * {
    grid-area: right;
}

section.split-2 h2 {
    font-family: 'Kreon-Bold', Arial, sans-serif;
    font-size: 40px;
}

section.split-2 iframe {
    width: 100%;
    min-height: 10px;
    aspect-ratio: 16 / 9;
}

/* Surfplatta */
@media (max-width: 1200px) {
    section.split-2 {
        grid-template-columns: 1fr;
        grid-template-areas:
                            "left"
                            "right";
    }
    section.split-2.right-large,
    section.split-2.to-the-left {
        grid-template-columns: 1fr;
    }
}
/* Telefon */
@media (max-width: 800px) {
    section.split-2 {
        grid-template-columns: 1fr;
        gap: 0;
        grid-template-areas:
                            "left"
                            "right";
    }
    section.split-2.right-large,
    section.split-2.to-the-left {
        grid-template-columns: 1fr;
    }
    section.split-2 h2 {
        font-size: 32px;
    }
}

section.image-background {
    min-height: 700px;
    align-content: center;
}
section.image-background > * {
    height: max-content;
}
section.image-background a.knapp,
section.image-background button,
section.image-background input[type=submit] {
    /*background: none;
    color: white;
    border-color: white;*/
}
section.white-bg.image-background a.knapp,
section.white-bg.image-background button,
section.white-bg.image-background input[type=submit] {
    font-family: 'Kreon-Semi-bold', Arial, sans-serif;
    background: none;
    background-color: var(--color-green);
    color: #ffffff;
    border-color: var(--color-green);
}
/* Telefon */
@media (max-width: 800px) {
    section.image-background {
        align-content: end;
    }
}

section.button-no-top-padding {
    padding-top: 0;
}
section.button-no-top-padding > a.knapp,
section.button-no-top-padding > button,
section.button-no-top-padding > input[type=submit] {
    margin-top: 0;
}

section.white-bg {
    background-color: white;
    color: black;
    grid-template-columns: 1fr 2fr;
}
section.white-bg > :nth-child(2n-1) {
    /*grid-area: left;*/
    padding-right: 30px;
}
section.white-bg > :nth-child(2n) {
    /*grid-area: right;*/
}
section.white-bg h2 {
    color: var(--color-green);
}
/* Surfplatta */
@media (max-width: 1200px) {
    section.white-bg {
        grid-template-columns: 3fr 4fr;
    }
}
/* Telefon */
@media (max-width: 800px) {
    section.white-bg {
        grid-template-columns: 1fr;
    }
}

section.red-bg {
    background-color: var(--color-green);
    color: white;
    grid-template-columns: 1fr 2fr;
}
section.red-bg > :nth-child(1) {
    grid-area: left;
    padding-right: 20px;
}
section.red-bg > :nth-child(2) {
    grid-area: right;
}
section.red-bg h2 {
    font-family: 'Kreon-Bold', Arial, sans-serif;
    font-size: 30px;
    color: #ffffff;
}
/* Surfplatta */
@media (max-width: 1200px) {
    section.red-bg {
        grid-template-columns: 3fr 4fr;
    }
}
/* Telefon */
@media (max-width: 800px) {
    section.red-bg {
        grid-template-columns: 1fr;
    }
}

section.blog {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
    background-color: white;
    color: black;
    padding-top: 0;
}
section.blog > a {
    color: inherit;
    text-decoration: inherit;
    border: 2px solid var(--color-green);
    border-radius: 8px;
    padding: 40px;
}
section.blog > a > article h3 {
    color: var(--color-green);
    font-family: 'Kreon-Bold', Arial, sans-serif;
    margin: 0;
    line-height: 1;
}
section.blog > a > article h4 {
    color: var(--color-green);
    font-family: 'Kreon-Semi-Bold', Arial, sans-serif;
    margin: 0;
    font-size: 18px;
}
section.blog > a > article p {
    margin: 20px 0;
}

/* Surfplatta */
@media (max-width: 1200px) {
    section.blog {
        grid-template-columns: 1fr;
    }
}

section.document {
    padding-top: 230px;
}
section.document.no-header {
    padding-top: 100px;
}

/* Telefon */
@media (max-width: 800px) {
    section.document.no-header {
        padding-top: 50px;
    }
}

section.document.no-header-large {
    padding-top: 50px;
}
section.document header h1 {
    font-family: 'Kreon-Bold', Arial, sans-serif;
    color: var(--color-green);
    font-size: 60px;
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 1;
}
section.document.white-bg header h1 {
    font-size: 60px;
}
section.document p {
    margin: 0 0;
    margin-bottom: 30px;
}

/* Telefon */
@media (max-width: 800px) {
    section.document p {
        margin: 0 0;
        margin-bottom: 10px;
    }
}

section.document p.preamble {
    font-family: 'Kreon-Semi-bold', Arial, sans-serif;
    font-size: 30px;
    color: var(--color-green);
}
section.document header h2 {
    font-family: 'Kreon-Bold', Arial, sans-serif;
    font-size: 50px;
    color: var(--color-green);
    margin-top: 60px;
}
section.document a {
    text-decoration: none;
    color: var(--color-green);
}
/* section.document form {
    display: flex;
    flex-direction: column;
} */

/* Surfplatta */
@media (max-width: 1200px) {
    section.document header h1 {
        font-size: 50px;
    }
    section.document.white-bg header h1 {
        font-size: 36px;
    }
    section.document header h2 {
        font-size: 30px;
    }
    section.document p.preamble {
        font-size: 26px;
    }
}

/* Telefon */
@media (max-width: 800px) {
    section.document:not(.no-header) {
        padding-top: calc(10vw * var(--logo-proporton) + 80px);
    }
    section.document p.preamble {
        font-family: 'Kreon-Semi-bold', Arial, sans-serif;
        font-size: 22px;
        color: var(--color-green);
    }
    section.document.white-page header h1 {
        font-size: 40px;
    }
    section.document header h2 {
        font-family: 'Kreon-Bold', Arial, sans-serif;
        font-size: 26px;
        color: var(--color-green);
        margin-top: 60px;
    }
}

section.blogpost a.knapp,
section.blogpost button,
section.blogpost input[type=submit] {
    margin-top: 40px;
    margin-bottom: 30px;
}
section.blogpost h4 {
    color: var(--color-green);
    font-family: 'Kreon-Semi-Bold', Arial, sans-serif;
    margin: 0;
    margin-bottom: 40px;
    font-size: 24px;
}
section.blogpost blockquote {
    color: var(--color-green);
    font-style: italic;
}
section.blogpost blockquote cite::before {
    content: '\A';
    white-space: pre;
    font-style: normal;
}
section.blogpost blockquote cite {
    font-style: normal;
}

section.no-bottom-padding {
    padding-bottom: 0;
}
section.no-bottom-padding > :last-child {
    margin-bottom: 0;
}

form {
    display: flex;
    flex-direction: column;
}
form label:not(:first-of-type) {
    margin-top: 40px;
}
form label {
    font-family: 'Kreon-Semi-bold', Arial, sans-serif;
}
form > div {
    display: flex;
    margin: 20px 0;
}
form > div > select {
    margin-left: 10px;
}
form input::-webkit-outer-spin-button,
form input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
form input[type=number] {
    margin-left: 10px;
    width: 50px;
}
form ::placeholder {
    color: #fff;
    opacity: 0.4;
}
form input:not([type=submit]),
form textarea {
    background: none;
    padding: 5px 0;
    font-family: inherit;
    font-size: 20px;
    color: white;
    border: none;
    border-bottom: 1px solid white;
}
form textarea {
    height: 100px;
    resize: none;
}
form input[type=submit] {
    background: none;
    background-color: var(--color-yellow);
    color: var(--color-green);
    width: max-content;
}

form div.checkbox {
    display: initial;
}
form div.checkbox input[type="checkbox"] {
    padding-right: 10px;
    height: 1em;
    width: 1em;
}

form input[type='number']{
    width: 350px;
}

form input[type='number']#_InteRobot {
    width: 50px;
}

section.document form p {
    margin-top: 40px;
}

form.white-bg label {
    font-family: 'AlegreyaSans-Regular', Arial, sans-serif;
}
form.white-bg input:not([type=submit]),
form.white-bg textarea {
    border-bottom: 1px solid var(--color-green);
}
form.white-bg input,
form.white-bg textarea {
    color: black;
}
form.white-bg input[type=submit] {
    background: none;
    background-color: var(--color-yellow);
    color: var(--color-green);
    width: max-content;
}
form.white-bg ::placeholder {
    color: black;
    opacity: 0.3;
}

div.icon-text {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 30px;
    color: var(--color-green);
    font-family: 'Kreon-Semi-bold', Arial, sans-serif;
}
.red-bg div.icon-text > div {
    color: var(--color-green);
}

div.icon-text > div > img:first-child {
    width: 25px;
    margin-right: 10px;
}

.imgline {
    box-shadow: 5px 5px 30px 1px rgba(0,0,0,0.5);
    border-width: 3px;
    border-radius: 20px;
    border-style: solid;
    border-color: var(--color-yellow);
 }

iframe.video {
    width: 40%;
    aspect-ratio: 16 / 9;
    background-size: cover;
    box-shadow: 5px 5px 30px 1px rgba(0,0,0,0.5);
    border-width: 3px;
    border-radius: 20px;
    border-style: solid;
    border-color: var(--color-yellow);
    background-image: url('bilder/video_laddar.svg');
}

iframe.video-startpage {
    width: 70%;
    aspect-ratio: 16 / 9;
    background-size: cover;
    box-shadow: 5px 5px 30px 1px rgba(0,0,0,0.5);
    border-width: 3px;
    border-radius: 20px;
    border-style: solid;
    border-color: var(--color-yellow);
    background-image: url('bilder/video_laddar.svg');
}

/* Surfplatta */
@media (max-width: 1200px) {
    iframe.video-startpage {
        width: 55%;
    }
}

/* Telefon */
@media (max-width: 800px) {
    iframe.video-startpage {
        width: 100%;
    }
}

iframe.video-large {
    width: 80%;
}

iframe.video-medium {
    width: 70%;
}

footer {
    background-image: url('bilder/Bg_Sidfot.jpg');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    color: var(--color-green);
    padding: 140px var(--margin) 50px var(--margin);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 20px;
    font-weight: normal;
}
footer.footer-start {
    background-color: #f2f2f2;
}
.copyright {
    font-family: 'AlegreyaSans-Regular', Arial, sans-serif;
    font-size: 13px;
    letter-spacing: 0.04em;
}
footer * {
    margin: 0;
}
footer > img {
    width: 300px;
}
footer > h3 {
    margin-top: 10px;
    font-family: 'Kreon-Bold', Arial, sans-serif;
    font-size: 24px;
    letter-spacing: 0.04em;
    color: var(--color-green);
}
footer nav {
    display: flex;
    gap: 20px;
}
footer nav img {
    height: 50px;
}
footer h6 {
    margin-top: 50px;
    font-family: 'Kreon-Semi-bold', Arial, sans-serif;
    font-size: 15px;
    letter-spacing: 0.08em;
}
footer h6 span {
    margin-right: 10px;
}
footer h6 a {
    display: inline-block;
    margin-top: 5px;
    color: inherit;
    text-decoration: inherit;
    white-space: nowrap;
}

.bg-img-start/*:lang(sv)*/ {
    background-image: url('bilder/Bg_Startsidan_Topp.jpg');
}
.bg-img-start01 {
    background-image: url('bilder/Bg_Startsidan01.jpg');
}
.bg-img-start02 {
    background-image: url('bilder/Bg_Startsidan02.jpg');
}
.bg-img-start03 {
    background-image: url('bilder/Bg_Startsidan03.jpg');
}
.bg-img-start04 {
    background-image: url('bilder/Bg_Startsidan04.jpg');
}
.bg-img-aktuellt {
    background-image: url('bilder/Bg_Aktuellt_Topp.jpg');
}
.bg-img-aktuellt-arkiv {
    background-image: url('bilder/Bg_Arkivet_Topp.jpg');
}
.bg-img-join {
    background-image: url('bilder/Bg_Varamed_Topp.jpg');
}
.bg-img-visionen {
    background-image: url('bilder/Bg_Visionen_Topp.jpg');
}
.bg-img-gudsord {
    background-image: url('bilder/Bg_GudsOrd_Topp.jpg');
}
.bg-img-hopp {
    background-image: url('bilder/Bg_BokenomHopp_Topp.jpg');
}
.bg-img-hopp-barn {
    background-image: url('bilder/Bg_BokenomHoppBarn_Topp.jpg');
}
.bg-img-testimony {
    background-image: url('bilder/Bg_Betyda_Topp.jpg');
}
.bg-img-forsamlingar {
    background-image: url('bilder/Bg_Forsamlingar_Topp.jpg');
}
.bg-img-about {
    background-image: url('bilder/Bg_Omoss_Topp.jpg');
}
.bg-img-gift {
    background-image: url('bilder/Bg_Gava_Topp.jpg');
}
.bg-img-sponsor {
    background-image: url('bilder/Bg_Sponsor_Topp.jpg');
}
.bg-img-contact {
    background-image: url('bilder/Bg_Kontakt_Topp.jpg');
}

/* Surfplatta */
@media (max-width: 1200px) {
    iframe.video {
        width: 100%;
    }
}

/* Telefon */
@media (max-width: 800px) {
    .bg-img-start {
        background-image: url('bilder/Bg_Startsidan_Topp_Mobile.jpg');
    }
    .bg-img-start02 {
        background-image: url('bilder/Bg_Startsidan02_Mobile.jpg');
    }
    .bg-img-start03 {
        background-image: url('bilder/Bg_Startsidan03_Mobile.jpg');
    }
    .bg-img-start04 {
        background-image: url('bilder/Bg_Startsidan04_Mobile.jpg');
    }
    .bg-img-aktuellt-arkiv {
        background-image: url('bilder/Bg_Arkivet_Topp_Mobile.jpg');
    }
    .bg-img-join {
        background-image: url('bilder/Bg_Varamed_Topp_Mobile.jpg');
    }
    .bg-img-gudsord {
        background-image: url('bilder/Bg_GudsOrd_Topp_Mobile.jpg');
    }
    .bg-img-hopp {
        background-image: url('bilder/Bg_BokenomHopp_Topp_Mobile.jpg');
    }
    .bg-img-hopp-barn {
        background-image: url('bilder/Bg_BokenomHoppBarn_Topp_Mobile.jpg');
    }
    .bg-img-testimony {
        background-image: url('bilder/Bg_Betyda_Topp_Mobile.jpg');
    } 
    .bg-img-about {
        background-image: url('bilder/Bg_Omoss_Topp_Mobile.jpg');
    }
    .bg-img-gift {
        background-image: url('bilder/Bg_Gava_Topp_Mobile.jpg');
    }
    .bg-img-sponsor {
        background-image: url('bilder/Bg_Sponsor_Topp_Mobile.jpg');
    }
    .bg-img-contact {
        background-image: url('bilder/Bg_Kontakt_Topp_Mobile.jpg');
    }
    iframe.video {
        width: 100%;
    }
    footer {
        background-image: url('bilder/Bg_Sidfot_Mobile.jpg');
    }
}

/* Fel */
section.formsvar-special {
    width: 100vw;
    height: 100vh;
    background-image: url('bilder/Bg_Fel.jpg');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}
section.formsvar-special header {
    position: absolute;
    padding-right: 40px;
    top: 120px;
}
section.formsvar-special.fel header img {
    width: 70px;
    margin-bottom: 50px;
}
section.formsvar-special header h1 {
    font-family: 'Kreon-Bold', Arial, sans-serif;
    color: #ffffff;
    font-size: 60px;
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 1;
}
section.formsvar-special a.knapp,
section.formsvar-special button,
section.formsvar-special input[type=submit] {
    background: none;
    color: white;
    border-color: white;
}

section.artiklar {
    --artikel-bredd: calc((100% - 80px) / 3);
    display: grid;
    grid-template: auto auto / var(--artikel-bredd) var(--artikel-bredd) var(--artikel-bredd);
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: calc(100% - 160px);
    padding: 80px 80px 0 80px;
    box-sizing: content-box;
    background-color: var(--color-green-darker);
}
section.artiklar * {
    margin: 0;
}
section.artiklar article {
    border: 3px solid var(--color-yellow);
    border-radius: 20px;
    background-color: var(--color-green-dark);
    overflow: hidden;
}
section.artiklar article img {
    width: 100%;
}
section.artiklar article div {
    padding: 40px;
    padding-top: 20px;
}
section.artiklar article h3 {
    font-family: 'Kreon-Bold', Arial, sans-serif;
    font-weight: bold;
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    color: white;
}
section.artiklar article hr {
    margin: var(--margin-u) 0 var(--margin-n) 0;
}
section.artiklar article p {
    font-family: 'AlegreyaSans-Regular', Arial, sans-serif;
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
    color: white;
}
section.artiklar article time {
    font-family: 'Kreon-Bold', Arial, sans-serif;
    font-size: 18px;
    line-height: 2.4;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
    color: var(--color-yellow);
}

section.artiklar + section.read-more {
    background-color: var(--color-green-darker);
    display: flex;
    justify-content: center;
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 60px;
    padding-left: 0px;
}
section.artiklar + section.read-more a{
    margin: 0;
}

/* Surfplatta */
/* @media (max-width: 1500px) {
    section.artiklar {
        grid-template: auto / auto auto;
    }
    section.artiklar + section.read-more {
        padding-top: 40px;
    }
}*/

/* Telefon */
@media (max-width: 1000px) {
    section.artiklar {
        grid-template: auto / auto;
        width: calc(100% - 80px);
        padding-top: 60px;
        padding-left: 40px;
        padding-right: 40px;
    }
    section.artiklar article h3 {
        font-size: 25px;
    }
    section.artiklar article p {
        font-size: 17px;
    }
    section.artiklar + section.read-more {
        padding-top: 40px;
    }
}

#sponsorbilder {
    display: grid;
    grid-template-areas:
        'bild1 bild2'
        'bild1 bild3'
        'bild1 bild3';
    gap: 30px;
    grid-template-rows: auto 1fr auto;
}

@media (max-width: 1000px) {
    #sponsorbilder {
        grid-template-areas:
            'bild1'
            'bild2'
            'bild3';
    }
}