﻿/*.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: #be9941;
    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: 2px solid #fff;
    border-radius: 50%;
}

    .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%;
}

@media (min-width: 980px) and (max-width: 1439px) {
    html {
        padding: 0;
    }

    form {
        width: 100%;
    }

    div.siteMain {
        width: 100%;
    }

    div.siteHeader-container, div.global-authorization, div.siteHeader, div.siteMain, div.siteFooter, div.siteMain-container, ul.topmenu, div.siteFooter-container, div.siteInfo-container, div.siteBreadcrumbs-container, div.siteInfo {
        margin: 0 auto;
        width: auto !important;
    }

    div.siteHeader-container,
    div.siteMain-container,
    div.siteFooter-container,
    div.siteMenu-container {
        padding: 6px 30px;
        box-sizing: border-box;
    }

    div.siteFooter-container {
        padding: 40px 40px 20px;
    }

    div.siteFooter .col33 {
        width: 31.8%;
    }

    .col100 .slider, .col100 .slider-container {
        width: 100%;
    }

        .col100 .slider img, .col100 .slider-container img {
            max-width: 100%;
            width: 100%;
        }

    div.col33.ingangar {
        width: 31.6%;
    }

    div.ImageTextStyles.Text {
        width: 55%;
    }
    div.puffcontainer a img {
        max-width:100%;
    }
    div.col100.puffcontent div.col50.puffcontent-container a img {
        max-width: 100%;
    }
    div.ImportantContainer {
        padding: 1.5em 1em 1.25em;
    }
    div.ImportantContainerContent {
        width: 100%;
        margin: 0 auto;
    }

}

/* Tablet */
@media (min-width: 481px) and (max-width: 969px) {

    body {
        padding: 0;
        box-sizing: border-box;
    }

    form {
        padding: 0;

    }

    div.siteMenu-container {
        display: none;
    }

    div.siteSidebar {
        display: none;
    }

    div.siteContent {
        width: 99% !important;
    }
    div.col50 {
        width: 100%;
    }

    div.siteContent .col25,
    div.siteContent .col50,
    div.siteContent .col75 {
        width: 100%;
    }
    h1.pagetitle, h2.pagetitle {
        margin-top:1em;
    }
    .handheld-menu {
        display: block;
        position: relative;
        z-index: 8000;
    }
        .handheld-menu .handheldTopMenu, .handheldTopMenu.nojs {
            font-family: 'HCo Gotham SSm', sans-serif;
            color: #000;
            font-weight: 400;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            position: relative;
            z-index: 2000;
            background: #EFE6D3;
            border-radius: 0;
        }

    div.handheld-menu.top ul.handheldTopMenu li.collapsed div.expand-button i.fa.fa-bars {
        background: #000;
        border-radius: 4px;
        padding: 4px 10px;
        color:#fff;
        font-size:0.95em;
    }
    div.handheld-menu.top ul.handheldTopMenu li.expanded div.collapse-button i.fa.fa-bars {
        background: #000;
        border-radius: 4px;
        padding: 4px 10px;
        color: #fff;
        font-size: 0.95em;
    }


            .handheld-menu .handheldTopMenu li, .handheldTopMenu.nojs li {
                position: relative;
                z-index: 2000;
                border-bottom: 1px solid #c4bcab;
            }

            .handheld-menu .handheldTopMenu a,
            .handheld-menu .handheldTopMenu span {
                font-weight: normal;
                font-size: 1.25em;
                padding-left: 0.6em;
                color: #000;
                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 #c4bcab;
            }
            /*.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 #c4bcab;
            }

                .handheld-menu .handheldTopMenu .expanded ul li a {
                    padding-left: 0.5em;
                    display: block;
                }

                .handheld-menu .handheldTopMenu .expanded ul li ul li a {
                    padding-left: 1.5em;
                    display: block;
                    font-weight: 300;
                    font-size: 16px;
                    text-transform: none;
                }

                .handheld-menu .handheldTopMenu .expanded ul li ul li ul li a {
                    padding-left: 2em;
                    display: block;
                }

                .handheld-menu .handheldTopMenu .expanded ul li ul li ul li ul li a {
                    padding-left: 2.5em;
                    display: block;
                    color:#000;
                }
                .handheld-menu .handheldTopMenu .expanded ul li ul {
                    background: #e4dccc;
                    overflow: hidden;
                }

                    .handheld-menu .handheldTopMenu .expanded ul li ul li ul {
                        background: #d9d2c2;
                        overflow: hidden;
                    }

                        .handheld-menu .handheldTopMenu .expanded ul li ul li ul li ul li {
                            background: #d9d2c1;
                            overflow: hidden;
                        }


            .handheld-menu .handheldTopMenu .expand-button, .handheld-menu .handheldTopMenu .collapse-button {
                color: #005aa0;
                padding-top: 0.615em;
                font-size: 2em;
            }

            .handheld-menu .handheldTopMenu ul li:last-child, .handheldTopMenu.nojs ul li:last-child {
                margin: 0;
            }

    .handheldTopMenu ul li:hover, .handheldTopMenu ul ul li:hover, .handheldTopMenu ul ul ul li:hover, .handheldTopMenu ul ul ul ul li:hover, .handheldTopMenu ul ul ul ul ul li:hover {
        background: transparent !important;
    }

    .handheld-menu .handheldTopMenu div.expand-button,
    .handheld-menu .handheldTopMenu div.collapse-button {
        width: 100%;
        position: absolute;
        top: 0;
        height: 100%;
        text-align: right;
        padding: 0.615em;
        color: #000;
        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: #818700;
        font-family: FontAwesome;
        font-size: 0.8em;
    }

    div.siteHeader-container, div.siteMain-container, div.siteFooter-container, div.siteFooter, div.siteAuthor-container, siteToplinks-container,
    div.siteTopLinks-container, div.global-authorization {
        margin: 0 auto;
        width: auto !important;
        padding: 0;
        color:#000;
    }

    div.global-authorization {
        background: #EFE6D3;
        position: absolute;
        top: 0.95em;
        z-index: 8001;
        right: 4em;
    }
        div.global-authorization a {
            color:#000;
        }
        div.global-authorization i {
            color:#000;
        }
        div.siteHeader-container h1 {
            background: none;
            padding: 0;
            text-indent: 0;
        }

    div.siteHeader, div.siteMain, div.siteFooter, div.siteToplinks {
        width: auto;
        padding: 1.5em;
    }

    div.siteHeader {
        height: 8em;
    }
    div.siteHeader a.backBtn {
        right:1em;
    }
        div.ImportantContainer {
            position: relative;
            left: 0;
            top: 0;
            width: 100%;
            height: auto;
        }

    div.ImportantContainerContent {
        width: 100%;
        padding:1.25em 2em;
        box-sizing:border-box;
    }

    div.ImportantContainer span {
        display: block;
    }

    div.topLinkMenuContainer {
        padding: 0;
        display: none;
    }

    ul.topLinkMenu {
        width: auto !important;
        margin-right: 20px;
    }

        ul.topLinkMenu li {
            line-height: 32px;
        }

            ul.topLinkMenu li a {
                font-size: 16px;
            }

    div.siteToplinks {
        height: auto;
        padding: 0;
    }


    div.siteLogo {
        background: #EFE6D3;
        float: left;
        position: absolute;
        top: 0.85em;
        left: 0.75em;
        z-index: 8001;
        width: 8.5em;
    }
        div.siteLogo img {
            width: 7.85em;
        }

    div.search_area {
        right: 0.65em;
        top: 7.5em;
        padding: 0;
        width: auto;
        box-sizing: border-box;
        left: 0.65em;
    }

        div.search_area .search_field {
            width: 84%;
        }

    ul.promotepage {
        right: 9px;
        top: 164px;
    }

    div.ImageTextStyles {
        height: auto;
        margin-bottom: 0;
    }

        div.ImageTextStyles.Text a {
            line-height: 24px;
        }

    div.col100.welcome {
        background: transparent;
        margin-bottom: 10px;
        margin-bottom: 10px;
    }

        div.col100.welcome div.welcome-container {
            text-align: center;
            padding: 1em 1.5em 0.25em;
        }

    div.siteFooter {
        width: 100% !important;
        position: relative;
        top: unset;
        padding: 20px;
        box-sizing: border-box;
        float: left;
        color:#fff;
    }

        div.siteFooter .col25 {
            width: 47% !important;
            box-sizing: border-box;
        }

        div.siteFooter .col25 {
            width: 24% !important;
            padding: 0 40px;
            box-sizing: border-box;
            margin-top: 290px;
        }

        div.siteFooter h6 {
            font-size: 25px;
            line-height: 32px;
            margin-bottom: 10px;
            font-weight: 300;
        }

        div.siteFooter ul.social-links li {
            display: block;
            float: left;
            width: 100%;
            padding: 10px;
        }

    ul.social-links {
        font-size: 23px;
    }

    ul.badges li {
        display: inline-block;
        margin-left: 0;
        width: 100%;
        text-align: center;
    }

    div.siteFooter .col25.alignright img {
        width: 130px;
    }

    ul.quickfilter li {
        width: 44%;
    }

    ul.quickfilter span.minValue {
        width: 85%;
    }

    .col100 .slider, .col100 .slider-container {
        width: auto;
        height: 450px;
        position: relative;
    }

    .slider, .slider-container, .slides {
    }

    div.ImageTextStyles.Text {
        bottom: auto;
        color: #222;
        font-size: 16px;
        font-weight: 300;
        line-height: 26px;
        padding: 3%;
        position: absolute;
        width: 60%;
        right: 10%;
        box-sizing: border-box;
        bottom: 12%;
    }

    div.ImageText div.sliderTitle {
        font-size: 21px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    div.ImageTextStyles.Text a {
        line-height: 23px;
        font-size: 15px;
    }

    div.ImageText div.sliderTitle {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 10px;
    }
    img.sliderImg2 {
        visibility:hidden;
        display:none;
    }
    div.ingangar-container h4 {
        line-height: 37px;
        font-size: 22px;
        color: #fff;
        letter-spacing: -1px;
    }

    div.ingangar-container {
    }

        div.news-area div.col33.news {
            width:100%;
            height:auto !important;
        }
        div.news-area img.newsImg {
            height: auto !important;
        }
        div.news-area div.col50 div.puffcontainer {
            padding:1em;
            box-sizing:border-box;
        }
        div.news-area div.col50 div.puffcontainer a img {
            width: 100%;
        }
        div.news-area div.col50 {
            float: left;
            width: 100%;
            margin-right: 0;
            padding:0;
            box-sizing:border-box;
        }
            div.news-area div.col50.press {
                padding:1em;
                box-sizing:border-box;
            }
            div.col33.puff-container {
                width: 32.137321937322%;
            }

        div.col33.puff-container img {
            max-width: 100%;
        }

        div.col33.ingangar.alignleft,
        div.col33.puff-container.alignleft {
            margin-right: 1.71234%;
        }

    div.col33.ingangar {
        width: 32.185%;
    }

    div.col33.puff-container h4 {
        font-size: 16px;
    }


    div.col33.promo {
        height: auto;
        width: 100%;
        margin-top: 8px;
    }

        div.col33.promo h4 {
            font-size: 19px;
        }

    div.siteFooter .col33 {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    div.col100.siteinfo ul {
        list-style-type: none;
        font-size: 0.95em;
        margin-top: 1em;
        line-height: 1.5em;
        text-align: center;
    }

    h3.box-title, h3.box-title a,
    div.col33.puff-container h3 {
        font-size: 24px;
    }

    div.siteContent .col25 .box {
        width: 100%;
    }

    .col25.sideBar .gridlist {
        width: 100% !important;
        margin-bottom: 20px;
    }

    ul.thumbnail-list {
        width: 100%;
    }

    .thumbnail-container ul.thumbnail-list li {
        clear: unset !important;
    }

    .thumbnail-container ul.thumbnail-list li {
        margin: 0 !important;
    }

    ul.thumbnail-list img {
        margin: 9px;
    }

    #ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_divDetails ul.form li.label {
        clear: left;
        width: 100%;
    }

    #ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_divDetails ul.form li.textvalue {
        border-bottom: 1px solid #ccc;
    }

    div.page-col50 ul.grid li.left {
        text-align: center;
        float: none;
    }

    div.page-col50 ul.grid li.right {
        width: 100%;
        padding-left: 240px;
        text-align: center;
        padding-top: 14px;
    }

    div.image-big img {
        width: 97%;
    }

    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%;
    }

    .col100 .slider, .col100 .slider-container {
        width: auto;
        height: auto;
        position: relative;
    }

    .dynamic-map img {
        max-width: 1070px !Important;
    }

    .col75 .dynamic-map span.close a img {
        width: auto !Important;
    }

    .col75 .dynamic-map .area-img img {
        width: auto !Important;
    }

    div.col100.ingangar {
        margin-top: -5px;
        padding:0.5em;
        width:100%;
        margin-right:0;
        margin-left:0;
    }

    div.ingangar p, div.ingangar a {
        color: #fff;
        text-decoration: none;
        font-size: 0.9em;
        font-weight: 600;
        text-align: center;
        line-height: inherit;
        letter-spacing: -1px;
        margin-bottom: 0;
    }

    div.col33.ingangar div.ingangar-container a:before {
        display: block !important;
        top: 1px;
        position: relative;
        left: 0 !important;
    }

    div.col100.welcome div.welcome-container h2 {
        font-size: 1.25em;
        padding: 0;
    }

    div.news-area div.news a img {
        max-width: 100%;
        width: 100%;
    }

    div.news-area div.col50 {
        float: left;
        width: 100%;
        margin-right: 0;
    }

        div.news-area div.col50.news {
            height: auto !important;
        }

            div.news-area div.col50.news a img {
                width: 100%;
            }

    .col50.press {
        position: relative;
        width: 100%;
        padding: 30px;
        box-sizing: border-box;
    }

        .col50.press h4 {
            font-size: 16px;
            line-height: 24px;
        }
        .col50.press .pressFooter {
            margin-top: 0.5em;
            float: right;
            margin-bottom: 1.5em;
            margin-right: 1em;
        }
    div.col50.puffcontent-container {
        padding-bottom:2em;
    }

    div.col66.puff {
        width: 100%;
    }

        div.col66.puff .puffImg {
            float: right;
            width: 31%;
            height: auto;
        }

        div.col66.puff .puffcontent {
            width: auto;
            float: left;
            width: 62%;
        }

    div.puffcontainer div.puffcontent p {
        font-size: 16px;
    }

    div.col33.subscribe {
        width: 100%;
        height: auto !important;
        padding-bottom: 30px;
    }

        div.col33.subscribe div.subContainer div.Cision_Subscribe_Form .subscribeEmail {
            width: 96%;
        }

        div.col33.subscribe div.subContainer div.Cision_Subscribe_Form .button {
            float: left;
        }

    div.col100.project .projectarea {
        width: 87%;
    }

    .sitemaster-ticker-header {
        position: absolute;
        right: 15px;
        width: 140px;
        top: 80px;
    }

    div.col25.heba-project div.box.secondary div.box-outer div.box-inner.column a img.puffimg {
        width: 243px;
        max-width: 243px;
        float: left;
        margin-right: 20px;
    }

    div.col25.heba-project div.box.secondary div.box-outer div.box-inner.column a img.puffimg {
        width: 35%;
        margin-right: 3%;
        height: unset !important;
        max-width: unset !important;
    }

    div.col25.heba-project div.box.secondary div.box-outer div.box-inner.column .puffwrapper {
        float: left;
        width: 60%;
    }

    .col75 img {
        max-width: 100%;
    }

    #google_translate_element {
        position: absolute;
        top: 78px;
        z-index: 2000;
        left: 0.65em;
    }
   a.kundo-forum-right {
        display: none;
    }
    div.siteFooter a.kundo-forum-bottom {
        display: block;
    }

    div.col100.puffcontent div.col50.puffcontent-container a img {
        height: auto !important;
    }
    div.page-col75.col75 div#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_secondArea ul.form li.value {
        padding: 0 !important;
    }

    #ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_secondArea .cellpadding2 > tbody > tr > td {
        max-width: unset;
    }
    div.siteContent {
        width: 100%;
    }
    div.col50 {
        width:100%;
    }
    .col50 img.hebalogo {
        max-width: 9em;
        width: 100% !important;
        margin-top: 3em;
    }
    div.siteFooter a.icon-mail {
        width: 100%;
        display: block;
        margin-bottom: 0.5em;
    }
    .col75 .form:nth-child(2n) {
        background: #fff;
    }
}

/* Phone */
@media (max-width: 480px) {

    .ListImage, .GenericImageList {
        width: 100%
    }

    .imgMainPress {
        width: 100%;
        margin-top: 15px;
    }

    body {
        padding: 0;
        box-sizing: border-box;
        background: #fff;
    }

    form {
        padding: 0;
    }

    div.cookie-header {
        font-size: 0.95em;
        padding: 1.5em 1em 1em;
        box-sizing: border-box;
    }

    div.siteMenu-container {
        display: none;
    }

    .handheld-menu {
        display: block;
        position: relative;
        z-index: 8000;
    }

        .handheld-menu .handheldTopMenu, .handheldTopMenu.nojs {
            font-family: 'HCo Gotham SSm', sans-serif;
            color: #000;
            font-weight: 400;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            position: relative;
            z-index: 2000;
            background: #EFE6D3;
            border-radius: 0;
        }

    div.handheld-menu.top ul.handheldTopMenu li.collapsed div.expand-button i.fa.fa-bars {
        background: #000;
        border-radius: 4px;
        padding: 4px 10px;
        color: #fff;
        font-size: 0.95em;
    }

    div.handheld-menu.top ul.handheldTopMenu li.expanded div.collapse-button i.fa.fa-bars {
        background: #000;
        border-radius: 4px;
        padding: 4px 10px;
        color: #fff;
        font-size: 0.95em;
    }


    .handheld-menu .handheldTopMenu li, .handheldTopMenu.nojs li {
        position: relative;
        z-index: 2000;
        border-bottom: 1px solid #c4bcab;
    }

    .handheld-menu .handheldTopMenu a,
    .handheld-menu .handheldTopMenu span {
        font-weight: normal;
        font-size: 1.25em;
        padding-left: 0.6em;
        color: #000;
        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 #c4bcab;
    }
    /*.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 #c4bcab;
    }

        .handheld-menu .handheldTopMenu .expanded ul li a {
            padding-left: 0.5em;
            display: block;
        }

        .handheld-menu .handheldTopMenu .expanded ul li ul li a {
            padding-left: 1.5em;
            display: block;
            font-weight: 300;
            font-size: 16px;
            text-transform: none;
        }

        .handheld-menu .handheldTopMenu .expanded ul li ul li ul li a {
            padding-left: 2em;
            display: block;
        }

        .handheld-menu .handheldTopMenu .expanded ul li ul li ul li ul li a {
            padding-left: 2.5em;
            display: block;
            color: #000;
        }

        .handheld-menu .handheldTopMenu .expanded ul li ul {
            background: #e4dccc;
            overflow: hidden;
        }

            .handheld-menu .handheldTopMenu .expanded ul li ul li ul {
                background: #d9d2c2;
                overflow: hidden;
            }

                .handheld-menu .handheldTopMenu .expanded ul li ul li ul li ul li {
                    background: #d9d2c1;
                    overflow: hidden;
                }

    .handheld-menu .handheldTopMenu .expand-button, .handheld-menu .handheldTopMenu .collapse-button {
        color: #005aa0;
        padding-top: 0.615em;
        font-size: 2em;
    }

    .handheld-menu .handheldTopMenu ul li:last-child, .handheldTopMenu.nojs ul li:last-child {
        margin: 0;
    }

    .handheldTopMenu ul li:hover, .handheldTopMenu ul ul li:hover, .handheldTopMenu ul ul ul li:hover, .handheldTopMenu ul ul ul ul li:hover, .handheldTopMenu ul ul ul ul ul li:hover {
        background: transparent !important;
    }

    .handheld-menu .handheldTopMenu div.expand-button,
    .handheld-menu .handheldTopMenu div.collapse-button {
        width: 100%;
        position: absolute;
        top: 0;
        height: 100%;
        text-align: right;
        padding: 0.615em;
        color: #000;
        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: #818700;
        font-family: FontAwesome;
        font-size: 0.8em;
    }


    div.siteHeader-container, div.siteMain-container, div.siteFooter-container, div.siteFooter, div.siteAuthor-container, siteToplinks-container,
    div.siteTopLinks-container {
        margin: 0 auto;
        width: 100% !important;
        padding: 0;
        float: left;
    }

    div.global-authorization {
        background: #EFE6D3;
        position: absolute;
        top: 0.95em;
        z-index: 8001;
        right: 4em;
        color:#000;
    }
        div.global-authorization a {
            color:#000;
        }
        div.global-authorization i {
            color:#000;
        }
        div.siteHeader-container h1 {
            background: none;
            padding: 0;
        }

    div.siteHeader, div.siteMain, div.siteFooter, div.siteToplinks {
        width: auto;
        padding: 0;
    }

    div.siteHeader {
        height: 8em;
    }
        div.siteHeader a.backBtn {
            right: 1em;
        }
    div.topLinkMenuContainer {
        padding: 0;
        display: none;
    }

    ul.topLinkMenu {
        width: auto !important;
        margin-right: 20px;
    }

        ul.topLinkMenu li {
            line-height: 32px;
        }

            ul.topLinkMenu li a {
                font-size: 16px;
            }

    div.siteToplinks {
        height: auto;
        padding: 0;
    }


    div.siteLogo {
        background: #EFE6D3;
        float: left;
        position: absolute;
        top: 0.75em;
        left: 0.75em;
        z-index: 8001;
        width: 8.5em;
    }

        div.siteLogo img {
            width: 7.25em;
        }

    div.search_area {
        right: 0.5em;
        top: 7.5em;
        padding: 0;
        width: auto;
        box-sizing: border-box;
        left: 0.5em;
    }

        div.search_area .search_field {
            width: 82%;
        }


    ul.promotepage {
        right: 9px;
        top: 204px;
    }

    div.ImageTextStyles {
        height: auto;
        margin-bottom: 0;
    }

        div.ImageTextStyles.Text a {
            line-height: 24px;
        }

    div.siteFooter {
        width: 100% !important;
        position: relative;
        top: unset;
        padding: 40px 20px 20px;
        box-sizing: border-box;
        float: left;
    }

        div.siteFooter .col25 {
            width: 47% !important;
            box-sizing: border-box;
        }

        div.siteFooter .col25 {
            width: 24% !important;
            padding: 0 40px;
            box-sizing: border-box;
            margin-top: 290px;
        }

        div.siteFooter h6 {
            font-size: 25px;
            line-height: 32px;
            margin-bottom: 10px;
            font-weight: 300;
        }

        div.siteFooter ul.social-links li {
            display: block;
            float: left;
            width: 100%;
            padding: 10px;
        }

    ul.social-links {
        font-size: 23px;
    }

    ul.badges li {
        display: inline-block;
        margin-left: 0;
        width: 100%;
        text-align: center;
    }

    div.siteFooter .col25.alignright img {
        width: 130px;
    }

    ul.quickfilter li {
        width: 44%;
    }

    ul.quickfilter span.minValue {
        width: 85%;
    }

    .col100 .slider, .col100 .slider-container {
        width: auto;
        height: auto;
        position: relative;
    }

    .slider, .slider-container, .slides {
    }

    div.ImageTextStyles.Text {
        color: #000;
        font-size: 12px;
        font-weight: 300;
        line-height: 30px;
        padding: 4% 5% 4%;
        right: 1em;
        bottom: 1em;
        left: 1em;
        box-sizing: border-box;
        position: absolute;
        width: auto;
    }

        div.ImageTextStyles.Text a {
            line-height: 21px;
            font-size: 14px;
        }

        div.ImageTextStyles.Text p.link {
            float: right;
            font-weight: 300;
            font-size: 14px;
            margin-top: 10px;
        }


    div.ImageText div.sliderTitle {
        font-size: 24px;
        line-height: 28px;
    }

    img.sliderImg1 {
        visibility: hidden;
        display: none;
    }

    img.sliderImg2 {
        visibility: visible;
        display: block;
    }

    div.ingangar-container h4 {
        line-height: 37px;
        font-size: 29px;
        color: #fff;
        letter-spacing: -1px;
    }

    div.ingangar-container {
        width: 100%;
        margin: 0;
        box-sizing: border-box;
    }

    div.news-area div.col33.news {
        width: 100%;
        height: auto !important;
    }

    div.news-area img.newsImg {
        height: auto !important;
    }

    div.news-area div.col50 div.puffcontainer {
        padding: 1em;
        box-sizing: border-box;
    }

        div.news-area div.col50 div.puffcontainer a img {
            width: 100%;
        }

    div.news-area div.col50 {
        float: left;
        width: 100%;
        margin-right: 0;
        padding: 0;
        box-sizing: border-box;
    }

        div.news-area div.col50.press {
            padding: 1em;
            box-sizing: border-box;
        }

    div.news-archive {
        margin-top: 1em;
    }

    div.col33.puff-container {
        width: 100%;
        margin: 0 0 20px;
    }

        div.col33.puff-container img {
            max-width: 100%;
        }

        div.col33.ingangar.alignleft,
        div.col33.puff-container.alignleft {
            margin-right: 1.71234%;
        }

    div.col33.ingangar {
        width: 100%;
        margin: 0 0 20px;
    }

    div.col33.puff-container h4 {
        font-size: 16px;
    }

    div.col66.focusobject {
        width: 100% !important;
    }

        div.col66.focusobject div.slider-container {
            width: auto;
            height: 450px !important;
        }

        div.col66.focusobject .slider-container .imgContainer {
            width: 100%;
            height: 170px;
            overflow: hidden;
            margin-bottom: 15px;
        }

        div.col66.focusobject .slider, div.col66.focusobject .slider-container, div.col66.focusobject .slides {
            height: 400px !important;
        }

        div.col66.focusobject ul.focusobject {
            width: 100%;
            float: left;
            margin: 0;
        }

        div.col66.focusobject #slider_next, div.col66.focusobject #slider_prev {
            top: 30%;
        }

    div.col33.promo {
        height: auto;
        width: 100%;
        margin-top: 8px;
    }

        div.col33.promo h4 {
            font-size: 19px;
        }

    div.siteFooter .col33 {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }

    div.col100.siteinfo ul {
        text-align: center;
    }

    h3.box-title, h3.box-title a,
    div.col33.puff-container h3 {
        font-size: 24px;
    }


    h1.pagetitle, h2.pagetitle {
        font-size: 2em;
        line-height: 1.5em;
        margin: 1em 0 0.35em 0;
        letter-spacing: -1px;
    }

    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 #C9DFF1;
            line-height: 30px;
        }

    .fa-info-circle::before {
        content: "\f05a";
    }

    .page-popup h1 {
        font-size: 45px;
    }

    div.puffimg img {
        width: 100%;
    }

    .col25.sideBar .gridlist {
        width: 100% !important;
        margin-bottom: 20px;
    }

    .col50 img {
        max-width: 570px;
        width: 100% !important;
    }

    ul.thumbnail-list {
        width: 100%;
    }

    .thumbnail-container ul.thumbnail-list li {
        clear: unset !important;
    }

    .thumbnail-container ul.thumbnail-list li {
        margin: 0 !important;
    }

    ul.thumbnail-list img {
        margin: 9px;
    }

    div.siteContent {
        width: 100%;
    }

    #ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_divDetails ul.form li.label {
        clear: left;
        width: 100%;
    }

    #ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_divDetails ul.form li.textvalue {
        border-bottom: 1px solid #ccc;
    }

    div.page-col50 ul.grid li.left {
        text-align: center;
        float: none;
        font-size: 15px;
    }

    div.page-col50 ul.grid li.right {
        width: 100%;
        padding-left: 240px;
        text-align: center;
        padding-top: 14px;
    }

    .image-slideshow .imgthumbs {
        margin-top: 1em;
        width: 40px !important;
    }

    div.areatext {
        width: 100%;
        float: left;
    }

    table.list tr td ul#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_blProperties li {
        display: block;
        width: 100% !important;
        font-size: 13px;
    }

    div.image-big img {
        width: 97% !important;
    }

    div.image-slideshow {
        margin-bottom: 0;
    }

    .btn_interest {
        padding: 1em;
    }

    div.col50.areanews-col select {
        width: 100%;
        margin-bottom: 20px;
    }

    .dynamic-map img {
        max-width: 1070px !Important;
    }

    .col75 .dynamic-map span.close a img {
        width: auto !Important;
    }

    .col75 .dynamic-map .area-img img {
        width: auto !Important;
    }

    .sitemaster-ticker-header {
        position: absolute;
        right: 0.85em;
        width: 9em;
        top: 4.75em;
    }

    div.col100.ingangar {
        margin-top: -5px;
    }

    div.ingangar p, div.ingangar a {
        color: #fff;
        text-decoration: none;
        font-size: 1em;
        font-weight: 600;
        text-align: center;
        line-height: inherit;
        letter-spacing: -1px;
        margin-bottom: 0;
    }

    div.col100.welcome div.welcome-container {
        text-align: center;
        padding: 1em;
    }

        div.col100.welcome div.welcome-container h2 {
            font-size: 1.125em;
        }

    div .news-area div.col50 {
        float: left;
        width: auto;
        margin-right: 0;
    }

        div.news-area div.col50.news {
            height: auto !important;
        }

            div.news-area div.col50.news a img {
                width: 100%;
            }

    div.newsBox {
        padding: 10px;
    }

    .col50.press {
        position: relative;
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
    }

        .col50.press h4 {
            font-size: 16px;
            line-height: 24px;
            margin-bottom: 20px;
        }

    div.col66.puff {
        width: 100%;
    }

        div.col66.puff .puffImg {
            float: right;
            width: 100%;
            height: auto;
        }

        div.col66.puff .puffcontent {
            width: auto;
        }

    div.col33.subscribe {
        width: 100%;
        height: auto !important;
        padding-bottom: 30px;
    }

        div.col33.subscribe div.subContainer div.Cision_Subscribe_Form .subscribeEmail {
            width: 96%;
        }

        div.col33.subscribe div.subContainer div.Cision_Subscribe_Form .button {
            float: left;
        }

    div.col100.project {
        position: relative;
        margin-top: 20px;
        margin-bottom: 20px;
        background: transparent;
        height: auto !important;
    }

        div.col100.project .projectarea {
            width: 100%;
            padding: 30px;
            height: auto;
        }

            div.col100.project .projectarea h4 {
                font-size: 21px;
                line-height: 30px;
            }

            div.col100.project .projectarea .ingress {
                color: #fff;
                margin-bottom: 30px;
                font-size: 14px;
                line-height: 24px;
            }

    div.col100.siteinfo {
        margin-top: 5px;
    }

        div.col100.siteinfo ul {
            font-size: 12px;
            margin-top: 3px;
        }

    .heba-project img.puffimg {
        width: 100% !important;
        max-width: unset !important;
        height: unset !important;
    }

    div.col33.ingangar div.ingangar-container a::before {
        display: block !important;
    }

    div.col100.ingangar {
        padding: 20px 20px 0;
    }

    div.ingangar-container {
        height: auto;
    }

    div.ingangar p {
        font-size: 26px;
    }

    div.news-area div.col50.alignright.press h3 {
        font-weight: 600;
        color: #000;
        letter-spacing: -0.5px;
        font-size: 26px;
        margin-bottom: 20px;
    }

    div.col33.subscribe div.subContainer div.Cision_Subscribe_Form h3 {
        font-weight: 600;
        font-style: italic;
        font-size: 23px;
    }

    div.ImportantContainer {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        height: auto;
        margin-bottom: 0.65em;
    }

    div.ImportantContainerContent {
        width: 100%;
        padding: 1.25em 2em;
        box-sizing: border-box;
    }

    div.ImportantContainer span {
        display: block;
        font-size: 0.95em;
    }

    div.ImportantContainer a.bulleted {
        font-size: 0.95em;
        display: block;
        margin-top: 0.5em;
    }

    div.ImportantContainer h1.ImportantTitle {
        font-size: 1.25em;
    }

        div.ImportantContainer h1.ImportantTitle span {
            font-size: 0.75em;
            margin-bottom: 0.5em;
        }

    div.hsm_binder {
        box-sizing: border-box;
        margin-bottom: 20px;
    }

        div.hsm_binder span.button-list.rentalinfo {
            width: 100%;
            margin-right: 0;
        }

        div.hsm_binder table.rentalinfo_content, div.hsm_binder span.rentalinfo_content {
            width: 100%;
            margin-top: 20px;
        }

    .col75 img {
        max-width: 100%;
    }

    #google_translate_element {
        position: absolute;
        top: 4.75em;
        z-index: 2000;
        left: 0.65em;
    }

    div.puffcontainer div.puffcontent h3 {
        font-size: 24px;
    }

    div.siteMain {
        padding:1em !important;
    }

    div.col50.puffcontent-container {
        margin-bottom: 20px;
    }

    div.col100.puffcontent div.col50.puffcontent-container a img {
        height: auto !important;
    }

    div.col50.puffcontent-container div.info-area {
        float: left;
        padding: 20px;
    }

    body.default div.siteMain-container {
        background: #fff;
    }

    div.col100.puffcontent div.col50.puffcontent-container h4 {
        font-size: 26px;
    }

    div.col50.puffcontent-container div.info-area {
        padding: 10px;
    }

    div.col50.press.column hr {
        margin-bottom: 16px;
    }

    .col50.press .pressFooter {
        margin-top: 10px;
    }

    #slider_next, #slider_prev {
        top: 48%;
    }

    div.siteFooter a.kundo-forum-bottom {
        display: block;
        margin-bottom: 20px;
    }

    a.kundo-forum-right {
        display: none;
    }

    div.col100.puffcontent div.col50.puffcontent-container a img {
        height: auto !important;
    }

    div.box-container.columns-holder div.col25 {
        width: 100%;
        box-sizing: border-box;
    }

        div.box-container.columns-holder div.col25 div.box-inner {
            height: auto !important;
        }

    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;
    }

    div.col100.info div.startinfo-container {
        padding: 2em 1.5em;
    }

    div.page-col75.col75 div#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_secondArea ul.form li.value {
        padding: 0 !important;
    }

    #ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_secondArea .cellpadding2 > tbody > tr > td {
        max-width: unset;
    }

    .cellpadding2 > tbody > tr > td {
        max-width: unset;
    }

    span.forminfo-text {
        white-space: unset;
    }

    div.col50 {
        width: 100%;
    }

    div.siteContent .col25,
    div.siteContent .col50,
    div.siteContent .col75 {
        width: auto;
        padding:1em;
    }

    .col50 img.hebalogo {
        max-width: 9em;
        width: 100% !important;
        margin-top: 3em;
    }
    div#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_spanPUL ul.form li.label {
        width:100%;
    }

    div.siteFooter a.icon-mail {
        width: 100%;
        display: block;
        margin-bottom: 0.5em;
    }
    .col75 .form:nth-child(2n) {
        background:#fff;
    }
}

@media (max-width: 800px) {
    .PressWrapper.header {
        display: none;
    }

    .pressCol1 {
        width: 100%;
        margin-bottom: 10px;
    }

    .pressCol2 {
        width: 100%;
    }

    .pressCol3 {
        width: 100%;
    }

    .pressCol4 {
        width: 100%;
    }
}
