@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
}

article,aside,canvas,details,figcaption,figure,footer,header,menu,nav,section,summary {
    display: block;
}

pre,code,var,samp,kbd {
    font-family: monospace,sans-serif;
}

button,input,select,textarea {
    font: inherit;
}

html,body {
    height: 100%;
}

body {
    font: normal 14px "Arial","Helvetica Neue","Geneva",sans-serif;
    line-height: 1.5em;
    background: #f1f1f2;
    color: #414042;
}

input,textarea {
    padding: 5px;
}

fieldset {
    border: none;
}

p {
    margin-bottom: 1.5em;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    hyphenate-limit-lines: 2;
}

q,blockquote p {
    quotes: "\201E" "\201D";
}

q:before,blockquote p:before {
    content: open-quote;
}

q:after,blockquote p:after {
    content: close-quote;
}

ul ul,ol ol {
    padding-left: 1.2em;
}

li {
    list-style-position: inside;
}

a {
    text-decoration: none;
    color: #414e8b;
    transition: all .3s ease-out 0s;
}

a:hover {
    text-decoration: underline;
}

*::selection {
    background: #414e8b;
    color: #fff;
}

*::-moz-selection {
    background: #414e8b;
    color: #fff;
}

button,input[type="submit"] {
    cursor: pointer;
}

img {
    border: none;
}

h1,h2,h3,h4,h5,h6 {
    color: #414042;
}

h4,h5,h6 {
    margin: 10px 0 5px;
}

h1 {
    font: bold 18px/36px "Tahoma","Arial",serif,sans-serif;
    padding-bottom: 20px;
}

h2 {
    font: bold 16px/30px "Arial",serif,sans-serif;
    margin-bottom: 15px;
}

h3 {
    padding-bottom: 5px;
    font: bold 14px/26px "Arial",serif,sans-serif;
}

h4 {
    font: bold 14px/20px "Arial",serif,sans-serif;
}

h5 {
    font: bold 14px/20px "Arial",serif,sans-serif;
}

h6 {
    font: bold 12px/18px "Arial",serif,sans-serif;
}

.cw {
    color: #fff;
}

.wrap {
    min-height: 100%;
}

.kontaktb .wrap {
    min-height: 0;
}

.centerWrap {
    margin: auto;
    width: 1200px;
}

#wrapper {
    width: 780px;
    margin: auto;
    padding-bottom: 50px;
}

.center {
    width: 780px;
    margin: auto;
}

#content-wrapper {
    overflow: hidden;
    padding: 40px 10px;
    line-height: 1.6em;
    background: #fff;
}

.main-header {
    position: relative;
    height: 55px;
    z-index: 10;
    background: #414142;
    z-index: 20;
    box-shadow: 0 2px 4px #444;
}

.main-header .expandNav {
    float: left;
    position: relative;
    margin: 15px 0 0 35px;
    cursor: pointer;
}

.main-header .expandNav:before {
    display: inline-block;
    width: 25px;
    height: 24px;
    content: '';
    background: url("https://www.aseke.no/assets/images/expand-nav.png") no-repeat;
}

.main-header .expandNav:after {
    position: absolute;
    left: -8px;
    bottom: -23px;
    height: 13px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 20px 0 20px;
    border-color: #414142 transparent transparent;
}

.main-header .expandNav .list {
    position: absolute;
    left: -44px;
    top: 40px;
    width: 103px;
    background: #414042;
    z-index: 2;
    box-shadow: 0 3px 5px #444;
    -moz-transform: translate(0, -120%);
    -webkit-transform: translate(0, -120%) translateZ(0);
    transform: translate(0, -120%);
    -webkit-transition: .2s all ease;
    -moz-transition: .2s all ease;
    -o-transition: .2s all ease;
    -ms-transition: .2s all ease;
}

.main-header .expandNav .list li {
    height: 128px;
    background: url("https://www.aseke.no/assets/images/list-li-bg.png") no-repeat;
    text-align: center;
    list-style: outside none;
}

.main-header .expandNav .list a:hover {
    text-decoration: underline;
}

.main-header .expandNav .list .icon {
    margin: 20px 0 0 0;
}

.main-header .expandNav .list .title {
    display: block;
    text-transform: uppercase;
    margin-top: 10px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}

.main-header .expandNav .list.active {
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0) translateZ(0);
    transform: translate(0, 0);
}

.main-header .navigation.main {
    float: left;
    margin: 22px 0 0 90px;
}

.main-header .navigation.main .nav-btn {
    display: none;
    margin-right: 30px;
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer;
    color: #fff;
}

.main-header .navigation.main ul>li {
    float: left;
    list-style: outside none;
}

.main-header .navigation.main a {
    padding: 0 0.875em;
    font-size: 12px;
    text-transform: uppercase;
    color: #e6e7e8;
}

.main-header .navigation.main a:hover {
    text-decoration: none;
}

.main-header .rightTop {
    float: right;
    margin-top: 22px;
}

.main-header .search {
    float: left;
    margin-right: 10px;
}

.main-header .search div {
    position: relative;
}

.main-header .search .search-input {
    width: 95px;
    height: 15px;
    padding: 0 5px;
    font-size: 11px;
}

.main-header .search .submit {
    position: absolute;
    right: 4px;
    top: 7px;
    width: 12px;
    height: 11px;
    border: none;
    background: url("https://www.aseke.no/assets/images/ico-search.png") no-repeat;
}

.main-header .lang {
    float: right;
    margin-top: 7px;
}

.main-header .lang li {
    float: left;
    margin-left: 5px;
    list-style: outside none;
}

.main-header .lang a {
    display: block;
    width: 20px;
    height: 13px;
    text-indent: -9999px;
    background: url("https://www.aseke.no/assets/images/lang.png") left top no-repeat;
}

.main-header .lang .en, .main-header .lang .En {
    background-position: right top;
}

.main-header .lang .se, .main-header .lang .Se {
    background-position: center top;
}

#logo {
    float: left;
    margin: 20px 0 0 35px;
}

#logo a {
    display: block;
    overflow: hidden;
    outline: none;
    cursor: pointer;
}

.banner {
    position: relative;
    text-align: center;
}

.banner img {
    display: block;
    margin: auto;
}

.banner .mainLogo {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 392px;
    height: 105px;
    margin: auto;
    background: url("https://www.aseke.no/assets/images/logo-main.png") no-repeat;
}
.banner #krans{
position: absolute;
left: 0;
top: 230px;
right: 0;
bottom: 0;
width: 153px;
height: 113px;
margin: auto;
 background: url("https://www.aseke.no/assets/images/Krans.png") no-repeat;
background-size:contain;
}
@media only screen and (min-width:320px) and (max-width:480px) {
.banner #krans{width:87px; height:75px; top:180px;}
}
@media only screen and (min-width:481px) and (max-width:1200px) {
.banner #krans{width:87px; height:75px; top:200px;}
}

.banner .text {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 150px;
    width: 510px;
    line-height: 1.6em;
    margin: auto;
    text-transform: uppercase;
    color: #fff;
}

.banner .text h1 {
    font-size: 20px;
    color: #fff;
}

.home .banner {
    height: 650px;
    overflow: hidden;
}

.home .banner img {
    margin: -55px auto 0 auto;
}

.omoss .banner {
    height: 385px;
    overflow: hidden;
}

.contact .banner .text {
    color: #414042;
}

.contact .banner .text h1 {
    color: #414042;
}

.read-more {
    text-transform: uppercase;
    color: #336375;
}

.asideLeft {
    float: left;
    width: 47%;
}

.asideRight {
    float: right;
    width: 47%;
}

.mainSectionContent {
    position: relative;
    background: #414042;
    box-shadow: 0 2px 4px #444;
}

.mainSectionContent .mainVar {
    float: left;
    width: 25%;
    padding: 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
}

.mainSectionContent .mainVar p {
    margin-bottom: 20px;
}

.mainSectionContent .navi {
    float: left;
    width: 75%;
}

.mainSectionContent .navi li {
    float: left;
    position: relative;
    width: 25%;
    height: 246px;
}

.mainSectionContent .navi li a,.mainSectionContent .navi li .overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}

.mainSectionContent .navi li .icon {
    margin-top: 60px;
}

.mainSectionContent .navi li h2 {
    position: absolute;
    left: 0;
    top: 150px;
    right: 0;
    font-size: 17px;
    text-transform: uppercase;
    color: #fff;
}

.mainSectionContent .navi li .overlay {
    z-index: 10;
    background: url("https://www.aseke.no/assets/images/navi-li-bg.png") no-repeat;
    -webkit-transition: .2s all ease;
    -moz-transition: .2s all ease;
    -o-transition: .2s all ease;
    -ms-transition: .2s all ease;
}

.mainSectionContent .navi li .img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.mainSectionContent .navi li:hover .overlay {
    -moz-transform: translate(0, -55px);
    -webkit-transform: translate(0, -55px) translateZ(0);
    transform: translate(0, -55px);
}

.content {
    background: #fff;
}

.boxes {
    clear: both;
    overflow: hidden;
    padding: 45px 0 95px;
}

.boxes .centerWrap {
    padding: 0 80px;
}

.boxes .box {
    float: left;
    width: 350px;
    margin-left: 25px;
    padding-left: 25px;
    border-left: 1px solid #b6b3b4;
}

.boxes .box:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
}

.boxes h1+.box, .boxes h2+.box, .boxes h3+.box {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
}

.arch .item {
    overflow: hidden;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #ced2d4;
}

.arch .item:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

.arch h4 {
    padding-bottom: 5px;
}

.sectionDark {
    margin-bottom: 90px;
    position: relative;
    overflow: hidden;
    padding: 50px 0;
    background: #414042 url("../images/section-dark-bg.png") center top no-repeat;
    box-shadow: none;
}

.sectionDark .map {
    float: left;
}
.map p {color:#fff;}

.sectionDark .cms_form {
    float: right;
    width: 365px;
}

.sectionDark .cms_form label {
    display: inline-block;
    width: 96px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
font-size:12px;
}

.sectionDark .cms_form .message label {
    position: relative;
        top: -130px;
}
.sectionDark .cms_form .message_se label{
top:-120px;
}
.sectionDark .cms_form .message_se textarea{
height:157px
}

.sectionDark .cms_form input[type="text"],.sectionDark .cms_form textarea {
    display: inline-block;
    width: 252px;
    margin-bottom: 0;
    background: #e6e7e8;
}
fieldset > div{
margin-bottom:15px;}


.sectionDark .cms_form textarea {
    height: 145px;
}

.sectionDark .cms_form input[type="submit"] {
    float: right;
    padding: 0 15px;
    height: 28px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: none;
    background: url("https://www.aseke.no/assets/images/send-bg.png") repeat-x;
    color: #fff;
}

.sectionContent {
    overflow: hidden;
    padding: 30px 0;
    background: url("https://www.aseke.no/assets/images/section-content-bg.png") center top no-repeat;
}

.sectionContent .prod-ul li {
    margin-bottom: 55px;
    list-style: outside none;
}

.sectionContent .prod-ul li img {
    float: left;
}

.sectionContent .prod-ul li .text {
    padding: 20px 0 0 120px;
}

.sectionContent .category-ul li {

    margin-bottom: 15px;
    list-style: outside none;
    position: relative;
    padding-left: 40px;
}

.sectionContent .category-ul .nr {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 28px;
    height: 28px;
    font-size: 12px;
    margin-right: 10px;
    line-height: 28px;
    text-align: center;
    background: #414042;
    color: #fff;
    border-radius: 100%;
}

.main-content.contact {
    text-align: center;
}

.main-content.contact li {
    display: inline-block;
    width: 370px;
    margin-bottom: 35px;
    text-align: left;
    list-style: outside none;
}

.main-content.contact li img {
    float: left;
}

.main-content.contact li .text {
    padding: 20px 0 0 140px;
}

.main-content.contact li .text strong {
    display: block;
    font-size: 16px;
    padding-bottom: 5px;
}

.main-content.contact .contact-text {
    padding: 20px 0 0 140px;
    text-align: left;
}

.main-content.contact .contact-text strong {
    font-size: 16px;
}

footer {
    clear: both;
    overflow: hidden;
    min-width: 1200px;
    margin-top: -50px;
    text-align: center;
    height: 50px;
    line-height: 49px;
    text-transform: uppercase;
    background: #414142;
    color: #fff;
}

footer a {color:#fff;}

footer p {
    margin-bottom: 0;
}

.lGrid {
    list-style: outside none;
    text-align: center;
}

.lGrid li {
    display: inline-block;
    margin: 0 45px;
}

.lGrid span {
    display: block;
    margin-top: 10px;
    color: #fff;
}

.v-am {
    text-align: center;
}

.v-am:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

.v-am .v-am-centered {
    display: inline-block;
    vertical-align: middle;
    width: 300px;
}

.cf:before,.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

.hide-text {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.visuallyhidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.op,.lang a {
    opacity: 1;
    transition: all .25s ease-in-out 0s;
}

.op:hover,.lang a:hover {
    text-decoration: none;
    opacity: .7;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

input[type=text],input[type=search],textarea {
    border: 1px solid #ddd;
    transition: all .3s ease-in-out 0s;
}

input[type=text]:focus,input[type=search]:focus,textarea:focus {
    outline: none;
    border: 1px solid #007eff;
    box-shadow: 0 0 3px #007eff;
}

[placeholder]:focus::-webkit-input-placeholder,[placeholder]:focus::-webkit-input-placeholder {
    transition: opacity .3s ease .3s;
    opacity: 0;
}

input:focus::-moz-placeholder,textarea:focus::-moz-placeholder {
    transition: opacity .3s ease .3s;
    opacity: 0;
}

input::-webkit-input-placeholder,input:-moz-placeholder,textarea:-moz-placeholder {
    color: #d26b1a;
    opacity: 1;
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
    color: #d26b1a;
    opacity: 1;
}

input:-moz-placeholder,textarea:-moz-placeholder {
    color: #d26b1a;
    opacity: 1;
}

input::-moz-placeholder,textarea::-moz-placeholder {
    color: #d26b1a;
    opacity: 1;
}

input:-ms-input-placeholder,textarea:-ms-input-placeholder {
    color: #d26b1a;
    opacity: 1;
}

.placeholder {
    color: #d26b1a !important;
}

input[placeholder],[placeholder],*[placeholder] {
    color: #d26b1a;
}

@media only screen and (max-width:1200px) {
    .centerWrap,.center,#wrapper {
        max-width: 768px;
    }

    .mainSectionContent .centerWrap {
        width: 100%;
        max-width: none;
    }

    img {
        max-width: 100%;
    }

    #content-wrapper {
        padding: 40px 0;
    }

    .main-content,h1 {
        padding: 0 10px;
    }

    .main-content h1 {
        padding: 0 0 20px 0;
    }

    .main-header .rightTop {
        margin-right: 120px;
    }

    .main-header .navigation.main {
        position: absolute;
        top: 20px;
        right: 0;
        margin: 0;
z-index:200;
    }

    .main-header .navigation.main .nav-btn {
        display: block;
        float: right;
    }

    .main-header .navigation.main ul {
        opacity: 0;
        visibility: hidden;
        padding: 10px;
        margin-top: 30px;
        background: #414042;
        -webkit-transition: .2s all ease;
        -moz-transition: .2s all ease;
        -o-transition: .2s all ease;
        -ms-transition: .2s all ease;
    }

    .main-header .navigation.main ul>li {
        float: none;
        display: block;
        margin-bottom: 15px;
padding:1px 12px;
    }

    .main-header .navigation.main ul a {
        font-size: 14px;
    }

    .main-header .navigation.main ul.active {
        opacity: 1;
        visibility: visible;
    }

    .main-header .navigation.main a {
        padding: .5em;
    }

    .banner img {
        height: 200px;
    }

    .banner .text {
        width: 100%;
    }

    .home .banner {
        height: 350px;
    }

    .home .banner img {
        max-width: none;
        height: auto;
    }

    .lGrid li {
        margin-bottom: 20px;
    }

    .boxes {
        text-align: center;
    }

    .boxes .centerWrap {
        padding: 0;
    }

    .boxes .box {
        float: none;
        display: inline-block;
        margin: 0 20px 30px;
        padding-left: 0;
        border-left: none;
    }

    .sectionContent .prod-ul li .text {
        padding: 0 0 0 120px;
    }

    .main-content.contact li {
        width: 100%;
    }

    .contact li strong {
        text-transform: uppercase;
    }

    .sectionDark .map {
        float: none;
        text-align: center;
    }

    .sectionDark .cms_form {
        float: none;
        width: 265px;
        margin: 30px auto 0 auto;
    }

    .sectionDark .cms_form label {
        display: block;
    }

    .sectionDark .cms_form .message label {
        position: static;
    }

    footer {
        min-width: 0;
    }
}

@media only screen and (max-width:800px) {
    .centerWrap,.center,#wrapper {
        max-width: 100%;
    }

    .prod-ul, .asideLeft,.asideRight {
        float: none;
        width: auto;
        padding: 0 10px;
    }

    .asideRight {
        padding-bottom: 40px;
    }

    .mainSectionContent .mainVar {
        float: none;
        width: 100%;
        text-align: center;
    }

    .mainSectionContent .navi {
        float: none;
        width: 100%;
    }
}

@media only screen and (min-width:320px) and (max-width:480px) {
    .home .banner {
        height: 350px;
    }

    .home .banner .mainLogo {
        width: 100%;
        top: 120px;
        bottom: auto;
        background-image: url(https://www.aseke.no/assets/images/logo-mobile.png);
        background-position: center;
    }

    .main-header .search {
        display: none;
    }
 .main-header .rightTop { margin-top:18px; margin-right:110px;}
.main-header .lang li a {display:block;}
.main-header .lang {width:50px;}
.main-header .lang li a.active {display:none;}
.main-header .navigation.main {top:50px;}
.main-header .navigation.main ul {
    margin-top: 0px;
}
.main-header .rightTop {margin-right:100px;}
#logo {margin-left:20px;}
.main-header .navigation.main .nav-btn {position:absolute; top:-30px; right:0; margin-right:20px}

   .boxes .box {width:95%; margin:0 auto;     margin-left: 0px;
    padding-left: 0px;
    border-left: medium none;}
    .mainSectionContent .navi li h2 {
        font-size: 12px;
    }

}

.box h3 a, .arch h4 a {
    color: #414042;
}
.clis {
  background: transparent;
  clear: both;
  overflow: auto;
padding-bottom:2em;
}
.mainSectionContent .mainVar a {color:#fff; text-decoration:underline;}
/* Stylesheet: CSS Modified On 2021-03-17 10:02:39 */
