<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*.bulleted:before
{
    content: "\f138";
    font-family: FontAwesome;
    display: inline-block;
    width: 1em;
    height: 1em;
    color: black;
    font-size: 1.15em;
}
*/
.bulleted {
}

.navSupScrollTop {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    bottom: 0.3em;
    left: 0.3em;
    width: 3em;
    height: 3em;
    background-color: #c6a312;
    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;
    }

@media (min-width: 980px) and (max-width: 1439px) {
    html {
        padding: 0;
    }

    form {
        width: 100%;
    }

    div.siteMain {
        width: 100%;
    }

    div.siteHeader-container, div.siteMain-container, div.siteFooter-container, div.siteInfo-container, div.siteBreadcrumbs-container, div.siteInfo {
        margin: 0 auto;
        width: auto !important;
    }

    div.siteHeader, div.siteMain, div.siteFooter, div.siteInfo, div.siteBreadcrumbs {
        width: auto;
    }

    div.siteHeader {
        padding: 30px 40px 20px;
        position: relative;
    }

    div.global-authorization {
        right: 185px;
    }

    #google_translate_element {
        right: 30px;
    }

    div.search_area {
        right: 30px;
    }

    div .projectnews-container {
        width: 100%;
        position: relative;
        left: 0;
    }

        div.projectnews-container div.projectnews-container-image {
            overflow: hidden;
        }
        div.projectnews-container div.projectnews-container-area h3 {
            color: #051033;
            font-weight: 700;
            font-style: normal;
            font-size: 2.2em;
            line-height: 42px;
        }

    div.ImageTextStyles.Text {
        top: auto;
        width: 60%;
        left: 190px;
        bottom: 10%;
    }

    div.ImageText h1 {
        font-size: 44px;
        line-height: 50px;
        margin-bottom: 20px;
    }

    div.ingangar-wrapper {
        width: 100%;
    }

    div.col100.ingangar {
        width: 100%;
        left: 0;
        padding: 35px 30px;
        box-sizing: border-box;
    }

    div.col25.ingangar.alignleft {
        margin-right: 2%;
    }

    div.news-area div.col100 {
        padding: 0 30px;
        box-sizing: border-box;
    }

    span.imgfooter {
        display: none;
    }

    div.siteFooter-container {
        padding: 40px 30px;
    }

    div.siteInfo-container {
        padding: 10px 30px;
    }

    div.siteMain {
        padding: 0 30px;
    }

    .col75 img {
        max-width: unset !important;
        width: 100% !important;
    }
    div.ImportantContainer {
        width: 100%;
        padding: 30px;
        box-sizing: border-box;
    }

        div.ImportantContainer a.bulleted {
            display: block;
            margin-top: 20px;
        }

}
/* Tablet */
@media (min-width: 481px) and (max-width: 979px) {
    html {
        padding: 0 20px 20px;
    }

    form {
        width: 100%;
        border: none;
        padding: 0;
    }

    body {
        padding: 0;
        background: #fff;
    }

    ul.topmenu {
        visibility: hidden;
        display: none;
    }

    .handheld-menu.top {
        border-bottom: 1px solid #EAEAEA
    }

    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: normal;
                font-size: 18px;
                padding-left: 0.6em;
                color: #333;
                border: none;
            }

            .handheld-menu .handheldTopMenu a {
                display: block;
            }

            .handheld-menu .handheldTopMenu &gt; li:first-of-type,
            .handheldTopMenu.nojs &gt; li:first-of-type {
                border: none;
            }

            .handheld-menu .handheldTopMenu li, .handheldTopMenu.nojs li {
                border-bottom: 1px solid #EAEAEA;
            }

            .handheld-menu .handheldTopMenu ul li &gt; ul li &gt; ul li, .handheldTopMenu.nojs ul li &gt; ul li &gt; ul li {
                border-bottom: 1px solid #fff;
            }

            .handheld-menu .handheldTopMenu .expanded ul {
                padding-left: 0;
                width: 100%;
                border-bottom: 1px solid #EAEAEA
            }

                .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;
            }

    .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: 9px;
        height: 100%;
        right: 0;
        text-align: right;
        padding: 10px 0;
        color: #25434d;
        box-sizing: border-box;
    }

    .handheld-menu .handheldTopMenu ul div.expand-button,
    .handheld-menu .handheldTopMenu ul div.collapsed-button {
        display: block;
        position: absolute;
        top: 10px;
        right: 10px;
        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: #c6a312;
        border-radius: 4px;
        padding: 4px 10px;
    }

    .handheld-menu .handheldTopMenu div.expand-button, .handheld-menu .handheldTopMenu div.collapse-button {
        text-align: right;
        color: #25434d;
    }

    .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.siteHeader-container div.handheld-menu.top ul.handheldTopMenu li span:first-of-type {
        color: #fff;
        position: relative;
    }

    div.siteToplinks-container, div.siteHeader-container, div.siteMain-container, div.siteFooter-container, div.siteFooter, div.siteAuthor-container {
        margin: 0 auto;
        width: auto !important;
    }

        div.siteHeader-container h1 {
            background: none;
            margin: 0;
            padding: 0;
            text-indent: 0%;
            width: 25%;
            top: 0px;
        }

    div.siteToplinks, div.siteHeader, div.siteMain, div.siteFooter {
        width: auto;
        padding: 0;
    }

    div.siteFooter-container {
        padding: 40px 20px 30px;
    }

    div.siteHeader {
        height: 132px;
    }

    div.siteLogo {
        position: absolute;
        top: 13px;
        left: 0px;
        width: 140px;
    }

    div.siteHeader-container div.siteHeader div.siteLogo a img {
        width: 100%;
        position: relative;
        top: 0;
        z-index: 8000;
    }

    div.search_area {
        z-index: 8000;
        position: absolute;
        top: 18px;
        right: 60px;
    }

    div.siteContent {
        width: 100%;
        padding: 30px 30px;
        box-sizing: border-box;
    }

    .default div.fullContent {
        background: none;
        width: 100%;
    }

    h1, h1.pagetitle {
        font-size: 2.5em;
    }

    div.siteMain {
        margin-top: 0;
    }

    .default .col33 {
        width: 100%;
    }

    div.siteContent .col25 .box {
        width: 100%;
    }

    ul.siteOptions {
        text-align: center;
        width: 100%;
    }

        ul.siteOptions li a {
            color: #fff;
        }

    div.global-authorization {
        position: absolute;
        right: 0;
        top: 80px;
        width: 100%;
        background-color: transparent;
    }

        div.global-authorization i {
            display: none;
        }

        div.global-authorization a {
            font-size: 14px;
        }

            div.global-authorization a:before {
                content: "\f14b";
                font-family: FontAwesome;
                padding-right: 3px;
                color: #c6a312;
                text-decoration: none;
                font-size: 36px;
                display: inline-block;
            }

    div.global-unauthorized-login a:before {
        content: "\f2bd";
        font-family: FontAwesome;
        padding-right: 3px;
        color: #c6a312;
        text-decoration: none;
        font-size: 32px;
        display: inline-block;
    }

    div.global-authorized-mypages a:before {
        content: "\f2bd";
        font-family: FontAwesome;
        padding-right: 3px;
        color: #c6a312;
        text-decoration: none;
        font-size: 32px;
        display: inline-block;
    }

    div.global-authorized-logout a:before {
        content: "\f090";
        font-family: FontAwesome;
        padding-right: 3px;
        color: #c6a312;
        text-decoration: none;
        font-size: 36px;
        display: inline-block;
    }

    div.global-authorization i {
        color: #c6a312;
    }

    div.global-unauthorized-login, div.global-unauthorized-register, div.global-authorized-mypages, div.global-authorized-logout, div.global-language, div.global-rss {
        width: 36px;
        height: 36px;
        overflow: hidden;
        background: transparent;
        padding: 0;
    }

        div.global-unauthorized-login a, div.global-unauthorized-register a, div.global-authorized-mypages a, div.global-authorized-logout a, div.global-language a, div.global-rss a {
            line-height: 36px;
        }

    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.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;
        font-size: 11px;
        width: 87%;
    }

    .page-col75 div.interest-objectinfo {
        height: auto;
        margin-bottom: 4px;
        width: auto;
    }

    div.siteFooter ul.siteOptions {
        display: none;
    }

    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 &gt; .col50 {
        max-width: 100%;
        width: auto;
    }

    div.siteFooter div.col33 {
        width: 45%;
        float: left;
    }

    #google_translate_element {
        position: absolute;
        top: 81px;
        z-index: 2000;
        left: 0;
        width: 130px;
    }

    div.image-big img,
    .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.left {
        margin-bottom: 18px;
    }

    .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;
    }

    div.article {
        min-height: unset;
    }

    div.ImageTextStyles.Text {
        top: auto;
        bottom: 5%;
        width: 80%;
        left: 2%;
        padding: 20px;
    }

    div.ImageText h1 {
        font-size: 25px;
        font-weight: 600;
        line-height: 42px;
        margin-bottom: 10px;
    }

    div.ImageTextStyles.Text span.ingress {
        margin-bottom: 12px;
        font-size: 14px;
        line-height: 21px;
    }

    div.ImageTextStyles.Text a.ImageTextLink {
        padding: 0px 16px;
        font-size: 14px;
    }

    div.ImageText {
        margin-bottom: 20px;
    }

    .col25 {
        width: 24.82608695652174%;
    }

    div.siteHeader-container, div.siteMain-container, div.siteFooter-container, div.siteInfo-container, div.siteBreadcrumbs-container,
    div.siteHeader, div.siteMain, div.siteFooter, div.siteInfo, div.siteBreadcrumbs {
        width: 100%;
        box-shadow: unset;
    }

    div.siteInfo {
        padding: 0px 15px;
        box-sizing: border-box;
    }

    div.siteContentHeader {
        padding: 40px 0 30px;
        margin-top: 0;
        float: left;
    }

        div.siteContentHeader p {
            width: 70%;
        }


        div.siteContentHeader h1.pagetitle {
            max-width: 100%;
            text-align: center;
            margin: 0 auto;
            line-height: 45px;
            font-size: 2.5em;
        }

    ul.quickfilter {
        margin-bottom: 20px;
    }

        ul.quickfilter li {
            margin-left: 0;
            width: 100%;
        }

        ul.quickfilter table tr td {
            border-bottom: 1px dotted #C9DFF1;
            line-height: 30px;
            display: block;
        }

        ul.quickfilter li.full {
            width: 100%;
        }

            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%;
        padding: 0;
    }

    div.page-col50 .register-interest ul.grid li.left {
        width: 100%;
        text-align: center;
        font-weight: 600
    }

    div.siteContent table tr &gt; .col50 {
        display: block;
        float: left;
        width: auto;
    }

    .templatelist.block.objectlist {
        margin-right: 2%;
    }

    .templatelist.block:nth-child(3n+3) {
        margin-right: 0;
    }

    ul.templatelist.block li img:first-child:not(.image),
    .templatelist.block.objectlist .image {
        width: 100% !important;
    }


    ul.quickfilter span.minValue, ul.rangeslider span.maxValue {
        float: left;
        font-size: 11px;
        width: 86%;
    }

    .page-col75 div.interest-objectinfo {
        height: auto;
        margin-bottom: 4px;
        width: auto;
    }

    ul.subst-row li {
        padding: 0 14px;
        width: 100%;
    }

    .linkbtn, .linkbtn-orange {
        display: block;
    }

    div.siteContent table tr &gt; .col50 {
        display: block;
        float: left;
        width: 100%;
    }

    div.image-big img, .col50 img {
        max-width: 100%;
        box-sizing: border-box;
        width: 100% !important;
    }

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

    .col25 .box-inner img {
        max-width: 190px;
        float: left;
        margin-right: 20px;
    }

    table.box.col25 tbody tr td.box-outer.box-inner p, table.col75 tbody tr td.col25.alignright p {
        font-size: 15px;
        line-height: 26px;
    }

    div.siteContent table tr &gt; .col25 {
        width: 100%;
        display: block;
        float: left;
    }

    div.siteContent .col50 {
        width: 100%;
    }

    div.search_area {
        width: 230px;
        height: 30px;
    }

        div.search_area .search_field {
            width: 80%;
            margin: 0px 0 0 3px;
            height: 20px;
        }

        div.search_area .btn_search {
            height: 30px;
            width: 35px;
        }

            div.search_area .btn_search:hover {
                height: 30px;
                width: 35px;
            }

    div.col100.ingangar,
    div.ingangar-wrapper {
        width: 100%;
        left: 0;
        padding: 10px;
        box-sizing: border-box;
    }

    div.col25.ingangar {
        width: 100%;
        margin-bottom: 20px;
    }

    div.news-area div.col33.news {
        width: 100%;
    }

    div.projectnews-container {
        width: 100%;
        position: relative;
        left: 0;
    }

        div.projectnews-container div.projectnews-container-image {
            float: left;
            width: 100%;
        }

    div.projectnews-container-image img {
        width: 100% !important;
    }

    div.projectnews-container div.projectnews-container-area,
    div.projectnews-container.alignright div.projectnews-container-area {
        width: 100%;
        float: left;
        padding: 50px 50px 50px 30px;
        box-sizing: border-box;
    }
        div.projectnews-container div.projectnews-container-area h3 {
            color: #051033;
            font-weight: 700;
            font-style: normal;
            font-size: 2.2em;
            line-height: 42px;
        }

    div.siteFooter div.col33,
    div.siteFooter .col33:first-of-type,
    div.siteFooter .col33:last-of-type {
        width: 100%;
        text-align: center;
        margin: 0;
        margin-bottom: 30px;
    }

        div.siteFooter div.col33 div.social a {
            display: inline-block;
        }

    div.siteInfo {
        text-align: center;
    }

    div.newsBox {
        height: auto !important;
    }

    span.imgfooter {
        display: none;
    }
    div.ImportantContainer {
        width: 100%;
        padding: 30px;
        box-sizing: border-box;
    }

        div.ImportantContainer a.bulleted {
            display: block;
            margin-top: 20px;
        }
    table.cmLayout2Columns tbody tr td.col50.contact {
        width: 100%;
    }

    div.col100.news a img.newsImg {
        width: 44%;
        margin-right:20px;
    }
}

/* Phone */
@media (max-width: 480px) {
    html {
        padding: 0 20px 20px;
    }

    form {
        width: 100%;
        border: none;
        padding: 0;
    }

    body {
        padding: 0;
        background: #fff;
    }

    ul.topmenu {
        visibility: hidden;
        display: none;
    }

    .handheld-menu.top {
        border-bottom: 1px solid #EAEAEA
    }

    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: normal;
                font-size: 18px;
                padding-left: 0.6em;
                color: #333;
                border: none;
            }

            .handheld-menu .handheldTopMenu a {
                display: block;
            }

            .handheld-menu .handheldTopMenu &gt; li:first-of-type,
            .handheldTopMenu.nojs &gt; li:first-of-type {
                border: none;
            }

            .handheld-menu .handheldTopMenu li, .handheldTopMenu.nojs li {
                border-bottom: 1px solid #EAEAEA;
            }

            .handheld-menu .handheldTopMenu ul li &gt; ul li &gt; ul li, .handheldTopMenu.nojs ul li &gt; ul li &gt; ul li {
                border-bottom: 1px solid #fff;
            }

            .handheld-menu .handheldTopMenu .expanded ul {
                padding-left: 0;
                width: 100%;
                border-bottom: 1px solid #EAEAEA
            }

                .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;
            }

    .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: 9px;
        height: 100%;
        right: 0;
        text-align: right;
        padding: 10px 0;
        color: #25434d;
        box-sizing: border-box;
    }

    .handheld-menu .handheldTopMenu ul div.expand-button,
    .handheld-menu .handheldTopMenu ul div.collapsed-button {
        display: block;
        position: absolute;
        top: 10px;
        right: 10px;
        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: #c6a312;
        border-radius: 4px;
        padding: 4px 10px;
    }

    .handheld-menu .handheldTopMenu div.expand-button, .handheld-menu .handheldTopMenu div.collapse-button {
        text-align: right;
        color: #25434d;
    }

    .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.siteHeader-container div.handheld-menu.top ul.handheldTopMenu li span:first-of-type {
        color: #fff;
        position: relative;
    }

    div.siteHeader-container div.handheld-menu.top ul.handheldTopMenu li span:first-of-type {
        color: #fff;
        position: relative;
    }

    div.siteToplinks-container, div.siteHeader-container, div.siteMain-container, div.siteFooter-container, div.siteFooter, div.siteAuthor-container {
        margin: 0 auto;
        width: auto !important;
    }

        div.siteHeader-container h1 {
            background: none;
            margin: 0;
            padding: 0;
            text-indent: 0%;
            width: 25%;
            top: 0px;
        }

    div.siteToplinks, div.siteHeader, div.siteMain, div.siteFooter {
        width: auto;
        padding: 0;
    }

    div.siteFooter-container {
        padding: 40px 20px 30px;
    }

    div.siteHeader {
        height: 128px;
    }

    div.siteLogo {
        position: absolute;
        top: 13px;
        left: 0px;
        width: 140px;
    }

    div.siteHeader-container div.siteHeader div.siteLogo a img {
        width: 100%;
        position: relative;
        top: 0;
        z-index: 8000;
    }

    div.search_area {
        z-index: 8000;
        position: absolute;
        top: 18px;
        right: 60px;
        width: 37px;
        height: 36px;
        padding: 0;
    }

        div.search_area .btn_search {
            width: 40px;
        }

            div.search_area .btn_search:hover {
                width: 40px;
            }

    div.siteContent {
        width: 100%;
        padding: 30px 20px;
        box-sizing: border-box;
    }

    .default div.fullContent {
        background: none;
        width: 100%;
    }

    h1, h1.pagetitle {
        font-size: 2.5em;
    }

    div.siteMain {
        margin-top: 0;
    }

    .default .col33 {
        width: 100%;
    }

    div.siteContent .col25 .box {
        width: 100%;
    }

    ul.siteOptions {
        text-align: center;
        width: 100%;
    }

        ul.siteOptions li a {
            color: #fff;
        }

    div.global-authorization {
        position: absolute;
        right: 0;
        top: 80px;
        width: 100%;
        background-color: transparent;
    }

        div.global-authorization i {
            display: none;
        }

        div.global-authorization a {
            font-size: 14px;
        }

            div.global-authorization a:before {
                content: "\f14b";
                font-family: FontAwesome;
                padding-right: 3px;
                color: #c6a312;
                text-decoration: none;
                font-size: 36px;
                display: inline-block;
            }

    div.global-unauthorized-login a:before {
        content: "\f2bd";
        font-family: FontAwesome;
        padding-right: 3px;
        color: #c6a312;
        text-decoration: none;
        font-size: 32px;
        display: inline-block;
    }

    div.global-authorized-mypages a:before {
        content: "\f2bd";
        font-family: FontAwesome;
        padding-right: 3px;
        color: #c6a312;
        text-decoration: none;
        font-size: 32px;
        display: inline-block;
    }

    div.global-authorized-logout a:before {
        content: "\f090";
        font-family: FontAwesome;
        padding-right: 3px;
        color: #c6a312;
        text-decoration: none;
        font-size: 36px;
        display: inline-block;
    }

    div.global-authorization i {
        color: #c6a312;
    }

    div.global-unauthorized-login, div.global-unauthorized-register, div.global-authorized-mypages, div.global-authorized-logout, div.global-language, div.global-rss {
        width: 36px;
        height: 36px;
        overflow: hidden;
        background: transparent;
        padding: 0;
    }

        div.global-unauthorized-login a, div.global-unauthorized-register a, div.global-authorized-mypages a, div.global-authorized-logout a, div.global-language a, div.global-rss a {
            line-height: 36px;
        }

    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.siteContent .col25 .box.object-interest,
    div.box-secondary.box.secondary.object-facts {
        width: 100% !important;
        height: auto !important;
    }


    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;
        font-size: 11px;
        width: 87%;
    }

    .page-col75 div.interest-objectinfo {
        height: auto;
        margin-bottom: 4px;
        width: auto;
    }

    div.siteFooter ul.siteOptions {
        display: none;
    }

    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 &gt; .col50 {
        max-width: 100%;
        width: auto;
    }

    div.siteFooter div.col33 {
        width: 45%;
        float: left;
    }

    #google_translate_element {
        position: absolute;
        top: 82px;
        z-index: 2000;
        left: 0;
        width: 130px;
    }

    div.image-big img,
    .col50 img {
        max-width: 100%;
        box-sizing: border-box;
    }

    div.areatext {
        width: 100%;
    }

    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 {
        text-align: center;
        width: 100%;
        padding: 0;
    }

    div.page-col50 .register-interest ul.grid li.left {
        width: 100%;
        text-align: center;
        font-weight: 600
    }

    div.page-col50 ul.grid li.left {
        margin-bottom: 18px;
    }

    .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;
    }

    div.article {
        min-height: unset;
    }

    div.ImageTextStyles.Text {
        top: auto;
        bottom: 5%;
        width: 80%;
        left: 2%;
        padding: 20px;
    }

    div.ImageText h1 {
        color: #424242;
        font-size: 21px;
        font-weight: 600;
        line-height: 30px;
        margin-bottom: 10px;
    }

    div.ImageTextStyles.Text span.ingress {
        margin-bottom: 12px;
        font-size: 14px;
        line-height: 21px;
        display: none !important;
    }

    div.ImageTextStyles.Text a.ImageTextLink {
        padding: 0px 16px;
        font-size: 14px;
    }

    div.ImageText {
        margin-bottom: 20px;
    }

    .col25 {
        width: 100%;
        margin-bottom: 20px;
    }


    div.siteHeader-container, div.siteMain-container, div.siteFooter-container, div.siteInfo-container, div.siteBreadcrumbs-container,
    div.siteHeader, div.siteMain, div.siteFooter, div.siteInfo, div.siteBreadcrumbs {
        width: 100%;
        box-shadow: unset;
    }

    div.siteInfo {
        padding: 0px 15px;
        box-sizing: border-box;
        text-align: center;
    }

        div.siteInfo ul.linkMenu {
            float: none;
            display: block;
        }

    div.siteContentHeader {
        padding: 40px 0 30px;
        margin-top: 0;
        float: left;
    }

        div.siteContentHeader p {
            width: 90%;
        }

    table.cmContent-template-2col tbody tr td.col50 {
        display: block;
        float: left;
        width: 100%;
        padding: 30px;
        box-sizing: border-box;
    }

    div.siteContentHeader h1.pagetitle {
        max-width: 100%;
        text-align: center;
        margin: 0 auto;
        line-height: 45px;
        font-size: 2.5em;
    }


    table.cmLayoutbox tbody tr td.col100.column p img {
        width: unset;
    }

    .templatelist.block.objectlist, ul.templatelist.block, .templatelist.block:nth-child(n+3) {
        width: 100% !important;
    }

    div.navbar .buttons .btn {
        width: 38%;
    }

    div.navbar .text {
        margin: 10px 0;
        width: 100%;
        box-sizing: border-box;
    }

    ul.quickfilter li {
        width: 100%;
    }

    .templatelist.block.objectlist, ul.templatelist.block, .templatelist.block:nth-child(n+3) {
        width: 100% !important;
    }

    ul.quickfilter span.minValue, ul.quickfilter span.maxValue {
        width: auto;
    }

    .objectlistFilters {
        padding: 17px 10px 3px;
    }

    ul.quickfilter {
        margin-bottom: 20px;
    }

        ul.quickfilter li.full {
            width: auto;
        }

        ul.quickfilter table tr td {
            display: inline-table;
            width: 100%;
            border-bottom: 1px dotted #EAEAEA;
            line-height: 30px;
        }


    div.siteContent table tr &gt; .col50 {
        display: block;
        float: left;
        width: 100%;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }

    div.image-big img, .col50 img {
        max-width: 100%;
        box-sizing: border-box;
        width: 100% !important;
    }

    .col75 img {
        max-width: 100%;
        /*width: 100%;*/
    }

    .col25 .box-inner img {
        max-width: unset !important;
        width: 100% !important;
        margin-bottom: 20px;
        float: left;
        margin-right: 20px;
    }

    h2 {
        line-height: 40px;
        margin-bottom: 24px;
    }

    h3 {
        line-height: 35px;
        font-size: 27px;
    }

    h4 {
        line-height: 36px;
    }

    .siteFooter .col25 {
        text-align: center;
    }


    div.siteContent .col50 {
        width: 100%;
    }

    div.col50.listavailable div.box-inner span span.no-objects {
        right: 4%;
        top: 12px;
    }

    div.search_area .search_field {
        display: none;
        visibility: hidden;
    }

    div.search_area {
        width: 40px;
    }

    div.col100.ingangar,
    div.ingangar-wrapper {
        width: 100%;
        left: 0;
        padding: 10px;
        box-sizing: border-box;
    }

    div.col25.ingangar {
        width: 100%;
        margin-bottom: 20px;
    }

    div.ingangar a, div.ingangar h3 {
        font-size: 30px;
    }

    div.news-area div.col33.news {
        width: 100%;
    }

    div.projectnews-container {
        width: 100%;
        position: relative;
        left: 0;
    }

        div.projectnews-container div.projectnews-container-image {
            float: left;
            width: 100%;
        }

    div.projectnews-container-image img {
        width: 100% !important;
    }

    div.projectnews-container div.projectnews-container-area,
    div.projectnews-container.alignright div.projectnews-container-area {
        width: 100%;
        float: left;
        padding: 50px 50px 50px 30px;
        box-sizing: border-box;
    }
        div.projectnews-container div.projectnews-container-area h3 {
            color: #051033;
            font-weight: 700;
            font-style: normal;
            font-size: 2.2em;
            line-height: 42px;
        }

    div.siteFooter div.col33,
    div.siteFooter .col33:first-of-type,
    div.siteFooter .col33:last-of-type {
        width: 100%;
        text-align: center;
        margin: 0;
        margin-bottom: 30px;
    }

        div.siteFooter div.col33 div.social a {
            display: inline-block;
        }

    div.siteInfo {
        text-align: center;
    }

    div.newsBox {
        height: auto !important;
    }

    span.imgfooter {
        display: none;
    }

    div.siteInfo {
        text-align: center;
    }

    span.validation-summary {
        font-size: 13px;
        display: block !important;
        width: 100%;
        text-align: center;
        margin-top: 11px;
    }
    div.siteFooter h6 {
        font-weight: 700;
        font-style: normal;
        font-size: 1.4em;
        color: #fff;
        margin-bottom: 0.8em;
    }

    div.ImportantContainer {
        width: 100%;
        padding:30px;
        box-sizing:border-box;
    }

        div.ImportantContainer a.bulleted {
            display:block;
            margin-top:20px;
        }
    table.cmLayout2Columns tbody tr td.col50.contact {
        width: 100%;
    }

    div.col100.news a img.newsImg {
        width: 100%;
        margin-bottom:20px;
    }
}
</pre></body></html>