@font-face {
    font-family: 'AlegreyaSans-Regular';
    src: url('fonts/AlegreyaSans-Regular.ttf') format('truetype');
    font-weight: 400;
}
@font-face {
    font-family: 'AlegreyaSans-Bold';
    src: url('fonts/AlegreyaSans-Bold.ttf') format('truetype');
    font-weight: 700;
}
@font-face {
    font-family: 'GrapeNuts-Regular';
    src: url('fonts/GrapeNuts-Regular.ttf') format('truetype');
}

body {
    font-family: 'AlegreyaSans-Regular', Arial, sans-serif;
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 0.04em;
    margin: 0;
    background-color: #3a3635;
    --margin: 10%; /* 15% */
    --logo-proporton: calc(799.8 / 689.5);
}

/* Surfplatta */
@media (max-width: 1200px) {
    body {
        --margin: 15%; /* 20% */
    }
}

/* 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: 'AlegreyaSans-Bold', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.09em;
    text-decoration: none;
    color: #CD0014;
    background-color: #fff;
    border: 2px solid #FFD200;
    border-radius: 500px;
    padding: 6px 16px;
    white-space: nowrap;
    cursor: pointer;
}

hr {
    border: none;
    border-top: solid 2px #CD0014;
    --margin-u: 15px;
    --margin-n: 20px;
    margin: var(--margin-u) 0 var(--margin-n) 0;
    width: 60px;
}
.red-bg hr {
    border-color: #CD0014;
}
/* Telefon */
@media (max-width: 800px) {
    br.not-mobile {
        display: none;
    }
}

.italic {
    font-style: italic;
}

a#logo {
    width: 150px;
    position: absolute;
    top: 80px;
    left: 80px;
    z-index: 10;
}
a#logo img {
    object-position: bottom;
    object-fit: cover;
}

/* Surfplatta */
@media (max-width: 1200px) {
    a#logo {
       width: 120px;
    }
}
/* Telefon */
@media (max-width: 800px) {
    a#logo {
        width: 100px;
    	top: 50px;
		left: 30px;
        position: absolute;
    }
}
nav#menu {
    position: fixed;
    box-sizing: border-box;
    z-index: 10;
    background-color: #FFD200;
    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: 100%;
    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: 'AlegreyaSans-Bold', Arial, sans-serif;
    font-size: 32px;
    color: #585858;
    text-decoration: none;
    letter-spacing: 0.04em;
    padding: 10px 0;
}
nav#menu > nav#menulist > nav a {
    font-size: 20px;
}
nav#menu > nav#menulist a.selected {
    font-family: 'AlegreyaSans-Bold', Arial, sans-serif;
    color: #CD0014;
}
/* Telefon */
@media (max-width: 800px) {
    nav#menu {
        right: -100%;
        width: 100%;
    }
    nav#menu > nav#menulist a {
        font-family: 'AlegreyaSans-Bold', Arial, sans-serif;
        font-size: 28px;
        color: #585858;
        text-decoration: none;
        letter-spacing: 0.04em;
        line-height: 1.2;
        padding: 10px 0;
    }
    nav#menu > nav#menulist > nav a {
        font-size: 18px;
        line-height: 1.2;
    }
}

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: #FFD200;
    transition: background-color 0.2s;
    color: #CD0014;
    font-size: 21px;
    text-transform: uppercase;
    font-family: AlegreyaSans-Bold;
    letter-spacing: 0.09em;
    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: 'AlegreyaSans-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#scroll img {
    width: 12px;
    display: block;
    margin: auto;
    margin-bottom: 40px;
}

/* Telefon */
@media (max-width: 800px) {
    div#scroll {
        cursor: unset;
    }
}

/* Landskap */
#Landskap_Desktop {display:block;}
#Landskap_Tablet {display:none}
#Landskap_Mobile {display:none}

@media all and (max-width: 1200px) {
    #Landskap_Desktop {display: none;}
	#Landskap_Tablet {display:block}
    #Landskap_Mobile {display: none;}
}

@media all and (max-width: 800px) {
    #Landskap_Desktop {display: none;}
	#Landskap_Tablet {display:none}
    #Landskap_Mobile {display: block;}
}

/* Stora Salen */
#Salen_Desktop {display:block;}
#Salen_Tablet {display:none}
#Salen_Mobile {display:none}

@media all and (max-width: 1200px) {
    #Salen_Desktop {display: none;}
	#Salen_Tablet {display:block}
    #Salen_Mobile {display: none;}
}

@media all and (max-width: 800px) {
    #Salen_Desktop {display: none;}
	#Salen_Tablet {display:none}
    #Salen_Mobile {display: block;}
}

/* Vy */
#Vy_Desktop {display:block;}
#Vy_Tablet {display:none}
#Vy_Mobile {display:none}

@media all and (max-width: 1200px) {
    #Vy_Desktop {display: none;}
	#Vy_Tablet {display:block}
    #Vy_Mobile {display: none;}
}

@media all and (max-width: 800px) {
    #Vy_Desktop {display: none;}
	#Vy_Tablet {display:none}
    #Vy_Mobile {display: block;}
}

/* Vägbeskrivning */
#Karta_Desktop {display:block;}
#Karta_Tablet {display:none}
#Karta_Mobile {display:none}

@media all and (max-width: 1200px) {
    #Karta_Desktop {display: none;}
	#Karta_Tablet {display:block}
    #Karta_Mobile {display: none;}
}

@media all and (max-width: 800px) {
    #Karta_Desktop {display: none;}
	#Karta_Tablet {display:none}
    #Karta_Mobile {display: block;}
}

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

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: 40vh;
}

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

section.head header h1 {
    font-family: 'AlegreyaSans-Bold', Arial, sans-serif;
    font-size: 50px;
    line-height: 1.1;
    letter-spacing: 0.03em;
    margin: 0;
}

section blockquote {
    font-family: 'GrapeNuts-Regular', Arial, sans-serif;
    font-size: 36px;
    line-height: 1.1;
    letter-spacing: 0.03em;
    margin: 0;
    border-left: 2px solid #CD0014;
    padding: .1em 1em;
    margin: 50px 0px 50px 0px;
    color: #FFD200;
}
section blockquote p {
    display: inline;
}
section.white-bg blockquote {
    margin: 0px 0px 50px 0px;
    color: #585957;
}

section quote {
    font-family: 'GrapeNuts-Regular', Arial, sans-serif;
    font-size: 36px;
    line-height: 1.1;
    letter-spacing: 0.03em;
    margin: 0;
    /* border-left: 2px solid #CD0014; */
    /* padding: .1em 1em; */
    margin: 0px 0px 50px 0px;
    color: #FFD200;
}
section quote p {
    display: inline;
}
section.white-bg quote {
    margin: 0px 0px 0px 0px;
    color: #585957;
}

section.head header p {
    font-family: 'AlegreyaSans-Bold', Arial, sans-serif;
    font-style: normal;
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 0.04em;
    margin: 0;
}


/* Surfplatta */
@media (max-width: 1200px) {
section.head header {
    	bottom: 25%;
	}
}

/* Telefon */
@media (max-width: 800px) {
section.head header {
     bottom: 25%;
 }
    section.head header h1 {
        font-size: 36px;
    }
    section blockquote {
        font-size: 28px;
        line-height: 1.1;
        letter-spacing: 0.03em;
    }
    section quote {
        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 {
    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 2fr;
}

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

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

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

/* Surfplatta */
@media (max-width: 1200px) {
    section.split-2 {
        grid-template-columns: 1fr;
    }
    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: #FFD200;
    color: #CD0014;
    border-color: #FFD200;
}
/* 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(1) {
    grid-area: left;
    padding-right: 20px;
}
section.white-bg > :nth-child(2) {
    grid-area: right;
}
section.white-bg h2 {
    color: #CD0014;
}
/* 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: #CD0014;
    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: 'AlegreyaSans-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 #CD0014;
    border-radius: 8px;
    padding: 40px;
}
section.blog > a > article h3 {
    color: #CD0014;
    font-family: 'AlegreyaSans-Bold', Arial, sans-serif;
    margin: 0;
    line-height: 1;
}
section.blog > a > article h4 {
    color: #CD0014;
    font-family: 'AlegreyaSans-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: 175px;
}
section.document.no-header {
    padding-top: 100px;
}
section.document header h1 {
    font-family: 'AlegreyaSans-Bold', Arial, sans-serif;
    color: #CD0014;
    font-size: 60px;
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 1;
}
section.document p {
    margin: 0 0;
    margin-bottom: 30px;
}
section.document p.preamble {
    font-family: 'AlegreyaSans-Bold', Arial, sans-serif;
    font-size: 28px;
    color: #CD0014;
}
section.document header h2 {
    font-family: 'AlegreyaSans-Bold', Arial, sans-serif;
    font-size: 30px;
    color: #CD0014;
    margin-top: 60px;
}
section.document a {
    text-decoration: none;
    color: #CD0014;
}
/* section.document form {
    display: flex;
    flex-direction: column;
} */
/* Telefon */
@media (max-width: 800px) {
    section.document:not(.no-header) {
        padding-top: calc(30vw * var(--logo-proporton) + 40px);
    }
    section.document p.preamble {
        font-family: 'AlegreyaSans-Bold', Arial, sans-serif;
        font-size: 22px;
        color: #CD0014;
    }
    section.document header h2 {
        font-family: 'AlegreyaSans-Bold', Arial, sans-serif;
        font-size: 26px;
        color: #CD0014;
        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: #CD0014;
    font-family: 'AlegreyaSans-Bold', Arial, sans-serif;
    margin: 0;
    margin-bottom: 40px;
    font-size: 24px;
}
section.blogpost blockquote {
    color: #CD0014;
    font-style: italic;
}
section.blogpost blockquote cite::before {
    content: '\A';
    white-space: pre;
    font-style: normal;
}
section.blogpost blockquote cite {
    font-style: normal;
}

form {
    display: flex;
    flex-direction: column;
}
form label:not(:first-of-type) {
    margin-top: 40px;
}
form label {
    font-family: 'AlegreyaSans-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: 18px;
    color: white;
    border: none;
    border-bottom: 1px solid white;
}
form textarea {
    height: 200px;
    resize: none;
}
form input[type=submit] {
    background: #FFD200;
    color: #CD0014;
    width: max-content;
}

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

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 #CD0014;
}
form.white-bg input,
form.white-bg textarea {
    color: black;
}
form.white-bg input[type=submit] {
    background: #FFD200;
    color: #CD0014;
    width: max-content;
}
form.white-bg ::placeholder {
    color: #000;
    opacity: 0.3;
}

div.icon-text {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 30px;
    color: #CD0014;
    font-family: 'AlegreyaSans-Bold', Arial, sans-serif;
}
.red-bg div.icon-text > div {
    color: #CD0014;
}

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

footer {
    background-image: url('bilder/Bg_Sidfot.jpg');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    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 * {
    margin: 0;
}
footer > img {
    width: 100px;
}
footer > h2 {
    margin-top: 10px;
    font-family: 'AlegreyaSans-Bold', Arial, sans-serif;
    font-size: 36px;
    letter-spacing: 0.06em;
}
footer > h3 {
    margin-top: 10px;
    font-family: 'AlegreyaSans-Bold', Arial, sans-serif;
    font-size: 24px;
    letter-spacing: 0.06em;
}
footer nav {
    display: flex;
    gap: 20px;
}
footer nav img {
    height: 50px;
}
footer h6 {
    margin-top: 50px;
    font-family: 'AlegreyaSans-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;
}

/* Telefon */
@media (max-width: 800px) {
footer {
    background-image: url('bilder/Bg_Sidfot_Mobile.jpg');
	}
}

.bg-img-start/*:lang(sv)*/ {
    background-image: url('bilder/Bg_Startsidan_Topp.jpg');
}
.bg-img-activity {
    background-image: url('bilder/Bg_Vad_ar_pa_gang.jpg');
}
.bg-img-prayer {
    background-image: url('bilder/Bg_Vi_ber_for_dig.jpg');
}
.bg-img-findus {
    background-image: url('bilder/Bg_Hitta.jpg');
}
.bg-img-calendar {
    background-image: url('bilder/Bg_Kalender_Topp.jpg');
}
.bg-img-boneberget {
    background-image: url('bilder/Bg_Boneberget_Topp.jpg');
}
.bg-img-bon-for-sverige {
    background-image: url('bilder/Bg_Bon_for_Sverige_Topp.jpg');
}
.bg-img-pray-for-you {
    background-image: url('bilder/Bg_Vi_ber_for_dig_Topp.jpg');
}
.bg-img-missionshuset {
    background-image: url('bilder/Bg_Missionshuset_Topp.jpg');
}
.bg-img-boneberget-01 {
    background-image: url('bilder/Bg_Boneberget_01.jpg');
}
.bg-img-boneberget-02 {
    background-image: url('bilder/Bg_Boneberget_02.jpg');
}
.bg-img-boneberget-03 {
    background-image: url('bilder/Bg_Boneberget_03.jpg');
}
.bg-img-boneberget-04 {
    background-image: url('bilder/Bg_Boneberget_04.jpg');
}
.bg-img-boneberget-05 {
    background-image: url('bilder/Bg_Boneberget_05.jpg');
}
.bg-img-about-us {
    background-image: url('bilder/Bg_Foreningen_Topp.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-color: #CD0014;
}
.bg-img-support-us {
    background-image: url('bilder/Bg_Stod_oss_Topp.jpg');
}
.bg-img-contact {
    background-image: url('bilder/Bg_Kontakt_Topp.jpg');
}
.bg-img-contact-form {
    background-image: url('bilder/Bg_Kontaktformular.jpg');
}
.bg-img-contact-us {
    background-image: url('bilder/Bg_Kontakta_oss.jpg');
}
.bg-img-blog {
    background-image: url('bilder/Bg_Artiklar_Topp.jpg');
}
/* Surfplatta */
@media (max-width: 1200px) {
	.bg-img-activity {
		background-image: url('bilder/Bg_Vad_ar_pa_gang_Tablet.jpg');
	}
	.bg-img-prayer {
    	background-image: url('bilder/Bg_Vi_ber_for_dig_Tablet.jpg');
	}
	.bg-img-findus {
		background-image: url('bilder/Bg_Hitta_Tablet.jpg');
	}
}
/* Telefon */
@media (max-width: 800px) {
    .bg-img-start {
        background-image: url('bilder/Bg_Startsidan_Topp_Mobile.jpg');
    }
    .bg-img-activity {
        background-image: url('bilder/Bg_Vad_ar_pa_gang_Mobile.jpg');
    }
    .bg-img-prayer {
        background-image: url('bilder/Bg_Vi_ber_for_dig_Mobile.jpg');
    }   
    .bg-img-findus {
        background-image: url('bilder/Bg_Hitta_Mobile.jpg');
    }
    .bg-img-calendar {
        background-image: url('bilder/Bg_Kalender_Topp_Mobile.jpg');
    }
    .bg-img-boneberget {
        background-image: url('bilder/Bg_Boneberget_Topp_Mobile.jpg');
    }
    .bg-img-bon-for-sverige {
        background-image: url('bilder/Bg_Bon_for_Sverige_Topp_Mobile.jpg');
    }
	.bg-img-pray-for-you {
    background-image: url('bilder/Bg_Vi_ber_for_dig_Topp_Mobile.jpg');
	}
	.bg-img-boneberget-01 {
		background-image: url('bilder/Bg_Boneberget_01_Mobile.jpg');
	}
	.bg-img-boneberget-02 {
		background-image: url('bilder/Bg_Boneberget_02_Mobile.jpg');
	}
	.bg-img-boneberget-03 {
		background-image: url('bilder/Bg_Boneberget_03_Mobile.jpg');
	}
	.bg-img-boneberget-04 {
		background-image: url('bilder/Bg_Boneberget_04_Mobile.jpg');
	}
	.bg-img-boneberget-05 {
		background-image: url('bilder/Bg_Boneberget_05_Mobile.jpg');
	}
    .bg-img-missionshuset {
        background-image: url('bilder/Bg_Missionshuset_Topp_Mobile.jpg');
    }
    .bg-img-about-us {
        background-image: url('bilder/Bg_Foreningen_Topp_Mobile.jpg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        background-color: #CD0014;
    }
	.bg-img-support-us {
        background-image: url('bilder/Bg_Stod_oss_Topp_Mobile.jpg');
    }
    .bg-img-contact {
        background-image: url('bilder/Bg_Kontakt_Topp_Mobile.jpg');
    }
    .bg-img-contact-form {
        background-image: url('bilder/Bg_Kontaktformular_Mobile.jpg');
    }
    .bg-img-contact-us {
        background-image: url('bilder/Bg_Kontakta_oss_Mobile.jpg');
    }
    .bg-img-blog {
        background-image: url('bilder/Bg_Artiklar_Topp_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: 'AlegreyaSans-Bold', Arial, sans-serif;
    color: #ffffff;
    font-size: 50px;
    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;
}

