﻿/*.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: #005aa0;
    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%;
}


/* Default (desktop) */
form {
    width: 100%;
}

/* Tablet */
@media (min-width: 481px) and (max-width: 979px) {
    body {
        padding: 10px;
        box-sizing: border-box;
        background: #fff;
    }

        body.default div.siteMain-container {
            background: #fff
        }

    form {
        padding: 0;
    }

    div.siteMenu-container {
        display: none;
    }

    div.siteSidebar {
        display: none;
    }

    div.siteContent {
        width: 99% !important;
    }

    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: #444;
        border-radius: 4px;
        padding: 4px 10px;
    }

    .handheld-menu {
        display: block;
        position: relative;
        z-index: 8000;
    }

        .handheld-menu .handheldTopMenu, .handheldTopMenu.nojs {
            position: relative;
            z-index: 2000;
            background: #0061ae;
            border-radius: 0;
        }

            .handheld-menu .handheldTopMenu li, .handheldTopMenu.nojs li {
                position: relative;
                z-index: 2000;
                border-bottom: 1px solid #fff;
            }

            .handheld-menu .handheldTopMenu a,
            .handheld-menu .handheldTopMenu span {
                font-weight: normal;
                font-size: 16px;
                font-weight: 300;
                padding-left: 0.6em;
                color: #fff;
                border: none;
                text-transform: uppercase;
            }

            .handheld-menu .handheldTopMenu a {
                display: block;
            }

            .handheld-menu .handheldTopMenu > li:first-of-type,
            .handheldTopMenu.nojs > li:first-of-type {
                border: none;
            }

            .handheld-menu .handheldTopMenu li, .handheldTopMenu.nojs li {
                border-bottom: 1px solid #fff;
            }
            /*.handheld-menu .handheldTopMenu 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: 300;
                    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: #005aa0;
                    overflow: hidden;
                }

                    .handheld-menu .handheldTopMenu .expanded ul li ul li ul {
                        background: #005aa0;
                        overflow: hidden;
                    }

                        .handheld-menu .handheldTopMenu .expanded ul li ul li ul li ul li {
                            background: #005aa0;
                            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: #fff;
        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, div.siteInfo {
        margin: 0 auto;
        width: 100% !important;
        padding: 0;
    }
    div.siteHeader-container {
        height: 190px;
        border-bottom: none;
        box-shadow: unset;
        position: relative;
        top:70px;
    }
    div.siteHeader {
        width: 100%;
        position: absolute;
    }
    div.siteHeaderRight {
        float: right;
        text-align: right;
        position: absolute;
        right: 0;
        top: 80px;
        width: 100%;
        border-bottom: 1px solid #f2f2f2;
        padding-bottom: 12px;
    }
    div.siteHeader div.siteLogo {
        top:10px;
    }
    div.global-authorization {
        background: #ffd602;
    }

        div.global-authorization a {
            color: #000;
        }

    div.global-unauthorized-login, div.global-unauthorized-register, div.global-authorized-mypages, div.global-authorized-logout, div.global-language, div.global-rss {
        color: #000;
    }

    div.siteHeader-container h1 {
        background: none;
        padding: 0;
        text-indent: 0;
    }

    div.siteHeader, div.siteMain, div.siteFooter, div.siteToplinks {
        width: auto;
        padding: 0;
    }

    div.siteHeader {
        width:100%;
        height:inherit;
    }


    div.siteHeader div.siteLogo {
        float: left;
        position: absolute;
        top: 12px;
        width: 290px;
        left: 10px;
    }
    div.siteLogo img {
        width: 240px;
    }
    div.siteHeaderOptions {
        position: absolute;
        right: 0;
        top: 24px;
    }
    div.search_area {
        right: 10px;
        padding: 2px;
        width: 200px;
        position: absolute;
    }

        div.search_area .search_field {
            width:140px;
        }
    #divSliderOverlayLeft,
    #divSliderOverlayRight {
        display:none;
    }
    body.default div.siteMain {
        margin:0;
    }
    div.ImageTextStyles {
        height: auto;
        margin-bottom: 0;
    }

        div.ImageTextStyles.Text a {
            line-height: 24px;
        }
    div.col50.news {
        width:100%;
    }
    .colspecial100 {
        background:none;
        background:none;
    }
    div.colspecial100 div.col33 {
        width: 30.8%;
    }
    body.default .col33 img {
        max-width:100%;
    }
    body.default .box h3 {
        font-size: 18px;
    }
    .siteContactInfo {
        bottom:unset;
    }

    div.siteOptionsArea {
        background: #fff;
        border-bottom-left-radius: unset;
        border-bottom-right-radius: unset;
        left: unset;
        width: 100%;
        top: unset;
        border-top: 1px solid #ccc;
        margin: 0;
        padding-top: 16px;
        text-align: center;
    }

    div.siteFooter {
        width: 100% !important;
        position: relative;
        top: unset;
        padding: 30px 40px 10px;
        box-sizing: border-box;
        float: left;
    }
    div.siteContact {
        width: 100%;
    }
    .siteCopy {
        margin: unset;
        color: #b3b4b3;
        font-size: 93%;
        color: #fff;
        text-align: center;
        padding-right: 12px;
        position: relative;
        bottom: -100px;
        width: 100%;
    }

        div.siteFooter .col33 {
            width: 100% !important;
            padding: 0 0;
            box-sizing: border-box;
            margin-top: 0;
        }

        div.siteFooter h6 {
            font-size: 28px;
            line-height: 32px;
            margin-bottom: 10px;
            font-weight: 700;
        }
    .siteFooter-container div.siteFooter div.siteCopy p {
        margin:unset;
    }
    .col50 img,
    div.col100.puff {
        height: auto !important;
    }

    div.col100.new-project a img.puffimg {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }

    div.siteFooter .col33.alignleft {
        margin: 0;
        margin-bottom: 20px;
    }

    div.siteFooter .col33 {
        margin-bottom: 20px;
    }

    table.col75 tbody tr td.col50.alignleft {
        margin: 0;
        padding: 0;
    }


    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;
        position: relative;
        margin-bottom:10px;
    }
    .slider-container {
        margin-bottom:10px;
    }

    .slider, .slider-container, .slides {
        width: 100%;
    }

    .col75 .slider, .col75 .slider-container {
        width: 100% !important;
    }

    .slider-inner {
        height: auto;
    }

    .slider {
        height: auto !important
    }
        .slider img {
            border-radius:5px;
        }
    div.ImageTextStyles.Text {
        bottom: 0;
        color: #000;
        font-size: 12px;
        font-weight: 300;
        line-height: 30px;
        padding: 3% 3% 3%;
        position: absolute;
        width: 60%;
        right: 0;
        box-sizing: border-box;
        height: auto;
        top: 0;
    }
            div.ImageTextStyles.Text div.sliderTitle {
                font-size: 24px;
                margin-bottom: 14px;
                line-height: 30px;
            }

    div.ImageTextStyles.Text a {
        line-height: 23px;
        font-size: 14px;
        color:#fff;
    }

        div.ImageTextStyles.Text p span.abstract {
            display: block;
            font-size: 16px;
            line-height: 24px;
        }
    div.news-area {
        margin-top: 10px;
    }

    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: 30%;
    }

    div.col100.siteinfo ul {
        text-align: left;
        list-style-type: none;
        font-size: 12px;
        margin-top: 0px;
        line-height: 42px;
    }

    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;
    }

    .image-slideshow .imgthumbs {
        width: 40px !important;
    }

    div.image-thumbs {
        padding: 0;
    }

    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;
        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.ingangar-container {
        height: auto;
    }

        div.ingangar-container h3 {
            line-height: 37px;
            font-size: 28px;
            color: #fff;
            letter-spacing: -1px;
        }

        div.ingangar-container .icon {
            float: left;
            width: 36px;
            margin-right: 15px;
        }

    div.ingangar-container {
        width: 100%;
        margin: 0;
        box-sizing: border-box;
    }

    div.col50.ingangar {
        margin-bottom: 10px;
    }

    div.news-area div.col66 {
        float: left;
        width: auto;
        margin-right: 0;
    }

    div.news-area div.col33.news a img {
        max-width: 220px;
        float: left;
        margin-right: 20px;
    }

    div.news-area div.col50.news a img {
        width: 100%;
    }

    div.news-area div.col33.news h3 {
        font-size: 22px;
    }

    div.newsBox {
        padding: 0;
        text-align: left;
    }

    span.newsdate {
        font-size: 14px;
        margin-bottom: 0px;
    }

    .col33.press {
        position: relative;
        width: 100%;
        padding: 30px;
        box-sizing: border-box;
    }

    div.col66.puff {
        width: 100%;
    }

        div.col66.puff .puffImg {
            float: right;
            width: 100%;
            display: none;
        }

        div.col66.puff .puffcontent {
            width: auto;
        }

    div.col100.project .projectarea {
        width: 87%;
    }

    div.col50.puff-container {
        height: auto !important;
    }

        div.col50.puff-container .puff-area {
            padding: 0;
        }

        div.col50.puff-container a img {
            width: 270px;
            float: left;
            margin-right: 20px;
        }

        div.col50.puff-container div.puff-area a.bulleted {
            margin-right: 20px;
        }

    #google_translate_element {
        display: block;
        font-size: 14px;
        position: absolute;
        right: 10px;
        top: 66px;
    }

    div.col33.projektpuff-container,
    div.news-area div.col33.news,
    div.col50.puff-container {
        width: 100%;
    }

        div.col33.projektpuff-container a img {
            width: 100%;
            height: auto !important;
        }

    .col75 img {
        max-width: 100%;
    }

    table.col75 tbody tr td.col50.alignleft {
        margin: 0;
        padding: 0;
    }

    div.newsBox {
        height: auto !important;
    }

    div.col33.puff-container,
    div.col50.puff-container {
        width: 100%;
        margin: 0 0 20px;
        height: auto !important;
    }

    h1.pagetitle, h2.pagetitle {
        font-size: 42px;
        line-height: 52px;
        margin: 0 0 20px 0;
        letter-spacing: -1px;
        margin-bottom: 20px;
    }

    div.col100.new-project a img.puffimg {
        width: 243px;
    }

    .new-project span.puffwrapper p span.bulleted {
        display: block;
    }
    div.siteContent .col25 .box.object-interest {
        width: 100%;
        height:auto !important;
    }
    h1.pagetitle, h2.pagetitle {
        font-size: 32px;
        line-height: 52px;
        margin: 0 0 20px 0;
        margin-bottom: 20px;
        letter-spacing: -1px;
        margin-bottom: 20px;
    }
}

/* Phone */
@media (max-width: 480px) {
    body {
        padding: 10px;
        box-sizing: border-box;
        background: #fff;
    }

    form {
        padding: 0;
    }

    div.siteMenu-container {
        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: #444;
        border-radius: 4px;
        padding: 4px 10px;
    }

    .handheld-menu {
        display: block;
        position: relative;
        z-index: 8000;
    }

        .handheld-menu .handheldTopMenu, .handheldTopMenu.nojs {
            position: relative;
            z-index: 2000;
            background: #0061ae;
            border-radius: 0;
        }

            .handheld-menu .handheldTopMenu li, .handheldTopMenu.nojs li {
                position: relative;
                z-index: 2000;
                border-bottom: 1px solid #fff;
            }

            .handheld-menu .handheldTopMenu a,
            .handheld-menu .handheldTopMenu span {
                font-weight: normal;
                font-size: 16px;
                font-weight: 300;
                padding-left: 0.6em;
                color: #fff;
                border: none;
                text-transform: uppercase;
            }

            .handheld-menu .handheldTopMenu a {
                display: block;
            }

            .handheld-menu .handheldTopMenu > li:first-of-type,
            .handheldTopMenu.nojs > li:first-of-type {
                border: none;
            }

            .handheld-menu .handheldTopMenu li, .handheldTopMenu.nojs li {
                border-bottom: 1px solid #fff;
            }
            /*.handheld-menu .handheldTopMenu 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: 300;
                    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: #005aa0;
                    overflow: hidden;
                }

                    .handheld-menu .handheldTopMenu .expanded ul li ul li ul {
                        background: #005aa0;
                        overflow: hidden;
                    }

                        .handheld-menu .handheldTopMenu .expanded ul li ul li ul li ul li {
                            background: #005aa0;
                            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: #fff;
        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, div.siteInfo {
        margin: 0 auto;
        width: auto !important;
        padding: 0;
    }

    body.default div.siteMain-container {
        background: #fff
    }

    div.global-authorization {
        background: #ffd602;
    }

        div.global-authorization a {
            color: #000;
        }

    div.global-unauthorized-login, div.global-unauthorized-register, div.global-authorized-mypages, div.global-authorized-logout, div.global-language, div.global-rss {
        color: #000;
    }

    div.siteHeader-container h1 {
        background: none;
        padding: 0;
    }

    div.siteHeader, div.siteMain, div.siteFooter, div.siteToplinks {
        width: auto;
        padding: 0;
    }

    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.siteHeader-container {
        height: 180px;
        margin: 0 0 20px 0;
        box-shadow:none;
        border:none;
    }
    div.siteHeader div.siteLogo {
        position: absolute;
        top: 80px;
        width: 100%;
        left: 0;
        text-align:center;
    }
        .siteHeader div.siteLogo img {
            width:220px;
        }
        div.siteHeaderOptions {
            top:148px;
        }
    div.search_area {
        right: 10px;
        padding: 2px;
        width: 150px;
        position: absolute;
    }

        div.search_area .search_field {
            width: 60%;
        }


    div.ImageTextStyles {
        height: auto;
        margin-bottom: 0;
    }

        div.ImageTextStyles.Text a {
            line-height: 24px;
        }

    div.siteFooter-container {
        overflow: visible;
        float: left;
    }

    div.siteFooter {
        width: 100% !important;
        position: relative;
        top: unset;
        padding: 40px;
        box-sizing: border-box;
    }

        div.siteFooter .col33 {
            width: 100% !important;
            padding: 0 0;
            box-sizing: border-box;
            margin-top: 0;
        }

        div.siteFooter h6 {
            font-size: 28px;
            line-height: 32px;
            margin-bottom: 10px;
            font-weight: 700;
        }

        div .siteFooter ul.social-links {
            font-size: 23px;
            top: auto;
            right: auto;
            width: 100%;
        }

            div .siteFooter ul.social-links li {
                display: inline-block;
                float: none;
                width: 20%;
                padding: 10px;
                margin: 0;
                text-align: center;
            }

    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;
        position: relative;
    }

    .slider, .slider-container, .slides {
        width: 100%;
    }

    .col75 .slider, .col75 .slider-container {
        width: 100% !important;
    }
    .slider-container {
        margin: 0 0 10px;
        position: relative;
    }

    .slider {
        height: auto !important
    }

    div.ImageTextStyles.Text {
        bottom: 5%;
        color: #000;
        font-size: 12px;
        font-weight: 300;
        line-height: 30px;
        padding: 5% 5% 4%;
        position: absolute;
        width: 100%;
        right: 0;
        box-sizing: border-box;
        display: none;
        visibility: hidden;
    }

        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: 21px;
        line-height: 28px;
    }

    div.ingangar-container {
        height: auto;
    }

        div.ingangar-container h3 {
            line-height: 37px;
            font-size: 28px;
            color: #fff;
            letter-spacing: -1px;
        }

        div.ingangar-container .icon {
            float: left;
            width: 36px;
            margin-right: 15px;
        }
    div.ingangar-container {
        width: 100%;
        margin: 0;
        box-sizing: border-box;
    }

    div.col50.ingangar {
        margin-bottom: 10px;
    }

    div.news-area {
        margin-top: 10px;
    }

    div.col33.puff-container,
    div.col50.puff-container {
        width: 100%;
        margin: 0 0 20px;
        height: auto !important;
    }

        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: 32px;
        line-height: 52px;
        margin: 0 0 20px 0;
        margin-bottom: 20px;
        letter-spacing: -1px;
        margin-bottom: 20px;
    }

    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";
        color: #005aa0;
    }

    .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;
    }

    #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 {
        width: 40px !important;
    }
    div.image-thumbs {
        padding:0;
    }
    div.areatext {
        width: 100%;
        float: left;
    }

    table.list tr td ul#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_blProperties li {
        display: block;
        font-size: 13px;
    }


    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: 11px;
        width: 140px;
        top: 164px;
    }

    div.col100.ingangar {
        margin-bottom:0;
    }

    div.ingangar p, div.ingangar a {
        color: #fff;
        text-decoration: none;
        font-size: 23px;
        font-weight: 600;
        text-align: center;
        line-height: 36px;
        letter-spacing: -1px;
    }

    div.news-area div.col66 {
        float: left;
        width: auto;
        margin-right: 0;
    }

    div.news-area div.col50.news a img {
        width: 100%;
    }

    .col33.press {
        position: relative;
        width: 100%;
        padding: 30px;
        box-sizing: border-box;
    }

    div.col66.puff {
        width: 100%;
    }

        div.col66.puff .puffImg {
            float: right;
            width: 100%;
            display: none;
        }

        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: 30px;
                line-height: 38px;
            }

            div.col100.project .projectarea .ingress {
                color: #000;
                margin-bottom: 30px;
                font-size: 16px;
                line-height: 26px;
            }

    div.col100.siteinfo {
        margin-top: 5px;
    }

        div.col100.siteinfo ul {
            font-size: 12px;
            margin-top: 3px;
        }

    #google_translate_element {
        display: block;
        font-size: 14px;
        position: absolute;
        right: 0;
        top: 144px;
        left: 0;
    }

    div.col33.projektpuff-container,
    div.news-area div.col33.news,
    div.col50.puff-container {
        width: 100%;
    }

        div.col33.projektpuff-container a img {
            width: 100%;
            height: auto !important;
        }

    div.ImportantContainer {
        background: #e5debb;
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        height: auto;
        padding: 20px;
        box-sizing: border-box;
    }

    div.ImportantContainerContent {
        width: 100%;
        margin: 0 auto;
    }

    div.ImportantContainer span {
        display: block;
        margin-bottom: 12px;
    }

    .col75 img {
        max-width: 100%;
    }

    table.cmProjektFakta tr.facts td {
        font-size: 18px;
    }

        table.cmProjektFakta tr.facts td:first-of-type strong:before {
            content: "\f1ad";
            font-family: FontAwesome;
            font-weight: normal;
            font-size: 37px;
        }

        table.cmProjektFakta tr.facts td:last-of-type strong:before {
            content: "\f252";
            font-family: FontAwesome;
            font-weight: normal;
            font-size: 37px;
        }

        table.cmProjektFakta tr.facts td strong {
            font-size: 40px;
            display: block;
            margin-bottom: 20px;
        }

    table.cmProjektFakta tr.facts td {
        font-size: 16px;
    }

    table.cmProjektFakta strong {
        color: #0061ae;
        display: block;
    }

    div.siteInfo ul, div.siteInfo ul li {
        text-align: center;
        font-size: 13px;
    }
    div.col50.news {
        width:100%;
    }
    div.colspecial100 div.col33 {
        width: 100%;
    }
    .col50 img,
    div.col100.puff {
        height: auto !important;
    }

    div.col100.new-project a img.puffimg {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }

    div.siteFooter .col33.alignleft {
        margin: 0;
        margin-bottom: 20px;
    }

    div.siteFooter .col33 {
        margin-bottom: 20px;
    }

    table.col75 tbody tr td.col50.alignleft {
        margin: 0;
        padding: 0;
    }

    div.newsBox {
        height: auto !important;
    }

    #divSliderOverlayLeft,
    #divSliderOverlayRight {
        display: none;
    }
    .slider img {
        border-radius: 5px;
    }
    div.siteFooter {
        width: 100% !important;
        position: relative;
        top: unset;
        padding: 20px;
        box-sizing: border-box;
    }
    ul.siteOptions {
        width: 100%;
        margin: 0 auto;
    }
    div.siteOptionsArea {
        background: #fff;
        border-bottom-left-radius: unset;
        border-bottom-right-radius: unset;
        left: 0;
        margin: 0 auto 0;
        padding: 10px 0 10px;
        position: relative;
        width: 100%;
        top: unset;
        border-top: 1px solid #f3f3f3;
    }
    div.siteContact {
        width:100%;
    }
    div.siteFooter-container {
        padding: 10px 0 0;
    }
    .siteContactInfo {
        font-size: 161.5%;
        color: #666;
        margin-top: 0;
        position: relative;
        width: 100%;
        bottom: unset;
        text-align: center;
    }
    .siteFooterAdress {
        font-size: 14px;
        margin-left: 0;
        margin-top: 0;
        text-align: center;
    }
    div.siteContact div.siteContactInfo a img {
        width:85%;
    }
    .siteCopy {
        margin: 0;
        color: #b3b4b3;
        font-size: 93%;
        color: #0061ae;
        text-align: center;
        padding: 0;
    }
        .siteCopy p {
            margin-bottom:0;
        }
    body.default .col33 img {
        width:100%;
    }
    ul.horizontal-bulleted {
        width:100%;
    }
    div.col50.ledigt div.box.primary.ledigt div.box-outer div.box-inner.column {
        height:auto !important;
    }
}
