/*.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: #ff9933;
    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;
}

    .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%;
}

.col33 {
    width: 300px;
}

.alignleft {
    float: left;
    margin-right: 2.85%;
}

.primary a.bulleted::before {
}

a.bulleted::before {
}

a {
}

.secondary a.bulleted {
}

div.navbar {
    margin-top: 20px;
}

/* Tablet */
@media (min-width: 481px) and (max-width: 1199px) {
    body {
        padding: 0;
        background: #fff;
        font-family: "Source Sans Pro",Arial,Helvetica,sans-serif;
        font-weight: 400;
        font-style: normal;
    }

    form {
        padding: 0;
    }

    div.siteMenu-container,
    div.siteSidebar {
        display: 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: #f3f3f3;
            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: 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;
            }

            .handheld-menu .handheldTopMenu li, .handheldTopMenu.nojs li {
                border-bottom: 1px solid #ff9933;
            }

            .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%;
            }

                .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: -5px;
        height: 100%;
        text-align: right;
        padding: 0.615em;
        color: #ff9933;
        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: #137eba;
        font-family: FontAwesome;
        font-size: 0.8em;
    }

    div.siteToplinks-container, div.siteHeader-container, div.siteMain-container, div.siteFooter-container, div.siteFooter, div.siteAuthor-container, div.global-authorization {
        margin: 0 auto;
        width: auto !important;
        padding: 0;
    }

        div.siteHeader-container h1 {
            background: none;
            margin: 0;
            padding: 0;
            text-indent: 0%;
            width: 25%;
            top: 0px;
        }

    div.siteToplinks, div.siteHeader, div.siteMain  {
        width: auto;
        padding: 10px;
    }

    div.siteHeader {
        height: 56px;
        top: 0px;
    }

    div.siteHeader-container div.siteHeader div.siteLogo a img {
        width: 120px;
    }

    div.siteLogo {
        position: absolute;
        top: 18px;
        left: 24px;
    }

    div.siteFooter-container {
        background-size: 100%;
        background-color: #e2e2e2;
    }

    div.siteContact h6 {
        width: 100%;
    }

    div.search_area {
        position: absolute;
        right: 15px;
        top: 23px;
        width: 62%;
        padding: 0;
    }

        div.search_area .search_field {
            width: 81%;
        }

        div.search_area .btn_search {
            width: 12%;
            float: right !important;
        }

    div.siteContent {
        width: 100%;
    }

    .default div.fullContent {
        background: none;
        width: 100%;
    }

    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 {
        background: transparent;
        color: #fff;
    }

        div.global-authorization a {
            color: #000;
            font-size: 14px;
        }

    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 {
        width: 100% !important;
    }
    body.default div.siteMain,
    div.siteMain {
        padding-right:10px;
        padding-left:10px;
    }
    h1, h2.pagetitle {
        font-size: 40px;
        line-height: 53px;
        letter-spacing: -1px;
        margin-bottom: 20px;
        margin-top: 10px;
    }

    div.article {
        min-height: unset;
    }

    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 > .col50 {
        max-width: 61.71428571428571%;
        width: auto;
    }

    div.siteContent table tr > .col25 {
        max-width: 31.42857142857143%;
        width: auto;
    }

    table.col75 tbody tr td.col25 img {
        width: 100% !important;
    }

    div.siteFooter div.col33 {
        width: 100%;
        float: left;
        text-align: center;
    }

    .col100 .slider, .col100 .slider-container {
        width: 100%;
        height: auto;
    }

    div.ImageTextStyles.Text {
        width: 60%;
        padding: 2% 3%;
        bottom:0;
    }

    div.ImageText div.sliderTitle {
        color: #000;
        font-size: 24px;
        line-height: 34px;
    }

    div.ImageTextStyles.Text a {
        line-height: 24px;
        font-size: 18px;
        font-weight: 400;
    }

    div.ImageTextStyles.Text p {
        margin-bottom: 6px;
    }

        div.ImageTextStyles.Text p.link {
            font-size: 16px;
        }

    div.ingangar-container h4 {
        font-size: 17px;
        margin-bottom: 2px;
    }
    div.col100.ingangar {
        height:auto;
    }
    div.col33.ingangar  {
        width:100%;
    }
        div.col33.ingangar.alignleft {
            margin-right: 1.75%;
            margin-bottom: 10px;
        }
        div.col33.ingangar:nth-of-type(3n+2),
        div.col33.ingangar:nth-of-type(3n+3) {
            width: 49%;
        }

    div.col33.ingangar div.ingangar-container {
        width: 100%;
    }
    div.col33.ingangar .content {
        padding:15px;
        text-align:center;
    }
        div.col33.ingangar:nth-of-type(3n+1) div.ingangar-container .image {
            float: left;
            width: 100%;
            height: 150px !important;
            max-width:unset;
        }


        div.col100.ingangar div.col33.ingangar.alignleft div.ingangar-container div.content ul li {
            font-size: 18px;
            line-height: 30px;
            margin-bottom:10px;
        }

        div.col100.ingangar div.col33.ingangar.alignleft div.ingangar-container div.content ul li span {
             font-size:18px;
        }

    div.promobox {
        margin-bottom: 20px;
    }

    div.col50.puff.alignright div.puff-container {
        width: 49%;
        float: left;
    }

        div.col50.puff.alignright div.puff-container img {
            width: 100%;
        }

        div.col50.puff.alignright div.puff-container:nth-of-type(2n+2) {
            float: right;
        }

        div.col50.puff.alignright div.puff-container .ingress {
            font-size: 15px;
            line-height: 23px;
        }

    div.siteFooter {
        height: auto !important;
    }

        div.siteFooter div.col33 h6 {
            text-align: center;
        }

        div.siteFooter .col33 {
            width: 100%;
        }

        div.siteFooter div.col33:nth-of-type(3n+3) {
            position: relative;
        }

        div.siteFooter div.col33:nth-of-type(3n+3) {
            position: relative;
            top: 30px;
            right: auto;
            width: 100%;
            padding: 0;
            margin: 0;
        }

    div.col100.siteinfo {
        position: relative;
        top: 30px;
        left: 0;
        text-align: center;
    }

    .col75 .slider, .col75 .slider-container {
        width: 100%;
    }

    ul.templatelist.block.objectlist li:nth-of-type(8n+2) {
        height: 130px;
        overflow: hidden;
    }

    div.areatext {
        width: 69%;
        float: left;
    }

    div.areaimg {
        width: 29%;
        float: right;
        overflow: hidden;
        margin-top: 52px;
    }

        div.areaimg img {
            width: 100%;
            float: right;
        }

    div.areatext h3 {
        width: 100%;
    }

    div.box-secondary.box.secondary.object-interest {
        height: auto !important;
    }

    .col50 img {
        width: 100%;
        max-width: none;
    }

    ul.translate {
        position: absolute;
        right: 221px;
        top: 22px;
    }

        ul.translate li a {
            font-size: 15px;
        }
    div.ImportantContainer {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        height: auto;
    }

    div.ImportantContainerContent {
        width: 100%;
    }

    div.ImportantContainer span {
        margin-bottom:12px;
    }
}

/* Phone */
@media (max-width: 480px) {

    div.siteMenu-container,
    div.siteSidebar {
        display: 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: #f3f3f3;
            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: 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;
            }

            .handheld-menu .handheldTopMenu li, .handheldTopMenu.nojs li {
                border-bottom: 1px solid #ff9933;
            }

            .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%;
            }

                .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: -5px;
        height: 100%;
        text-align: right;
        padding: 0.615em;
        color: #ff9933;
        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: #137eba;
        font-family: FontAwesome;
        font-size: 0.8em;
    }

    div.siteToplinks-container, div.siteHeader-container, div.siteMain-container, div.siteFooter-container, div.siteAuthor-container {
        margin: 0 auto;
        width: auto !important;
    }

    div.siteToplinks, div.siteHeader, div.siteMain, div.siteFooter, div.global-authorization {
        width: auto;
        padding: 10px;
    }

    div.siteToplinks {
        padding: 10px 0;
    }

    div.siteFooter-container {
        padding: 20px;
    }

    div.siteContent {
        margin-top: 0;
        width: 100%;
    }

    div.siteHeader-container .sitelogo {
        background: none;
        margin: 0;
        padding: 0;
        text-indent: 0%;
        width: 39%;
        top: 0px;
    }

    div.siteHeader {
        background: none;
        border-bottom: 1px solid #e2e2e2;
        clear: both;
        padding-top: 0;
        position: relative;
        height: 210px;
    }

    div.siteLogo {
        left: 0;
        margin: 0;
        padding: 0;
        position: absolute;
        text-align: center;
        top: 14%;
        width: 100%;
    }

    div.siteHeader-container div.siteHeader div.siteLogo a img {
        width: 60%;
    }

    div.siteMain {
        margin-top: 0;
    }

    div.siteFooter-container {
        background-size: 100%;
        background-color: #e2e2e2;
        padding-top: 0;
    }

    div.siteContact h6 {
        width: 100%;
    }

    div.ImageTextStyles.Image {
        height: auto;
        margin: 0px 0 40px;
        padding: 7px 7px 9px;
        width: auto;
    }

    .default div.fullContent {
        background: none;
        width: 100%;
    }

    .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 {
        background: transparent;
        color: #fff;
        right: 0;
        text-align: center;
        top: 0;
        width: 100%;
        box-sizing:border-box;
    }

        div.global-authorization a {
            color: #000;
            font-size: 14px;
        }

    div.global-unauthorized-login, div.global-unauthorized-register, div.global-authorized-mypages, div.global-authorized-logout, div.global-language, div.global-rss {
        margin: 0 3px;
        text-align: center;
        float: none;
        padding: 0;
        width: auto;
    }

    div.global-authorization div.global-unauthorized-login a:before,
    div.global-authorization div.global-authorized-logout a:before {
        content: "";
        font-weight: 300;
        color: #66b5dd;
        margin-left: 0;
    }

    ul.quickfilter li.full {
        width: 100%;
    }

    ul.quickfilter {
        margin-bottom: 20px;
    }

        ul.quickfilter li {
            margin-left: 0;
            width: 100%;
        }

        ul.quickfilter table tr td {
            display: inline-table;
            width: 100%;
            border-bottom: 1px dotted #C9DFF1;
            line-height: 30px;
        }

    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: 32px;
        margin-bottom: 24px;
        margin-top: 10px;
        text-align: left;
        letter-spacing: -1px;
    }

    ul.templatelist.block li img:first-child:not(.image),
    .templatelist.block.objectlist .image {
        width: auto !important;
    }

    .col75 img {
        height: auto !important;
        max-width: 100%;
    }

    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.siteOptions li a {
        color: #e84e0e;
    }

    ul.subst-row li {
        padding: 0 14px;
        width: 100%;
    }

    div.siteFooter ul.siteOptions {
        display: none;
    }

    div.siteAuthor {
        width: auto !important;
        padding: 0 20px 10px;
    }

    div.siteMain:before,
    div.siteMain:after {
        content: "";
        display: none;
    }

    div.siteContent table tr > .col50,
    div.siteContent table tr > .col25 {
        max-width: 100%;
        width: auto;
        margin: 0;
        padding: 0;
    }

    table.col75 tbody tr td.col25 img {
        width: 100% !important;
    }

    div.siteFooter div.col33 {
        margin-bottom: 20px;
    }

        div.siteFooter div.col33 ul.contact-details li {
            font-size: 13px;
            margin-bottom: 6px;
        }

            div.siteFooter div.col33 ul.contact-details li.contact-header {
                font-size: 15px;
                margin-bottom: 10px;
            }

    div.search_area {
        position: absolute;
        right: 15px;
        top: auto;
        bottom: 10%;
        width: 88%;
        padding: 0;
    }

        div.search_area .search_field {
            width: 78%;
        }

        div.search_area .btn_search {
            width: 12%;
            float: right !important;
        }

    ul.contact-information li.companyName span.desc {
        display: block;
    }

    div.slider-container.col100 {
        width: 100%;
        height: auto;
        display: none;
    }

    div.ImageTextStyles.Text {
        width: 60%;
        padding: 2% 3%;
    }

    div.ImageText div.sliderTitle {
        color: #fff;
        font-size: 22px;
        line-height: 34px;
    }

    div.ImageTextStyles.Text a {
        color: #000;
        line-height: 21px;
        font-size: 14px;
    }

    div.ImageTextStyles.Text p {
        margin-bottom: 6px;
    }

        div.ImageTextStyles.Text p.link {
            font-size: 14px;
        }

    div.col33.ingangar {
        width: 100%;
        margin-bottom: 20px;
    }

    div.ingangar-container {
        width: 100%;
    }

        div.ingangar-container h4 {
            font-size: 22px;
            margin-bottom: 2px;
            text-indent: 0;
            text-align: center;
        }

    div.col100.ingangar {
        margin-bottom: 0;
    }

    div.col33.ingangar .content {
        padding:15px;
    }

    div.col100.ingangar div.col33.ingangar.alignleft div.ingangar-container div.content ul li {
        font-size:26px;
        line-height:40px;
    }

        div.col100.ingangar div.col33.ingangar.alignleft div.ingangar-container div.content ul li span {
             font-size:26px;
        }
    div.col50.news-col div.news-area h3 {
        font-size: 20px;
        color: #000;
        margin-bottom: 8px;
        font-weight: 400;
        line-height: 26px;
    }

    div.promobox {
        margin-bottom: 20px;
    }

    div.col50.puff.alignright div.puff-container {
        width: 100%;
        float: left;
    }

        div.col50.puff.alignright div.puff-container img {
            width: 100%;
        }

        div.col50.puff.alignright div.puff-container:nth-of-type(2n+2) {
            float: right;
        }

        div.col50.puff.alignright div.puff-container .ingress {
            font-size: 15px;
            line-height: 23px;
        }

    div.siteFooter {
        height: auto !important;
    }

        div.siteFooter .col33 {
            width: 100%;
            padding-top: 20px;
            margin-bottom: 20px;
        }

        div.siteFooter div.col33:nth-of-type(3n+3) {
            position: relative;
        }

        div.siteFooter div.col33:nth-of-type(3n+3) {
            position: relative;
            top: 0;
            right: auto;
            width: 100%;
            padding: 0;
            margin: 0;
        }

        div.siteFooter .col33 h6 {
            text-align: center;
        }

        div.siteFooter div.col33.alignleft ul.linkMenu li {
            text-align: center;
        }

    div.col100.siteinfo {
        position: relative;
        top: 0;
        left: 0;
        text-align: center;
    }

    .col75 .slider, .col75 .slider-container {
        width: 100%;
    }

    ul.templatelist.block.objectlist li:nth-of-type(8n+2) {
        height: auto;
        overflow: hidden;
    }

    .objectlistFilters {
        padding: 17px 20px 3px;
    }

    div.areatext {
        width: 100%;
        float: left;
    }

    div.image-big img {
        width: 97% !important;
    }

    div.image-slideshow {
        margin-bottom: 0;
    }

    div.page-col50 ul.grid li.left {
        width: 100%;
        line-height: 20px;
        margin-bottom: 14px;
    }

    div.page-col50 .register-interest ul.grid li.left {
        display: block;
        width: 100%;
        text-align: center;
    }

    ul.contact-information {
        text-align: center;
    }

    div.siteFooter .col33 h6 {
        font-size: 14px;
    }

    span.CompanyPhoneLabel {
        display: none;
    }

    ul.contact-information li a.ico-phone {
        color: #fff;
        background: #3b3b3b;
        border-radius: 16px;
        color: #fff;
        display: inline-block;
        margin-top: 3px;
        padding: 3px 14px 3px 2px;
        text-decoration: none;
        font-weight: 700;
        margin-bottom: 14px;
    }

        ul.contact-information li a.ico-phone:before {
            background: #32c109;
            border-radius: 50%;
            color: #fff;
            content: "\f095";
            display: inline-block;
            font-family: FontAwesome;
            font-size: 16px;
            font-weight: normal;
            line-height: 20px;
            margin-right: 10px;
            padding: 3px 7px;
        }

    .col50 img,
    table.col75 tbody tr td.col25.alignright table.box.secondary.col25 tbody tr td.box-outer.box-inner p img {
        width: 100%;
        max-width: none;
    }

    div.hsm_binder span.button-list a {
        width: 99%;
    }

    ul.translate {
        position: absolute;
        right: 5px;
        top: 140px;
        width: auto;
        left: 5px;
        text-align: center;
    }

        ul.translate li {
            text-align: center;
        }

            ul.translate li a {
                text-align: center;
                float: none;
            }
    body.default div.siteMain,
    div.siteMain {
        padding-right:10px;
        padding-left:10px;
    }
    div.col50.puff.alignright div.puff-container div.puff-area h4.puff-title {
    font-size:22px;
        }
    div.ImportantContainer {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        height: auto;
    }

    div.ImportantContainerContent {
        width: 100%;
        margin: 0 auto;
    }

    div.ImportantContainer span {
        display: block;
        margin-bottom:12px;
    }
    div.ImportantContainer span.date-ice {
        display: block;
        margin-bottom: 12px;
        text-align: center;
    }
    table.box.col25 tbody tr td.box-outer.box-inner p img {
        width:100%;
        max-width:unset;
    }
}
