
/*.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: #0b7b35;
    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;
    z-index: 1000;
    border-radius: 40px;
}

    .navSupScrollTop.is-active {
        visibility: visible;
        opacity: 1;
    }

.box-secondary.box.secondary.object-documents {
    width: 100%;
}

div.jquerypanel .header a.hidden {
    background-position: 0 4px;
}
/* Default (desktop) */
form {
    width: 100%;
}

.alignleft {
    float: left;
    margin-right: 2%;
}

div.box-container div.col25.alignleft {
    margin-right: 2%;
}

.primary a.bulleted::before {
}

a.bulleted::before {
}

a {
}

.secondary a.bulleted {
}

div.navbar {
    margin-top: 20px;
}

@media (min-width: 980px) and (max-width: 1169px) {
    div.siteToplinks, div.siteHeader, div.siteMain, footer.siteFooter {
        width: 100%;
        padding: 0.5em;
        box-sizing: border-box;
    }

    form {
        width: 100%;
    }

    .col100 img {
        max-width: 100%;
        height: auto !important;
    }

    div.col66.puff {
        width: 66%;
    }

    div.col100.ingangar a div.col33.ingangar div.ingangar-container {
        height: auto !important;
    }
    div.col50.puffareainfo img.puffimg {
        width:100%;
        height:auto !important;
    }
}
/* Tablet */
@media (min-width: 481px) and (max-width: 979px) {
    form {
        width: 100%;
        border: none;
    }

    body {
        padding: 0;
        background: #fff;
    }

    form {
        padding: 0;
    }

    nav {
        border: none;
    }

    nav {
        padding-top: 0;
        border-top: 0;
        margin-top: 0;
    }
    div.handheld-menu.top ul.handheldTopMenu li.collapsed div.expand-button i.fa.fa-bars,
    div.handheld-menu.top ul.handheldTopMenu li.expanded div.collapse-button i.fa.fa-bars {
        background: #fff;
        border-radius: 4px;
        padding: 4px 10px;
    }

    .handheld-menu {
        display: block;
        position: relative;
        z-index: 8000;
    }

        .handheld-menu .handheldTopMenu, .handheldTopMenu.nojs {
            font-family: "Source Sans Pro",Arial,Helvetica,sans-serif;
            font-weight: 400;
            font-size: 15px;
            position: relative;
            z-index: 2000;
            background: #fff;
            border-radius: 0;
            border-bottom: 1px solid #fff;
        }

            .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: 700;
                font-size: 16px;
                padding-left: 0.6em;
                color: #333;
                border: none;
            }

            .handheld-menu .handheldTopMenu a {
                display: block;
            }

            .handheld-menu .handheldTopMenu > li:first-of-type,
            .handheldTopMenu.nojs > li:first-of-type {
                border: none;
                border-bottom: 1px solid #cecfce
            }

            .handheld-menu .handheldTopMenu li, .handheldTopMenu.nojs li {
                border-bottom: 1px solid #cecfce;
            }

            .handheld-menu .handheldTopMenu ul li > ul li > ul li, .handheldTopMenu.nojs ul li > ul li > ul li {
                border-bottom: 1px solid #fff;
            }

            .handheld-menu .handheldTopMenu .expanded ul {
                padding-left: 0;
                width: 100%;
                border-top: 1px solid #cecfce
            }

                .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: #fff;
                    overflow: hidden;
                }

                    .handheld-menu .handheldTopMenu .expanded ul li ul li ul {
                        background: #fff;
                        overflow: hidden;
                    }

                        .handheld-menu .handheldTopMenu .expanded ul li ul li ul li ul li {
                            background: #fff;
                            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 !important;
            }

    .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;
    }

    div.handheld-menu.top ul.handheldTopMenu li.expanded {
    }

    .handheld-menu .handheldTopMenu div.expand-button,
    .handheld-menu .handheldTopMenu div.collapse-button {
        width: 100%;
        position: absolute;
        top: -5px;
        height: 100%;
        right: 0;
        text-align: right;
        padding: 10px;
        color: #0b7b35;
        box-sizing: border-box;
    }

    .handheld-menu .handheldTopMenu ul div.expand-button,
    .handheld-menu .handheldTopMenu ul div.collapsed-button {
        display: block;
        position: absolute;
        top: 6px;
        right: 0;
        width: auto;
        height: auto;
        text-align: left;
    }

    div.handheld-menu.top ul.handheldTopMenu li.collapsed div.expand-button i.fa.fa-bars, div.handheld-menu.top ul.handheldTopMenu li.expanded div.collapse-button i.fa.fa-bars {
        background: #0b7b35;
        border-radius: 4px;
        padding: 4px 10px;
    }

    .handheld-menu .handheldTopMenu div.expand-button, .handheld-menu .handheldTopMenu div.collapse-button {
        text-align: right;
        color: #0b7b35;
    }

    .handheld-menu .handheldTopMenu div.expand-button, .handheld-menu .handheldTopMenu div.collapse-button {
        top: 4px;
    }

    .fa-navicon:before, .fa-reorder:before, .fa-bars:before {
        color: #fff;
    }

    .icon-minus-sign-alt:before,
    .icon-plus-sign-alt:before {
        content: "\f078";
        color: #137eba;
        font-family: FontAwesome;
        font-size: 0.8em;
    }

    header.siteHeader-container div.handheld-menu.top ul.handheldTopMenu li span:first-of-type {
        color: #fff;
        position: relative;
    }

    div.siteToplinks-container, header.siteHeader-container, div.siteMain-container, div.siteFooter-container, footer.siteFooter, div.siteAuthor-container {
        margin: 0 auto;
        width: auto !important;
        padding: 0;
    }

        header.siteHeader-container h1 {
            background: none;
            margin: 0;
            padding: 0;
            text-indent: 0%;
            width: 25%;
            top: 0px;
        }

    div.siteToplinks, div.siteHeader, div.siteMain, footer.siteFooter {
        width: auto;
        padding: 10px;
    }

    div.siteFooter-container {
        padding: 1.125em;
        height: 83em;
        box-sizing: border-box;
    }

    div.siteHeader {
        height: 8em;
    }

    div.siteLogo {
        width: 10em;
        position: absolute;
        top: 1em;
        z-index: 10000;
        right: auto;
        left: 1em;
    }

    header.siteHeader-container div.siteHeader div.siteLogo a img {
    }

    div.search_area {
        position: absolute;
        right: 0.6em;
        top: 4.5em;
        width: 17.5em;
    }

    div.siteContent {
        width: 100%;
    }

    .default div.fullContent {
        background: none;
        width: 100%;
    }

    h1, h1.pagetitle {
        font-size: 2.5em;
    }

    div.siteMain {
        margin-top: 0;
        padding: 30px;
    }

    .default .col33,
    .col33.ingangar {
        width: 100%;
    }

    div.siteContent .col25 .box {
        width: 100%;
    }

    ul.siteOptions {
        text-align: center;
        width: 100%;
    }

        ul.siteOptions li a {
        }
        ul.siteOptions li {
            margin:0;
        }
        div.siteFooter-container footer.siteFooter ul.siteOptions {
            width: 100%;
            box-sizing: border-box;
            margin-top: 2em;
        }

        div.siteFooter-container footer.siteFooter ul.siteOptions li {
            width: 100% !important;
            border-bottom: unset;
            display: block;
            padding: unset;
            text-align: center;
        }

    div.global-authorization {
        position: absolute;
        right: 10em;
        top: 1em;
        width: 56%;
        background: transparent;
        z-index: 10000;
    }

        div.global-authorization a {
            font-size: 13px;
            padding: 11px;
        }

        div.global-authorization i {
            color: #fff;
        }

    body.hss_object_objectdetailstemplateb span.button-list input {
        border: 1px solid #cecfce;
        border-color: #cecfce;
    }

    .page-col75.col75 li:not(.validator):not(.value):not(.label):not(.question):not(.answer) {
        clear: none;
    }

    div.page-col50 ul.grid li.right {
        padding: 0;
    }

    div.siteContent .col25 .box.object-interest,
    div.box-secondary.box.secondary.object-facts {
        width: 100% !important;
        height: auto !important;
    }

    ul.quickfilter span.minValue, ul.rangeslider span.maxValue {
        float: left;
    }

    .page-col75 div.interest-objectinfo {
        height: auto;
        margin-bottom: 4px;
        width: 64%;
        border: none;
    }

    .page-col75 div.interest-interestinfo {
        width: 100%;
        height: auto;
        border-top: 1px solid #ddd;
    }

    footer.siteFooter ul.siteOptions {
    }

    div.siteAuthor {
        width: auto !important;
        padding: 0 0 10px;
    }

    div.siteMain:before,
    div.siteMain:after {
        content: "";
        display: none;
    }

    .col75 img {
        max-width: 100%;
    }

    div.siteContent table tr > .col50 {
        max-width: 100%;
        width: auto;
    }

    footer.siteFooter div.col33 {
        width: 100%;
        float: left;
        margin-top: 1em;
    }

        div.siteFooter-container footer.siteFooter ul li,
        footer.siteFooter div.col33 p {
        }

    #google_translate_element {
        display: block;
        position: relative;
        float: right;
        width: 10.5em;
        height: 2.15em;
        top: 0.4em;
    }

    #google-translate-container {
        float: right;
        padding: 3px 0 0 0;
        position: relative;
        top: -6px;
    }

    div#google-translate-container div#google_translate_element div.skiptranslate.goog-te-gadget select.goog-te-combo {
        position: absolute !important;
        right: 0px !important;
        padding: 0.7em;
    }

    .goog-te-combo, .goog-te-banner *, .goog-te-ftab *, .goog-te-menu *, .goog-te-menu2 *, .goog-te-balloon * {
        background-size: 1.125em;
        background-position: 0.425em 0.725em;
    }

    div.image-big img,
    div.areatext,
    .col50 img {
        max-width: 100%;
        box-sizing: border-box;
    }

    div.areatext {
        width: 66%;
    }

    div.areaimg {
        width: 30%;
        height: auto;
        float: right;
    }

        div.areaimg img {
            width: 100%;
            height: auto;
        }

    div.image-big img {
        width: 100%;
    }

    .image-slideshow .image-big {
        width: auto;
        float: left;
        margin-right: 20px;
    }

    div.page-col50 ul.grid li.right {
        padding: 0;
    }

    div.page-col50 ul.grid li.left {
        margin-bottom: 0;
        line-height:1.5em;
    }

    .image-slideshow .imgthumbs {
        margin: 0 3px 0;
        padding: 0;
    }

    div.image-thumbs img {
        margin: 0;
        border-width: 3px;
    }

    div.image-thumbs {
        width: auto;
        padding: 0;
    }

    .col75 .form:nth-child(2n) {
        background: #F5F5F5;
        padding: 1em;
        box-sizing: border-box;
    }

    .col75 .form:nth-child(2n+1) {
        padding: 1em;
    }

    div.pageSubHeader p, div.pageSubHeader p span, div.pageHeader, div.pageHeader span, div.pageSubHeader {
        background: #f9ae00;
        width: 100%;
        float: left;
    }

    div.col75 div.pageHeader:first-of-type {
        margin-top: 0 !important;
    }

        div.col75 div.pageHeader:first-of-type span {
            margin: 0 !important;
        }

    .removeInterestBox {
        margin-top: 20px;
        margin-bottom: 20px;
        border: 3px #ccc dashed;
        padding-left: 14px;
        padding-right: 14px;
        padding-bottom: 14px;
        padding-top: 0;
    }

    div.pageSubHeader span#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_lblDeleteRegistration {
        color: #000;
        line-height: 28px;
        display: inline;
        border-bottom: 1px solid #ccc;
        float: right;
        padding-bottom: 10px;
        width: 100%;
    }

    .removeInterestBox div {
        margin-top: 13px;
        text-align: center;
    }

    .col75 div#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_spanPUL ul.form {
        background: transparent !important;
        width: auto;
        float: left;
        padding: 0;
    }

    #ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_spanPUL {
        width: 100%;
        float: left;
        position: relative;
        margin-bottom: 10px;
    }

    #ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_lblAgreeText {
        position: relative;
        width: 100%;
        display: block;
        float: left;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_spanPUL ul.form li.value {
        padding: 0;
        width: 7%;
        position: absolute;
        right: 13px;
        top: 17px;
    }

    #ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_spanPUL ul.form li.label {
        width: 88%;
        margin-right: 10px;
        font-weight: bold;
    }

    .col75 .pageHeader, .siteContentIframe .pageHeader, .col75 .pageSubHeader {
        float: left;
        width: 100%;
    }

    div#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_divLivingHeading p {
        margin: 0;
    }

    div.ImageTextStyles.Image img.desktop {
        display: none;
    }

    div.ImageTextStyles.Image img.mobile {
        display: block;
    }

    div.ImageTextStyles.Text div.ImageTextStyles.TextContent {
        width: 80%;
        padding: 20px;
    }

        div.ImageTextStyles.Text div.ImageTextStyles.TextContent h1 {
            font-size: 30px;
        }

        div.ImageTextStyles.Text div.ImageTextStyles.TextContent p {
            font-size: 19px;
            line-height: 26px;
        }

    div.col100.ingangar a div.col33.ingangar div.ingangar-container {
        height: auto !important;
        margin-bottom: 60px;
    }

        div.col100.ingangar a div.col33.ingangar div.ingangar-container img.image {
            width: auto;
        }

    div.col66.puff {
        width: 100%;
    }

    div.col33.news {
        margin-top: 20px;
        width:100%;
    }

    div.col100.puffarea div.col50 div.puff-area-content {
        padding: 20px 40px 50px;
        box-sizing: border-box;
    }

    div.col100.puffarea div.col50 img {
        height: auto !important;
    }

    div.col50.puffareainfo {
        width: 100%;
    }

        div.col50.puffareainfo img.puffimg {
            max-width: 100%;
            float: left;
            margin-right: 20px;
            height: 100px !important;
            margin-bottom: 0;
        }

        div.col50.puffareainfo div.box-inner {
            height: auto !important;
        }

    div.siteContent .col25 {
        width: 100%;
    }

    .dynamic-map img {
        max-width: 872px !Important;
    }

    .col75 .dynamic-map span.close a img {
        width: auto !Important;
    }

    .col75 .dynamic-map .area-img img {
        width: auto !Important;
    }
    /* Editor Specifik CM */
    table.cmContact {
        width: 100%;
    }

        table.cmContact tr td {
            padding: 22px 0;
            width: 100%;
            box-sizing: border-box;
        }

            table.cmContact tr td.col25.tdcol1,
            table.cmContact tr td.col25.tdcol2 {
                border-right: none;
                border-bottom: none;
            }

            table.cmContact tr td.col25 a.bulleted {
                position: relative;
                bottom: unset;
            }

    table.col50 tbody tr td.col25 img {
        width: 100% !important;
    }

    table.cmContact tr td.col25.tdcol3 {
        float: right;
    }

    table.cmContact tr td.col25 {
        width: 33% !important;
    }

    div.siteFooter-container footer.siteFooter ul li {
        line-height: 30px;
        font-size: 18px;
        list-style-type: none;
        width: 100%;
    }

    div.siteNeverEnds {
        font-size: 1em;
        margin-top: 30px;
        text-align: center;
    }
    div.siteContent table tr > .col50 {
        width: 100%;
        display: block;
        float: left;
        margin-right: 0;
        padding: 0;
    }
    ul.quickfilter li {
        width: 44%;
    }
        ul.quickfilter li:last-child {
            margin: 0;
            float: right;
        }
}

/* Phone */
@media (max-width: 480px) {
    form {
        width: 100%;
        border: none;
    }

    div.handheld-menu.top ul.handheldTopMenu li.collapsed div.expand-button i.fa.fa-bars,
    div.handheld-menu.top ul.handheldTopMenu li.expanded div.collapse-button i.fa.fa-bars {
        background: #fff;
        border-radius: 4px;
        padding: 4px 10px;
    }

    .handheld-menu {
        display: block;
        position: relative;
        z-index: 8000;
    }

        .handheld-menu .handheldTopMenu, .handheldTopMenu.nojs {
            font-family: "Source Sans Pro",Arial,Helvetica,sans-serif;
            font-weight: 400;
            font-size: 15px;
            position: relative;
            z-index: 2000;
            background: #fff;
            border-radius: 0;
            border-bottom: 1px solid #fff;
        }

            .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: 700;
                font-size: 16px;
                padding-left: 0.6em;
                color: #333;
                border: none;
            }

            .handheld-menu .handheldTopMenu a {
                display: block;
            }

            .handheld-menu .handheldTopMenu > li:first-of-type,
            .handheldTopMenu.nojs > li:first-of-type {
                border: none;
                border-bottom: 1px solid #cecfce
            }

            .handheld-menu .handheldTopMenu li, .handheldTopMenu.nojs li {
                border-bottom: 1px solid #cecfce;
            }

            .handheld-menu .handheldTopMenu ul li > ul li > ul li, .handheldTopMenu.nojs ul li > ul li > ul li {
                border-bottom: 1px solid #fff;
            }

            .handheld-menu .handheldTopMenu .expanded ul {
                padding-left: 0;
                width: 100%;
                border-top: 1px solid #cecfce
            }

                .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: #fff;
                    overflow: hidden;
                }

                    .handheld-menu .handheldTopMenu .expanded ul li ul li ul {
                        background: #fff;
                        overflow: hidden;
                    }

                        .handheld-menu .handheldTopMenu .expanded ul li ul li ul li ul li {
                            background: #fff;
                            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 !important;
            }

    .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: -5px;
        height: 100%;
        right: 0;
        text-align: right;
        padding: 10px;
        color: #0b7b35;
        box-sizing: border-box;
    }

    .handheld-menu .handheldTopMenu ul div.expand-button,
    .handheld-menu .handheldTopMenu ul div.collapsed-button {
        display: block;
        position: absolute;
        top: 6px;
        right: 0;
        width: auto;
        height: auto;
        text-align: left;
    }

    div.handheld-menu.top ul.handheldTopMenu li.collapsed div.expand-button i.fa.fa-bars, div.handheld-menu.top ul.handheldTopMenu li.expanded div.collapse-button i.fa.fa-bars {
        background: #0b7b35;
        border-radius: 4px;
        padding: 4px 10px;
    }

    .handheld-menu .handheldTopMenu div.expand-button, .handheld-menu .handheldTopMenu div.collapse-button {
        text-align: right;
        color: #0b7b35;
    }

    .handheld-menu .handheldTopMenu div.expand-button, .handheld-menu .handheldTopMenu div.collapse-button {
        top: 4px;
    }

    div.handheld-menu.top ul.handheldTopMenu li.expanded {
    }

    .fa-navicon:before, .fa-reorder:before, .fa-bars:before {
        color: #fff;
    }

    .icon-minus-sign-alt:before,
    .icon-plus-sign-alt:before {
        content: "\f078";
        color: #137eba;
        font-family: FontAwesome;
        font-size: 0.8em;
    }

    div.siteToplinks-container, header.siteHeader-container, div.siteMain-container, div.siteFooter-container, div.siteAuthor-container {
        margin: 0 auto;
        width: auto !important;
        padding: 0;
    }

    div.siteToplinks, .siteHeader, div.siteMain, footer.siteFooter {
        width: auto !important;
    }

    div.siteToplinks {
        padding: 10px 0;
    }

    header.siteHeader-container div.handheld-menu.top ul.handheldTopMenu li span:first-of-type {
        color: #fff;
        position: relative;
    }

    div.siteFooter-container {
        padding: 20px;
        box-sizing: border-box;
        height: 88em;
    }

    div.siteContent {
        margin-top: 0;
        width: 100%;
        padding-top: 10px;
    }

    div.siteHeader {
        height: 8em;
        overflow: visible;
    }

    nav {
        border: none;
    }
    nav {
        padding-top: 0;
        border-top: 0;
        margin-top: 0;
    }
    div.siteLogo {
        width: 4em;
        position: absolute;
        top: 0.75em;
        z-index: 10000;
        right: auto;
        left: 0.55em;
    }

    header.siteHeader-container div.siteHeader div.siteLogo a img {
        width: 4.25em;
        float: left;
    }

    div.siteMain {
        margin-top: 0;
        padding: 20px;
    }

    div.ImageTextStyles.Image img.desktop {
        display: none;
    }

    div.ImageTextStyles.Image img.mobile {
        display: block;
    }

    div.ImageTextStyles.Image {
        height: auto;
        margin: 0px 0 40px;
        padding: 7px 7px 9px;
        width: auto;
    }

    .default div.fullContent {
        background: none;
        width: 100%;
    }

    .default .col33,
    .col33.ingangar {
        width: 100%;
    }

    div.siteContent .col25,
    div.siteContent .col25 .box {
        width: 100%;
    }

    ul.siteOptions {
        text-align: center;
        width: 100%;
    }

    footer.siteFooter ul.siteOptions li {
        border-color: #0052a1;
    }

    div.global-authorization {
        position: absolute;
        right: 4em;
        top: 1em;
        width: auto;
        background-color: transparent;
        z-index: 10000;
    }

        div.global-authorization a {
            font-size: 0.8em;
            padding: 0.65em 0.55em;
        }

        div.global-authorization i {
            color: #fff;
        }

    div.global-unauthorized-login, div.global-unauthorized-register, div.global-authorized-mypages, div.global-authorized-logout, div.global-language, div.global-rss {
        padding: 0;
        margin-bottom: 2px;
    }

    ul.quickfilter {
        margin-bottom: 20px;
    }

        ul.quickfilter li {
            margin-left: 0;
            width: 100%;
        }

        ul.quickfilter table tr td {
            border-bottom: 1px dotted #fff;
            line-height: 2.75em;
            display: block;
        }

        ul.quickfilter li.full {
            width: 100%;
        }
        ul.quickfilter label {
            font-size: 1.25em;
            margin-right: 0.65em;
        }

            ul.quickfilter li.full table.check {
                width: 100%;
            }

                ul.quickfilter li.full table.check tr td {
                    padding: 5px 0;
                }

    .objectlistFilters {
        padding-right: 20px;
        padding-left: 20px;
    }

    div.page-col50 ul.grid li.right {
        text-align: center;
        width: 100%;
    }

    div.siteContent table tr > .col50 {
        display: block;
        float: left;
        width: auto;
    }

    .templatelist.block.objectlist {
        margin-right: 2%;
        width: 100% !important;
    }

    .templatelist.block:nth-child(3n+3) {
        margin-right: 0;
    }

    h1, h1.pagetitle {
        font-size: 29px;
        margin-bottom: 24px;
        margin-top: 10px;
        text-align: center;
        letter-spacing: -1px;
    }

    ul.templatelist.block li img:first-child:not(.image),
    .templatelist.block.objectlist .image {
        width: 100% !important;
    }

    .col75 img {
        height: auto !important;
        max-width: 100%;
    }

    ul.quickfilter span.minValue, ul.rangeslider span.maxValue {
        float: left;
    }

    .page-col75 div.interest-objectinfo {
        height: auto;
        margin-bottom: 4px;
        width: auto;
    }
    ul.siteOptions li {
        margin:0;
    }
    ul.siteOptions li a {
    }

    ul.subst-row li {
        padding: 0 0;
        width: 100%;
    }

    .page-col75 div.interest-interestinfo {
        width: 100%;
        height: auto;
    }

    footer.siteFooter ul.siteOptions {
    }

    div.siteAuthor {
        width: auto !important;
        padding: 0 20px 10px;
    }

    div.siteMain:before,
    div.siteMain:after {
        content: "";
        display: none;
    }

    .col75 img {
        max-width: 100%;
        width: 100%;
    }

    div.siteContent table tr > .col50 {
        max-width: 100%;
        width: auto;
    }

    footer.siteFooter div.col33 {
        margin-bottom: 20px;
        width: 100%;
        box-sizing: border-box;
    }

        footer.siteFooter div.col33 ul.contact-details li {
            font-size: 13px;
            margin-bottom: 6px;
        }

            footer.siteFooter div.col33 ul.contact-details li.contact-header {
                font-size: 15px;
                margin-bottom: 10px;
            }

    div.search_area {
        position: absolute;
        right: 0.5em;
        top: 4.8em;
        width: 12em;
        height: 1.75em;
        padding: 0.25em;
    }


        div.search_area .search_field {
            width: 61%;
            float: left;
            font-size: 0.85em;
        }

        div.search_area .btn_search {
            font-size: 0.85em;
            padding: 0.25em 0.4em 0.25em;
        }

    #google_translate_element {
        display: block;
        position: relative;
        float: right;
        width: 8.5em;
        height: 2em;
        top: 0.55em;
    }

    #google-translate-container {
        float: left;
        padding: 1px 0 0 0;
        position: relative;
        top: 0;
        left: 1em;
    }

    div#google-translate-container div#google_translate_element div.skiptranslate.goog-te-gadget select.goog-te-combo {
        position: absolute !important;
        right: 0px !important;
        padding: 0.4em;
        width: 10.5em;
    }

    .goog-te-combo, .goog-te-banner *, .goog-te-ftab *, .goog-te-menu *, .goog-te-menu2 *, .goog-te-balloon * {
        background-size: 1.125em;
        background-position: 0.425em 0.725em;
    }
        div .image-big img, div.areatext, .col50 img {
        max-width: 100%;
        box-sizing: border-box;
    }

    div.page-col50 ul.grid li.right {
        padding: 0;
    }

    div.page-col50 ul.grid li.left {
        margin-bottom: 0;
    }

    div.register-interest.secondary .box-inner {
        padding-bottom: 30px;
    }


    .image-slideshow .imgthumbs {
        margin-top: 0;
    }

    div.image-thumbs img {
        margin: 0;
        border-width: 3px;
    }

    div.siteFooter-container footer.siteFooter div.siteContact ul {
        margin-bottom: 20px;
    }

        div.siteFooter-container footer.siteFooter div.siteContact ul li {
            display: block;
        }

            div.siteFooter-container footer.siteFooter div.siteContact ul li span {
                display: none;
            }

    .copyright {
        margin: 0 auto;
        width: 79%;
    }

    div.footerlogo-container {
        text-align: center;
    }

    div.siteFooter-container footer.siteFooter div.col33 {
        margin-bottom: 24px;
        text-align: center;
    }

    .templatelist.block.objectlist {
        margin: 0;
        margin-bottom: 20px;
    }

    div.navbar div.text {
        box-sizing: border-box;
        width: 100%;
    }

    footer.siteFooter h4 {
        margin-bottom: 10px;
        font-size: 24px;
    }

    .copyright {
        margin: 0 auto;
        width: 100%;
    }

    .col75 .form:nth-child(2n) {
        background: #F5F5F5;
        padding: 1em;
        box-sizing: border-box;
    }

    .col75 .form:nth-child(2n+1) {
        padding: 1em;
    }

    div.col75 div.pageHeader:first-of-type {
        margin-top: 0 !important;
    }

        div.col75 div.pageHeader:first-of-type span {
            margin: 0 !important;
        }

    div.pageSubHeader p, div.pageSubHeader p span, div.pageHeader, div.pageHeader span, div.pageSubHeader {
        color: #fff;
        font-size: 19px;
        letter-spacing: normal;
    }

        div.pageSubHeader p, div.pageSubHeader p span, div.pageHeader, div.pageHeader span, div.pageSubHeader {
            background: #f9ae00;
            width: 100%;
            float: left;
        }

    .removeInterestBox {
        margin-top: 20px;
        margin-bottom: 20px;
        border: 3px #ccc dashed;
        padding-left: 14px;
        padding-right: 14px;
        padding-bottom: 14px;
        padding-top: 0;
    }

    div.pageSubHeader span#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_lblDeleteRegistration {
        color: #000;
        line-height: 28px;
        display: inline;
        border-bottom: 1px solid #ccc;
        float: right;
        padding-bottom: 10px;
        width: 100%;
    }

    .removeInterestBox div {
        margin-top: 13px;
        text-align: center;
    }

    div.interest-interestinfo table tbody tr td a {
        background-color: #0052a1;
        color: #fff;
        padding: 5px 16px;
        display: inline-block;
        border-radius: 4px;
        margin-bottom: 4px;
        font-weight: 600;
        width: 100%;
        box-sizing: border-box;
        margin-top: 10px;
    }

    div.interest-interestinfo table tbody tr td {
        width: auto;
        float: left;
        display: inline;
    }

    .objectlist-area-select {
        width: 100%;
        float: left;
    }

    div.objectlist-area div.objectlist-area-select {
        margin-bottom: 6px;
    }

        div.objectlist-area div.objectlist-area-select.city span,
        div.objectlist-area div.objectlist-area-select.area span {
            display: inline-block;
            width: 40%;
        }

    div.objectlist-area-select.city select,
    div.objectlist-area-select.area select {
        width: 58%;
    }

    .col75 div#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_spanPUL ul.form {
        background: transparent !important;
        width: auto;
        float: left;
        padding: 0;
    }

    #ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_spanPUL {
        width: 100%;
        float: left;
        position: relative;
        margin-bottom: 10px;
    }

    #ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_lblAgreeText {
        position: relative;
        width: 100%;
        display: block;
        float: left;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_spanPUL ul.form li.value {
        padding: 0;
        width: 7%;
        position: absolute;
        right: 13px;
        top: 17px;
    }

    #ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_spanPUL ul.form li.label {
        width: 88%;
        margin-right: 10px;
        font-weight: bold;
    }

    .col75 .pageHeader, .siteContentIframe .pageHeader, .col75 .pageSubHeader {
        float: left;
        width: 100%;
    }

    .page-col75.col75 .form .label {
        width: auto;
        clear: right;
        font-weight: 600;
    }

    div#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_divLivingHeading p {
        margin: 0;
    }

    div.siteNeverEnds {
        text-align: center;
    }

        div.siteNeverEnds span {
            display: block;
            margin-bottom: 30px;
        }

    div.ImageTextStyles.Text {
        bottom: 0;
    }

    div.ImageTextStyles.Image {
        height: auto;
        margin: 0;
        padding: 0;
        width: auto;
    }

    div.ImageTextStyles.Text div.ImageTextStyles.TextContent {
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
    }

        div.ImageTextStyles.Text div.ImageTextStyles.TextContent h1 {
            font-size: 26px;
        }

        div.ImageTextStyles.Text div.ImageTextStyles.TextContent p {
            font-size: 17px;
            line-height: 24px;
        }

    div.col100.ingangar a div.col33.ingangar div.ingangar-container {
        height: auto !important;
        margin-bottom: 60px;
    }

        div.col100.ingangar a div.col33.ingangar div.ingangar-container img.image {
            width: auto;
        }

    div.col66.puff {
        width: 100%;
        height: auto !important;
    }

        div.col66.puff div.col33.puff-container {
            width: 100%;
        }

        div.col66.puff div.col33.puff-container {
            height: auto !important;
            margin-bottom: 20px;
        }

            div.col66.puff div.col33.puff-container a div.imgContainer img {
                height: auto !important;
                width: 100%;
            }

    div.col33.news {
        margin-top: 20px;
        height: auto !important;
        float: left;
        width:100%;
    }

    div.col100.puffarea div.col50 div.puff-area-content {
        padding: 20px 0.5em 50px;
        box-sizing: border-box;
        float:left;
    }

    div.col100.puffarea div.col50 img {
        height: auto !important;
    }


    div.col50.puffareainfo {
        width: 100%;
    }

    div.col50.puffareainfo img.puffimg {
        max-width: 100%;
        float: left;
        margin-right: 20px;
        width: 100% !important;
        margin-bottom: 24px;
    }

        div.col50.puffareainfo div.box-inner {
            height: auto !important;
        }

    div.areatext {
        width: 100%;
        float: left;
    }

    div.areaimg {
        width: 100%;
        float: right;
        overflow: hidden;
        display: block;
        margin-top: 30px;
    }

        div.areaimg img {
            width: 100%;
        }

    .dynamic-map img {
        max-width: 872px !Important;
    }

    .col75 .dynamic-map span.close a img {
        width: auto !Important;
    }

    .col75 .dynamic-map .area-img img {
        width: auto !Important;
    }
    /* Editor Specifik CM */
    table.cmContact {
        width: 100%;
    }

        table.cmContact tr td.col25 {
            width: 100% !important;
        }

        table.cmContact tr td {
            padding: 22px 0;
            width: 100%;
            box-sizing: border-box;
        }

            table.cmContact tr td.col25.tdcol1,
            table.cmContact tr td.col25.tdcol2 {
                border-right: none;
                border-bottom: 1px solid #ccc;
            }

            table.cmContact tr td.col25 a.bulleted {
                position: relative;
                bottom: unset;
            }

    div.siteContent .article .col50 {
        width: 100%;
    }

        div.siteContent .article .col50 .col25 {
            width: 100%;
        }

    table.col50 tbody tr td.col25 img {
        width: 100% !important;
    }

    div.siteFooter-container footer.siteFooter ul li {
        line-height: 30px;
        font-size: 18px;
        list-style-type: none;
        width: 100%;
    }

    div.cookie-header {
        padding: 1.5em 2em 1em;
    }

    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;
    }
    footer.siteFooter a.ico-instagram, footer.siteFooter a.ico-linkedin, footer.siteFooter a.ico-facebook {
        margin-left: 0.65em;
    }
    div.siteContent table tr > .col50 {
        width: 100%;
        display: block;
        float: left;
        margin-right: 0;
        padding: 0;
    }
    div.article-general table.col75 tbody tr td.col25 img {
        width:100% !important;
    }
    ul.quickfilter li {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
    div.ingangar-container {
        margin-bottom:2em;
    }
}
