﻿@charset "utf-8";
/* CSS Document */

/* IMAGES */
#intro-bg {
    background-image: url('bogvisir_stromkajen.png');
}

.right {
    float: right;
    margin: 0 0 20px 30px;
}

.left {
    float: left;
    margin: 0 30px 20px 0;
}

figcaption {
    color: #333;
    font-weight: normal;
    font-style: normal;
    font-size: 10px;
    height: 10px;
    text-align: right;
    display: block;
    line-height: 1em;
}

figure {
    margin-bottom: -10px;
}

img {
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    img {
        max-width: 100%;
    }
}


@media only screen and (max-width: 767px) {
    img.right,
    img.left {
        float: none;
        margin: 0 0 20px 0;
    }

    body.facebook-page img.right {
        float: right;
        margin: 0 0 20px 20px;
    }

    body.facebook-page img.left {
        float: left;
        margin: 0 20px 20px 0;
    }

    img {
        width: 100%;
        max-width: 100%;
    }

    body.facebook-page img {
        width: auto;
        max-width: 100%;
    }

    figure {
        float: none !important;
        margin: 0 0 20px 0 !important;
    }
}

/* IMAGES END */

/* LINK */

#home {
    width: 300px;
    height: 56px;
    margin: 22px 0;
    display: block;
    text-indent: -9999px;
    background-image: url('sprites2014.png');
    background-repeat: no-repeat;
    background-position: 0px -35px;
    background-size: 300px auto;
    -ms-behavior: url("/backgroundsize.min.htc");
}

/*[p;link;Link]*/
/*[p;link pdf;PDF]*/
/*[p;link ext;Extern]*/
.link:after {
    content: " ";
    display: block;
    clear: both;
}

.link {
    line-height: 1.2em;
}

    .link a {
        display: inline-block;
        padding: 7px 38px 7px 10px;
        margin: 0 10px 0 0;
        position: relative;
        color: #fff;
        height: auto;
        background: #39a5da no-repeat;
        font-size: 13px;
        text-decoration: none;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -o-border-radius: 3px;
    }

        .link a::after {
            content: "";
            display: block;
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            background-color: rgba(255,255,255,0.2);
            background-image: url('ui.png');
            background-size: 168px 420px;
            -ms-behavior: url("/backgroundsize.min.htc");
            background-position: right -71px;
            width: 30px;
            font-size: 13px;
        }

    .link.pdf a,
    .link.ext a {
        padding: 7px 10px 7px 30px;
        line-height: 15px;
        background-image: url(link-icons.png);
        background-repeat: no-repeat;
    }

        .link.ext a::after {
            display: none;
        }

    .link.pdf a {
        background: none;
        background-repeat: no-repeat;
        background-position: -124px -156px;
        background-color: #39a5da;
        background-size: 168px 420px;
        -ms-behavior: url("/backgroundsize.min.htc");
    }

        .link.pdf a::after {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            right: auto;
            width: 30px;
            height: 30px;
            bottom: auto;
            background-position: -124px -156px;
            background-size: 168px 420px;
            -ms-behavior: url("/backgroundsize.min.htc");
            background-image: url('ui.png');
            background-color: transparent;
        }

    .link.ext a {
        background-position: 7px -23px;
    }

    .link a:hover {
        color: #fff;
        background-color: #61B7E1;
    }

    .link .comments {
        color: #fff;
        background-color: #325e82;
        background-position: -28px -62px;
        padding: 2px 10px 4px 24px;
        border-radius: 0 5px 5px 0;
        -moz-border-radius: 0 5px 5px 0;
        -webkit-border-radius: 0 5px 5px 0;
        -o-border-radius: 0 5px 5px 0;
    }

        .link .comments:hover {
            background-color: #1A3145;
            background-position: -28px -62px;
        }

/* LINK END */

/* BOXES */

/*[p;quote;Quote]*/
/*[p;box;Box]*/
/*[p;box2;Box2]*/

.quote {
    background: #fee7c2;
    margin-bottom: 20px;
    font-size: 180%;
    font-family: "roboto";
    font-style: italic;
    padding: 20px 40px 20px 20px;
    font-weight: 400;
    line-height: 1.2em;
    position: relative;
    overflow: hidden;
    border-radius: 3px;
}

    .quote::before {
        content: '”';
        font-family: Georgia, "Times New Roman", Times, serif;
        position: absolute;
        right: 10px;
        bottom: -50px;
        font-size: 300px;
        z-index: 0;
        pointer-events: none;
        opacity: .1;
        filter: alpha(opacity=10);
    }

.box {
    background: #fee7c2;
    padding: 20px;
    line-height: 1.7em;
    margin: 0 0 20px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
}

    .box h2,
    .box h3,
    .box h4,
    .box h5 {
        font: 500 20px/30px "roboto";
    }

    .box ul {
        margin: 0 0 20px;
        padding: 0;
        font: 500 14px/1.2em "arial","roboto", "Trebuchet MS", Arial, Helvetica, sans-serif;
        border-top: #e3cfae 1px solid;
    }

        .box ul li {
            border-bottom: #e3cfae 1px solid;
            margin: 0;
            list-style: none;
            padding: 5px 0px;
        }


    .box *:last-child {
        margin-bottom: 0;
    }


.box2 {
    background: #fee7c2;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
}

.box3 {
    background: ##ffff00;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    position: left;
    overflow: hidden;
}


/* BOXES END*/



/* LISTS */

ul {
    list-style: disc;
    padding: 0 40px;
    margin: 0 20px 20px 0;
}

ol {
    list-style: decimal;
    padding: 0 40px;
    margin: 0 20px 20px 0;
}

/* LISTS END */

/* COLUMNS */

.column-wrapper:after {
    display: block;
    clear: both;
    content: " ";
    height: 0;
    visibility: hidden;
}

.column-wrapper {
    margin: 0 0 20px 0;
}

    .column-wrapper .column-1,
    .column-wrapper .column-2 {
        width: 47%;
        float: left;
    }

    .column-wrapper .column-1 {
        margin-right: 6%;
    }

    .column-wrapper.three .column-1,
    .column-wrapper.three .column-2,
    .column-wrapper.three .column-3 {
        width: 28%;
        float: left;
    }

    .column-wrapper.three .column-1,
    .column-wrapper.three .column-2 {
        margin-right: 8%;
    }

    .column-wrapper img {
        max-width: 100%;
    }

@media only screen and (max-width: 767px) {
    .column-1,
    .column-2,
    .column-3 {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .column-wrapper {
        margin: 0;
    }


    body.facebook-page .column-wrapper {
        margin: 0 0 20px 0 !important;
    }

        body.facebook-page .column-wrapper .column-1,
        body.facebook-page .column-wrapper .column-2 {
            width: 47% !important;
            float: left !important;
        }

        body.facebook-page .column-wrapper .column-1 {
            margin-right: 6% !important;
        }

        body.facebook-page .column-wrapper.three .column-1,
        body.facebook-page .column-wrapper.three .column-2,
        body.facebook-page .column-wrapper.three .column-3 {
            width: 28% !important;
            float: left !important;
        }

        body.facebook-page .column-wrapper.three .column-1,
        body.facebook-page .column-wrapper.three .column-2 {
            margin-right: 8% !important;
        }

    body.facebook-page .icon-input.icon-date input {
        width: 205px;
        margin: 0 0 0 0;
    }
}

/* COLUMNS END */

/* BENNY'S SLIDE SHOW */

#slide_load {
    background: url('slide_load.png') no-repeat center center;
    position: absolute;
    width: 32px;
    height: 32px;
    top: 50%;
    left: 50%;
    -moz-animation-name: vickan;
    -moz-animation-duration: 3s;
    -moz-animation-timing-function: linear;
    -moz-animation-delay: 0s;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-name: vickan;
    -webkit-animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes vickan {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes vickan {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}


#slide_list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.slide-arrows > div {
    position: absolute;
    width: 51px;
    top: 50%;
    margin-top: -25px;
    z-index: 2;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    background: #000;
    border-radius: 100%;
    text-align: center;
    line-height: 51px;
}

.slide-arrow-prev {
    background-image: url(sprites.png);
    background-position: -105px 0px;
    left: 50px;
}

    .slide-arrow-prev:hover {
        background-position: -105px -58px;
    }

.slide-arrow-next {
    background-image: url(sprites.png);
    background-position: -136px 0px;
    right: 50px;
}

    .slide-arrow-next:hover {
        background-position: -136px -58px;
    }



#featured {
    overflow: hidden;
    height: 400px;
    width: 100%;
    position: relative;
    color: #4b4741;
}

    #featured > ul#slide_list {
        margin: 0;
        height: 100%;
    }

#slide_nav {
    position: absolute;
    background: url(slide_nav.png) top center no-repeat;
    height: 17px;
    bottom: -20px;
    left: 50%;
    padding: 0;
    margin: 0;
}

    #slide_nav li {
        border-radius: 100%;
        background: #d0d0d0;
        padding: 8px;
        margin: 0;
        line-height: 0;
        display: block;
        float: left;
        margin: 0 10px 0 0;
        cursor: pointer;
        box-shadow: inset rgba(0,0,0,.3) 0 1px, #fff 0 1px 0;
    }

        #slide_nav li.active {
            background-color: red;
            box-shadow: none;
        }

.slide {
    margin: 0;
    padding: 0;
    float: left;
    position: relative;
    height: 100%;
    overflow: hidden;
    background-size: cover;
    -ms-behavior: url("/backgroundsize.min.htc");
    background-position: center center;
}

    .slide .slide-container {
        width: 520px;
        padding: 80px 100px 0 340px;
        margin: 0 auto;
        position: relative;
        z-index: 1;
    }

        .slide .slide-container h3 {
            font-size: 40px;
            margin-bottom: 20px;
        }

        .slide .slide-container p {
            font-size: 15px;
        }

img.slide-bg {
    position: absolute;
    width: 100%;
}

    img.slide-bg.x-based {
        height: 100%;
        width: auto;
        max-width: none;
    }

/* SLIDE SHOW END*/

/* IMG GALLERY */

.img-gallery {
    border-top: #ccc 1px solid;
    padding: 20px 0 40px;
}

.single-gallery .img-gallery {
    padding: 20px 0 0px;
}


.img-gallery::after {
    content: " ";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}


.img-gallery ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.img-gallery li {
    margin: 0 4px 8px !important;
    float: left;
}

    .img-gallery li .imgdiv {
        cursor: pointer;
        width: 90px;
        height: 90px;
        background-position: center center;
        background-repeat: no-repeat;
        background-color: #fff;
        background-size: cover;
        -ms-behavior: url("/backgroundsize.min.htc");
        border-radius: 3px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        -o-border-radius: 4px;
        -moz-transition: all 300ms;
        -webkit-transition: all 300ms;
        -o-transition: all 300ms;
        transition: all 300ms;
    }

.single-gallery .img-gallery {
    border: 0;
}

.img-gallery:hover li .imgdiv {
    opacity: .5;
    filter: alpha(opacity=50);
}

.img-gallery li .imgdiv:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transition: all 0ms;
    -webkit-transition: all 0ms;
    -o-transition: all 0ms;
    transition: all 0ms;
}

/* IMAGE GALLERY END*/

#aspnetForm {
    margin: 0;
}

hr, .hline {
    height: 0px;
    margin: 20px 0;
    border-bottom: #e8e8e8 1px solid;
    border-top: 0;
}

#branding .inner {
    position: relative;
}

#footer {
    text-align: center;
    background: #012b44;
    padding: 40px 0 50px;
}

    #footer .copyright {
        text-align: left;
    }

    #footer #info {
        text-align: right;
        float: right;
    }

    #footer a.powered {
        color: #456175;
        display: block;
        margin: 10px 0 0;
    }

    #footer > .container > .columns {
        position: relative;
    }

    #footer .icon {
        background-image: url('sprites2014.png');
        background-size: 300px auto;
        -ms-behavior: url("/backgroundsize.min.htc");
        display: inline-block;
        top: 0;
        height: 45px;
        width: 45px;
        clear: both;
    }

        #footer .icon.icon-app {
            width: 90px;
            background-position: 0 -135px;
        }

        #footer .icon.icon-cam {
            background-position: -180px -135px;
        }

        #footer .icon.icon-call {
            background-position: -90px -135px;
        }

        #footer .icon.icon-facebook {
            background-position: -135px -135px;
       
        }


    #footer > .container > .columns > p {
        margin-top: 10px;
        margin-bottom: 0;
        font-size: 16px;
        line-height: 24px;
        font-family: "roboto";
        font-weight: 500;
        padding: 0 20px;
    }

#copyright {
    background-color: #ffcb31;
    text-align: center;
}

    #copyright p {
        margin: 0;
        line-height: 65px;
        font-family: "roboto";
        font-weight: 500;
        font-size: 14px;
    }

#footer > .container > .columns > p > a {
    text-decoration: underline;
}

.powered .sp {
    font: italic bold 13px "segoe ui",Arial,Helvetica,sans-serif;
}

p.intro, h6 {
    margin: 10px 0;
}

    p.intro em, h6 {
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.01em;
        font-family: "Helvetica", arial, sans-serif;
        color: #333;
        display: block;
        /*-moz-transform: rotate(0.001deg);*/
    }

.sokfalt {
    position: relative;
}

    .sokfalt input[type="text"] {
        -webkit-appearance: none;
        margin: 0;
        width: 130px;
    }

    .sokfalt .sokknapp {
        background: url('ui.png') -64px -146px no-repeat #305c81;
        background-size: 168px 420px;
        -ms-behavior: url("/backgroundsize.min.htc");
        position: absolute;
        right: 4px;
        top: 4px;
        width: 22px;
        height: 22px;
        cursor: pointer;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        -o-border-radius: 2px;
    }

.ac_results {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    display: block;
    margin: -1px 0 0;
    position: absolute;
    top: 40px;
    width: 218px !important;
    z-index: 2;
    border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    -webkit-border-radius: 0 0 2px 2px;
    -o-border-radius: 0 0 2px 2px;
}

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

    .ac_results li {
        padding: 10px;
        margin: 0;
    }

    .ac_results .ac_over {
        color: #fff;
        background: #305C81;
    }

        .ac_results .ac_over strong {
            color: #fff;
        }

.search {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .search li {
        border-top: #ccc 1px solid;
        padding: 20px 0 0;
    }

ul.ui-autocomplete {
    z-index: 99;
    max-height: 200px;
    overflow: scroll;
}

#cred {
    bottom: 50px;
    margin: 0;
    position: absolute;
    right: 50px;
}

    #cred a {
        color: #28454F;
        font-size: 11px;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

        #cred a span {
            font: italic bold 16px "segoe ui",Arial,Helvetica,sans-serif;
            letter-spacing: -1px;
            text-transform: lowercase;
        }

        #cred a:hover {
            color: #FFFFFF;
        }

/* Färg i huvudrubrik på startsidan */
#wax_slide h1 {
    color: #FFCC00;
}

.toggle-box {
    position: relative;
}

    .toggle-box .toggle-head:after {
        font-size: 200%;
        font-weight: bold;
        position: absolute;
        right: 0;
        top: 0;
    }

    .toggle-box .toggle-head.plus:after {
        content: '+';
    }

    .toggle-box .toggle-head.minus:after {
        content: '-';
    }
