﻿/*! * Start Bootstrap - Scrolling Nav (http://startbootstrap.com/) * Copyright 2013-2016 Start Bootstrap * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE) */

body {
    width: 100%;
    height: 100%;
    font-family: Montserrat-Light;
    font-size: 2em;
}

h1, h2, h3, h4, h5 {
    font-family: Montserrat-ExtraLight;
}

h1 {
    text-transform: uppercase;
    margin-bottom: 1em;
}

h2 {
    font-size: 1.3em;
}

p {
    font-family: Montserrat-Light;
}

html {
    width: 100%;
    height: 100%;
}

@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
    }
}

@font-face {
    font-family: 'Montserrat-Light';
    src: url('/fonts/Montserrat-Light.eot');
    src: url('/fonts/Montserrat-Light.woff2') format('woff2'), url('/fonts/Montserrat-Light.woff') format('woff'), url('/fonts/Montserrat-Light.ttf') format('truetype'), url('/fonts/Montserrat-Light.svg#Montserrat-Light') format('svg'), url('/fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('/fonts/Montserrat-Regular.eot');
    src: url('/fonts/Montserrat-Regular.woff2') format('woff2'), url('/fonts/Montserrat-Regular.woff') format('woff'), url('/fonts/Montserrat-Regular.ttf') format('truetype'), url('/fonts/Montserrat-Regular.svg#Regular-Light') format('svg'), url('/fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-ExtraLight';
    src: url('/fonts/Montserrat-ExtraLight.eot');
    src: url('/fonts/Montserrat-ExtraLight.woff2') format('woff2'), url('/fonts/Montserrat-ExtraLight.woff') format('woff'), url('/fonts/Montserrat-ExtraLight.ttf') format('truetype'), url('/fonts/Montserrat-ExtraLight.svg#Montserrat-ExtraLight') format('svg'), url('/fonts/Montserrat-ExtraLight.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

.padding-top {
    padding-top: 2em;
}

.ajaxstuff .error {
    color: red;
}

.intro-section {
    height: 600px;
    padding-top: 70px;
    text-align: center;
    background: url("/images/baggrund-gradient.png") repeat-x #f1f1f1;
}

.prikker {
    background: url("/images/prikker.png") repeat-x center #f1f1f1;
    min-height: 115px;
    background-clip: content-box;
    background-position-x: 1px;
}

.cirkel-mail {
    background: url("/images/cirkel-mail.png") no-repeat center center #f1f1f1;
    min-height: 115px;
}

.cirkel-bank {
    background: url("/images/rod-cirkel-bank.png") no-repeat center center #f1f1f1;
    min-height: 115px;
}

.cirkel-rate {
    background: url("/images/rod-cirkel-rate.png") no-repeat center center #f1f1f1;
    min-height: 115px;
}

.cirkel-forbruger {
    background: url("/images/rod-cirkel-forbruger.png") no-repeat center center #f1f1f1;
    min-height: 115px;
}

.cirkel-flueben {
    background: url("/images/cirkel-flueben.png") no-repeat center center #f1f1f1;
    min-height: 115px;
}

.cirkel-skjold {
    background: url("/images/cirkel-skjold.png") no-repeat center center #f1f1f1;
    min-height: 115px;
}

.bottom-red-hero-section {
    height: 330px;
    padding-top: 100px;
    text-align: center;
    background: #be2343 repeat url("/images/julemonster.png");
    color: white;
}

.download-section {
    height: 600px;
    padding-top: 100px;
    text-align: center;
    background: #ab1035;
    color: white;
}

    .download-section a, .download-section a:visited {
        color: white;
    }

        .download-section a:hover {
            color: white;
        }

    .download-section p {
        padding-bottom: 50px;
    }

.gron-cirkel {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.gron-cirkel-aeble {
    background: url("/images/gron-cirkel-aeble.png") no-repeat center center transparent;
    min-height: 118px;
}

    .gron-cirkel-aeble:hover {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }

.gron-cirkel-download {
    background: url("/images/gron-cirkel-download.png") no-repeat center center transparent;
    min-height: 118px;
}

    .gron-cirkel-download:hover {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }

.gron-cirkel-iphone {
    background: url("/images/gron-cirkel-iphone.png") no-repeat center center transparent;
    min-height: 118px;
}

    .gron-cirkel-iphone:hover {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }

.gron-cirkel-windows {
    background: url("/images/gron-cirkel-windows.png") no-repeat center center transparent;
    min-height: 118px;
}

    .gron-cirkel-windows:hover {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }

.gron-cirkel-android {
    background: url("/images/gron-cirkel-android.png") no-repeat center center transparent;
    min-height: 118px;
}

    .gron-cirkel-android:hover {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }

    
.rod-hero-section .margin-top{
    margin-top: 3em;
}

.rod-hero-section {
    height: 516px;
    text-align: center;
    padding-top: 10px;
    background: #be2343 repeat url("/images/julemonster.png");
    color: white;
    font-family: Montserrat-ExtraLight;
    font-size: 1.5em;
}

.hero-section {
    height: 516px;
    text-align: center;
    padding-top: 10px;
    background: url("/images/hero.png") no-repeat center bottom #000;
    color: white;
    font-family: Montserrat-ExtraLight;
    font-size: 1.5em;
}

    .hero-section .container {
        padding-top: 100px;
        height: 100%;
    }

span.gron-skjold-flueben {
    background: url("/images/gron-skjold-flueben.png") no-repeat center center;
    width: 21px;
    height: 24px;
    content: ' ';
    display: inline-block;
}

.show-eula, .show-eula:hover, .show-eula:active, .show-eula:visited {
    color: white;
}

.accept-eula {
    background-color: #acc75f;
    border: 0;
}

    .accept-eula:hover, .accept-eula:active {
        background-color: #839845;
        border: 0;
    }

.bs-eula-modal-lg .modal-header {
    border-radius: 5px 5px 0 0;
    background-color: #be1438;
    color: white;
    font-family: Montserrat-Regular;
}

.bs-eula-modal-lg .modal-body {
    font-family: 'Times New Roman';
    margin: 12pt;
    line-height: 1.6em;
}

    .bs-eula-modal-lg .modal-body p {
        padding-top: 1em;
    }

.cta-button {
    margin-top: 50px;
    font-family: Montserrat-Light;
    color: white;
    text-transform: uppercase;
    font-size: .6em;
    background-color: #acc75f;
    border-radius: 24px;
    height: 48px;
    line-height: 48px;
    padding-top: 0;
    padding-left: 1.5em;
    padding-right: 1.5em;
    border: solid 1px white;
}

    .cta-button:hover {
        color: white;
    }

    .cta-button > .glyphicon {
        font-size: .8em;
        padding-left: .5em;
    }


.chili-logo-left-top {
    background: url("/images/chili-logo.svg") no-repeat left -25px;
    background-size: 180px 130px;
}

.hero-section p {
    font-family: inherit;
    line-height: 2em;
}

.hero-section .row, .hero-section .col-lg-12 {
    height: 50%;
}

.hero-section .col-lg-12 {
    padding-bottom: 20px;
}

span.produktnavn {
    font-family: Montserrat-Regular;
    font-weight: bold;
}

.no-left-padding {
    padding-left: 0;
}

.rod-bar {
    height: 33px;
    background-color: #be1438;
    color: white;
    font-family: Montserrat-Regular;
    font-size: .8em;
    vertical-align: middle;
    line-height: 33px;
}

.gron-bar {
    height: 33px;
    background-color: rgb(172, 199, 95);
    color: white;
    font-family: Montserrat-Regular;
    font-size: .8em;
    vertical-align: middle;
    line-height: 33px;
}

.rod-bar-telefon {
    background: url(/images/rod-bar-telefon.png) no-repeat left center;
    padding-left: 20px;
}

.rod-bar-saks {
    background: url(/images/rod-bar-saks.png) no-repeat left center;
    padding-left: 34px;
}

.rod-bar-praemie {
    background: url(/images/rod-bar-praemie.png) no-repeat left center;
    padding-left: 26px;
}

.rod-bar-person {
    background: url(/images/rod-bar-person.png) no-repeat left center;
    padding-left: 26px;
}

.padding-nul {
    padding: 0;
}

.rod-cirkel-tekst {
    font-size: .9em;
    font-family: Montserrat-Light;
}

.rod-cirkel-div-left {
    padding-right: 5em;
    padding-left: 3em;
}

.rod-cirkel-div-mid {
    padding-right: 4em;
    padding-left: 4em;
}

.rod-cirkel-div-right {
    padding-right: 2em;
    padding-left: 3.8em;
}

.info-section {
    min-height: 350px;
    padding-top: 50px;
    text-align: center;
    background: #f1f1f1;
    position: relative;
    padding-bottom: 1em;
}

.list-section {
    background: top left url("/images/baggrund-gradient.png") repeat-x #f1f1f1;
    padding-top: 50px;
    text-align: center;
    position: relative;
}

.rod-liste-nummer{
    display: block;
    height: 80px;
    width: 80px;
    border-radius: 40px;
    background-color: #be1438;
    color: white;
    line-height: 80px;
    font-size: 2.5em;
    position: relative;
    bottom: 20px;
    float: right;
}

.liste-item{
    margin-bottom: 1em;

}

.liste-tip{
    text-align: left;
}

.gron-tekst{
    color: #94b236;
}

.support-section {
    text-align: center;
    background: url("/images/baggrund-gradient.png") repeat-x #f1f1f1;
    height: 500px;
    padding-top: 70px;
}

.support-input-row > div{
    margin-bottom: 1em;
}

.support-form-container{
    padding-bottom: 3em;
}

.support-section textarea{
    min-height: 7em;
}

.support-form-submit{
    background-color: #abc65c;
    border-radius: 2px;
    border-bottom: solid 2px #82a124;
    color: #fff;
}

.gron-telefonror{
    width: 24px;
    height: 24px;
    display: inline-block;
    background: no-repeat center center url("/images/gron-lille-telefon.png");
}

.forbruger-styrelsen{
    font-weight: bold;
    letter-spacing: 2px;
}

span.forbruger-styrelsen-logo{
    display: inline-block;
    width: 31px;
    height: 32px;
    margin-right: .2em;
    background: no-repeat center center url("/images/forbruger-krone.png");
    position: relative;
    top: 5px;
}

.support-efterlad-besked{
    margin-top: 3em;
    margin-bottom: 3em;
}

.support-section.min-height {
    min-height: 500px;
    height: auto;
}

    .support-section h1 {
        font-family: Montserrat-ExtraLight;
        margin-bottom: .5em;
    }

    .support-section p {
        font-family: Montserrat-Light;
    }

        .support-section p a, .support-section p a:active, .support-section p a:hover {
            color: black;
            text-decoration: none;
        }

        .support-section p.gron-tekst a, .support-section p.gron-tekst a:active, .support-section p.gron-tekst a:hover {
            color: #94b236;
            text-decoration: none;
        }

.support-ikon {
    height: 64px;
    content: ' ';
    display: inline-block;
    width: 64px;
    margin: 1em;
    margin-top: 80px;
}

.support-ikon-mail {
    background: url(/images/support-ikon-papirfly.png) no-repeat center center #f1f1f1;
}

.support-ikon-iphone {
    background: url(/images/support-ikon-iphone.png) no-repeat center center #f1f1f1;
}

.gron-support-ikon-mail {
    background: url(/images/gron-papirfly.png) no-repeat center center #f1f1f1;
}

.gron-support-ikon-iphone {
    background: url(/images/gron-iphone.png) no-repeat center center #f1f1f1;
}

.skjold-logo-stort {
    background: url(/images/skjold-stort-ikon.png) no-repeat left center transparent;
    background-size: contain;
    min-height: 222px;
    clear: none;
    position: absolute;
    bottom: 110px;
    margin-left: 2.5em;
}

.padding-box-left {
    padding-left: 1.3em;
}

.padding-bottom {
    margin-bottom: 3em;
}

.about-section {
    height: 100%;
    padding-top: 150px;
    text-align: center;
    background: #eee;
}

.services-section {
    height: 100%;
    padding-top: 150px;
    text-align: center;
    background: #fff;
}

.contact-section {
    height: 100%;
    padding-top: 150px;
    text-align: center;
    background: #eee;
}

/*chili media queries*/

@media (min-width:992px) and (max-width:1199px){
	

.col-lg-2 {    width: 16.66666667%;}

.col-lg-4 {    width: 33.33333333%;}

.col-lg-8 {    width: 66.66666667%;}

.col-lg-10 {    width: 83.33333333%;}

.col-lg-12{width:100%;}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3,
.col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {    float: left;}

.col-lg-offset-1 {    margin-left: 8.33333333%;}

.col-lg-offset-2 {    margin-left: 16.66666667%;}

.col-lg-offset-3 {    margin-left: 25%;}

.col-lg-offset-6 {    margin-left: 50%;}

.col-lg-push-1 {    left: 8.33333333%;}

.col-lg-push-4 { left: 33.33333333%;}

.col-lg-4.col-lg-push-4.text-center {    width: 100%;	left:auto;}

.cta-button{ margin-top: 50px;}

.skjold-logo-stort{	margin-left: 2.5em;}

.cirkel-bank, .cirkel-rate, .cirkel-forbruger { background-size: contain;}
	
}


@media (min-width: 768px) and (max-width:991px){
	
.col-lg-2 { width: 20%;}

.col-lg-4 { width: 33%;}

.col-lg-8 { width: 71%;}

.col-lg-10 { width: 80%;}

.col-lg-12{ width:100%;}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3,
.col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {    float: left;}

.col-lg-offset-1 {    margin-left: 10.333333%;}

.col-lg-offset-2 {    margin-left: 16.666667%;}
	
.col-lg-offset-3 {    margin-left: 30%;}

.col-lg-offset-6 {    margin-left: 50%;}

.col-lg-push-1 {    left: 8.33333333%;}

.col-lg-push-4 {    left: 33.33333333%;}

.col-lg-4.col-lg-push-4.text-center {    width: 100%;	left:auto;}

.rod-cirkel-div-left {    padding-right: 0em;    padding-left: 0em;}

.rod-cirkel-div-mid {    padding-right: 0em;    padding-left: 1em;}

.rod-cirkel-div-right {    padding-right: 0em;    padding-left: 0em;}

.cirkel-bank, .cirkel-rate, .cirkel-forbruger {    background-size: contain;}

.col-lg-offset-3.col-lg-2.cirkel-rate{	margin-left: 20%!important;}

.col-lg-offset-3.col-lg-2.cirkel-forbruger{	margin-left: 20%!important;}

.bottom-red-hero-section{	padding-top:50px;}

.cta-button{	margin-top: 20px;}

#support .row .col-lg-4{	width: 36%;}

.row.support-input-row .col-lg-4, .row.support-input-row .col-lg-4.col-lg-offset-2 {	width: 40%!important;}

.row.support-input-row .col-lg-4.col-lg-offset-2 {	width: 40%;	margin-left: 12%;}

.row.support-input-row .col-lg-8.col-lg-offset-2{	width: 80%;	margin-left: 12%;}

.skjold-logo-stort{
	    margin-left: 0.5em;}

}

@media (min-width: 640px) and (max-width: 767px){
	
.col-lg-2 {    width: 19.5%;}

.col-lg-4 {    width: 32%;}

.col-lg-8 {    width: 71%;}

.col-lg-10 {    width: 80%;}

.col-lg-12{width:100%;}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3,
.col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {    float: left;}

.col-lg-offset-1 {    margin-left: 9%;}

.col-lg-offset-2 {    margin-left: 12%;}
.col-lg-offset-3 {    margin-left: 25%;}

.col-lg-offset-6 {    margin-left: 50%;}

.col-lg-push-1 {    left: 10%;}

.col-lg-push-4 {    left: 33.33333333%;}

.col-lg-4.col-lg-push-4.text-center {    width: 100%;	left:auto;}

.rod-cirkel-div-left {    padding-right: 0em;    padding-left: 2em;}

.rod-cirkel-div-mid {    padding-right: 0em;    padding-left: 2em;}

.rod-cirkel-div-right {    padding-right: 0em;    padding-left: 3em;}

.col-lg-2.cirkel-bank, .col-lg-offset-3.col-lg-2.cirkel-rate,
.col-lg-offset-3.col-lg-2.cirkel-forbruger{	    width: 23.5%;}

.cirkel-bank, .cirkel-rate, .cirkel-forbruger {    background-size: contain;}

.col-lg-offset-3.col-lg-2.cirkel-rate{	margin-left: 15%!important;}

.col-lg-offset-3.col-lg-2.cirkel-forbruger{	margin-left: 14.5%!important;}

.rod-hero-section{	height:556px;}

.bottom-red-hero-section{	padding-top:50px;   height: 350px;}

.cta-button{	margin-top: 10px;}

.col-lg-10.col-lg-offset-1{	width: 84%;	margin-left: 8%;}

#support .row .col-lg-4{	width: 41%;}

.row.support-input-row .col-lg-4, .row.support-input-row .col-lg-4.col-lg-offset-2 {	width: 45%!important;}

.row.support-input-row .col-lg-4.col-lg-offset-2 {	margin-left: 4%;}

.row.support-input-row .col-lg-8.col-lg-offset-2{	width: 90%;	margin-left: 4%;}

.skjold-logo-stort{	    margin-left: 0.5em;}

.chili-logo-left-top {    background-position: 5% -10%;}

}


@media (min-width: 520px) and (max-width: 639px){
	
	.col-lg-2 {    width: 19.5%;}

.col-lg-4 {    width: 32%;}

.col-lg-8 {    width: 71%;}

.col-lg-10 {    width: 94%;}

#list .col-lg-10 {    width: 80%;}

.col-lg-12{width:100%;}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3,
.col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {    float: left;}

.col-lg-offset-1 {    margin-left: 9%;}

.col-lg-offset-2 {    margin-left: 12%;}
.col-lg-offset-3 {    margin-left: 25%;}

.col-lg-offset-6 {    margin-left: 50%;}

.col-lg-push-1 {    left: 3%;}

.col-lg-push-4 {    left: 33.33333333%;}

.col-lg-4.col-lg-push-4.text-center {    width: 100%;	left:auto;}
	
.rod-cirkel-div-left {    padding-right: 0em;    padding-left: 1em;}

.rod-cirkel-div-mid {    padding-right: 0em;    padding-left: 9%;}

.rod-cirkel-div-right {    padding-right: 0em;    padding-left: 12%;}

.col-lg-2.cirkel-bank, .col-lg-offset-3.col-lg-2.cirkel-rate,
.col-lg-offset-3.col-lg-2.cirkel-forbruger{	    width: 23.5%;}

.col-lg-offset-3.col-lg-2.cirkel-rate{	margin-left: 14%!important;}

.col-lg-offset-3.col-lg-2.cirkel-forbruger{	margin-left: 14.5%!important;}

.rod-hero-section{	height: 575px;}

.cirkel-bank, .cirkel-rate, .cirkel-forbruger {    background-size: contain;}

.bottom-red-hero-section{	padding-top: 25px;	height: 390px;}

.cta-button{	margin-top: 10px;}

.col-lg-10.col-lg-offset-1{	width: 95%;	margin-left: 5%;}

#support .row .col-lg-4{	width: 41%;}

.row.support-input-row .col-lg-4, .row.support-input-row .col-lg-4.col-lg-offset-2 {	width: 94%!important;}

.row.support-input-row .col-lg-4.col-lg-offset-2 {	margin-left: 0%;}

.row.support-input-row .col-lg-8.col-lg-offset-2{	width: 94%;	margin-left: 0%;}

.skjold-logo-stort{	    margin-left: 0.5em;}

.chili-logo-left-top {    background-position: 5% -9%;}

}

@media (min-width: 400px) and (max-width: 519px){

.col-lg-2 {    width: 64%;}

.col-lg-4 {    width: 32%;}

.col-lg-8 {    width: 100%;}

.col-lg-10 {    width: 100%;}

.col-lg-12{width: 100%;}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3,
.col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {    float: left;}

.col-lg-offset-1 {    margin-left: 9%;}

.col-lg-offset-2 {    margin-left: 4%;}

.col-lg-offset-3 {    margin-left: 1%;}

.col-lg-offset-6 {    margin-left: 0%;}

.col-lg-push-1 {    left: 0%;}

.col-lg-push-4 {    left: 33.33333333%;}

.col-lg-4.col-lg-push-4.text-center {    width: 100%;	left:auto;}

.rod-cirkel-div-left {    padding-right: 0em;    padding-left: 1em;}

.rod-cirkel-div-mid {    padding-right: 0em;   padding-left: 5%;}

.rod-cirkel-div-right {    padding-right: 0em;    padding-left: 13%;}

.col-lg-2.cirkel-bank, .col-lg-offset-3.col-lg-2.cirkel-rate,
.col-lg-offset-3.col-lg-2.cirkel-forbruger{	    width: 26%;}

.col-lg-offset-3.col-lg-2.cirkel-rate{	margin-left: 10%;}

.col-lg-offset-3.col-lg-2.cirkel-forbruger{	margin-left: 10%;}

.rod-hero-section{	height: 670px;}

.rod-hero-section .margin-top {    margin-top: 18%;}

.bottom-red-hero-section{	padding-top: 40px;	height: 450px;}

.cta-button{	margin-top: 10px;}

.col-lg-10.col-lg-offset-1{	width: 99%;	margin-left: 4%;}

#support .row .col-lg-4{	width: 97%;}

.row.support-input-row .col-lg-4,
.row.support-input-row .col-lg-4.col-lg-offset-2 {	width: 98%!important;}

.row.support-input-row .col-lg-4.col-lg-offset-2 {	margin-left: 0%;}

.row.support-input-row .col-lg-8.col-lg-offset-2{	width: 98%;	margin-left: 0%;}

.skjold-logo-stort{	margin-left: 26%;	min-height: 150px;	bottom: auto;	position: relative;}

.chili-logo-left-top {    background-position: 5% -8%;}

.intro-section{	height: 630px;}

.prikker{	min-height: 80px;}

.cirkel-bank, .cirkel-rate, .cirkel-forbruger {    min-height: 80px;    background-size: contain;}

.liste-tip {    text-align: center;}

.text-left {    text-align: center;}

h2.rod-cirkel-tekst {    word-break: break-word;}

}


@media (max-width: 399px){

.col-lg-2 {    width: 64%;}

.col-lg-4 {    width: 32%;}

.col-lg-8 {    width: 100%;}

.col-lg-10 {    width: 100%;}

.col-lg-12{width: 100%;}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3,
.col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {    float: left;}

.col-lg-offset-1 {    margin-left: 9%;}

.col-lg-offset-2 {    margin-left: 4%;}

.col-lg-offset-3 {    margin-left: 1%;}

.col-lg-offset-6 {    margin-left: 0%;}

.col-lg-push-1 {    left: 0%;}

.col-lg-push-4 {    left: 33.33333333%;}

.col-lg-4.col-lg-push-4.text-center {    width: 100%;	left:auto;}

.rod-cirkel-div-left {    padding-right: 0em;    padding-left: 4%;}

.rod-cirkel-div-mid {    padding-right: 0em;    padding-left: 6%;}

.rod-cirkel-div-right {    padding-right: 0em;    padding-left: 6%;}

.col-lg-2.cirkel-bank, .col-lg-offset-3.col-lg-2.cirkel-rate,
.col-lg-offset-3.col-lg-2.cirkel-forbruger{	width: 26%;}

.col-lg-offset-3.col-lg-2.cirkel-rate{	margin-left: 10%!important;}

.col-lg-offset-3.col-lg-2.cirkel-forbruger{	margin-left: 10%!important;}

.rod-hero-section{	height: 750px;}

.rod-hero-section .margin-top {    margin-top: 18%;}

.bottom-red-hero-section{	padding-top: 40px;	height: 550px;}

.cta-button{	margin-top: 10px;}

.col-lg-10.col-lg-offset-1{	width: 93%;	margin-left: 6%;}

#support .row .col-lg-4{	width: 97%;}

.row.support-input-row .col-lg-4,
.row.support-input-row .col-lg-4.col-lg-offset-2 {	width: 98%!important;}

.row.support-input-row .col-lg-4.col-lg-offset-2 {	margin-left: 0%;}

.row.support-input-row .col-lg-8.col-lg-offset-2{	width: 98%;	margin-left: 0%;}

.skjold-logo-stort{	margin-left: 26%;	min-height: 150px;	bottom: auto;	position: relative;}

.chili-logo-left-top {    background-position: 10% -6%;}

.intro-section{	height: 700px;}

.prikker{	min-height: 80px;}

.cirkel-bank, .cirkel-rate, .cirkel-forbruger {    min-height: 80px;    background-size: contain;}

.gron-bar{	min-height: 66px!important;}

.liste-item {    margin-bottom: 2em;}

.liste-tip {    text-align: center;}

.padding-top {    padding-top: 1em;}

.support-section{	padding-top:45px;}

.text-left {    text-align: center;}

.rod-cirkel-tekst {
    word-break: break-word;}

}


