﻿/* 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, 
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;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Main CSS start */
body {
    background: #fff;
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
}

#content-intro {
    width: 100%;
    margin: 240px auto;
     z-index: 2000;
     text-align: center;

}
#content-intro h1 {
    text-align: center;
    margin: 0px 0px 50px 0px;
}

#content-intro p a {
    font-size: 30px;
    font-weight: 400;
    color: #333;
    text-decoration: none;
    letter-spacing: 1px;
    margin: 0px;
    padding: 10px 35px;
    background: #fff;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

#content-intro p a.priv {
    margin-right: 40px;
    margin-bottom: 20px;
}

#content-intro p a:hover {
    background: #4680aa;
    padding: 10px 35px;
    text-shadow: 0px 0px #4680aa;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: #fff;
}

#content-intro p {
    font-size: 30px;
    font-weight: 200;
    color: #fff;
    text-decoration: none;
    letter-spacing: 1px;
    margin: 20px;
    padding: 0;
}

/* Navigation */
#logo-phone {
    display: none;
}

.addresspoint-navigation {
    width: 100%;
    height: 80px;
    background: #fff;
    border-bottom: 4px solid #e2e2e2;
    position: fixed;
    top:0px;
}

.addresspoint-navigation #menu {
    width: 980px;
    margin: 0 auto;
    padding: 20px 0px 0px 0px;
}

.addresspoint-navigation #menu a img{
    float: left;
    text-decoration: none;
    margin: 0px 250px 0px 0px;
}

.addresspoint-navigation #menu li img{
    float: right;
}

.addresspoint-navigation #menu-login {
    width: 980px;
    margin: 0 auto;
    padding: 20px 0px 0px 0px;
    text-align: center;
}

.addresspoint-navigation #menu-login a img{
    text-decoration: none;
    margin: 0px auto;
}

.addresspoint-navigation #menu-login li img{
    float: right;
}

.addresspoint-navigation #menu li a{
    font-size: 18px;
    font-weight: 300;
    color: #333;
    text-decoration: none;
    float: left;
    margin: 4px 6px 0px 5px;
    padding: 10px 20px;
}

.addresspoint-navigation #menu li a:hover{
    color: #fff;
    font-weight: 300;
    text-decoration: none;
    background: #4680aa;
        -moz-border-radius: 20px;
        border-radius: 20px;
}

.addresspoint-navigation #menu li a.active{
    color: #fff;
    font-weight: 300;
    text-decoration: none;
    background: #4680aa;
        -moz-border-radius: 20px;
        border-radius: 20px;
}

.addresspoint-navigation #menu li.last a{
    font-size: 18px;
    font-weight: 300;
    color: #333;
    text-decoration: none;
    float: left;
    padding: 10px 20px;
        margin: 4px 6px 0px 5px;
}

.addresspoint-navigation #menu li.last a:hover{
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
    float: left;
    padding: 10px 20px;
    background: #4680aa;
        -moz-border-radius: 20px;
        border-radius: 20px;
}

.addresspoint-navigation #menu li.last a.active{
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
    float: left;
    padding: 10px 20px;
    background: #4680aa;
        -moz-border-radius: 20px;
        border-radius: 20px;
}

.addresspoint-navigation #menu li.last a:before {	
    content: url(../Content/Images/lock-blue.png)'';
    margin: 0px 0px 0px 0px;
}

.addresspoint-navigation #menu li.last a:hover:before {	
    content: url(../Content/Images/lock-white.png)'';
    margin: 0px 0px 0px 0px;
}

.addresspoint-navigation #menu li.last a.active:before {	
    content: url(../Content/Images/lock-white.png)'';
    margin: 0px 0px 0px 0px;
}

/* Buttons */
.btn-login {
    width: 240px !important;
}

/* Content */
.main-intro {
    width: 100%;
    height: 220px;
    background: url(../Content/Images/startpage-intro-bg.jpg) center top no-repeat;
    text-align: center;
    padding: 180px 0px 0px 0px;
    margin: 80px 0px 0px 0px;
}

.main-intro-tjanster {
    width: 100%;
    height: 182px;
    background: url(../Content/Images/intro-tjanster-bg.jpg) center top no-repeat;
    text-align: center;
    padding:0px;
    margin: 80px 0px 0px 0px;
}

.main-intro-case {
    width: 100%;
    height: 182px;
    background: url(../Content/Images/intro-case-bg.jpg) center top no-repeat;
    text-align: center;
    padding:0px;
    margin: 80px 0px 0px 0px;
}

.main-intro-kontakt {
    width: 100%;
    height: 182px;
    background: url(../Content/Images/kontakt-intro-bg.jpg) center top no-repeat;
    text-align: center;
    padding:0px;
    margin: 80px 0px 0px 0px;
}

.main-intro h1 {
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    text-shadow: 2px 2px #383539;
}

.container-contact{
    width: 100%;
    background: url(../Content/Images/login-intro-bg.jpg) center top no-repeat;
    height:900px;
    text-align: center;
    padding: 40px 0px 50px 0px;
    margin: 0px 0px 50px 0px;
}

.container-referenser{
    width: 100%;
    height:1600px;
    text-align: left;
    padding: 40px 0px 50px 0px;
    margin: 0px 0px 50px 0px;
}

.container-login{
    width: 100%;
    height:600px;
    text-align: center;
    padding: 40px 0 50px 0;
    margin: 80px 0 0 0;
    background: #FFF url(../Content/Images/login-intro-bg.jpg) center top no-repeat;
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
}
.container-login h5{
    font-size: 16px;
}
.container-login span{
    font-size: 16px;
}
.container-login p{
    font-size: 16px;
}

.startpage{
    width: 100%;
    background: url(../Content/Images/startpage-content-bg.jpg) center top no-repeat;
    text-align: center;
}

.tjanster{
    width: 100%;
    background: url(../Content/Images/startpage-content-bg.jpg) center top no-repeat;
    height:auto;
    text-align: center;
    padding: 40px 0px 0px 0px;
}

.referenser{
    width: 100%;
    background: url(../Content/Images/login-intro-bg.jpg) center top no-repeat;
    height:auto;
    text-align: left;
    padding: 40px 0px 0px 0px;
}

.referenser p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #444;
    max-width: 980px;
    text-decoration: none;
    margin: 40px 0px 0px 0px;
    font-style: normal;
    text-align: left;
    }

.referenser p.first{
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    color: #444;
    max-width: 980px;
    text-decoration: none;
    padding: 30px 0px 0px 0px;
    font-style: italic;
    text-align: left;
    }

.referenser p.sec{
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    color: #444;
    max-width: 980px;
    text-decoration: none;
    padding: 70px 0px 0px 0px;
    font-style: italic;
    text-align: left;
    }

.referenser p.third{
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    color: #444;
    max-width: 980px;
    text-decoration: none;
    padding: 50px 0px 0px 0px;
    font-style: italic;
    text-align: left;
    }

.referenser p.fourth{
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    color: #444;
    max-width: 980px;
    text-decoration: none;
    padding: 0px 0px 0px 0px;
    font-style: italic;
    text-align: left;
    margin-left:255px;
    }

.referenser h2{
    font-size: 40px;
    line-height: 52px;
    font-weight: 700;
    color: #333;
    text-align: left;
    text-decoration: none;
    margin: 10px 0px 20px 0px;
    text-align: left;
}

.referenser .section{
    width: 980px;
    height: 250px;
    list-style-type: none;
    margin: 0px auto;
    padding: 0px;
}

.referenser .section2{
    width: 980px;
    height: 250px;
    list-style-type: none;
    margin: 0px auto;
    padding: 0px 0px 60px 0px;
}

.container #content{
    width: 980px;
    height: auto;
    text-align: center;
    padding: 50px 0px 50px 0px;
    margin: 0px auto 50px auto;
}

.container #content h2{
    font-size: 40px;
    line-height: 52px;
    font-weight: 700;
    color: #333;
    text-align: center;
    text-decoration: none;
    margin: 10px 0px 20px 0px;
}

.container #content p{
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    color: #333;
    max-width: 980px;
    text-decoration: none;
}

/* 3 column spots */
.container #content #spots{
    width: 980px;
    height: auto;
    list-style-type: none;
    margin: 50px 0px;
    padding: 0px;
}

.container #content #spots li{
    width: 310px;
    height: auto;
    text-align: center;
    margin: 20px 0px;
    background: #fff;
    float: left;
    padding: 0px 8px;
}

.container #content #spots li h4{
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #333;
    text-decoration: none;
    margin: 20px 0px 10px 0px;
}

.container #content #spots li p{
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #333;
    text-decoration: none;
}

.container #content #spots li p a{
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #4680aa;
    text-decoration: none;
    margin: 40px 0px 0px 0px;
}

.container #content #spots li p a:hover{
    text-decoration: underline;
}


/* Case Left menu */
.container #content #sec-menu{
    width: 300px;
    height: auto;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    float: left;
    background: #fff;
    text-align: left;
}

.container #content #sec-menu li{
    width: 310px;
    height: auto;
    text-align: left;
    margin: 20px 5px;
    background: #fff;
    float: left;
}

.container #content #sec-menu li {
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    color: #333;
    text-decoration: none;
}

.container #content #sec-menu li a{
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    color: #333;
    text-decoration: none;
    margin: 40px 0px 0px 0px;
    padding: 10px 20px;
}

.container #content #sec-menu li a:hover{
    color: #fff;
    font-weight: 300;
    text-decoration: none;
    background: #4680aa;
        -moz-border-radius: 20px;
        border-radius: 20px;
}

.container #content #sec-menu li a.active{
    color: #fff;
    font-weight: 300;
    text-decoration: none;
    background: #4680aa;
        -moz-border-radius: 20px;
        border-radius: 20px;
}

/* Case Content */

.container-referenser #content{
    width: 980px;
    height: auto;
    text-align: center;
    padding: 50px 0px 50px 0px;
    margin: 0px auto 50px auto;
}



.container #content #case{
    width: 640px;
    height: auto;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    float: right;
    text-align: left;
    background: #fff;
}

.container #content #case h3{
    font-size: 36px;
    line-height: 48px;
    font-weight: 700;
    color: #333;
    text-decoration: none;
    border-top: 1px solid #e8e8e8;
    padding: 40px 0px 0px 0px;
}

.container #content #case img{
    margin: 0px 0px 20px 0px;
}


.container #content #case p{
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    color: #333;
    text-decoration: none;
    margin: 30px 0px 0px 0px;
}


/* Contact 2 columns */
.container-contact #content{
    width: 980px;
    height: auto;
    text-align: center;
    padding: 50px 0px 50px 0px;
    margin: 0px auto 50px auto;
}


.container-contact #content .column{
    width: 360px;
    height: 400px;
    margin: 50px 0px 0px 0px;
    padding: 50px;
    float: left;
    background: #fff;
    text-align: left;
}

.container-contact #content .column h3{
    font-size: 36px;
    line-height: 48px;
    font-weight: 700;
    color: #333;
    text-decoration: none;
}

.container-contact #content .column p{
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    color: #333;
    text-decoration: none;
    margin: 30px 0px 0px 0px;
}

.container-contact #content .column p a{
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    color: #4680aa;
    text-decoration: none;
    margin: 30px 0px 0px 0px;
}

.container-contact #content .column p a:hover{
    text-decoration: underline;
}


.container-contact #content .xmas{
    width: 980px;
    height: auto;
    text-align: center;
    padding: 150px 0px 50px 0px;
    margin: 50px auto 50px auto;
}

.container-contact #content .xmas img{
    float: left;
    margin: 80px 50px 0px 50px;
}



/* Login 2 columns */

.container-login #content{
    width: 980px;
    height: auto;
    text-align: center;
    padding: 50px 0px 50px 0px;
    margin: 0px auto 50px auto;
}


.container-login #content .column{
    width: 500px;
    height: 300px;
    margin: 50px 0px 50px 0px;
    padding: 50px 25px 50px 0px;
    float: left;
    background: #fff;
    text-align: left;
    border-right: 1px solid #aeaeae;
}


.container-login #content .column h3{
    font-size: 36px;
    line-height: 48px;
    font-weight: 700;
    color: #333;
    text-decoration: none;
}

.container-login #content .column h5{
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: #333;
    text-decoration: none;
    margin: 20px 0px 0px 0px;

}

.container-login #content .column p{
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    color: #333;
    text-decoration: none;
    margin: 20px 0px 0px 0px;
}

.container-login #content .column h5:before {	
    content: url(../Content/Images/blue-tick.png)'';
    margin: 0px 5px 0px 0px;
}

/* Login 2 columns FIELDSET */
.container-login #content .fields{
    width: 350px;
    height: 400px;
    margin: 50px 0px 0px 0px;
    padding: 50px 0px 50px 10px;
    float: left;
    background: #fff;
    text-align: center;
}

.container-login #content .fields form{
    width: 360px;
    height: 400px;
    padding: 0;
    margin: 0;
    text-align: center;
}

.container-login #content .fields form p a{
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #4680aa;
    text-decoration: none;
}

.container-login #content .fields form p a:hover{
    text-decoration: underline;
}

/* Startpage Slides */
#slide-container{
    width: 100%;
    height:auto;
    background:#f8f8f8;
    text-align: center;
    padding: 10px 0px 0px 0px;
}

#slide-container h5{
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    color: #999;
    text-decoration: none;
}

#slides{
    width: 980px;
    height:auto;
    text-align: center;
    padding: 5px 0px 0px 0px;
    margin: auto;
}

#slides .slidesjs-pagination  {
     display: none;
}

#slides .slidesjs-previous {
    background: url(../Content/Images/arrow-left.png) center top no-repeat;
    width: 40px;
    height: 40px;
    display: block;
    text-indent: -9999px;
    float: left;
    top:-50px;
    z-index: 4000;
    position: relative;
}

#slides .slidesjs-next {
    background: url(../Content/Images/arrow-right.png) center top no-repeat;
    width: 40px;
    height: 40px;
    display: block;
    text-indent: -9999px;
    float: right;
    top:-50px;
    z-index: 4000;
    position: relative;
}

/* Footer */
#footer{
    width: 100%;
    height:90px;
    background: #fff url(../Content/Images/divider-bg.jpg) center top repeat-x;
    padding: 20px 0px 20px 0px;
    clear: both;
    margin: 0px 0px 0px 0px;
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
}

#footer #footer-container{
    width: 980px;
    height:40px;
    margin: auto;
    padding: 15px 0px;
}

#footer #footer-container #logos{
    width: 200px;
    height:auto;
    margin: auto;
    padding: 0px;
    float: right;
    text-align: right;
}
#footer #footer-container #logos p{
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #333;
    text-decoration: none;
    text-align: right;
}

#footer #footer-container p{
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: #333;
    text-decoration: none;
    text-align: left;
}

#footer #footer-container p.contact{
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
    color: #333;
    text-decoration: none;
    text-align: left;
}

#footer #footer-container p.contact a{
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #4680aa;
    text-decoration: none;
}

#footer #footer-container p.contact a:hover{
    text-decoration: underline;
}

#footer #footer-container p.cookies{
    font-size: 12px;
    line-height: 16px;
    font-weight: 300;
    color: #dadada;
    text-decoration: none;
    text-align: left;
}

#footer #footer-container p.cookies a{
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #aeaeae;
    text-decoration: none;
}

#footer #footer-container p.cookies a:hover{
    text-decoration: underline;
}

/*-------------------------------- TABLET PORTRAIT BEGIN --------------------------------------*/

@media (min-width: 768px) and (max-width: 978px) {

#logo-phone {
    display: none;
    
}

/* Navigation */
nav {
    width: 100%;
    height: 80px;
    background: #fff;
    border-bottom: 3px solid #e2e2e2;
    position: fixed;
    top:0px;
}

nav #menu {
    width: 768px;
    margin: 0 auto;
    padding: 20px 0px 0px 0px;
}

nav #menu a img{
    float: left;
    text-decoration: none;
    margin: 0px 60px 0px 10px;
}

nav #menu li img{
    float: right;
}

nav #menu-login {
    width: 768px;
    margin: 0 auto;
    padding: 20px 0px 0px 0px;
    text-align: center;
}

nav #menu-login a img{
    text-decoration: none;
    margin: 0px auto;
}

nav #menu-login li img{
    float: right;
}


nav #menu li a{
    font-size: 16px;
    font-weight: 300;
    color: #333;
    text-decoration: none;
    float: left;
    margin: 4px 6px 0px 5px;
    padding: 10px 20px;
}

nav #menu li a:hover{
    color: #fff;
    font-weight: 300;
    text-decoration: none;
    background: #4680aa;
        -moz-border-radius: 20px;
        border-radius: 20px;
}

nav #menu li a.active{
    color: #fff;
    font-weight: 300;
    text-decoration: none;
    background: #4680aa;
        -moz-border-radius: 20px;
        border-radius: 20px;
}

nav #menu li.last a{
    font-size: 16px;
    font-weight: 300;
    color: #333;
    text-decoration: none;
    float: left;
    padding: 10px 20px;
        margin: 4px 0px 0px 5px;
}

nav #menu li.last a:hover{
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
    float: left;
    padding: 10px 20px;
    background: #4680aa;
        -moz-border-radius: 20px;
        border-radius: 20px;
}

nav #menu li.last a.active{
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
    float: left;
    padding: 10px 20px;
    background: #4680aa;
        -moz-border-radius: 20px;
        border-radius: 20px;
}

nav #menu li.last a:before {	
    content: url(../Content/Images/lock-blue.png)'';
    margin: 0px 0px 0px 0px;
}

nav #menu li.last a:hover:before {	
    content: url(../Content/Images/lock-white.png)'';
    margin: 0px 0px 0px 0px;
}

nav #menu li.last a.active:before {	
    content: url(../Content/Images/lock-white.png)'';
    margin: 0px 0px 0px 0px;
}




.referenser #content{
    width: 100%;
    height: 250px;
    list-style-type: none;
    margin: 0px auto;
    padding: 0px;
}



/* 3 column spots */
.container #content #spots img{
    width: 70%;
}


#slides img{
    width: 90%;
}

/* Contact 2 columns */

.container-contact #content{
    width: 100%;
    height: auto;
    text-align: center;
    padding: 50px 0px 50px 0px;
    margin: 0px auto 50px auto;
}


.container-contact #content .column{
    width: 668px;
    height: 400px;
    margin: 0px 0px 0px 0px;
    padding: 50px;
    background: #fff;
    text-align: center;
}

.container-contact #content .column img{
    margin-top: -50px;


}

.container-contact #content .column h3{
    font-size: 36px;
    line-height: 48px;
    font-weight: 700;
    color: #333;
    text-decoration: none;
}

.container-contact #content .column p{
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    color: #333;
    text-decoration: none;
    margin: 30px 0px 0px 0px;
}

.container-contact #content .column p a{
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    color: #4680aa;
    text-decoration: none;
    margin: 30px 0px 0px 0px;
}

.container-contact #content .column p a:hover{
    text-decoration: underline;
}

.container-contact #content .xmas{
    width: 100%;
    height: auto;
    text-align: center;
    padding: 10px 0px 50px 0px;
    margin: 50px auto 50px auto;
}

.container-contact #content .xmas img{
    float: left;
    margin: 50px 20px 70px 20px;
}



/* Login 2 columns */

.container-login #content{
    width: 100%;
    height: auto;
    text-align: center;
    padding: 50px 0px 50px 0px;
    margin: 0px auto 0px auto;
}


.container-login #content .column{
    width: 748px;
    height: 200px;
    margin: 50px auto 50px auto;
    padding: 20px;
    background: #fff;
    text-align: center;
    border-right: none;
}


.container-login #content .column h3{
    font-size: 36px;
    line-height: 48px;
    font-weight: 700;
    color: #333;
    text-decoration: none;
}

.container-login #content .column h5{
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: #333;
    text-decoration: none;
    margin: 20px 0px 0px 0px;

}

.container-login #content .column p{
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    color: #333;
    text-decoration: none;
    margin: 20px 0px 0px 0px;
}

.container-login #content .column h5:before {	
    content: url(../Content/Images/blue-tick.png)'';
    margin: 0px 5px 0px 0px;
}

/* Login 2 columns FIELDSET */

.container-login #content .fields{
    width: 100%;
    height: 400px;
    margin: 0px auto 0px auto;
    padding: 50px 0px 50px 0px;
    background: #fff;
    text-align: center;
}

.container-login #content .fields form{
    width: 100%;
    height: 400px;
    padding: 0;
    margin: 0px auto;
    text-align: center;
}

.container-login #content .fields form p a{
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #4680aa;
    text-decoration: none;
}

.container-login #content .fields form p a:hover{
    text-decoration: underline;
}


/* Footer */

#footer{
    width: 100%;
    height:90px;
    background: url(../Content/Images/divider-bg.jpg) center top repeat-x;
    padding: 20px 0px 20px 0px;
    clear: both;
    margin: 0px 0px 0px 0px;
}

#footer #footer-container{
    width: 728px;
    height:40px;
    margin: auto;
    padding: 15px 20px;
}

#footer #footer-container #logos{
    width: 200px;
    height:auto;
    margin: auto;
    padding: 0px;
    float: right;
    text-align: right;
}
#footer #footer-container #logos p{
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #333;
    text-decoration: none;
    text-align: right;
}


#footer #footer-container p{
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: #333;
    text-decoration: none;
    text-align: left;
}

#footer #footer-container p.contact{
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
    color: #333;
    text-decoration: none;
    text-align: left;
}

#footer #footer-container p.contact a{
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #4680aa;
    text-decoration: none;
}

#footer #footer-container p.contact a:hover{
    text-decoration: underline;
}

#footer #footer-container p.cookies{
    font-size: 12px;
    line-height: 16px;
    font-weight: 300;
    color: #dadada;
    text-decoration: none;
    text-align: left;
}

#footer #footer-container p.cookies a{
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #aeaeae;
    text-decoration: none;
}

#footer #footer-container p.cookies a:hover{
    text-decoration: underline;
}


}



/*-------------------------------- MOBILE BEGIN --------------------------------------*/

@media (max-width: 767px) {


/* Navigation */

#logo-phone {
    display: inline-block;
    margin: 20px 0px 0px 10px;
    
}

#menu-icon {

    display: hidden;
    width: 40px;
    height: 40px;
    margin: 20px 10px 0px 0px;
    background: #fff url(../Content/Images/menu-icon.png) center;
    float: right;
}



nav {
    width: 100%;
    height: 80px;
    background: #fff;
    border-bottom: 3px solid #e2e2e2;
    position: absolute;
    top:0px;
}

nav #menu {
    display: none;
        position: absolute;
        padding: 20px;
        background: #fff;
        text-align: center;
        right: 0px;
        top: 80px;
        width: 40%;
        border-left: 3px solid #e2e2e2;
        border-bottom: 3px solid #e2e2e2;
}

nav:hover #menu {
    display: block;
}


nav #menu a img{
    display: none;
    text-decoration: none;
    margin: 0px 5px 0px 10px;
}

nav #menu li img{
    float: right;
}

nav #menu-login {
    display: none;
}

nav #menu-login a img{
    text-decoration: none;
    margin: 0px auto;
}

nav #menu-login li img{
    float: right;
}


nav #menu li a{
    font-size: 16px;
    font-weight: 300;
    color: #333;
    text-decoration: none;
    float: left;
    padding: 10px;
}

nav #menu li a:hover{
    color: #fff;
    font-weight: 300;
    text-decoration: none;
    background: #4680aa;
        -moz-border-radius: 20px;
        border-radius: 20px;
}

nav #menu li a.active{
    color: #fff;
    font-weight: 300;
    text-decoration: none;
    background: #4680aa;
        -moz-border-radius: 20px;
        border-radius: 20px;
}

nav #menu li.last a{
    font-size: 16px;
    font-weight: 300;
    color: #333;
    text-decoration: none;
    float: left;
    padding: 10px 20px;
        margin: 4px 0px 0px 5px;
}

nav #menu li.last a:hover{
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
    float: left;
    padding: 10px 20px;
    background: #4680aa;
        -moz-border-radius: 20px;
        border-radius: 20px;
}

nav #menu li.last a.active{
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
    float: left;
    padding: 10px 20px;
    background: #4680aa;
        -moz-border-radius: 20px;
        border-radius: 20px;
}



/* Content */

.referenser img{
    width: 30%;
    text-align: center;
    margin: 0 auto;
    display: block;
    padding: 40px 70px 20px 115px;
}


.referenser #content{
text-align: center;
    width: 100%;
    height: 250px;
    list-style-type: none;
    margin: 0px auto;
    padding: 0px;
}


/* Startpage Slides */

#slides img{
    width: 120%;
    display: block;
    
}

/* Contact 2 columns */

.container-contact #content{
    width: 100%;
    height: auto;
    text-align: center;
    padding: 50px 0px 50px 0px;
    margin: 0px auto 50px auto;
}


.container-contact #content .column{
    width: 100%;
    height: 450px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    background: #fff;
    text-align: center;
}

.container-contact #content .column img{
    width: 80%;
    margin-top: 50px;


}

.container-contact #content .column h3{
    font-size: 36px;
    line-height: 48px;
    font-weight: 700;
    color: #333;
    text-decoration: none;
}

.container-contact #content .column p{
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    color: #333;
    text-decoration: none;
    margin: 30px 0px 0px 0px;
    padding: 5px;
}

.container-contact #content .column p a{
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    color: #4680aa;
    text-decoration: none;
    margin: 30px 0px 0px 0px;
}

.container-contact #content .column p a:hover{
    text-decoration: underline;
}

.container-contact #content .xmas{
    width: 100%;
    height: auto;
    text-align: center;
    padding: 10px 0px 50px 0px;
    margin: 0px auto 50px auto;
}

.container-contact #content .xmas img{
    float: left;
    margin: 10px 0px 20px 60px;
}



/* Login 2 columns */

.container-login #content{
    width: 100%;
    height: auto;
    text-align: center;
    padding: 50px 0px 50px 0px;
    margin: 0px auto 0px auto;
}


.container-login #content .column{
    width: 100%;
    height: 200px;
    margin: 50px auto 50px auto;
    padding: 0px;
    background: #fff;
    text-align: center;
    border-right: none;
}


.container-login #content .column h3{
    font-size: 36px;
    line-height: 48px;
    font-weight: 700;
    color: #333;
    text-decoration: none;
}

.container-login #content .column h5{
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: #333;
    text-decoration: none;
    margin: 20px 0px 0px 0px;

}

.container-login #content .column p{
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    color: #333;
    text-decoration: none;
    margin: 20px 0px 0px 0px;
}

.container-login #content .column h5:before {	
    content: url(../Content/Images/blue-tick.png)'';
    margin: 0px 5px 0px 0px;
}

/* Login 2 columns FIELDSET */

.container-login #content .fields{
    width: 100%;
    height: 400px;
    margin: 200px auto 0px auto;
    padding: 50px 0px 50px 0px;
    background: #fff;
    text-align: center;
}

.container-login #content .fields form{
    width: 100%;
    height: 400px;
    padding: 0;
    margin: 0px auto;
    text-align: center;
}

.container-login #content .fields form p a{
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #4680aa;
    text-decoration: none;
}

.container-login #content .fields form p a:hover{
    text-decoration: underline;
}


/* Footer */
#footer{
    width: 100%;
    height:auto;
    background: url(../Content/Images/divider-bg.jpg) center top repeat-x;
    padding: 20px 0px 20px 0px;
    clear: both;
    margin: 0px 0px 0px 0px;
    text-align: center;
}

#footer #footer-container{
    width: 100%;
    height:auto;
    margin: auto;
    padding:0px;
}

#footer #footer-container #logos{
    width: 100%;
    height:auto;
    margin: 0px 0px 20px 0px;
    padding: 0px;
    text-align: center;
}
#footer #footer-container #logos p{
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #333;
    text-decoration: none;
    text-align: center;
    padding: 0px;
}
#footer #footer-container p{
    margin: 20px 0px 0px 0px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #333;
    text-decoration: none;
    text-align: center;
    padding: 0px;
}
#footer #footer-container p.contact{
    width: 100%;
    margin: 20px 0px 0px 0px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    color: #333;
    text-decoration: none;
    text-align: center;
        padding: 0px;
}
#footer #footer-container p.contact a{
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: #4680aa;
    text-decoration: none;
}
#footer #footer-container p.contact a:hover{
    text-decoration: underline;
}
#footer #footer-container p.cookies{
    font-size: 12px;
    line-height: 16px;
    font-weight: 300;
    color: #dadada;
    text-decoration: none;
    text-align: center;
}
#footer #footer-container p.cookies a{
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #aeaeae;
    text-decoration: none;
}
#footer #footer-container p.cookies a:hover{
    text-decoration: underline;
}




}

@media (max-width: 599px) {

/* intropage */

.none {
    display: none;
}

#content-intro {
    width: 100%;
     z-index: 2000;
     text-align: center;
     height: auto;
     padding: 150px 0px 100px 0px;
     margin: 0;

}
#content-intro h1 {
    text-align: center;
    margin: 0px 0px 50px 0px;
    width: 100%;
}

#content-intro h1 img {
    width: 90%;
}

#content-intro p a {
    font-size: 30px;
    width: 100%;
    font-weight: 400;
    color: #333;
    text-decoration: none;
    letter-spacing: 1px;
    margin: 0px 0px 0px 0px;
    padding: 15px 0px;
    background: #fff;
    display: block;
}

#content-intro p a:hover {
    background:#4680aa;
    padding: 15px 0px;
    text-shadow: 0px 0px #4680aa;

    color: #fff;

}

#content-intro p {
    width: 100%;
    display: block;
    font-size: 30px;
    font-weight: 200;
    color: #fff;
    text-decoration: none;
    letter-spacing: 1px;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

}
