@import url(http://fonts.googleapis.com/css?family=Open+Sans);

@font-face {
  font-family: 'fontello';
  src: url('/assets/fonts/fontello.eot?19576603');
  src: url('/assets/fonts/fontello.eot?19576603#iefix') format('embedded-opentype'),
       url('/assets/fonts/fontello.woff2?19576603') format('woff2'),
       url('/assets/fonts/fontello.woff?19576603') format('woff'),
       url('/assets/fonts/fontello.ttf?19576603') format('truetype'),
       url('/assets/fonts/fontello.svg?19576603#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
 font-family: "fontello";
 font-style: normal;
 font-weight: normal;
 speak: none;

 display: inline-block;
 text-decoration: inherit;
 width: 1em;
 margin-right: .2em;
 text-align: center;
 /* opacity: .8; */

 /* For safety - reset parent styles, that can break glyph codes*/
 font-variant: normal;
 text-transform: none;

 /* fix buttons height, for twitter bootstrap */
 line-height: 1em;

 /* Animation center compensation - margins should be symmetric */
 /* remove if not needed */
 margin-left: .2em;

 /* you can be more comfortable with increased icons size */
 /* font-size: 120%; */

 /* Font smoothing. That was taken from TWBS */
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;

 /* Uncomment for 3D effect */
 /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-upload:before { content: '\e800'; } /* '' */
.icon-newspaper:before { content: '\e801'; } /* '' */
.icon-clock:before { content: '\e802'; } /* '' */
.icon-phone:before { content: '\e803'; } /* '' */
.icon-info-circled:before { content: '\e804'; } /* '' */

a:active {
    outline: none;
}

a:focus {
    outline: none;
}


* { margin:0;
    padding:0;}

body {background: #f3f3f3; font-family: "Open Sans", sans-serif; }



.nav-logo {
    display: block;
    height: 3.0em;
    width: 180px;
    text-align:center;

}



.site-nav .nav-logo a {
    display: block;
    height: 1.8em;
    width: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    color: transparent;
}


p {

    padding: 8px 0;
    font-size:14px;
    line-height: 1.4;
}

h1, h2, h3, h4, h5, h6 {

    font-family: 'Open Sans', sans-serif;
    line-height: 1.2;
    font-weight: 800;
    margin-top: -4px;
    letter-spacing: -0.05em;
    padding: 20px 10px 0;

}
h1 {
    font-size:36px;
    padding: 30px 10px 0;
}
h2 {
    font-size:22px;
    line-height:1.3;
    padding: 10px 10px 0;
}

/* Sidhuvud
---------------------------------------------- */
.header {
    background: #fff;
    padding: 10px 0px 10px 30px;
    max-width: 1490px;
    text-align: center;
    margin: auto;
}

/* Main
------------------------------------------------ */

#main {
    margin-bottom:0px;
    padding-left: 0px;
    padding-right: 0px;
    min-height: 72vh;
}

.home {
    background-color: #b7b7b7;
}
.startbg {
    background-repeat:no-repeat;
    background-size:cover;
    background-position: center;
}

.bg-vit {background-color:rgba(255, 255, 255, 0.2) !important; padding:20px !important; border-radius:5px;}


#main_container {
    max-width: 1490px;
    min-width: 320px;
    height: 100%;
    margin: 0 auto;
    padding: 40px 40px 40px;


}
.fullbredd {
    padding-top: 0px;
    padding-bottom: 20px;
    min-height: 30px;
    background-size:cover;

}


.exempel {
    width:100% !important;

}





.btn {
    width: 100%;

}

.btn:focus {
    outline: none;
}

.btn:active {
    outline: none;
}


.btn-exempel {
    width: 100%;
    color:#fff;
    background-color:#2f2f2d;
    text-decoration:none;
    font-size:16px;
    text-transform:uppercase;
    font-weight:600;
    letter-spacing:2px;
    line-height:1.0;
    margin-bottom: 10px;
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.btn-exempel span { font-size:10px;}


.button {
    border-radius: 5px;
    color: #5B6165;
    cursor: pointer;
    font-size: 14px;
    width: 100%;
    font-weight: 700;

}
.btn-exempel:hover {
    -webkit-transition: all 0.2s ease;
    -moz-transition:    all 0.2s ease;
    -ms-transition:     all 0.2s ease;
    -o-transition:      all 0.2s ease;
    text-decoration:none;
    color:#fff;
    background-color:#3f3f3d;
}



.button:before, .button:after {
    position: absolute;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.blue-btn{background-color: #c3472b !important;}

.blue-btn:hover {
    background-color: #8f3a24 !important;
}

.blue-btn:active {
    color:#fff !important;
}
.blue-btn:target {
    color:#fff !important;
}

.blue-btn:focus {
    color:#fff !important;
}

.tidning-btn {
    line-height: 1.5 !important;
}

.tidning-btn:focus {
    color:#fff !important;
    background-color:#72af66;
}



.caption p {
    font-size: 14px;
    color: #fff;
}

.caption h3 {
    font-size: 14px;
    color: #fff;
    font-family: 'Open Sans';
    font-weight: 900;
    padding: 7px 0;
    border-bottom: 1px dashed #6B6A6A;
    margin: 0px;
}

.caption h3 span {
    font-size: 12px;
    font-weight: 600;
}


.caption h4 {
    font-size: 20px;
    color: #FFF;
    font-weight: 300;
    padding-left: 10px;
    background-color: #F38B2D;
    padding: 10px 20px;
    border-radius: 0px 0px 5px 5px;
    font-family: "Open Sans";
    text-align: center;
    margin-top:5px;
}

.caption h5 {
    font-size: 11px !important;
    color: #fff;
}

.caption h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    padding: 20px 10px 0;
    color: #fff;
    text-align: center;
    border-top: 1px solid #ccc;
    font-weight: 600;
    margin-top: 0px;
}

.caption h1 span {
    color: #2f2f2d ;

}

.caption h2 {
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    padding-bottom: 10px;
}


.start {
    text-align:center;
    color: #fff !important;

}

.thumbnail h5 {
    font-size:30px;
    padding-top:0px;
}



.produkt {

    Padding: 0px;


}

.thumbnail {

    border:none;
    -webkit-box-shadow:none;
    box-shadow: none;
    background-color: transparent;


}


.holds-the-iframe {
    background:url(img/ladda.jpg) center center no-repeat;
}



.rubrik-margin {

    margin-bottom:40px !important;
}

.rubrik h1 {

    font-family: 'Open Sans', sans-serif;
    font-size: 70px;
    padding: 0px;
    color: #5B6065;
    font-weight: 600;
    margin-bottom: 0px;

}

.rubrik h1 span {

    color: #2f2f2d;

}


.blue {color: #2f2f2d  !important;}
.darkblue {color: #015173  !important;}

.rubrik h2 {
    font-size: 25px;
    padding: 0px;
    color: #ABACAD;
    font-weight: 600;
    margin-top: 0px;
}

.rubrik h3 {
    font-size: 15px;
    padding: 0px;
    color: #ABACAD;
    font-weight: 600;
    margin-top: 0px;
}

.rubrik p {
    margin-left: 10px;
    font-size:16px;
    line-height:25px;
}

.caption p span {
    font-size:16px;
    font-weight:900;
}


.viktiginfo h2 {
    font-size: 40px;
    color: #fff;
    padding:0px 0px 15px 0px;
    font-weight: 600;
    margin-top: 0px;
    border-bottom: 1px dashed #fff;
    text-align:center;
}

.viktiginfo h3 {
    font-size: 25px;
    padding: 0px;
    color: #fff;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 20px;
}

.viktiginfo h4 {
    font-size: 14px;
    padding: 0px;
    color: #222;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.viktiginfo h5 {
    font-size: 15px;
    padding: 0px;
    color: #fff;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 20px;
    line-height: 1.3;
}




.modal-body {
    text-align: center;
    padding:0px;
}

.modal-header {
    text-align: center;
}


.row {
    margin-right: 0px;
    margin-left: 0px;
}


.rubrik{
    margin-bottom:10px;
}

.grey{
    background-color:#CCC;
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    /*max-width: 1400px;*/
    margin: 0 auto;
    background-color: #fff;
}

.avsandare {min-height:200px;}

.andraerbjudanden {
    text-align:center;
    margin-top:40px;
    padding:10px;
    width:100%;



}

.border {

    border-top:1px solid #A3A3A3;


}

img, .andraerbjudanden a > img {


    height: auto;
}

img {

    float:left;
}

.thumbnail > img, .thumbnail a > img {
    float: none;
    width:100%;

}

.thumbnail .caption {
    padding: 0px;
}

.karta {
    background-image: url(img/karta_region_.png);
    height: 600px;
    background-repeat: no-repeat;
    background-size: contain;
}


.viktiginfo {
    min-height:600px;
    padding:20px;
    background: #808487;
}

.cargoform {

    min-height:600px;
    margin-bottom:20px;

}

.cargo {


    padding:0px;
}


.stopptider {color:#5B6065 !important; word-wrap: break-word;}


.under { font-size:12px;
    padding:5px 0px;
}

.under td {
    padding:5px;
}

tr, td {
    padding:5px;
}



.table-responsive {
    border: none;
}

.laddaner p {
    font-size:18px;
    text-align:center;
    color:#444;
}

.laddaner h1 {
    font-size:35px;
    text-align:center;
    color:#444;
    margin-bottom: 0px;
}





.tabs {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    font-weight: 300;
    font-size: 1.25em;
}

/* Nav */
.tabs nav {
    text-align: center;
}

.tabs nav ul {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    margin: 0 auto;
    padding: 0;
    max-width: 1200px;
    list-style: none;
    -ms-box-orient: horizontal;
    -ms-box-pack: center;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}

.tabs nav ul li {
    position: relative;
    z-index: 1;
    display: block;
    margin: 4px 0px;
    text-align: center;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.tabs nav a {
    position: relative;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 2.6;
}

.tabs nav a span {
    vertical-align: middle;
    font-size: 0.75em;
}

.tabs nav li.tab-current a {
    color: #74777b;
}

.tabs nav a:focus {
    outline: none;
}

/* Icons */
.fa {
    padding-right: 5px;
}




/*****************************/
/* Bar */
/*****************************/

.tabs-style-bar nav {
    background: #2f2f2d;
}

.tabs-style-bar nav ul {
    border: 0px solid transparent;
}

.tabs-style-bar nav ul li a {
    margin: 0 2px;
    background-color: #2f2f2d;
    color: #ffffff;
    transition: background-color 0.2s, color 0.2s;
}

.tabs-style-bar nav ul li a:hover,
.tabs-style-bar nav ul li a:focus {
    color: #fff;
    background-color: #3f3f3d;
    text-decoration:none;
}

.tabs-style-bar nav ul li a span {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 0.8em;
}

.tabs-style-bar nav ul li.tab-current a {
    background: #2CC185;
    color: #fff;
}

@media screen and (max-width: 58em) {

    .tabs nav span {
        display: none;
    }
    .tabs nav a:before {
        margin-right: 0;
    }
}

























@media all and (max-width: 767px) {


    .fullbredd {
        padding-top: 0px;
        padding-bottom: 20px;
        margin-bottom: 20px;
        min-height: 50px;
    }

    #main_container {
        margin: 0px;
        padding:0px;
    }

    .kampanjtext h1 {font-size:68px; margin-top:5px;}
    .kampanjtext { padding-left: 10px !important;}
    .kampanjtext p {font-size:20px;}






    .produkt {Padding:0px;}



    img, .header > img {

        float:none;

    }

    .header {
        padding: 20px 0px 20px 0px;
    }

    .nav-logo {
        display: block;
        height: 2.3em;
        width: 120px;
        text-align: center;
        margin-left: 20px;
    }

    .rubrik h1 {
        font-size: 28px;
    }

    .rubrik h2 {
        font-size: 15px;
    }
    .rubrik h3 {
        font-size: 12px;
    }

    .rubrik-margin {
        margin-bottom: 10px !important;
    }


    .rubrik {
        padding: 15px;
    }

    .rubrik p {
        margin-left: 10px;
        font-size: 14px;
        padding: 10px;
    }

    .rubrik p span {
        font-size: 14px;

    }

    .caption h1 {
        font-size: 22px;

    }

    .btn-exempel {

        font-size: 12px;
        line-height: 1.5;

    }

    .loggor_one {height: 70px;}
    .loggor_two {height: 70px;}



    .viktiginfo h2 {
        font-size: 20px;
    }

    .viktiginfo h3 {
        font-size: 20px;
    }

    .viktiginfo h5 {
        font-size: 15px;
    }

    .viktiginfo {

        min-height: 200px;
        margin-bottom:20px;
    }

    .caption h2 {

        font-size: 20px;
        border-top: none;
        border-bottom: none;
        padding-bottom: 10px;
        margin-top: 0px;
        padding-top: 0px;
    }

    .caption h3 {
        font-size: 11px;
        padding: 5px 0;

    }


    .karta {
        display:none;
    }

}