﻿/* Module (article template) - Erbjudande visning (slider) */
.offerSliderModule {
    display: block;
    margin: 70px auto;
    position: relative;
}

.offerSliderModule_offerTextContainer {
    width: 50%;
    padding: 40px 30px 10px 20px;
    background: #fbf9f8;
    position: relative;
    z-index: 10;
}

.offerSliderModule_offerTextContainer, 
.offerSliderModule_offerImageContainer, 
.offerSliderModule_coverSide {
    display: inline-block;
    vertical-align: top;
    height: 270px;
}

.offerSliderModule_offerImageContainer {
    position: relative;
    width: 40%;
}

.offerSliderModule_offerTextContainer h2 {
    margin-bottom: 20px;
}

.offerSliderModule_offerTextContainer p {
    line-height: 1.8;
    max-height: 85px;
    overflow: hidden;
}

.offerSliderModule_offerTextContainer .button {
    background: #ffcc33;
    border-color: #ffcc33;
    margin-top: 30px;
    position: absolute;
    bottom: 0;
    color: #003c7e;
}

.offerSliderModule_offerImageContainer span {
    background: transparent;
    border-radius: 50%;
    box-shadow: -50px 0px 0 0 #fbf9f8;
    position: absolute;
    top: 50%;
    left: 8px;
    width: 110px;
    height: 350px;
    -ms-transform: translateY(-50%) rotate(-9deg);
    -webkit-transform: translateY(-50%) rotate(-9deg);
    transform: translateY(-50%) rotate(-9deg);
}

.offerSliderModule_offerImageContainer img {
    max-width: none;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}

ul.bjqs {
    position: relative;
    overflow: hidden;
    display: none;
}

.bjqs-slide {
    list-style: none;
    position: absolute;
    display: none;
}

ol.bjqs-markers {
    margin-top: 30px;
    text-align: center;
    list-style: none;
}

ol.bjqs-markers li {
    display: inline;
}

ol.bjqs-markers li a {
    border: 2px solid #cecece;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 3px;
    border-radius: 50em;
    vertical-align: middle;
}

ol.bjqs-markers li.active-marker a {
    background: #003c7e;
    border-width: 6px;
    border-color: #003c7e;
}

.active-marker a:link, .active-marker a:visited {
    text-decoration: none;
    color: #1c699a;
}

/*erbjudanden.aspx start*/
.offerColumnLeft,
.offerColumnRight {
    display: inline-block;
    vertical-align: top;
}

.offerColumnLeft .mb_contentitem_container,
.offerColumnRight .mb_contentitem_container {
    width: 100%;
    max-width: 1180px;
}

.offerColumnLeft .articleTemplate_Container {
    width: 100%;
}

.offerColumnRight .mb_contentitem_container:first-child {
    margin: 0;
}

.offerColumnRight .articleTemplate_Container {
    margin: 0 0 50px 0;
    width: auto;
}

.offerColumnRight .articleTemplate_Container .button {
    float: right;
    margin: 10px 0 0 0;
}

.offerColumnRight .articleTemplate_Container:last-child {
    margin: 0;
}

.offerColumnRight .breadcrumb .container {
    width: auto;
}
/*erbjudanden.aspx end*/

@media all and (max-width : 1000px) {
    .offerSliderModule_offerTextContainer {
        padding: 40px 20px 35px 30px;
    }

    .offerColumnRight .breadcrumb .container,
    .offerColumnRight .mb_contentitem_container_contactform > div,
    .offerColumnRight .mb_contentitem_container_accordion > div {
        width: 100%;
    }
}

@media all and (max-width: 768px) {
    .offerColumnLeft,
    .offerColumnRight {
        display: block;
    }

    .offerColumnLeft,
    .offerColumnLeft .articleTemplate_Header {
        margin: 50px 0 0 0;
    }
}

@media all and (max-width: 640px) {
    .offerSliderModule_Container {
        display: table;
    }

    .bjqs-slide {
        position: relative;
    }

      .offerSliderModule_offerImageContainer {
        width: 100%;
        height: 200px;
        overflow: hidden;
        z-index: -1;
    }

    .offerSliderModule_offerImageContainer img {
        width: 100%;
    }
    
    .offerSliderModule_offerTextContainer {
        display: table-footer-group;
        padding: 0;
        width: 100%;
    }

    .offerSliderModule_offerTextContainer h2 {
        margin: 20px 20px 10px;
        font-size: 20px;
        line-height: 24px;
    }

    .offerSliderModule_offerTextContainer p {
        margin: 0 20px;
        padding: 5px 0 20px;
        max-height: none;
    }

    .offerSliderModule_offerTextContainer .button {
        top: 200px;
        bottom: initial;
        margin: 0;
        right: 0;
        -ms-transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .offerSliderModule_offerImageContainer span {
        display: none;
    }

    ul.bjqs {
        -webkit-border-top-left-radius: 0px;
        border-top-left-radius: 0px;
        -webkit-border-bottom-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    ol.bjqs-markers {
        margin-top: 0;
    }
}