/*.bulleted:before
{
    content: "\f138";
    font-family: FontAwesome;
    display: inline-block;
    width: 1em;
    height: 1em;
    color: black;
    font-size: 1.15em;
}
.bulleted
{
    background: none !important;
    padding-left: 0 !important;
}*/

.navSupScrollTop {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    bottom: 0.3em;
    left: 0.3em;
    width: 3em;
    height: 3em;
    background-color: #009366;
    background-size: contain;
    cursor: pointer;
    box-shadow: rgba(0,0,0,0.5) 0 0 5px;
    -moz-transition: opacity .25s linear, visibility .1s linear;
    -webkit-transition: opacity .25s linear, visibility .1s linear;
    -o-transition: opacity .25s linear, visibility .1s linear;
    transition: opacity .25s linear, visibility .1s linear;
    border-radius: 6px;
    z-index: 120;
}

    .navSupScrollTop.is-active {
        visibility: visible;
        opacity: 1;
    }

.box-secondary.box.secondary.object-documents {
    width: 100%;
}

.templatelist.block.objectlist .image {
    width: auto;
    height: 8em;
}

.templatelist.block.objectlist a {
    word-break: break-all;
}

/* Default (desktop) */
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

div.siteHeader-container, div.siteMain-container, div.siteFooter-container {
}

div.siteContentFull, div.siteContainer, div.siteMain {
}

div.siteHeader {
}
/* Tablet */
@media (min-width: 481px) and (max-width: 979px) {
    body {
        background: #fff;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    form {
        width: 100%;
        margin: 0 auto;
        position: relative;
        padding-bottom: 0px;
    }

    div.cycle-slideshow {
        display: none;
        visibility: hidden;
    }

    div.siteContentFull {
        padding: 20px 0 0;
    }

    div.siteMenu-container {
        display: none;
    }

    div.siteHeader {
        width: 97.9167%;
        height: 150px;
    }

    .alignleft {
        margin-right: 2.56383%;
    }

    div.siteContentFull,
    div.siteContainer,
    div.siteMain,
    div.siteFooter,
    div.siteOptions {
        width: auto;
    }

    div.siteFooter-container {
        background: #f2f2f2 url("../Img/footer_img.png") no-repeat scroll 90% 105%;
    }

    div.search_area, div.language {
        padding: 0;
    }

    .handheld-menu {
        display: block;
        position: relative;
        z-index: 8000;
        top: 84px;
    }

        .handheld-menu .handheldTopMenu, .handheldTopMenu.nojs {
            position: relative;
            z-index: 2000;
            background: #009366;
            border-radius: 0;
        }

            .handheld-menu .handheldTopMenu li, .handheldTopMenu.nojs li {
                position: relative;
                z-index: 2000;
                border-bottom: 1px solid #fff;
            }

            .handheld-menu .handheldTopMenu a,
            .handheld-menu .handheldTopMenu span {
                font-weight: normal;
                font-size: 16px;
                font-weight: bold;
                padding-left: 0.6em;
                color: #fff;
                border: none;
                font-family: 'Roboto Condensed';
            }

            .handheld-menu .handheldTopMenu a {
                display: block;
            }

            .handheld-menu .handheldTopMenu > li:first-of-type,
            .handheldTopMenu.nojs > li:first-of-type {
                border: none;
            }

            .handheld-menu .handheldTopMenu li, .handheldTopMenu.nojs li {
                border-bottom: 1px solid #fff;
            }

            .handheld-menu .handheldTopMenu .expanded ul {
                padding-left: 0;
                width: 100%;
            }

                .handheld-menu .handheldTopMenu .expanded ul li a {
                    padding-left: 1em;
                    display: block;
                }

                .handheld-menu .handheldTopMenu .expanded ul li ul li a {
                    padding-left: 2em;
                    display: block;
                    font-weight: normal;
                    font-size: 16px;
                    text-transform: none;
                }

                .handheld-menu .handheldTopMenu .expanded ul li ul li ul li a {
                    padding-left: 3em;
                    display: block;
                }

                .handheld-menu .handheldTopMenu .expanded ul li ul li ul li ul li a {
                    padding-left: 4em;
                    display: block;
                }

                .handheld-menu .handheldTopMenu .expanded ul li ul {
                    background: #666;
                    overflow: hidden;
                }

                    .handheld-menu .handheldTopMenu .expanded ul li ul li ul {
                        background: #555;
                        overflow: hidden;
                    }

                        .handheld-menu .handheldTopMenu .expanded ul li ul li ul li ul li {
                            background: #444;
                            overflow: hidden;
                        }

            .handheld-menu .handheldTopMenu .expand-button, .handheld-menu .handheldTopMenu .collapse-button {
                color: #fff;
                padding-top: 0.615em;
            }

            .handheld-menu .handheldTopMenu ul li:last-child, .handheldTopMenu.nojs ul li:last-child {
                margin: 0;
            }

    .handheldTopMenu ul li:hover, .handheldTopMenu ul ul li:hover, .handheldTopMenu ul ul ul li:hover, .handheldTopMenu ul ul ul ul li:hover, .handheldTopMenu ul ul ul ul ul li:hover {
        background: transparent !important;
    }

    .handheld-menu .handheldTopMenu div.expand-button,
    .handheld-menu .handheldTopMenu div.collapse-button {
        width: 100%;
        position: absolute;
        top: 0;
        height: 100%;
        text-align: right;
        padding: 0.615em;
        box-sizing: border-box;
    }

    .handheld-menu .handheldTopMenu ul div.expand-button,
    .handheld-menu .handheldTopMenu ul div.collapsed-button {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: auto;
        height: auto;
        text-align: left;
    }

    .icon-minus-sign-alt:before,
    .icon-plus-sign-alt:before {
        content: "\f078";
        color: #fff;
        font-family: FontAwesome;
        font-size: 0.8em;
    }

    div.siteHeader-container {
        background: #fff;
        width: 100%;
        box-shadow: none;
    }

    div.siteOptions-container {
        width: 100%;
    }

    div.siteMain-container {
        width: 97.9167% !Important;
    }

    .siteLogo {
        left: 6px;
        padding: 0;
        top: 25px;
        width: 230px;
        z-index: 20000;
        height: auto;
        background: transparent;
    }

        .siteLogo img {
            width: 100%;
        }

    div.siteDescription {
        right: 0;
        top: 88px;
    }

    div.language {
    }

    div.global-authorization {
        background: transparent;
        font-size: 14px;
        position: absolute;
        right: 12px;
        top: 12px;
    }

        div.global-authorization a {
        }

        div.global-authorization i {
        }

    div.search_area {
        background: #fff;
        position: absolute;
        right: 0;
        top: 46px;
    }

        div.search_area .btn_search {
            color: #009366;
        }

    .col100.background {
        height: auto;
        margin-bottom: 0;
        text-align: center;
    }

    .listavailable-container {
        margin-bottom: 0;
    }

    body.default ul.listavailable li {
        display: block;
        margin: 0 0 20px;
    }

        body.default ul.listavailable li:last-of-type {
            display: block;
            margin-bottom: 0;
        }

    .col50.largepuff {
        margin-bottom: auto;
    }

    div.siteFooter .col33 {
        width: 100%;
        text-align: center;
        margin: 0 0 30px;
    }

    div.siteFooter-container {
        text-align: center;
    }

        div.siteFooter-container h6 {
            font-size: 23px;
            font-weight: bold;
            margin-bottom: 14px;
            margin-top: 30px;
        }

    div.siteFooter .col33.openinghours p, div.siteFooter .col33.openinghours ul,
    div.siteFooter ul.contact-information {
        margin: 0;
    }

    div.siteFooter ul.siteOptions {
        width: auto;
        margin: 0;
    }

        div.siteFooter ul.siteOptions li {
            line-height: 15px;
            text-align: center;
            border-bottom: 1px dotted #ddd;
        }

    div.siteFooter ul.companyinfo li.companyName {
        font-size: 18px;
        display: block;
        text-align: center;
        margin: 10px;
        border: none;
    }

    div.siteFooter ul.companyinfo li:nth-of-type(7n+4) {
        border: none;
    }

    div.siteFooter ul.companyinfo li:nth-of-type(7n+5) {
        font-size: 18px;
        display: block;
        text-align: center;
        margin: 10px;
        border: none;
    }

    .siteAuthor-container {
        padding: 20px;
        text-align: center;
    }

    div.siteContent table tr > .col50 {
        display: block;
        float: left;
        width: auto;
    }

    body.hss_object_objectdetailstemplateb .col75 .col50 {
        width: 100%;
    }

    body.hss_object_objectdetailstemplateb div.page-col50 ul.grid li.left {
        font-size: 18px;
        line-height: 32px;
        text-align: center;
        width: 100%;
    }

    div.page-col50 ul.grid li.right {
        text-align: center;
        width: 100%;
    }

    body.hss_object_objectdetailstemplateb div.register-interest input {
        border-radius: 6px;
        font-size: 15px;
        padding: 12px 26px 14px;
        margin: auto;
    }

    body.hss_object_objectdetailstemplateb .col75 .col25 {
        width: 100%;
    }

    body.hss_object_objectdetailstemplateb span.button-list {
    }

        body.hss_object_objectdetailstemplateb span.button-list input {
            border: 1px solid #686868;
            color: #000;
            border-radius: 10px;
            display: block;
            font-size: 15px;
            height: 60px;
            margin-right: 2.6%;
            width: 100%;
        }

    div.siteContent .col25 .box.object-interest {
        height: auto !important;
        width: 100%;
    }

    body.hss_object_objectdetailstemplateb div.register-interest input {
        margin: 10px auto auto;
    }

    body.hss_object_object_list label.title {
        background: none repeat scroll 0 0 #eee;
        border-radius: 4px;
        color: #333333;
        display: inline-block;
        padding: 11px;
    }

    ul.quickfilter {
        margin-bottom: 20px;
    }

        ul.quickfilter table tr td {
            display: inline-table;
            width: 100%;
            border-bottom: 1px dotted #C9DFF1;
            line-height: 30px;
        }

        ul.quickfilter li {
            margin-left: 0;
        }

    .templatelist.block.objectlist {
        margin-right: 2%;
        width: 31.7%;
    }

    .templatelist.block:nth-child(3n+3) {
        margin-right: 0;
    }

    .templatelist.block.objectlist .image {
        width: auto;
        height: 8em;
    }

    .templatelist.block.objectlist a {
        color: #009366;
        word-break: break-all;
    }

    div.siteAuthor {
        margin: 0 auto;
        width: 100%;
    }

    h1, h1.pagetitle {
        margin-top: 26px;
    }

    div.siteContent .col25 .box {
        width: 100%;
    }

    ul.templatelist.block li img:first-child:not(.image),
    .templatelist.block.objectlist .image,
    table.gridlist td img {
        width: auto !important;
    }

    div.ImageTextStyles.Text {
        width: 90%;
        top: 3%;
        padding: 2%;
    }

        div.ImageTextStyles.Text h1 {
            font-size: 26px;
            font-weight: bold;
            letter-spacing: -1px;
            line-height: 32px;
            margin: 10px 0;
        }

        div.ImageTextStyles.Text h2 {
            font-size: 19px;
            font-weight: bold;
            letter-spacing: -1px;
            line-height: 26px;
        }

        div.ImageTextStyles.Text p {
            font-size: 16px;
            line-height: 24px;
        }

    .cycle-prev:after {
        content: "\f137";
        font-family: FontAwesome;
        display: inline-block;
        font-family: FontAwesome;
        font-size: 32px;
        left: 16px;
        position: absolute;
        text-decoration: none;
        top: 10%;
        z-index: 1000;
    }

    .cycle-next:after {
        z-index: 1000;
        content: "\f138";
        font-family: FontAwesome;
        display: inline-block;
        font-family: FontAwesome;
        font-size: 32px;
        right: 16px;
        position: absolute;
        text-decoration: none;
        top: 10%;
        z-index: 1000;
    }

    .col75 img {
        height: auto !important;
        max-width: 100%;
    }

    .col100.viktiginfo h1, .col100.viktiginfo h1.pagetitle {
        font-size: 36px;
        letter-spacing: -0.0125em;
        line-height: 48px;
        margin-bottom: 14px;
        margin-top: 0;
    }

    .siteLogo {
        box-shadow: none;
        z-index: 200;
    }

    .col33.links p a {
        width: auto;
    }

    div.col33.ingang div.box.ingang div.box-outer div.box-inner.column div.box.ingang img {
        width: 100% !Important;
        height: auto !Important;
    }

    .col33.ledigt .box-inner .available {
    }

        .col33.ledigt .box-inner .available.img {
            display: none;
            visibility: hidden;
        }

    div.box.puff div.box-outer div.box-inner img {
        width: 100% !Important;
        height: auto !important;
    }

    body.default .box-inner.available-content {
        background: #f2f2f2;
        border: 1px solid #009366;
        padding-top: 30px;
        box-sizing: border-box;
        background:#f2f2f2 url(../Img/bg_ledigt_2.png)no-repeat 100% 50%;
    }

    body.default ul.listavailable li a {
        color: #009366;
        display: inline;
        font-size: 20px;
        margin-right: 16px;
        position: relative;
        text-decoration: none;
        top: auto;
    }

    body.default div.ListAvailablelist {
        width: 100%;
    }

    div.siteFooter-container div.col100 {
        margin-bottom: 0;
    }

    body.default div.box.available div.box-outer span.before {
        font-size: 40px;
        line-height: 30px;
    }

    div.siteFooter .col33.footertext p, div.siteFooter .col33.footertext a {
        color: #009366;
        text-align: center !important;
    }

    div.col75.slidergallery .container {
        width:auto !important;
    }
        div.col75.slidergallery .container .slides > div {
        width:auto !important;
        }
    div.slidergallery .container img {
        width:100% !important;
    }

    div.slidergallery .pager {
        margin: 0 0 60px;
        position: relative;
        width: 99%;
        height: auto;
    }

    div.slidergallery .container {
        width: auto;
        position:relative;
    }
    div.col75.slidergallery .container {
       height:250px;    
    }

    .pager .jcarousel-container-horizontal {
        width:initial;
    }
    .pager .jcarousel-clip-horizontal {
        width:100% !important;
    }
    div.col75.slidergallery ul.nav-buttons {
        width: 86%;
        padding: 20px;
        margin: 0;
        list-style-type: none;
        position: absolute;
        top:auto;
        z-index:1000;
        overflow:hidden;
    }
        div.col75.slidergallery ul.nav-buttons li {
            width:auto !important;
        }

        div.slidergallery ul.nav-buttons li {
            width: 100%;
            margin: 0;
        }
    div.siteContent .col25.contact-list {
        width:31.42857142857143%
    }
        div.siteContent .col25.contact-list img {
            width:100% !important;
            max-width:unset !important;
        }
    .col25.contact-list .box-inner h3 {
        font-size:18px;
    }
        .googlemap {
        width:100%;
        margin-top:20px;
        margin-bottom:20px;
    }
    body.mina-sidor_logga-in div.siteContent {
        flex-flow: column wrap;
        display: flex;
        display: inline-flex;
    }

    body.mina-sidor_logga-in .col50 {
        order: 2;
    }

    body.mina-sidor_logga-in .col25 {
        order: 1;
    }

    body.mina-sidor_logga-in .col25 {
        float: left;
    }

    body.mina-sidor_logga-in .col50 {
        float: right;
    }
}

/* Phone */
@media (max-width: 480px) {
    body {
        background: #fff;
        -webkit-text-size-adjust: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    form {
        margin: 0 auto;
        padding-bottom: 0;
        position: relative;
        width: 100%;
    }

    div.cycle-slideshow {
        display: none;
    }

    div.siteMenu-container {
        display: none;
    }

    div.siteHeader {
        width: 90%;
    }

    div.siteContentFull,
    div.siteContainer,
    div.siteMain,
    div.siteFooter,
    div.siteOptions {
        width: auto;
    }

    div.search_area, div.language {
        padding: 0;
    }

    .handheld-menu {
        display: block;
        position: relative;
        z-index: 8000;
        top: 180px;
    }

        .handheld-menu .handheldTopMenu, .handheldTopMenu.nojs {
            position: relative;
            z-index: 2000;
            background: #009366;
            border-radius: 0;
        }

            .handheld-menu .handheldTopMenu li, .handheldTopMenu.nojs li {
                position: relative;
                z-index: 2000;
                border-bottom: 1px solid #fff;
            }

            .handheld-menu .handheldTopMenu a,
            .handheld-menu .handheldTopMenu span {
                font-weight: normal;
                font-size: 16px;
                font-weight: bold;
                padding-left: 0.6em;
                color: #fff;
                border: none;
                font-family: 'Roboto Condensed';
            }

            .handheld-menu .handheldTopMenu a {
                display: block;
            }

            .handheld-menu .handheldTopMenu > li:first-of-type,
            .handheldTopMenu.nojs > li:first-of-type {
                border: none;
            }

            .handheld-menu .handheldTopMenu li, .handheldTopMenu.nojs li {
                border-bottom: 1px solid #fff;
            }

            .handheld-menu .handheldTopMenu .expanded ul {
                padding-left: 0;
                width: 100%;
            }

                .handheld-menu .handheldTopMenu .expanded ul li a {
                    padding-left: 1em;
                    display: block;
                }

                .handheld-menu .handheldTopMenu .expanded ul li ul li a {
                    padding-left: 2em;
                    display: block;
                    font-weight: normal;
                    font-size: 16px;
                    text-transform: none;
                }

                .handheld-menu .handheldTopMenu .expanded ul li ul li ul li a {
                    padding-left: 3em;
                    display: block;
                }

                .handheld-menu .handheldTopMenu .expanded ul li ul li ul li ul li a {
                    padding-left: 4em;
                    display: block;
                }

                .handheld-menu .handheldTopMenu .expanded ul li ul {
                    background: #666;
                    overflow: hidden;
                }

                    .handheld-menu .handheldTopMenu .expanded ul li ul li ul {
                        background: #555;
                        overflow: hidden;
                    }

                        .handheld-menu .handheldTopMenu .expanded ul li ul li ul li ul li {
                            background: #444;
                            overflow: hidden;
                        }

            .handheld-menu .handheldTopMenu .expand-button, .handheld-menu .handheldTopMenu .collapse-button {
                color: #fff;
                padding-top: 0.615em;
            }

            .handheld-menu .handheldTopMenu ul li:last-child, .handheldTopMenu.nojs ul li:last-child {
                margin: 0;
            }

    .handheldTopMenu ul li:hover, .handheldTopMenu ul ul li:hover, .handheldTopMenu ul ul ul li:hover, .handheldTopMenu ul ul ul ul li:hover, .handheldTopMenu ul ul ul ul ul li:hover {
        background: transparent !important;
    }

    .handheld-menu .handheldTopMenu div.expand-button,
    .handheld-menu .handheldTopMenu div.collapse-button {
        width: 100%;
        position: absolute;
        top: 0;
        height: 100%;
        text-align: right;
        padding: 0.615em;
        box-sizing: border-box;
    }

    .handheld-menu .handheldTopMenu ul div.expand-button,
    .handheld-menu .handheldTopMenu ul div.collapsed-button {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: auto;
        height: auto;
        text-align: left;
    }

    .icon-minus-sign-alt:before,
    .icon-plus-sign-alt:before {
        content: "\f078";
        color: #fff;
        font-family: FontAwesome;
        font-size: 0.8em;
    }

    div.siteHeader-container {
        border: none;
        background: #fff;
        height: 270px;
        width: 100%;
        box-shadow: none;
    }

    div.siteOptions-container {
        width: 100%;
    }

    div.siteMain-container {
        width: 97.9167% !Important;
    }

    .siteLogo {
        padding: 0;
        top: 24px;
        width: 100%;
        z-index: 20000;
        height: auto;
        background: transparent;
    }

        .siteLogo img {
            width: 75%;
        }

    div.siteDescription {
        right: 0;
        top: 88px;
    }

    div.language {
    }

        div.global-authorization a {
        }

        div.global-authorization i {
        }

    div.global-authorization {
        background: transparent;
        font-size: 15px;
        position: absolute;
        right: 0;
        text-align: center;
        top: 90px;
        width: 100%;
    }

        div.global-authorization div {
            margin: 0;
        }

    div.global-unauthorized-login, div.global-unauthorized-register, div.global-authorized-mypages, div.global-authorized-logout, div.global-language {
        background: #009366;
        display: inline-block;
        float: right;
        padding: 6px 10px 6px 0;
        text-align: center;
        width: 44%;
        color: #fff;
        border-radius: 3px;
    }

    div.global-unauthorized-register, div.global-authorized-mypages {
        background: #009366;
        color: #fff;
        float: left;
    }

        div.global-unauthorized-login i, div.global-unauthorized-register i, div.global-authorized-mypages i, div.global-authorized-logout i, div.global-language i {
            color: #fff;
        }

    div.global-authorization a {
        color: #fff;
    }

    div.global-unauthorized-login, div.global-unauthorized-register, div.global-authorized-mypages, div.global-authorized-logout {
        margin-bottom: 8px;
    }

    div.search_area {
        background: #fff;
        position: absolute;
        right: 0;
        top: 140px;
        width: 100%;
    }

        div.search_area .btn_search {
            color: #009366;
        }

        div.search_area .search_field {
            width: 70%;
            color: #434343;
        }

    .col100.background {
        height: auto;
        margin-bottom: 0;
        text-align: center;
    }

    .primary h2 {
        font-size: 26px;
        line-height: 29px;
    }

    .col50.puff p, .col50.puff a {
        font-size: 16px;
        line-height: 26px;
    }

    .col50.puff img {
        width: auto !important;
        max-width: 100% !important;
        height: auto !important;
    }

    .col50.puff .bulleted-puff {
        font-size: 12px;
    }

    .listavailable-container {
        margin-bottom: 0;
    }

        .listavailable-container h3 {
            font-size: 26px;
        }

    body.default ul.listavailable li {
        display: block;
        margin: 0 0 20px;
    }

        body.default ul.listavailable li:last-of-type {
            display: block;
            margin-bottom: 0;
        }

        body.default ul.listavailable li a {
            font-size: 18px;
        }

    .col50.largepuff {
        margin-bottom: auto;
    }

        .col50.largepuff h3 {
            font-size: 21px;
            line-height: 26px;
        }

        .col50.largepuff img.img {
            max-width: 100% !important;
        }

    .newsbox h2 {
        font-size: 28px;
        line-height: 32px;
    }

    .newsbox h3 {
        font-size: 21px;
        line-height: 28px;
    }

    .archive-readmore a {
        font-size: 12px;
    }

    div.siteFooter .col33 {
        width: 100%;
        text-align: center;
        margin: 0 0 30px;
    }

    div.siteFooter-container {
        padding: 40px 0;
    }

        div.siteFooter-container h6 {
            font-size: 23px;
            font-weight: bold;
            margin-bottom: 14px;
            margin-top: 30px;
        }

    div.siteFooter .col33.openinghours p, div.siteFooter .col33.openinghours ul,
    div.siteFooter ul.contact-information {
        margin: 0;
    }

    div.siteFooter ul.siteOptions {
        width: auto;
        margin: 0;
    }

        div.siteFooter ul.siteOptions li {
            line-height: 15px;
            text-align: center;
            border-bottom: 1px dotted #ddd;
        }

    .siteAuthor-container {
        padding: 20px;
        text-align: center;
    }

    body.hss_object_objectdetailstemplateb .col75 .col50 {
        width: 100%;
    }

    body.hss_object_objectdetailstemplateb div.page-col50 ul.grid li.left {
        font-size: 18px;
        line-height: 32px;
        text-align: center;
        width: 100%;
    }

    div.page-col50 ul.grid li.right {
        text-align: center;
        width: 100%;
    }

    body.hss_object_objectdetailstemplateb div.register-interest input {
        border-radius: 6px;
        font-size: 15px;
        padding: 12px 26px 14px;
        margin-top: 14px;
    }

    body.hss_object_objectdetailstemplateb .col75 .col25 {
        width: 100%;
    }

    body.hss_object_objectdetailstemplateb span.button-list {
    }

        body.hss_object_objectdetailstemplateb span.button-list input {
            border: 1px solid #005581;
            border-color: #005581;
            color: #000;
            border-radius: 10px;
            display: block;
            font-size: 15px;
            height: 60px;
            margin-right: 2.6%;
            width: 100%;
        }

    body.hss_object_object_list label.title {
        background: none repeat scroll 0 0 #eee;
        border-radius: 4px;
        color: #333333;
        display: inline-block;
        padding: 11px;
    }

    ul.quickfilter {
        margin-bottom: 20px;
    }

        ul.quickfilter table tr td {
            display: inline-table;
            width: 100%;
            border-bottom: 1px dotted #C9DFF1;
            line-height: 30px;
        }

        ul.quickfilter li {
            margin-left: 0;
        }

    div.siteAuthor {
        margin: 0 auto;
        width: 100%;
    }

    div.siteContent table tr > .col50 {
        display: block;
        float: left;
        width: auto;
    }

    body.hss_object_objectdetailstemplateb .col75 .col50 {
        width: 100%;
    }

    body.hss_object_objectdetailstemplateb div.page-col50 ul.grid li.left {
        font-size: 18px;
        line-height: 32px;
        text-align: center;
        width: 100%;
    }

    div.page-col50 ul.grid li.right {
        text-align: center;
        width: 100%;
    }

    body.hss_object_objectdetailstemplateb div.register-interest input {
        border-radius: 6px;
        font-size: 15px;
        padding: 12px 26px 14px;
        margin: 14px auto 0;
    }

    body.hss_object_objectdetailstemplateb .col75 .col25 {
        width: 100%;
    }

    body.hss_object_objectdetailstemplateb span.button-list {
    }

        body.hss_object_objectdetailstemplateb span.button-list input {
            border: 1px solid #005581;
            border-color: #005581;
            color: #000;
            border-radius: 10px;
            display: block;
            font-size: 15px;
            height: 60px;
            margin-right: 2.6%;
            width: 100%;
        }

    body.hss_object_object_list label.title {
        background:#eee;
        border-radius: 4px;
        color: #333333;
        display: inline-block;
        padding: 11px;
    }

    ul.quickfilter {
        margin-bottom: 20px;
    }

        ul.quickfilter table tr td {
            display: inline-table;
            width: 100%;
            border-bottom: 1px dotted #C9DFF1;
            line-height: 30px;
        }

        ul.quickfilter li {
            margin-left: 0;
            width: 100%;
        }

    .templatelist.block.objectlist {
        margin-right: 2%;
        width: 100% !important;
    }

    .templatelist.block:nth-child(3n+3) {
        margin-right: 0;
    }

    h1, h1.pagetitle {
        text-align: center;
        margin-top: 22px;
        font-size: 26px;
    }

    ul.templatelist.block li img:first-child:not(.image),
    .templatelist.block.objectlist .image {
        width: auto !important;
    }

    .col75 img {
        height: auto !important;
        max-width: 100%;
    }


    .col100.viktiginfo h1,
    .col100.viktiginfo h1.pagetitle {
        font-size: 24px;
        margin-top: 8px;
        text-align: left;
        line-height: 32px;
    }

    div.col50.puff.alignleft.column,
    div.col50.puff.alignright.column,
    div.col50.largepuff.alignleft div.box.primary div.box-outer div.box-inner.column,
    div.col50.alignright div.newsbox div.box-outer div.box-inner.column {
        height: auto !important;
    }

    .siteLogo {
        box-shadow: none;
        z-index: 200;
    }

    .col33 {
        width: 100%;
    }

        .col33.ingang .box.ingang a, .col33.ingang .box.ingang p {
            display: block;
        }

        .col33.ingang .box.ingang a, .col33.ingang .box.ingang p {
            padding-bottom: 0;
        }

    div.siteFooter-container div.col100 {
        margin-bottom: 0;
    }

    div.siteFooter-container {
        text-align: center;
        padding: 0;
    }

    body.default .col50 .box.puff .box-inner img {
        height: auto !important;
        width: 100% !important;
    }

    .col33.ledigt .box-inner .available.img {
        margin: 0 auto;
    }

    body.default div.ListAvailablelist {
        width: 91%;
    
        }

    .col33.links p a {
        width: auto;
    }

    div.siteFooter-container {
        background: #f2f2f2 url("../Img/footer_img.png") no-repeat scroll 70% 105%;
    }

    div.siteFooter .col33.footertext p, div.siteFooter .col33.footertext a {
        color: #009366;
        text-align: center !important;
    }

    ul.siteOptions {
        width: 90%;
    }
    .col100.links img {
        width:auto !important;
        height:auto !important;
        margin:0;
        margin-bottom:20px;
    }
    div.col75.slidergallery {
        display:none;
    }
    div.col75.slidergallery .container {
        width:auto !important;
    }
        div.col75.slidergallery .container .slides > div {
        width:auto !important;
        }
    div.slidergallery .container img {
        width:100% !important;
    }

    div.slidergallery .pager {
        margin: 0 0 60px;
        position: relative;
        width: 99%;
        height: auto;
    }

    div.slidergallery .container {
        width: auto;
        position:relative;
    }
    div.col75.slidergallery .container {
       height:250px;    
    }

    .pager .jcarousel-container-horizontal {
        width:initial;
    }
    .pager .jcarousel-clip-horizontal {
        width:100% !important;
    }
    div.col75.slidergallery ul.nav-buttons {
        width: 95%;
        padding: 20px;
        margin: 0;
        list-style-type: none;
        position: absolute;
        top:auto;
        z-index:1000;
        overflow:hidden;
    }
        div.col75.slidergallery ul.nav-buttons li {
            width:auto !important;
        }

        div.slidergallery ul.nav-buttons li {
            width: 100%;
            margin: 0;
        }
    div.siteContent .col25.contact-list {
        width:100%;
    }
        div.siteContent .col25.contact-list img {
            width: 100% !important;
            max-width:unset !important;
      
        }
    .googlemap {
        width:100%;
        margin-top:20px;
        margin-bottom:20px;
    }
    table.col75 tbody tr td.col25 p img,
    .col100.links img {
        width:100% !important;
        margin-bottom:20px;
        float:left;
    }
    .col100.links h4 {
        width: 100%;
        float: left;
    }
    div.col100.links.alignleft div.links-container.alignleft {
        margin:0;
    }
    body.mina-sidor_logga-in div.siteContent {
        flex-flow: column wrap;
        display: flex;
        display: inline-flex;
    }

    body.mina-sidor_logga-in .col50 {
        order: 2;
    }

    body.mina-sidor_logga-in .col25 {
        order: 1;
    }

    body.mina-sidor_logga-in .col25 {
        float: left;
    }

    body.mina-sidor_logga-in .col50 {
        float: right;
    }
}
