@import url("fonts.css");
/*
 * Main stylesheet for the new cleaned structure.
 *
 * 20220301 VIPHI
 */
/* 
 * General
 */
html {
}

form {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 0;
}

body {
    font-family: 'Atkinson Hyperlegible', sans-serif;
    line-height: 1.5em;
    color: #1d1d1b;
    -webkit-font-smoothing: antialiased;
    font-size: 1em;
    background: #fff;
}

input, textarea, select {
}

pre, code, kbd {
}

strong, b {
}

em {
}

.ingress {
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
    margin-bottom: 20px;
    display: block;
    float: unset;
}

.pre-amble {
}

.alert {
}

a {
    color: #575243;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

p {
    margin: 0 0 20px 0;
}
caption {
    display:none;
}
/*
 * Headers
 */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Tomato Grotesk';
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizelegibility;
    font-weight: normal;
    color: #1D1D1B;
}

h1 {
    font-size: 46px;
    line-height: 1.5em;
}

    h1.pagetitle {
    }

h2 {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 10px;
}

h3 {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 10px;
}

h4 {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 10px;
}

h5 {
    font-size: 16px;
    margin: 0 0 10px 0;
    line-height: 16px;
}

h6 {
    font-size: 15px;
    line-height: 15px;
    margin: 0 0 10px 0;
}

h2.header, h3.header {
}

.siteHeader h1 {
}
/*
 * Main site containers 
 */
div.siteHeader-container,
div.siteMain-container,
div.siteFooter-container {
    width: 100%;
    margin: 0 auto;
    background: #F1F1F1;
}

div.siteHeader-container {
    box-sizing: border-box;
    background: #1A1F3A;
}

    div.siteHeader-container div.siteHeader div.siteLogo {
        position: absolute;
        top: 30px;
        left: 0;
    }

        div.siteHeader-container div.siteHeader div.siteLogo a img {
            width: 349px;
            height:24px;
        }

div.siteMain-container {
    padding: 30px;
    box-sizing: border-box;
}

div.siteFooter-container {
    float: left;
    background: #14172A;
}

div.siteHeader,
div.siteMain,
div.siteFooter {
    width: 78.75em;
    margin: auto;
}

div.siteMain {
    padding-top: 1.5em;
}

div.siteFooter .col100 {
    padding: 3em 0;
    box-sizing: border-box;
    color: #fff;
    background: transparent;
    line-height: 2em;
}

    div.siteFooter .col100 ul li,
    div.siteFooter .col100 ul li a {
        color: #CFCFCF;
        line-height: 2em;
    }
    div.siteFooter .col100 ul li a:hover {
        text-decoration:underline;
    }

        div.siteFooter .col100 ul li:first-of-type {
            width: auto;
        }
div.siteFooter div.col100.alignright div.col50.alignleft {
    padding-top:20px;
}
div.siteFooter .col25.sigill {
    text-align:center;
}
div.siteFooter h3 {
    font-family: 'Tomato Grotesk';
    font-size: 24px;
    margin-bottom: 0.85em;
    color: #fff;
}

div.siteFooter a {
    color: #CFCFCF;
    text-decoration: none;
}
div.siteFooter .col25:nth-of-type(4n+1) {
    width: 21%;
}
div.siteFooter .col25:nth-of-type(4n+2) {
    width:12%;
}
div.siteFooter .col25:nth-of-type(4n+3) {
    width: 20%;
}
div.siteFooter .col25:nth-of-type(4n+4) {
    width: 34%;
}
div.siteFooter div.col25.sigill img.BorgerskapetSigill {
    width:61%;
}
div.siteFooter .alignleft {
    margin-right: 4%;
}
/*
 * Site header
 */
div.siteHeader {
    position: relative;
    height: 80px;
    box-sizing: border-box;
    padding-bottom: 0;
    padding-top: 0;
}

div.global-unauthorized-login, div.global-unauthorized-register, div.global-authorized-mypages, div.global-authorized-logout, div.global-language, div.global-rss {
    background: #666;
    margin-left: -15px;
    padding-left: 42px;
    position: relative;
    padding-right: 26px;
    z-index: 1000;
}

div.global-authorization {
    position: absolute;
    top: 38px;
    right: 0;
}


div.global-authorization a {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    width: 0;
    height: 0;  

}
    div.global-authorization a:before {
        position: absolute;
        content: "";
        height: 100%;
        width: 30px;
        z-index: 2;
        background-image: url(../img/altnav-arrows.png);
        background-repeat: no-repeat;
        background-position: 0 50%;
        background-size: 737px 36px;
        left: 0;
        top: 0;
    }

div.global-authorization a:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 30px;
    background-image: url(../img/altnav-arrows.png);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: 737px 36px;
    right: 0;
    top: 0;
    z-index: 2;
}
div.global-unauthorized-register {
    background:#575243;
}

.fa.fa-asterisk:before {
    color: #cc0000;
}

.global-authorization .fa:before {
    color: #fff;
    display:none;
}
/*
 * Sidebar container 
 */
div.siteSidebar {
    margin-top: 0.5em;
}

/*
 * Content containers 
 */
div.siteContent {
}

div.siteContentFull {
}

div.siteContentPopup {
}

div.siteContentIframe {
}

/*
 * Footer elements 
 */
div.siteBreadcrumbs {
    width: 100%;
    float: right;
    text-align: right;
    display: none;
    visibility: hidden;
}

    div.siteBreadcrumbs span > span a {
        text-decoration: none;
    }

        div.siteBreadcrumbs span > span a b {
            color: #999;
            font-weight: normal;
        }

div.siteContact {
}

div.siteContact {
}

div.siteLogos {
}
div.siteFooter ul.siteOptions {
    width: 100%;
    text-align: center;
    display: block;
    position: relative;
    top: 0;
    margin: 0 0 0;
    padding: 10px 0 10px;
    border-top: 1px solid #fff;
    display: none;
}

div.siteFooter ul.siteOptions li {
    display: inline;
    text-align: center;
    float: none;
    padding: 0;
    margin: 0;
}

div.siteFooter ul.siteOptions li a {
    color: #fff;
    text-decoration: none;
    padding: 0 5px;
    float: none;
}

div.siteFooter ul.siteOptions li a:before {
    content: "\f105";
    color: #fff;
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 19px;
    padding-right: 4px;
    right: 4px;
    text-decoration: none;
}
/*
 * Page containers 
 */
.col100, .col75, .col50, .col37, .col25 {
}

.col100 {
}

.col75 {
}

.col50 {
}

.col37 {
}

.col33 {
}

.col25 {
}

.page-popup {
}

/*
 * Errormessage control
 */
div.errormsg {
    width: auto;
}

div.erroricon {
    width: 100%;
    float: left;
    padding: 10px 0 10px 10px;
    box-sizing: border-box;
    text-align: center;
}

div.errortext {
    font-size: 1em;
    line-height: 1.5em;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}

    div.errortext input.btn {
        display: block;
        margin: 0 auto;
        margin-top: 0px;
        margin-top: 1em;
    }

caption {
    margin-bottom: 1em;
}

/*
 * Search area
 */
div.search_area {
}

    div.search_area .search_field {
    }



/*
 * Menus
 */
ul.topmenu li a {
}

ul.submenu li {
}

/*
 * Search area
 */
div.search_area .btn_search {
}

/*
 * Boxes
 */
.box {
}

.primary h3,
.primary h4,
.primary h5 {
    background: transparent;
    font-size: 0.875em;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.13em;
}
.secondary h3,
.secondary h4,
.secondary h5 {
    background: transparent;
    font-size: 21px;
}

.box-rental h2, .box-resident h2 {
}

h2.localnews {
}

.box-primary h3, .primary h3, .box-primary h4, .primary h4 {
    background: #1A1F3A;
    width: 100%;
    padding: 1.75em;
    color: #fff;
    box-sizing: border-box;
}

.box-secondary h3, .secondary h3, .box-secondary h4, .secondary h4 {
    background: transparent;
    color:#575243;
}
div.box.primary .box-inner {
    padding:0;
}
ul.mypage_profile_interest_header {
    padding-top: 0;
}
ul.mypage_profile_interest_header h4 {
}
ul.mypage_profile_interest {
    padding: 1.25em;
}
ul.mypage_profile_interest.apartment {
    border-bottom: 1px solid #CEE2F6;
}
    ul.mypage_profile_interest.premises {
        border-bottom: 1px solid #CEE2F6;
    }
    ul.mypage_profile li, ul.mypage_profile_interest li span {
        margin-bottom: 3px;
    }
h3.facts {
    margin-bottom: 0;
}
h3.user {
    margin-bottom: 0;
}

span.button-list input {
}

a.link-large {
}

.siteBreadcrumbs, .siteOptions {
}

.siteContact {
}

div.siteHeader table {
}

ul.form {
}

.box ul.form {
}

.pageFooter input {
}

div.navbar div.text {
}

.tbl_list {
}

.tbl_cell_list_header {
}

.tbl_grid {
}

.agreetext, .infotext {
    font-size: 0.85em;
}


/*@import url("CM.css");*/

/* 
 * Snippets 
 */
.tbl_snippets_main {
}

.tbl_snippets_main_70 {
}

.tbl_snippets_main_hss {
}

.tbl_cell_snippet_spacer {
}

.tbl_cell_snippet_33 {
}

.tbl_cell_snippet_50 {
}

.tbl_cell_snippet_70 {
}

.tbl_cell_snippet_100 {
}

.link {
}


/*@import url("Elements/General.css");*/

/*
 * Paragraphs
 */
p {
}

    p.mul-img img {
    }

    p.mul-plan img {
    }

    p.pNoEntries {
    }

/*
 * Hyperlinks
 */
a.image {
}

a.planning {
}

a.bulleted {
}
.primary a.bulleted-box {
    display: inline-block;
    border: 1px solid #fff;
    padding: 7px 10px 7px 31px;
    color: #fff;
    font-size: 15px;
    position: relative;
    background: 0 0;
    text-decoration: none;
}
.primary a.bulleted-box:before {
        content: '';
        display: block;
        position: absolute;
        width: 16px;
        height: 14px;
        left: 10px;
        top: 11px;
        background-image: url(../Img/sprite1.png);
        background-repeat: no-repeat;
        background-size: 304px 304px;
        background-position: -81px -73px;
    }
.secondary a.bulleted-box {
    display: inline-block;
    border: 1px solid #575243;
    padding: 7px 10px 7px 31px;
    color: #575243;
    font-size: 15px;
    position: relative;
    background: 0 0;
    text-decoration: none;
}

    .secondary a.bulleted-box:before {
        content: '';
        display: block;
        position: absolute;
        width: 16px;
        height: 14px;
        left: 10px;
        top: 11px;
        background-image: url(../Img/sprite1.png);
        background-repeat: no-repeat;
        background-size: 304px 304px;
        background-position: -119px -40px;
    }
}
a.icon-areainfo img {
}

/*
 * Form elements
 */
input, select, textarea {
    font-size: 1em;
    box-shadow: unset;
    border-radius: unset;
    line-height: 1.875em;
}

input {
    height: unset;
    text-indent: 0.3em;
}

input, textarea {
    padding: unset;
}

select {
    height: auto;
}

input.no-border, table.no-border input, span.no-border input {
}

/*** Checkbox ***/
input.check, table.check input, span.check input {
}

/*** Radiobutton ***/
input.radio, table.radio input, span.radio input, span.radio label {
}



/*** Submit button ***/
.btn, .btn-disabled {
}

.btn {
    background: #CEE2F6;
    color: #000;
    padding: 0.65em 1em;
    line-height: 0;
    height: 3em;
    font-size: 0.8125em;
    border-radius: 6px;
    box-shadow: none;
    text-shadow: none;
    text-transform: uppercase;
    letter-spacing: 0.125em;
    border: 1px solid #CEE2F6;
}
    .btn:hover {
        background:#fff;
        color:#000;
        border:1px solid #CEE2F6;
    }
    .btn-disabled {
        background: #e3e3e3;
        color: #fff;
        padding: 0.65em 1em;
        line-height: 0;
        height: 3em;
        font-size: 0.8125em;
        border-radius: 6px;
        box-shadow: none;
        text-shadow: none;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.125em;
    }
.register-interest input[type="submit"] {
    background: #CEE2F6;
    color: #000;
    padding: 0.65em 1em;
    line-height: 0;
    height: 3em;
    font-size: 0.8125em;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
    text-transform: uppercase;
    letter-spacing: 0.125em;
    cursor:pointer;
}
/*** Input element default sizes ***/
.col50 .box-inner .textbox,
.col75 .box-inner .textbox {
}

.col50 .box-inner .textarea,
.col75 .box-inner .textarea {
}

/*
 * Horizontal rule 
 */
hr {
}

/*
 * Button list
 */
span.button-list input, span.button-list a {
}

span.button-list a {
}

    span.button-list a.selected {
    }

.rentalinfo input, .rentalinfo a {
}

span#object_detail_buttonlist.button-list .btn_details {
    background: #575243;
}

span.button-list span.btn_details.fa:before {
    color: #fff;
}
/* 
 * Navigation bar
 */
div.navbar {
    margin-top: 30px;
}

    div.navbar .buttons {
    }

        div.navbar .buttons input {
        }

            div.navbar .buttons input dimmed {
            }

        div.navbar .buttons .btn_first {
        }

        div.navbar .buttons .btn_prev {
        }

        div.navbar .buttons .btn_next {
        }

        div.navbar .buttons .btn_last {
        }

    div.navbar .text {
    }

        div.navbar .text a {
        }

        div.navbar .text p {
        }

            div.navbar .text p.left {
            }

            div.navbar .text p.right {
            }

/*
 * Page form header & footer
 */
div.pageHeader, div.pageSubHeader {
    background: #1A1F3A;
    border: none;
    font-weight: normal;
    font-size: 0.875em;
    padding: 0.65em 1em;
    color: #fff;
    width: 100%;
    float: left;
    box-sizing: border-box;
    height: unset;
    text-transform: uppercase;
    letter-spacing: 0.13em;
}

div.pageFooter {
    background: #fff;
    border-color: #CEE2F6;
    font-weight: normal;
    font-size: 1em;
    padding: 0.5em;
    float: left;
    width: 100%;
    box-sizing: border-box;
}

    div.pageFooter input {
        margin:0;
    }

/*
 * Validator 
 */
td div.validator-valid, td div.validator-unvalid {
}

div.validator-valid {
}

div.validator-unvalid {
}

span.validation-summary {
    color: #ff0000;
    font-size: 1em;
    line-height: 1.5em;
}

span.forminfo-icon {
}

span.forminfo-text {
}
#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_spanPUL {
    border: 1px solid #CEE2F6;
    padding: 0.75em 1.125em 0.75em;
    border-radius: 0.25em;
    float: left;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 1em;
    background:#fff;
}

div#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_spanPUL ul.form li.label {
    width: 20em;
}

#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_spanPUL br {
    display: none;
}
ul.registrationTermLinks {
    margin: 0;
}

/*
 * Landlord presentation
 */
div.landlord-area {
}

div.landlord-img {
}

    div.landlord-img img {
    }

ul.landlord-list {
}

    ul.landlord-list li {
    }

        ul.landlord-list li div.label {
        }

/* 
 * Image text 
 */
div.image-text-basic {
}

    div.image-text-basic img {
    }

div.article {
    min-height: unset;
    margin-bottom: 30px;
}

/* 
 * Parking-direct & Object-direct & Storage-direct
 */
span.ico_p-direct, span.ico_object_direct, span.ico_storage-direct {
}

span.ico_p-direct {
}

span.ico_object_direct {
}

span.ico_storage-direct {
}

/* NEWS DATE */
span.newsdate {
}

/* COMMENT*/
span.comment {
}

/* 
 * Table list
 */
table.tbl_list {
}

    table.tbl_list tr td {
    }

    table.tbl_list tr.tbl_cell_list_header td {
    }

/* 
 * Table grid
 */
table.tbl_grid {
}

    table.tbl_grid tr td {
    }

.headerstyle {
}

.alternate {
}

/*
 * Control specific styles
 */
div.ImageTextStyles {
}

/*
 * Search Area Results
 */
div.search_results {
}

    div.search_results .search_textfield_area {
    }

    div.search_results .navbar {
    }


/*@import url("Elements/TopMenu.css");*/

/*** Reset all list-styles ***/
ul.topmenu, ul.topmenu li {
}

/*** Setup basic menu look ***/
ul.topmenu {
    display: block;
    float: right;
    position: relative;
    top: 26px;
}

    ul.topmenu li {
        margin-left: 3em;
    }
        ul.topmenu li.collapsed.first {
        }

        ul.topmenu li a {
            padding: 0;
            text-transform: uppercase;
            font-size: 0.875em;
            font-weight: 400;
            font-family: 'Atkinson Hyperlegible', sans-serif;
            text-decoration: none;
            color: #fff;
            letter-spacing:0.125em;
        }
            ul.topmenu li a:hover {
                text-decoration:underline;
            }
            ul.topmenu li.collapsed.first a {
            }

        ul.topmenu li a:hover {
        }

        /*** Selected item or selected child-item ***/
        ul.topmenu li.selected, ul.topmenu li.childselected {
        }

            ul.topmenu li.selected a:hover, ul.topmenu li.childselected a:hover {
            }

        ul.topmenu li.last a {
            padding: 0;
            text-transform: uppercase;
            font-size: 0.875em;
            font-weight: 400;
            font-family: 'Atkinson Hyperlegible', sans-serif;
            text-decoration: none;
            color: #000;
            letter-spacing: 0.125em;
            background: #fff;
            padding: 0.25em 1em;
            line-height: 1.5em;
            border-radius: 2em;
        }
            ul.topmenu li.last a:before {
                content: url(../Img/avatar-black.svg);
                width: 13px;
                height: 15px;
                position: relative;
                top: 2px;
                left: 0;
                margin-right: 0.6em;
            }


/*@import url("Elements/SubMenu.css");*/

/*** Element padding ***/
ul.submenu {
}

    ul.submenu ul {
    }
    ul.submenu li {
        font-size:100%;
    }

    /*** Link styles ***/
    ul.submenu li a {
        font-size: 1em;
        font-weight: 400;
        color: #000;
        border-bottom: 1px solid #d8d8d8;
        text-decoration: none;
        padding: 0.85em;
    }

        ul.submenu li a:hover {
            color: #303030;
        }
    ul.submenu li.selected a {
    }

    ul.submenu ul a {
        padding-left: 30px;
    }

    ul.submenu ul ul a {
        padding-left: 50px;
    }

    /*** Special styles ***/
    ul.submenu li.expanded {
    }

    ul.submenu li.collapsed {
    }

    ul.submenu li.selected, ul.submenu li.childselected {
    }

        ul.submenu li.selected ul, ul.submenu li.childselected ul {
            font-weight: normal;
            padding-bottom: 10px;
            padding-top: 0;
            padding-bottom: 0;
        }

        ul.submenu li.selected > ul,
        ul.submenu li.expanded.childselected > ul {
            margin-top: 0;
            background: #f1f1f1;
        }

    ul.submenu li.expanded.childselected ul li.expanded.selected.first ul,
    ul.submenu li.expanded.childselected ul li.expanded.childselected.first ul {
        margin-top: 0;
    }

    ul.submenu li.selected ul ul, ul.submenu li.childselected ul ul {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    ul.submenu li.collapsed a:before {
        content: "\f067";
        color: #000;
        font-family: FontAwesome;
        font-size: 0.9em;
        line-height: 1.5em;
        position: absolute;
        right: 1em;
        text-decoration: none;
        vertical-align: middle;
        font-weight: 400;
    }

    ul.submenu li.expanded a:before {
        content: "\f068";
        color: #000;
        font-family: FontAwesome;
        font-size: 0.90em;
        line-height: 1.5em;
        position: absolute;
        right: 1em;
        text-decoration: none;
        vertical-align: middle;
        font-weight: 400;
    }

    ul.submenu li.expanded.childselected ul li.expanded.selected a:before {
        content: "\f068";
        color: #000;
        font-family: FontAwesome;
        font-size: 0.95em;
        line-height: 1.5em;
        position: absolute;
        right: 1em;
        text-decoration: none;
        vertical-align: middle;
        font-weight: 400;
    }

    ul.submenu li.expanded.childselected ul li.collapsed.selected a:before {
        content: "\f067";
        color: #000;
        font-family: FontAwesome;
        font-size: 0.95em;
        line-height: 1.5em;
        position: absolute;
        right: 1em;
        text-decoration: none;
        vertical-align: middle;
        font-weight: 400;
    }

    ul.submenu li.expanded.childselected ul li.expanded.childselected a:before {
        content: "\f068";
        color: #000;
        font-family: FontAwesome;
        font-size: 0.9em;
        line-height: 1.5em;
        position: absolute;
        right: 1em;
        text-decoration: none;
        vertical-align: middle;
        font-weight: 400;
    }

    ul.submenu li.expanded.selected ul li.collapsed a:before {
        content: "\f067";
        color: #000;
        font-family: FontAwesome;
        font-size: 0.95em;
        line-height: 1.5em;
        position: absolute;
        right: 1em;
        text-decoration: none;
        vertical-align: middle;
        font-weight: 400;
    }

    ul.submenu li.expanded.childselected ul li.collapsed a:before {
        content: "\f067";
        color: #000;
        font-family: FontAwesome;
        font-size: 0.95em;
        line-height: 1.5em;
        position: absolute;
        right: 1em;
        text-decoration: none;
        vertical-align: middle;
        font-weight: 400;
    }

    ul.submenu li.expanded.childselected ul li.expanded.childselected ul li a:before,
    ul.submenu li.expanded.childselected ul li.expanded.childselected ul li.selected a:before {
        content: "";
    }

    ul.submenu li.collapsed:before {
        content: "";
    }

    ul.submenu li.expanded:before {
        content: "";
    }

    ul.submenu li.expanded.selected ul li a:before {
        content: "";
    }

    ul.submenu li.expanded.childselected ul li a:before {
        content: "";
    }

    ul.submenu li.expanded.childselected ul li.expanded.selected ul li a:before {
        content: "";
    }

    ul.submenu li.last a {
        border:unset;
    }

    /*
 * Ordered/Unordered lists 
 */
    ul, ol {
    }

    ul li {
        font-size: 1em;
    }

    ol li {
        font-size: 1em;
    }

    /* 
 * Horizontal list 
 */
    ul.horizontal {
    }

        ul.horizontal li, div.box-primary-inner ul.horizontal li, div.box-secondary-inner ul.horizontal li, div.box-inner ul.horizontal li {
        }
    ul.horizontal-bulleted {
        width:100%;
        box-sizing:border-box,
    }
    ul.horizontal-bulleted li {
        background: none;
        padding: 0;
        margin: 0;
        border-bottom: 1px solid #eeeae4;
        list-style-type: none;
        width: 100%;
        display: block;
    }

        ul.horizontal-bulleted li:before {
            content: "\f00c";
            color: #1A1F3A;
            display: inline-block;
            font-family: FontAwesome;
            font-size: 1em;
            text-decoration: none;
            padding-right:0.65em;
        }

table.list tr td ul#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_blProperties li {
    background: none;
    padding: 0;
    margin: 0;
    width: auto;
    border-bottom: none;
    list-style-type: none;
    display: block;
    line-height: 1.5em;
    font-size: 1em;
    margin-right:0.75em;
}

div.related-content div.box-inner li.doc_document {
}

div.related-content div.box-inner li.inf_link {
}

div.related-content div.box-inner li.cm_page {
}

/*
 * Boxlist
 */
ul.boxlist {
}

    ul.boxlist li {
    }

/* 
 * FAQ List 
 */
ul.faq-list {
    border: 1px solid #d1cfcf;
    clear: both;
    float: left;
    width: 100%;
    position: relative;
    border-radius:4px;
}

    ul.faq-list:hover {
        background: #f1f1f1;
    }

    ul.faq-list li {
        padding-left: 14px;
        margin-top: 14px;
    }

        ul.faq-list li p {
            margin-bottom: 12px;
        }

        ul.faq-list li.icon-questionmark {
            display: none;
        }

    ul.faq-list .question:before {
        content: "\f059";
        color: #888;
        font-family: FontAwesome;
        font-size: 21px;
        padding-right: 4px;
        position: absolute;
        right: 10px;
        text-decoration: none;
        width: 20px;
    }

    ul.faq-list .answer:before {
        content: "\f05a";
        color: #575243;
        font-family: FontAwesome;
        font-size: 21px;
        padding-right: 4px;
        position: absolute;
        right: 10px;
        text-decoration: none;
        width: 20px;
    }

    ul.faq-list .question {
    }

    ul.faq-list .question, ul.faq-list .answer {
    }


/* 
* Sitemap
*/
.sitemap_paragraph {
}

/* 
 * Sitemap List 
 */
ul.link {
}

ul li.maplink {
}

    ul li.maplink:before {
        content: "\f105";
        color: #575243;
        font-family: FontAwesome;
        font-size: 18px;
        line-height: 22px;
        padding-right: 3px;
        right: 4px;
        text-decoration: none;
        vertical-align: middle;
        position: relative;
        top: -2px;
    }
/* 
 * ListAvailable
 */
ul.listavailable {
}

.col50 ul.listavailable li a {
}

.col25 ul.listavailable li a.align-left {
}

ul.listavailable a img {
}

/*
 * Thumbnail list
 */
div.thumbnail-container {
}

ul.thumbnail-list {
}

    ul.thumbnail-list img {
    }

.thumbnail-container ul.thumbnail-list li {
}

    .thumbnail-container ul.thumbnail-list li.alignleft {
    }

.col25 .thumbnail-container ul.thumbnail-list li {
}

    .col25 .thumbnail-container ul.thumbnail-list li.alignleft {
    }


/*@import url("Elements/Boxes.css");*/

/*** General rules ***/
.box {
}

.box-outer {
}

.box .noheight {
}

.box-inner {
    padding:20px;
    box-sizing:border-box;
}

.box a.rss {
}

.box a img {
}

.box a.rss img {
}

td.box-inner {
}

/*** Primary ***/
.primary {
    background: #fff;
    color: #000;
}

    .primary .box-inner {
    }

    .primary hr {
        border-color: #CEE2F6;
        background: #CEE2F6;
        height: 1px;
        overflow: hidden;
    }

    .primary a {
        color: #1A1F3A;
    }

        .primary a.bulleted {
            color: #1A1F3A;
            text-decoration: none;
            font-size: 15px;
        }

            .primary a.bulleted:before {
                content: "\f054";
                font-family: FontAwesome;
                padding-right: 6px;
                color: #1A1F3A;
                text-decoration: none;
                font-size: 14px;
                display: inline-block;
                top: 1px;
                position: relative;
            }

/*** Secondary ***/
.secondary {
    background: #fff;
    color: #000;
}

    .secondary .box-inner {
        border: 1px solid #CEE2F6;
        background:#fff;
    }

    .secondary hr {
        border-color: #CEE2F6;
        background: #CEE2F6;
        height: 1px;
        overflow: hidden;
        margin-top:10px;
        display:block;
        float:left;
    }

    .secondary a {
        color: #575243;
    }

        .secondary a.bulleted {
            color: #000;
            text-decoration: none;
            font-size:15px;
        }

            .secondary a.bulleted:before {
                content: "\f054";
                font-family: FontAwesome;
                padding-right: 6px;
                color: #575243;
                text-decoration: none;
                font-size: 14px;
                display: inline-block;
                top: 1px;
                position: relative;
            }

    .secondary a {
    }

/*** Login Control ***/
.col25 div.loginarea {
    padding:1em;
}
.col25 div.loginarea span {
    font-size: 16px;
}

.col25 div.loginarea span {
    font-size: 14px;
    display: block;
    margin-bottom: 6px;
}
div.loginarea p label {
    margin-bottom:6px;
    display:block;
}

.col25 div.loginarea input:first-of-type {
    margin-bottom: 10px;
}

.col37 div.loginarea input {
}

.col25 div.loginarea p {
    margin: 0;
}

    .col25 div.loginarea p:last-of-type {
        margin: 0 0 10px;
    }

.col25 div.loginarea .btn {
    margin: 0 0 10px;
}

/*@import url("Elements/Grids.css");*/

/* Table grid list */
div.grid {
}

table.gridlist {
    font-size:0.95em;
}

    table.gridlist tr.headerrow {
    }

    table.gridlist tr.marked {
    }

    table.gridlist tr.dimmed {
    }

    table.gridlist td {
    }

        table.gridlist td.header, tr.header td {
            background-color: #575243;
            height: 2.6315em;
            color: #fff;
            padding: 0 0.5em;
        }

            table.gridlist td.header:first-of-type {
                padding-left: 6px;
            }

            table.gridlist td.header:last-of-type {
                padding-right: 10px;
            }

            table.gridlist td.header a, tr.header td a {
                background-color: #575243;
                color: #fff;
            }

                table.gridlist td.header a:hover, tr.header td a:hover {
                }

                table.gridlist td.header a.sel-asc, table.gridlist tr.header td a.sel-asc {
                    background-color: #575243;
                    color: #fff;
                }

                table.gridlist td.header a.sel-desc, table.gridlist tr.header td a.sel-desc {
                    background-color: #005aa0;
                }

        table.gridlist td.listitem-even, tr.listitem-even td {
            padding: 10px 3px;
            background: #f9f9f9;
        }

.box-primary table.gridlist td.listitem-even, .box-primary tr.listitem-even td,
.box-secondary table.gridlist td.listitem-even, .box-secondary tr.listitem-even td,
.box table.gridlist td.listitem-even, .box tr.listitem-even td,
.box-primary table.gridlist td.listitem-odd, .box-primary tr.listitem-odd td,
.box-secondary table.gridlist td.listitem-odd, .box-secondary tr.listitem-odd td,
.box table.gridlist td.listitem-odd, .box tr.listitem-odd td {
}

table.gridlist td.listitem-odd, tr.listitem-odd td {
    border-bottom: 1px solid #ccc;
    padding: 10px 3px;
}

table.gridlist td.listitem-level2, tr.listitem-level2 td {
}

table.gridlist .label {
}

table.gridlist tr td a {
    color: #575243;
    text-decoration: none;
}
    table.gridlist tr td a:hover {
        text-decoration:underline;
    }
ul.mypage_profile {
    border-bottom: 1px solid #CEE2F6;
    margin-top: 1.5em;
    padding: 1.25em;
}

/*
 * UL form list
 */
ul.form {
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    font-size: 0.95em;
    box-sizing: border-box;
    float:left;
}

    ul.form li {
    }

        ul.form li.validator {
            width: 1.125em;
            padding: 0;
            line-height: 1.95em;
        }

        ul.form li.label {
            width: 16em;
            margin: 0;
            line-height: 1.85em;
        }

        ul.form li.value, .box ul.form li.value {
            margin-bottom: 0.65em;
            padding-left: unset;

        }


ul.form li.textvalue {
    padding-top: 0;
    margin-bottom: 2px;
    min-height: 30px;
    line-height: 30px;
    border-bottom: 1px dotted #ccc;
}

ul.form li.value {
    font-size: 1em;
    padding-left: 280px;
}

    ul.form li.value input {
        width: auto !important;
        padding: 0 5px;
    }

ul.form li.text {
}

ul.form li.textrow, .box ul.form li.textrow {
    font-weight: normal;
    font-size: 1em;
    font-style: italic;
}

div.siteContentIframe ul.form li.label {
    width: auto;
    line-height: 1.5em;
    margin-right: 6px;
    font-weight: 600;
}
div.siteContentIframe ul.form li.textvalue {
    padding-top: 0;
    margin-bottom: 2px;
    min-height: 30px;
    line-height: 30px;
    border-bottom: 1px dotted #ccc;
    width: 100%;
    float: left;
}
    div.siteContentIframe ul.form li.label span#ctl00_Col1_lblAdress br {
        display:none;
    }

    div.siteContentIframe ul.form li.text {
    }

ul.form li.textrow {
}

ul.form li.value label {
}

ul.form li.value input {
}

ul.form li.label-large {
    width: auto;
    line-height: 120%;
    margin: 4px 0 0 0;
    float: left;
}

ul.form li.value select {
    width: unset
}

    ul.form li.value select#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_drpUser1Century.controlRequired {
        width: unset !important;
    }

ul.form li.value table.checkboxlist.no-border tbody tr td {
    width: 12em;
}


.formstyle {
}

    .formstyle .label {
    }

/*
 * Statistics grid
 */
div.statistics table {
}

/*
 * News-archive grid
 */
div.news-archive .date-column {
}

div.news-archive .content-column .title {
}


/*@import url("Elements/DynamicMap.css");*/

.dynamic-map {
}

    .dynamic-map a {
    }

    .dynamic-map #infobox {
    }

        .dynamic-map #infobox > div {
        }

    .dynamic-map #fade_bg {
    }

    .dynamic-map #fade_color {
    }

    .dynamic-map #fade_bg img {
    }

    .dynamic-map .more {
    }

        .dynamic-map .more .nr {
        }

        .dynamic-map .more .area-label {
        }


/*@import url("Elements/Slider.css");*/

/*
  * Slider width and position
  */
.col75 .slider,
.col75 .slider-container {
}

.col50 .slider,
.col50 .slider-container {
}

.col25 .slider,
.col25 .slider-container {
}

.col25 .slider,
.col25 .slider-container {
}

.slider-container {
}

.slider-inner {
}

.slider {
}

/*
 * Pager
 */
.pager {
}

    .pager li {
    }

        .pager li.selected {
        }

/*
 * Prev/Next buttons
 */
#slider_next, #slider_prev {
}

#slider_next {
}

#slider_prev {
}

.box-container .alignleft {
    margin-right: 2.859%;
}

.box-container .btn {
    padding: 7px 14px;
    line-height: 0px;
    height: 29px;
    font-size: 11px;
}

.box-primary, .box-secondary, .box-rental, .box-resident, .box {
    font-size: 15px;
    line-height: 25px;
}
table.col25 tr td.box-outer.box-inner p:last-of-type {
    margin:0;
}

.devwatermark {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 144px;
    position: fixed;
    bottom: 49px;
    right: 8px;
    opacity: 0.05;
    z-index: 99;
    color: black;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}
/*** Objektlistan  START ***/
/* QuickFilter */
.objectlistFilters {
    background: #f7f7f7;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    margin-bottom: 20px;
    padding: 17px 30px 3px;
}

ul.quickfilter li.full {
    border-bottom: 1px dotted #3b3b3b;
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 100%;
}

ul.quickfilter li {
    float: left;
    font-size: 0.95em;
    list-style-type: none;
    margin-left: 0;
    margin-right: 44px;
    width: 47%;
}

ul.quickfilter span.minValue, ul.quickfilter span.maxValue {
    margin-top: 0.5em;
    margin-right: 0.5em;
}

ul.quickfilter span.minValue,
ul.quickfilter span.maxValue {
    font-size: 0.85em;
}

ul.quickfilter .minValueInput,
ul.quickfilter .maxValueInput {
    border-radius: 0.25em;
    font-size: 0.75em;
    font-weight: 600;
}

ul.quickfilter li span.title {
    font-size: 16px;
    font-weight: 600;
}

.ui-widget-header {
    background: #CEE2F6;
}

.ui-widget-content {
    background: #fff;
    margin-bottom: 0.3em;
}

label.title {
    background: #0075b6;
    border-radius: 6px;
    color: #eb8541;
    display: inline-block;
    margin-bottom: -4px;
    padding: 13px 20px;
}

#lblShowHideQuikfilter {
    background: #f7f7f7;
    color: #1A1F3A;
    display: inline-block;
    margin-bottom: -4px;
    padding: 13px 20px;
    font-weight: 600;
}

table.check tr td {
    padding: 8px 0 8px 3px;
}

.templatelist.block.objectlist,
ul.templatelist.block,
.templatelist.block:nth-child(1n+3) {
    background: transparent;
    border: 1px solid #dbdbdb;
    margin-right: 2%;
    width: 31.5% !important;
}

.templatelist.block:nth-child(3n+3) {
    margin-right: 0 !important;
}

.templatelist.block {
    background: #efefef;
    border: none;
    border-radius: 6px;
}
    .templatelist.block.objectlist li span {
        padding-left: 10px;
        display: inline-block;
    }
ul.templatelist.block li h2 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 0;
}

ul.templatelist.block li img.image {
    display: block;
    margin: 0 auto;
    max-height: 110px;
    padding-left: 0;
    width: 80%;
    overflow: hidden;
}
ul.templatelist.block li label {
    width:5.725em;
}
ul.listviews li i {
    color: #CEE2F6;
}
ul.listviews li a {
    display: block;
    font-weight: 600;
}

ul.listviews {
    float: right;
}

div.page-col25 ul.grid {
    margin-bottom: 4px;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 5px;
}

    div.page-col25 ul.grid li {
    }

        div.page-col25 ul.grid li.left {
            float: left;
        }

        div.page-col25 ul.grid li.right {
            padding-left: 0;
            width: 100%;
            display: block;
        }

div.page-col50 ul.grid li.right {
    padding: unset;
}

div.page-col50 ul.grid li.left {
    float: left;
    font-size: 1.25em;
    line-height: 2em;
    font-weight: 600;
    width: 70%;
}

span#object_detail_buttonlist.button-list .btn_details {
    background: #575243;
    color: #fff;
    font-size: 1.25em;
    line-height: 2em;
    display: block;
    width: 3em;
    height: 2em;
    border-radius: 4px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    margin-bottom: -0.5em;
}

span#object_detail_buttonlist.button-list .btn_details_container {
    margin-right: 6px;
}

span#object_detail_buttonlist.button-list .btn_details_button {
    display: block;
    height: 5em;
    position: relative;
    bottom: 1.5em;
    line-height: 7em;
    z-index: 2;
    width: 100%;
    font-weight: bold;
    font-size: 0.725em;
}

div.jquerypanel .header a.hidden,
div.jquerypanel .header a {
    background-color: transparent;
    background-position: 0 50%;
}

ul.exchangeobject, div.jquerypanel {
    background-color: #e6f9ff;
}


.property-description-container {
    background: #f7f7f7;
    padding: 10px;
    box-sizing: border-box;
    margin-top: 1em;
    width: 100%;
    float: left;
}

    .property-description-container ul li {
        font-size: 0.95em;
    }

.property-more-information, .property-detail-more-information {
    cursor: pointer;
    margin-bottom: 12px;
    color: #0075b6;
    font-weight: 600;
}

.property-description-container.showed .property-descriptions {
    display: block;
    margin-left: 16px;
}

.property-descriptions div {
    font-style: italic;
}

/*** Objektlistan  END ***/

#cookiecheck span {
    font-size: 12px;
}

#cookiecheck div.pageHeader, #cookiecheck div.pageSubHeader {
    border: 1px solid #d1cfcf;
}
div.cookie-header {
    background: #fff;
    font-size: 18px;
    color: #1D1D1B;
    text-align: center;
    line-height: 2.75em;
    padding: 0.6em 1em;
    box-sizing: border-box;
    float: left;
    width: 100%;
    position: fixed;
    bottom: 0;
    box-shadow: 0 -1px 10px 0 rgba(172, 171, 171, 0.3);
    z-index: 10;
}

    div.cookie-header a {
        color: #384fc7;
        text-decoration: none;
    }
    div.cookie-header a:hover {
        color: #384fc7;
        text-decoration: underline;
    }

div#cookie-header.cookie-header input.btn {
    font-family: 'Atkinson Hyperlegible', sans-serif;
    margin: 0 auto;
    margin-left: auto;
    padding: 0.65em 1em;
    background: #575243;
    color: #fff;
    border-radius: 6px;
    text-transform: uppercase;
    margin-left: 1em;
    font-size: 0.666664em;
}

div.image-slideshow {
    margin-bottom: 10px;
    float: left;
}

div.image-big,
div.image-big img {
    width: 100%;
    border:unset;
}
div.image-thumbs img {
    margin:0 3px 0 0;
}
div.image-thumbs {
    padding-left: 0;
}

table.list tbody tr td h3 {
    font-size: 21px;
    margin-top: 20px;
    margin-bottom: 10px;
}
div.interest-header {
    margin: 10px 0;
    padding: 0.65em 0.85em;
    border: none;
    font-size: 1.25em;
    color: #575243;
    font-weight: 400;
}

div.interest-interestinfo {
    float: right;
    font-size: 16px;
    width: 100%;
    margin-bottom: 12px;
    padding: 13px 0 0 0;
    margin-bottom: 0;
    box-sizing: border-box;
}

div.interest-objectinfo {
    float: right;
    width: 78%;
    margin: 4px 0 0 0;
    padding: 0 10px 5px 0px;
    border-bottom: solid 1px #d0d0d0;
}

div.interest-footer {
    background: #f7f5ec;
    border: none;
    padding: 6px 10px 10px;
}

div.interest-objectinfo div.subst-table ul.subst-row {
    padding: 0;
}

div.interest-image {
    float: left;
    width: 17%;
    height: unset;
    padding: 0;
}
    div.interest-image img {
        width:100%;
    }

    div.interest-footer p {
        background-color: transparent;
        font-size: 1.125em;
    }

div.interest-interestinfo {
    height: auto;
}

    div.interest-interestinfo table {
        width: 100%;
    }

        div.interest-interestinfo table tbody tr td a {
            background-color: #575243;
            color: #fff;
            padding: 0.5em 1em;
            display: inline-block;
            border-radius: 4px;
            margin-bottom: 4px;
            font-weight: 600;
        }

            div.interest-interestinfo table tbody tr td a:first-of-type {
                background-color: #575243;
                display: none;
            }

        div.interest-interestinfo table tbody tr td {
            width: auto;
            float: right;
            display: inline;
        }

        div.interest-interestinfo table tbody tr:first-child td:first-child {
            float: left;
        }

        div.interest-interestinfo table tbody tr:last-child td {
            float: left;
        }

        div.interest-interestinfo table tbody tr td a.image,
        div.interest-interestinfo table tbody tr td a.planning {
            background: none;
            display: inline-block;
            float: left;
            color: #575243;
            padding: 0;
            font-weight: normal;
            margin-right: 15px;
            text-decoration: none;
            font-size: 16px;
        }


            div.interest-interestinfo table tbody tr td a.image:before {
                content: "\f03e";
                color: #1A1F3A;
                font-family: FontAwesome;
                font-size: 19px;
                padding-right: 5px;
                text-decoration: none;
                position: relative;
            }

            div.interest-interestinfo table tbody tr td a.planning:before {
                content: "\f030";
                color: #1A1F3A;
                font-family: FontAwesome;
                font-size: 19px;
                padding-right: 5px;
                text-decoration: none;
                position: relative;
            }

        div.interest-interestinfo table tbody tr td div.right {
            float: left;
        }

            div.interest-interestinfo table tbody tr td div.right a {
                background: none;
                display: inline-block;
                float: left;
                color: #575243;
                padding: 0;
                font-weight: bold;
            }

table tbody tr td div.interest-footer {
    background: #CEE2F6;
}

    table tbody tr td div.interest-footer p {
        background-image: none;
        padding: 0 0 0 10px;
        margin: 2px 0 4px 0px;
        color: #000;
        font-weight: 600;
    }

        table tbody tr td div.interest-footer p:before {
            content: "\f05a";
            color: #575243;
            font-family: FontAwesome;
            font-size: 26px;
            padding-right: 12px;
            text-decoration: none;
            top: 4px;
            position: relative;
        }

table tbody tr td div.interest-objectinfo div.subst-table ul.subst-row li b span {
    color: #34353a;
}

table tbody tr td div.interest-objectinfo div.subst-table ul.subst-row li span,
table tbody tr td div.interest-objectinfo div.subst-table ul.subst-row li {
    font-weight: bold;
    font-size: 1em;
}

div.interest-objectinfo div.subst-table ul.subst-row li:first-of-type {
    width: 30%;
}

div.interest-objectinfo div.subst-table ul.subst-row li:last-of-type {
    width: 65%;
}
}

.tfcorrespondence .lblTFCorrespondence_error {
    color: #d61726;
}

div.tfcorrespondence label {
    margin-left: 5px;
    display: inline-block;
}

.tfcorrespondence .dividerTFCorrespondence {
    padding-top: 9px;
    border-top: 1px #CEE2F6 solid;
}

.col75 img {
    max-width: 100%;
}

.col50 img {
    max-width: 100%;
}

.col25 img {
    max-width: 100%;
}

.col25 .box-inner img {
    max-width: 100%;
}


/** HSM-BINDER **/
div.hsm_binder {
}

    div.hsm_binder span.button-list {
        margin-bottom: 10px;
    }

        div.hsm_binder span.button-list a {
            padding: 10px 0 10px 12px;
            white-space: nowrap;
            line-height: 25px;
            width: auto;
            display: block;
            margin-bottom: 0;
            border-bottom: 1px solid #ddd;
            font-size: 15px;
            margin: 0;
            text-decoration: none;
        }

            div.hsm_binder span.button-list a:hover {
                background: #fff;
            }

            div.hsm_binder span.button-list a:before {
                content: "\f054";
                color: #575243;
                font-family: FontAwesome;
                font-size: 14px;
                padding-right: 6px;
                text-decoration: none;
            }

            div.hsm_binder span.button-list a:last-of-type {
                margin-bottom: 0;
                border-bottom: unset;
            }

        div.hsm_binder span.button-list.rentalinfo a.selected {
            background: #fff;
        }

            div.hsm_binder span.button-list.rentalinfo a.selected:before {
                content: "\f078";
                color: #575243;
            }

    div.hsm_binder span > br {
        margin-bottom: 12px;
    }

    div.hsm_binder span.button-list.rentalinfo {
        background: #f8f7f6;
        border: 1px solid #dfdfdf;
        padding: 0;
        display: block;
        box-sizing: border-box;
    }

    div.hsm_binder span.rentalinfo_content {
        margin: 0;
        padding: 20px 20px 10px;
        font-size: 15px;
        line-height: 25px;
        background: #f8f7f6;
        border: 1px solid #dfdfdf;
    }

        div.hsm_binder span.rentalinfo_content span {
            padding: 0;
            font-size: 15px;
        }

            div.hsm_binder span.rentalinfo_content span a:before {
                content: "\f15c";
                color: #575243;
                font-family: FontAwesome;
                font-size: 23px;
                padding-right: 6px;
                text-decoration: none;
                padding-left: 0;
            }

            div.hsm_binder span.rentalinfo_content span a:hover {
                color: #000;
            }

.rentalinfo input, .rentalinfo a {
    background: transparent;
    padding: 0 0 0 20px;
}

div.col50 img.BorgerskapetSigill {
    float: right;
    width: 130px;
}

p#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_lblDescription {
    font-weight:600;
}

div.rental h2.rental {
    display: inline-block;
    font-size: 30px;
}

.fa-3x {
    font-size: 2.5em;
}
div.alertinfo p:last-of-type {
    margin: 0;
}

/** CUSTOM REGISTER ELEMENTS **/

input#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_ctl04_pnlHSSBorgareRelativeField_rptProperties_ctl00_fpcProperty_txtValue {
    width: 80%;
}

#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_ulAreas tr td,
.ledigt_sok_objekt #ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_cblAreas tr td {
    height: 35px;
    vertical-align: top;
    width: 25%;
    padding: 5px 0;
}
    #ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_ulAreas tr td label,
    .ledigt_sok_objekt #ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_cblAreas tr td label {
        vertical-align: top;
        float: right;
        width: 90%;
        line-height: 1.2;
        margin-right: -5px;
        margin-top: -1px;
    }

/*div#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_divRental {
   visibility:hidden;
   display:none;
}*/

.removeInterestBox > div.pageSubHeader {
    color:#1A1F3A;
}

.removeInterestBox {
    margin: 1em 0;
    padding: 0 1.5em 1.5em;
    box-sizing: border-box;
    width: 100%;
    float: left;
    background: #fff;
}
div.invoice, div.debt {
    background: #fff;
    border-color:#CEE2F6;
}

div.debt p.errorreport a#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_hlAddOrder1,
div.debt p.errorreport a#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_hlAddOrder2 {
    background: #1A1F3A;
    border-radius: 4px;
    margin-left: 0;
    padding: 10px 20px;
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    color: #fff;
    font-size: 17px;
    text-align: center;
}

    div.debt p.errorreport a#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_hlAddOrder1:hover,
    div.debt p.errorreport a#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_hlAddOrder2:hover {
        background: #373a4a;
    }

ul.serviceOrder-orderRow.templatelist.table {
    width: 100%;
}

span#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_lblNoEntries {
    padding: 1em 2em;
    background: #F7D0CB;
    display:inline-block;
    margin-top:1em;
}
div.siteFooter {
    padding: 70px 0 100px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.19);
    margin-bottom:96px;
}
.top-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #fff;
    line-height: 28.8px;
}

.top-footer .footer-col {
    margin-bottom: 30px;
    width: 50%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.top-footer .footer-col {
    width: auto;
    margin-bottom: 0;
}
.top-footer .footer-col {
    padding-right: 80px;
}
    .top-footer .footer-col h3.column-title {
        font-size: 24px;
        line-height: 150%;
        margin-bottom: 8px;
    }
.top-footer .footer-col ul {
    margin: 0;
    padding: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    list-style-type: none;
}
.top-footer .footer-col ul li {
    margin-bottom: 4px;
}
.top-footer .footer-col ul li a {
    color: #CFCFCF;
    opacity: 0.8;
    -webkit-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}
.top-footer .footer-col ul li a {
    font-size: 16px;
}
.top-footer .footer-col a {
    text-decoration: none;
}
.top-footer .footer-col a:after {
    display: none;
}
.top-footer .footer-col a:hover {
    color: #fff;
    opacity: 1;
}
    .top-footer .footer-logo {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 40px;
        width: 100%;
    }
    .top-footer .footer-logo {
    margin-bottom: 0;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    width: 180px;
    margin-left: auto;
}