<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Extend 2020
Author: Creatur Media
Description: Utviklet av Doghouse AS, videreutviklet av Creatur og Celero
Author URI: https://creatur.no
*/

/* Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        font: inherit;
}

/* Fonts */

h1, h2, h3, h4, h5, h6, div, span, input, textarea, select, p, th, td, li {
    font-family: 'Titillium Web', sans-serif;
}

h1 {
    font-size: 25px;
    line-height: 1.14;
    color: #004677;
    font-weight: bold;
    padding: 15px 0 15px 0;
}

h2 {
    font-size: 20px;
    line-height: 1.25;
    font-weight: bold;
    color: #004677;
    padding: 20px 0 5px 0;
}

h3 {
    font-size: 18px;
    line-height: 1.2;
    font-weight: bold;
    color: #004677;
    padding: 20px 0 5px 0;
}

h4 {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
    color: #565656;
    padding: 15px 0 0 0;
}

h4 span.small {
    font-size: 14px;
    font-weight: 400;
}

p, th, td, li {
    font-size: 15px;
    line-height: 1.33;
    color: #545454;
    padding: 8px 0 8px 0;
}

p.lead {
    font-weight: 600;
    color: #545454;
}

p.small {
    font-size: 13px;
    line-height: 1.2;
}


@media (min-width: 768px) {
    h1 {
        font-size: 41px;
        line-height: 1.2;
    }

    h2 {
        font-size: 30px;
        line-height: 34px;
    }

    h3 {
        font-size: 22px;
        line-height: 25px;
    }

    h4 {
        font-size: 18px;
    }

    p, th, td, li {
        font-size: 20px;
        line-height: 30px;
    }

    p.lead {
        font-size: 20px;
        line-height: 26px;
    }

    p.small {
        font-size: 14px;
        line-height: 16px;
    }

}

p {
    margin-bottom: 10px;
}

ul {
    margin: 5px 0 5px 25px;
}

blockquote {
    background: #80a3bb;
    color: #fff;
    padding: 30px 50px;
    margin: 20px -15px;
}

blockquote p {
    color: #fff;
}

blockquote::before {
    float: left;
    content: "";
    display: block;
    width: 47px;
    height: 35px;
    background: url(images/sitat-ikon.svg) no-repeat 50% 50%;
    background-size: contain;
    margin: 25px 25px 40px 0;
}

@media (min-width: 967px) {
    blockquote {
        padding: 50px 20% 50px 170px;
        margin: 20px 0;
        position: relative;
    }

    blockquote::before {
        position: absolute;
        left: 50px;
        top: 60px;
        width: 80px;
        height: 57px;
        margin: 0;
    }
}

.red {
    color: #D52023;
}

strong {
    font-weight: bold;
}

table strong {
    color: #004677
}

input[type=text], input[type=email], input[type=number], textarea, select {
    font-size: 1em;
    border: 1px solid #8C8C8C;
    background-color: #FFF;
    border-radius: 2px;
    padding: 3px 7px 3px 7px;
}

input[type=submit], input[type=button] {
    font-size: 1em;
    color: #fff;
    border: 0;
    background-color: #d52023;
    border-radius: 2px;
    padding: 5px 15px 5px 15px;
}

@media (min-width: 768px) {
    h1 {
        font-size: 57px;
    }
}

/* Images */

img {
    max-width: 100%;
}

/* Header */

.header .logo {
    padding-top: 20px;
    padding-bottom: 20px;
}

.header .logo img {
    height: 60px;
}

.header__menu__search {
    text-align: right;
    font-size: 20px;
    font-family: 'Open Sans';
    line-height: 1.35;
}

.header__menu__search input.search {
    font-size: 15px;
    padding: 0;
    font-family: 'Open Sans';
    border: 0;
    border-bottom: 1px solid #AAAAAA;
    margin-right: 20px;
    width: 145px;
}

@media (min-width: 768px) {
    .header__menu__search input.search {
        font-size: 20px;
    }
}

.header__menu__search input[type=submit] {
    display: none;
}

.header__menu__search .langselector {
    text-transform: uppercase;
    color: #8d8d8d;
}

.header__menu__search a.langselector {
    color: #000;
    text-decoration: none;
}

.header .togglemenu {
    text-align: right;
    line-height: 100px;
}

@media (max-width: 1023px) {
    .header .togglemenu {
        display: block !important;
    }
}

.header__row {
    display: flex;
    justify-content: space-between;
}

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

@media (max-width: 992px)
{
    div.header {
        background-color: #F2F2F2;
    }
}

/* Top image */

.topimage {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
}

.topimage::before {
    content: "";
    display: block;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: rgba(0,0,0,0.3);
}

.topimage &gt; * {
    z-index: 3;
    position: relative;
}

.topimage {
    text-align: left;
    display: flex;
    align-items: center;
    height: 550px;
}

.topimage__title {
  color: #ffffff;
} 

.topimage .text span {
    display: inline-block;
    font-family: "Titillium Web",sans-serif;
    font-size: 35px;
    font-weight: 400;
    line-height: 55px;
    color: #fff;
    background: rgba(54,54,54,0.5);
    padding: 5px 20px 5px 20px;
    margin-top: 5px;
} 

@media (max-width: 768px)
{
    .topimage { 
        min-height: 200px;
        height: auto;
    }

    .topimage span {
        font-size: 20px !important;
        line-height: 35px !important;
        padding: 2px 15px 5px 15px !important;
    }
}

/* Normal menu */
.normal-menu {
    display: none;
}

@media (min-width: 1024px) {
    .normal-menu {
        display: flex;
    }
}

.normal-menu ul.menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.normal-menu ul.menu &gt; li {
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    line-height: 70px;
}

.normal-menu a {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 20px;
}

.normal-menu .menu-item-has-children &gt; a::after {
    content: '';
    display: inline-block;
    position: relative;
    background: url(images/dropdown.svg) no-repeat 50% 50%;
    width: 10px;
    height: 6px;
    background-size: contain;
    margin-left: 10px;
    vertical-align: middle;
}

.normal-menu ul.menu &gt; li &gt; a {
    display: block;
    color: #000;
    text-decoration: none;
    margin-right: 20px;
}

@media (max-width: 1200px) {
    .normal-menu ul.menu &gt; li &gt; a {
            margin-right: 15px;
    }
}

.normal-menu ul.menu &gt; li &gt; ul {
    display: none;
    position: absolute;
    list-style: none;
    background-color: #d52023;
    padding: 10px 20px 15px 20px;
    margin-left: -15px;
    z-index: 99;
}

.normal-menu ul.menu &gt; li &gt; ul &gt; li {
    line-height: 30px;
}

.normal-menu ul.menu &gt; li &gt; ul &gt; li &gt; a {
    color: #fff;
    text-decoration: none;
}

/* Small menu */

div.small-menu {
    display: none;
    background-color: #d7181f;
    padding: 15px;
}

div.small-menu input.search {
    font-size: 15px;
    padding: 8px;
    border: 0;
    width: 60%;
    border-bottom: 1px solid #AAAAAA;
}

div.small-menu input[type=submit] {
    display: none;
}

div.small-menu .langselector {
    font-size: 18px;
    text-transform: uppercase;
    color: #cf7e7e;
}

div.small-menu a.langselector {
    font-size: 18px;
    display: inline;
    color: #FFF;
    text-decoration: none;
}

div.small-menu &gt; ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 20px;
}

div.small-menu li {
    font-size: 28px;
    line-height: 45px;
}

div.small-menu ul.sub-menu li {
    font-size: 24px;
    line-height: 40px;
    margin-left: 20px;
    list-style: none;
}

div.small-menu a {
    display: block;
    text-align: left;
    color: #FFF;
    padding: 0 15px 0 15px;
    text-decoration: none;
}

/* Frontpage */

div.frontpage-mainbox a {
    display: block;
    padding: 60px 0 60px 0;
    text-align: center;
    text-decoration: none;
}

div.frontpage-mainbox.grey {
    background-color: #8d90a0;
}

div.frontpage-mainbox.yellow {
    background-color: #b8cf37;
}

div.frontpage-mainbox.blue {
    background-color: #57b0d5;
}

div.frontpage-mainbox.green {
    background-color: #28A493;
}

div.frontpage-mainbox h1 {
    font-size: 26px;
    font-weight: 400;
    color: #fff;
    padding: 0;
}

div.frontpage-mainbox h2 {
    font-size: 16px;
    color: #fff;
    padding: 10px 0 0 0;
}

@media (max-width: 992px)
{
    div.frontpage-mainbox a {
        padding: 40px 0 40px 0;
    }

    div.frontpage-mainbox h1 {
        font-size: 16px;
        font-weight: 600;
    }
    
    div.frontpage-mainbox h2 {
        font-size: 12px;
    }
}

/* Frontpage stories */

div.frontpage-stories div.image {
    margin-left: -15px;
    margin-right: -15px;
    height: 180px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border: 1px solid #fff;
}

div.frontpage-stories div.image:first-child {
    border-left: none;
}

div.frontpage-stories div.image:last-child {
    border-right: none;
}

div.frontpage-stories div.image img {
     border: 1px solid #fff;
}

/* All pages */

img.topimage {
    width: 100%;
}

/* Folder popup */

div.greybg {
    display: none;
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('images/blacktransparent.png');
}

div.folderpopup {
    display: none;
    z-index: 100;
    position: absolute;
    left: 50%;
    /*margin-left: -250px;
    width: 500px;*/
    margin-left: -1;
    width: 2px;
    background-color: #FFF;
    height: 518px;
    padding: 10px 30px 20px 30px;
    overflow: auto;
}

div.folderpopup img.close {
    float: right;
    margin-top: 5px;
    cursor: pointer;
}

@media (max-width: 500px)
{
    div.folderpopup {
        position: fixed;
        top: 0;
        left: 0;
        margin-left: 0;
        width: 100%;
        height: auto;
    }
}

/* Order demo */

.orderdemo {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.23);
    border-radius: 8px;
    padding: 20px;
    margin-top: 40px;
    font-size: 18px;
    font-weight: normal;
}

.orderdemo a {
    color: #707070;
}

.orderdemo--fullwidth {
    border-radius: 0;
}

.orderdemo .container {
    max-width: 100%;
}

.orderdemo__title {
    margin-bottom: 20px;
    line-height: 1;
    text-align: left;
    color: #707070;
}

.orderdemo input,
.orderdemo select,
.orderdemo textarea {
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    padding: 12px 6px;
    border-radius: 4px;
    margin-top: 10px;
    border: 2px solid #FFF;
}

.orderdemo input[type=text],
.orderdemo input[type=email],
.orderdemo select,
.orderdemo textarea {
    width: 100%;
    background-color: #ececec;
}

.orderdemo input[type=text].wpcf7-captchar {
    width: auto;
    max-width: 100%;
}

.orderdemo textarea {
    text-align: left;
    height: 7em;
    padding: 12px;
}

.orderdemo input[type=submit] {
    display: block;
    width: 100%;
}

.orderdemo .personvernerklaering {
    font-size: 18px;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.39;
    color: #707070;
}

.orderdemo .personvernerklaering input {
    margin-right: 10px;
}

.orderdemo .wpcf7-response-output {
    border: none !important;
    color: #fff;
    text-align: center;
}

@media (min-width: 768px) {
    .formrow {
        display: grid;
    }

    .formrow br {
        display: none;
    }

    .orderdemo {
        padding: 50px 40px;
    }

    .orderdemo .formrow {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        grid-column-gap: 16px;
        grid-row-gap: 16px;
    }

    .orderdemo .formrow--special .fakturaadresse {
        grid-column: auto / span 2;
    }

    .orderdemo .formrow--special .kurs {
        grid-column: auto / span 2;
    }

    .orderdemo .formrow--special .kommentar {
        grid-column: auto / span 5;
    }

    .orderdemo .formrow--flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-left: -8px;
        margin-right: -8px;
        grid-column-gap: 0;
        grid-row-gap: 0;
    }

    .orderdemo .formrow--flex .wpcf7-form-control-wrap {
        flex: 1 1 20%;
        margin: 0 8px 16px;
    }

    .orderdemo .formrow--flex .wpcf7-submit {
        flex: 0 0 auto;
        width: auto;
        margin-bottom: 16px;
        padding: 0 18px;
    }

    .orderdemo .submit--right {
        text-align: right;
    }

    .orderdemo .submit--right .wpcf7-submit {
        display: inline-block;
        width: auto;
        padding: 10px 18px;
    }
}

/* Content */

.content-with-sidebar {
    min-height: 300px;
    margin-top: 40px;
}

div.content table {
    width: 100%;
    border: 2px solid #bfbfbf;
    margin: 15px 0 15px 0;
}


@media (max-width: 1024px) {
    .content {
        overflow-x: auto;
    }   
}

.content img {
    max-width: 100%;
    height: auto;
}

div.content td, div.content th {
    border: 2px solid #bfbfbf;
    padding: 7px 10px 7px 10px;
}

.content--margin-top {
    margin-top: 40px;
}

/* Page */

.page-sidebar {
    margin-top: 50px;
    padding-bottom: 40px;
    border-top: 1px solid #B5B5B5;
    padding-top: 40px;
}

/*div.page-sidebar img {
    width: 160px;
    height: 160px;
    border-radius: 80px;
    -moz-border-radius: 80px;
}*/

div.page-sidebar {
    text-align: center;
}

@media (min-width: 992px)
{

    .content--margin-top {
        margin-top: 70px;
    }

    .content-with-sidebar {
        margin-top: 70px;
    }

    div.page-sidebar {
        margin-top: 75px;
        padding-top: 50px;
    }
    
    div.page-sidebar a.orderdemo-button {
        display: block;
        border-radius: 4px;
        font-size: 22px;
        font-weight: 600;
        text-align: center;
        padding: 10px 0 10px 0;
        margin-bottom: 25px;
        color: #FFF;
        background-color: #19ADA8;;
        text-decoration: none;
    }
}

/* Employees */

div.employee {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

div.employee img {
    width: 150px;
	height: 150px;
	border-radius: 75px;
	-webkit-border-radius: 75px;
	-moz-border-radius: 75px;
}

.employee a {
    color: inherit;
    cursor: pointer;
}

@media (max-width: 768px)
{
    div.employee {
        text-align: center;
    }
}

/* Blog */

div.blog-sidebar {
        margin-top: 140px;
        padding-left: 30px;
}

/* Footer */

div.footer {
    padding-top: 30px;
    padding-bottom: 30px;
}

div.footer p {
    font-size: 13px;
    line-height: 24px;
    color: #565656;
}

/* Stuff */

.padding-top-40 {
    padding-top: 40px;
}

.padding-bottom-40 {
    padding-bottom: 40px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.textalign-right {
    text-align: right;
}

.textalign-left {
    text-align: left;
}

.textalign-center {
    text-align: center;
}

.floatright {
    float: right;
}

/* Wordpress core */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/**
 * BG wrapper
 */
.bgwrapper {
    position: relative;
    background: #004577;
    padding: 0;
}

.bgwrapper__background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    z-index: 8;
}


.bgwrapper__background img {
    height: 295px;
    width: 100%;
    object-fit: cover;
    display: block;
    position: relative;
    z-index: 8;
}

@media (min-width: 400px) {
    .bgwrapper__background img {
        height: 200px;
    }
}

@media (min-width: 675px) {
    .bgwrapper__background img {
        height: 155px;
    }
}

@media (min-width: 768px) {
    .bgwrapper__background {
        bottom: 0;
    }

    .bgwrapper__background img {
        height: 100%;
    }
}


.bgwrapper__background::before {
    background: #004577;
    opacity: 0.75;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    bottom: 0;
    right: 0;
    display: block;
    z-index: 10;
}

.bgwrapper__title {
    color: #fff;
    padding: 0;
    position: relative;
    z-index: 15;
    margin: 30px 0 60px;
}

.bgwrapper__subtitle {
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    line-height: 30px;
    padding: 0;
    position: relative;
    z-index: 15;
    margin-bottom: 30px;
}

.iconboxes {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 15px;
    margin-top: 20px;
    position: relative;
    z-index: 15;
    margin-bottom: 70px;
}

.iconboxes__icon {
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
    color: #fff;
    background: #80a3bb;
    border-radius: 5px;
    padding: 8px 15px;
    text-decoration: none;
}

.iconboxes__icon img {
    display: block;
    margin-right: 15px;
    width: 42px;
    height: 32px;
    object-fit: contain;
}

.iconboxes__icon--button {
    justify-content: center;
    background: #d81920;
    text-decoration:none;
    min-height: 65px;
    box-sizing: border-box;
}

.iconboxes__icon--button:hover,
.iconboxes__icon--button:visited,
.iconboxes__icon--button:active {
    color: #fff;
    background: #b3151a;
    text-decoration: none;
}

@media (min-width: 768px) {
    .bgwrapper {
        padding: 70px 0;
        background-size: cover;
        background-position: 50% 50%;
    }

    .iconboxes {
        grid-template-columns: 1fr 1fr 1fr;
        grid-column-gap: 15px;
        margin-top: 40px;
    }

    .iconboxes__icon--2column,
    .iconboxes__icon--3column {
        justify-content: center;
    }

    .iconboxes__icon--3column {
        grid-column: auto / span 3;
    }

    .iconboxes__icon--2column {
        grid-column: auto / span 2;
    }

    .iconboxes__icon {
        min-height: 65px;
        font-size: 17px;
        word-break: break-word;
    }
}

.demo-button {
    grid-row: 2;   
}

@media (min-width: 1024px) {
    .iconboxes {
        max-width: 80%;
    }

    .iconboxes__icon {
        font-size: 20px;
    }
}

/**
 * Newsboxes section
 */
.newsboxes {
    margin: 70px 30px;
}

.newsboxes--titled {
    margin-top: 25px;
}

.newsboxes__title {
    margin-top: 25px;
    text-align: left;
    padding-top: 0;
}

.newsboxes__item {
    margin-bottom: 50px;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.14);
    background-color: #f8f8f8;
    text-align: left;
}

.newsboxes__item__image {
    width: 100%;
    height: auto;
    display: block;
}

.newsboxes__item__content {
    padding: 25px;
}

.newsboxes__item__content h3 {
    color: #000;
}

.newsboxes__item__content h3 a {
    color: #000;
    text-decoration: none;
}

.newsboxes__item__button {
    padding: 0;
}

.newsboxes__item .button {
    margin-top: 5px;
}

.newsboxes__navigation a {
    font-weight: 600;
    color: #004677;
    font-size: 20px;
    line-height: 1.25;
    text-decoration: none;
}

.newsboxes__navigation a:hover,
.newsboxes__navigation a:focus {
    text-decoration: underline;
}

.newsboxes__navigation {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.newsboxes__navigation__next,
.newsboxes__navigation__prev {
    flex: 1 1 50%;
}

.newsboxes__navigation__next {
    text-align: right;
}

@media (min-width: 768px) {
    .newsboxes {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-column-gap: 35px;
        grid-row-gap: 80px;
        margin: 100px 0;
    }

    .newsboxes--titled {
        margin-top: 25px;
    }

    .newsboxes__title {
        margin-top: 40px;
    }

    .newsboxes__item__image {
        width: 100%;
        height: 150px;
        object-fit: cover;
    }

    .newsboxes__item {
        margin-bottom: 0;
        display: flex;
        flex-direction: column;
    } 

    .newsboxes__item__content {
        flex: 1 1 50%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .newsboxes__item .button {
        margin-top: 5px;
    }
}

/**
 * Iconfields and iconrightfield (front page)
 */
.iconfields {
    background: #f6f6f6;
    padding: 60px;
}

.iconfields__item {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    text-align: center;
    color: #545454;
    max-width: 500px;
    margin: 0 auto 70px;
}

.iconfields__item p {
    font-size: 16px;
    line-height: 1.33;
}

.iconfields__item:last-child {
    margin-bottom: 0;
}

.iconfields__item__image {
    width: 225px;
    height: 145px;
    object-fit: contain;
}

.iconfields__item__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin-bottom: 10px;
  color: #000000;
}

.iconrightfield {
    margin: 70px 0;
    padding: 0 60px;
}

.iconrightfield__image {
    margin: 0 auto;
    display: block;
}

.iconrightfield__image img {
    display: block;
    margin: 0 auto 25px;
    width: 135px;
    height: 135px;
    object-fit: contain;
}

.iconrightfield__content p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    text-align: center;
    color: #545454;
}

.iconrightfield__title {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1;
    text-align: center;
    color: #000000;
}

@media (min-width: 768px) {
    .iconfields__wrapper {
        display: flex;
        justify-content: space-between;
        margin: 0 -20px;
    }

    .iconfields__item {
        flex: 0 1 290px;
        margin: 0 20px;
    }

    .iconfields__item p {
        font-size: 20px;
        line-height: 1.25;
    }

    .iconfields__item__title {
        font-size: 22px;
        font-weight: bold;
        line-height: 1.14;
        color: #004677;
    }

    .iconrightfield {
        display: flex;
        max-width: 900px;
        margin: 110px auto;
        padding: 0;
    }

    .iconrightfield__content {
        order: 1;
        flex: 1 1 75%;
        padding-right: 75px;
    }

    .iconrightfield__image {
        flex: 1 1 25%;
        padding-left: 25px;
        order: 2;
    }

    .iconrightfield__image img {
        width: 240px;
        height: 240px;
    }

    .iconrightfield__title {
        font-size: 30px;
        line-height: 1.17;
        text-align: left;
        color: #004677;
    }

    .iconrightfield__content p {
        font-size: 20px;
        line-height: 1.5;
        text-align: left;
    }
}

/**
 * Icongrid
 */
.icongrid {
    margin: 25px 0;
}

.icongrid__item {
    margin-bottom: 20px;
    text-align: center;
}

.icongrid__item a {
    text-decoration: none;
    color: inherit;
}

.icongrid__item__icon {
    width: 80px;
    height: 60px;
    object-fit: contain;
    display: block;
    margin: 0 auto 10px;
}

@media (min-width: 768px) {
    .icongrid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-column-gap: 50px;
        grid-row-gap: 30px;
    }

    .icongrid__item {
        margin-bottom: 0;
    }
}

@media (min-width: 967px) {
    .icongrid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-column-gap: 100px;
        grid-row-gap: 50px;
        margin: 50px 0;
    }

    .icongrid__item {
        margin-bottom: 0;
    }
}


/**
 * Contact boxes
 */
.contactboxes {
    text-align: center;
    color: #545454;
    margin-top: 50px;
    position: relative;
    z-index: 5;
}

.contactboxes__box p {
    margin-bottom: 10px;
}

.contactboxes__box--phone::before {
    content: "";
    display: block;
    margin: 0 auto 30px;
    background: url(./images/ikon-telefon.svg) no-repeat 50% 50%;
    width: 57px;
    height: 57px;
    background-size: contain;
}

.contactboxes__box {
    margin-bottom: 50px;
}

.contactboxes__box--location::before {
    content: "";
    display: block;
    margin: 0 auto 30px;
    background: url(./images/adresse-ikon.svg) no-repeat 50% 50%;
    width: 44px;
    height: 58px;
    background-size: contain;
}

.contactboxes__box a {
    color: inherit;
}

.contactboxes__box__map {
    margin: 0 -15px;
}

.contactboxes iframe {
    width: 100%;
    height: 250px;
}

@media (min-width: 768px) {
    .contactboxes {
        display: flex;
        margin: -80px -20px 0;
    }

    .contactboxes__box {
        background: #fff;
        border-radius: 8px;
        padding: 60px;
        margin: 0 20px;
        width: auto;
        width: calc(50% - 40px);
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.23);
    }

    .contactboxes__box--location {
        display: flex;
        flex-direction: column;
    }

    .contactboxes__box__map {
        margin: 40px -60px -60px;
        flex-grow: 1;
    }

    .contactboxes__box__map iframe {
        height: 100%;
    }
}

/**
 * Div
 */
.container--contact {
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .container--contact {
        margin-bottom: 100px;
    }
}


/** Button style */

.button,
.wpcf7-submit {
    background: #d8191f;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
    padding: 8px 16px;
    text-decoration: none;
}

.button:hover,
.button:visited,
.button:active,
.wpcf7-submit:hover,
.wpcf7-submit:visited,
.wpcf7-submit:active {
    color: #fff;
    background: #b3151a;
    text-decoration: none;
}

.button--more::after,
.wpcf7-submit::after {
    content: "";
    display: inline-block;
    margin-left: 5px;
    background: no-repeat 50% 50% url(images/les-mer-ikon.svg);
    background-size: contain;
    width: 6px;
    height: 9px;
    vertical-align: middle; 
}
</pre></body></html>