﻿/*
 * Main stylesheet for the new cleaned structure.
 *
 * 090814	HE		Initial version
 * 111028	NP		Removed some imports
 */
/**
Foco Regular
font-family: foco, sans-serif;
font-weight: 400;
font-style: normal;

Foco Italic
font-family: foco, sans-serif;
font-weight: 400;
font-style: italic;

Foco Bold
font-family: foco, sans-serif;
font-weight: 700;
font-style: normal;

Foco Bold Italic
font-family: foco, sans-serif;
font-weight: 700;
font-style: italic;
**/
/*@import url("Structure.css");*/
form {
    width: 100%;
}
/*
 * Main site containers 
 */
header.siteHeader-container,
main.siteMain-container,
footer.siteFooter-container {
    width: 100%;
    float: left;
}
header.siteHeader-container {
    background: #fff;
    box-shadow: 0 0 3px rgba(0,0,0,.4);
    /*position: sticky;*/
    top: 0;
    width: 100%;
    z-index: 1000;
}
header.siteHeader-container {
    background: linear-gradient(90deg, #fff 60%, #ec6839 40%);
}
main.siteMain-container {
}
footer.siteFooter-container {
    background: #008486 url(../Img/bg-footer.png) no-repeat 0 0;
    background-size: cover;
    height: 670px;
    position: relative;
}

div.siteHeader,
div.siteMain,
div.siteFooter,
div.global-authorization {
    width: 1180px;
    margin: 0 auto;
}

div.siteMain {
    padding-top: 20px;
}

body.default div.siteMain {
    padding-top: 0;
}

div.siteFooter {
    position: relative;
    top: 456px;
}

    div.siteFooter,
    div.siteFooter h6,
    div.siteFooter a {
        color: #fff;
        text-decoration: none;
    }

        div.siteFooter div.col25.links h6,
        div.siteFooter div.col25.contact div.siteContact h6 {
            font-size: 25px;
            margin-bottom: 20px;
        }

        div.siteFooter div.col50.about p {
            font-size: 15px;
            line-height: 21px;
        }

        div.siteFooter div.col25.contact div.siteContact ul {
            font-size: 16px;
            display: inline-block;
            float: right;
        }

        div.siteFooter div.col25.links ul li {
            line-height: 27px;
        }

body.default div.siteMain {
    width: 100%;
}

div.global-authorization {
    line-height: 20px;
}

    div.global-authorization a {
        color: #445e5f;
        text-decoration: none;
        font-size: 14px;
    }

    div.global-authorization i.fa {
        color: #008486;
    }
/*
 * Site header
 */
div.siteHeader {
    position: relative;
    height: 80px;
    background: #fff;
}

    div.siteHeader div.sitelogo {
        float: left;
        bottom: -30px;
        position: absolute;
        z-index: 1000;
    }

        div.siteHeader div.sitelogo img {
            width: 320px;
        }

        div.siteHeader div.sitelogo a {
            float: left;
        }
/*
 * Sidebar container 
 */
div.siteSidebar {
    border-top: 4px solid #ec6839;
    border-bottom: 4px solid #ec6839;
    margin-top:15px;
}

/*
 * Content containers 
 */
div.siteContent {
}

div.siteContentFull {
}

div.siteContentPopup {
}

div.siteContentIframe {
}

/*
 * Footer elements 
 */
div.siteBreadcrumbs {
    width: 100%;
    float: left;
    margin-bottom:5px;
}

div.siteOptions {
}

div.siteContact {
    position: absolute;
    top: -213px;
    right: 0;
    width: auto;
}

    div.siteContact h6 {
        text-align: right;
    }

    div.siteContact ul li {
        text-align: right;
    }

    div.siteContact ul.sitecontactlist li.phone,
    div.siteContact ul.sitecontactlist li.mail {
        margin-top: 20px;
    }

    div.siteContact ul.sitecontactlist li.info {
        font-style: italic;
        font-size: 15px;
        color: #b2cbcb;
    }

div.siteLogos {
}

ul.siteOptions {
}

    ul.siteOptions li {
    }
div.siteFooter ul.siteOptions {
    display:none;
    visibility:hidden;
}
/*
 * Page containers 
 */
.col100, .col75, .col50, .col37, .col25 {
}

.col100 {
}

.col75 {
}

.col50 {
}

.col37 {
}

.col33 {
}

.col25 {
}

.page-popup {
}

/*
 * Errormessage control
 */
div.errormsg {
}

div.erroricon {
}

div.errortext {
}

/*
 * Search area
 */
div.search_area {
    position: absolute;
    top: 36px;
    width: auto;
    right: 200px;
}

    div.search_area .search_field {
        display: none;
    }



/*@import url("Font.css");*/

/* 
 * General
 */
html {
}

body {
    font-family: foco, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 100%;
    line-height: 26px;
}

input, textarea, select {
}

pre, code, kbd {
}

strong, b {
}

a {
    color: #ec6839;
}

em {
}

.ingress {
    color: #698585;
    font-size: 21px;
    line-height: 27px;
}

.pre-amble {
}
caption {
    display:none;
}
.alert {
}
p {
    margin: 0 0 18px 0;
}
/*
 * Headers
 */
h1, h2, h3, h4, h5, h6 {
    font-family: foco, sans-serif;
    font-weight: 400;
    font-style: normal;
    color:#ec6839;
}

    h1, h1.pagetitle {
        font-size: 34px;
        line-height: 38px;
        margin: 10px 0 15px 0;
        color: #283c3c;
        letter-spacing: -0.5px;
    }


h2 {
    font-size: 19px;
    margin-bottom: 2px;
    margin-top: 2px;
}

h3 {
    font-size: 19px;
    margin-bottom: 2px;
    margin-top: 2px;
}

h4 {
    font-size: 19px;
    margin-bottom: 2px;
    margin-top: 2px;
}

h5 {
    font-size: 19px;
    margin-bottom: 2px;
    margin-top: 2px;
}

h6 {
    font-size: 19px;
    margin-bottom: 2px;
    margin-top: 2px;
}

h2.header, h3.header {
}

.siteHeader h1 {
}

/*
 * Menus
 */
ul.topmenu li a {
}

ul.submenu li {
}

/*
 * Search area
 */

div.search_area .btn_search {
    border: none;
    color: #8C8C8B;
    background: transparent url(../Img/search-outline.svg) no-repeat 0 0;
    background-size: 24px 24px;
    height: 24px;
    padding: 0;
    text-indent: -9999px;
    text-transform: uppercase;
    width: 24px;
    cursor: pointer;
    margin-top: 0;
    margin-right: 0;
    box-shadow: none;
}

    div.search_area .btn_search:hover {
        background: transparent url(../Img/search-outline.svg) no-repeat 0 0;
    }
/*
 * Boxes
 */
.box {
}

    .box p {
        font-size: 16px;
        line-height: 24px;
    }
    .box p:last-of-type {
        margin-bottom: 4px;
    }
    .box a:hover {
    }

a.bulleted {
    text-decoration: none;
    font-size: 14px;
    text-decoration: none;
    color: #262626;
}

    a.bulleted:hover {
        color: #008486;
    }

    a.bulleted:before {
        content: "\f054";
        color: #ec6839;
        font-family: FontAwesome;
        font-size: 14px;
        padding-right: 6px;
        text-decoration: none;
    }

    a.bulleted.matching {
        font-weight: normal;
    }

.box a.bulleted {
    text-decoration: none;
}

    .box a.bulleted:before {
        text-decoration: none;
        color: #ec6839;
    }

    .box a.bulleted:before {
        content: "\f054";
        color: #ec6839;
        font-family: FontAwesome;
        font-size: 14px;
        padding-right: 6px;
        text-decoration: none;
    }

.primary {
    background: #f8f7f6;
    color: #34353a;
}

div.box-primary.box.primary.user {
    background: #f2f4f4;
}

.primary .box-inner {
    position: relative;
    border: none;
}

.primary h3, .secondary h3, .primary h4, .secondary h4, .primary h5, .secondary h5, .primary h6, .secondary h6 {
    background: transparent;
    color: #34353a;
    font-size: 24px;
}

.box-primary h3, .box-primary h4, .primary h3, .primary h4 {
    color: #34353a;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
}

.box-secondary h3, .box-secondary h4, .secondary h3, .secondary h4 {
    color: #34353a;
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 26px;
}

.box-rental h2, .box-resident h2 {
}

.primary hr {
    background: #f7f5ec;
    color: #34353a;
}

.secondary hr {
    background: #ddd;
    color: #ddd;
}

div.interest h2.interest {
    color: #283c3c;
}

div.areanews h2.localnews {
    color: #34353a;
    font-size: 27px;
}

.fa-newspaper-o:before {
    color: #008486;
    font-size: 34px;
}

.box-primary, .box-secondary, .box-rental, .box-resident, .box {
    font-size: 15px;
    line-height: 23px;
}

.primary a.bulleted {
    color: #34353a;
}

    .primary a.bulleted:hover {
        color: #008486;
    }

    .primary a.bulleted:before {
        color: #ec6839;
    }

.secondary {
    background: #f8f7f6;
    color: #34353a;
}

    .secondary.alertinfo {
        background: #ec6839;
        color: #fff;
    }

        .secondary.alertinfo a {
            text-decoration: underline;
            color: #fff;
        }

        .secondary.alertinfo h3 {
            color: #fff;
        }

    .secondary .box-inner {
        position: relative;
        border: none;
    }

    .secondary a.bulleted {
        color: #34353a;
    }

        .secondary a.bulleted:hover {
            color: #008486;
        }

        .secondary a.bulleted:before {
            color: #ec6839;
        }

div.register-interest.secondary .box-inner, div.object-interest.secondary .box-inner, div.object-facts.secondary .box-inner {
    padding-top: 15px;
    line-height: 28px;
    padding: 20px 20px;
}

div.object-interest.secondary .box-inner {
    background: #ddeef2;
    font-weight: 600;
}

div.object-facts.secondary .box-inner {
    background: #ddeef2;
}

div.object-facts ul#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_ulAddress.grid {
    width: 100%;
    display: block;
    border-top: 1px dotted #008486;
    border-bottom: 1px dotted #008486;
    margin: 10px 0;
    padding: 6px 0;
    font-size: 15px;
}

h3.facts {
}

div.object-facts ul#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_ulAddress.grid li.left {
    width: 100%;
    display: block;
    font-weight: bold;
}

div.page-col25 ul.grid li.left {
    font-weight: bold;
}

div.object-facts ul#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_ulAddress.grid li.right {
    width: 100%;
    display: block;
    text-align: left;
    padding: 0;
}

.register-interest input[type="submit"] {
    background: #ec6839;
    color: #fff;
    padding: 11px;
    font-size: 14px;
    font-weight: bold;
    border-color: #ec6839;
    cursor:pointer;
}
    .register-interest input[type="submit"]:hover {
        background: #be5028;
        color: #fff;
        transition: background .25s ease-in-out;
    }


div.register-interest ul.grid li.left span {
    line-height: 37px;
    font-size: 17px;
}

h2.localnews {
}

span#object_detail_buttonlist.button-list .btn_details_button {
    font-size: 11px;
}

span#object_detail_buttonlist.button-list .btn_details {
    background: #ec6839;
    color: #fff;
    font-size: 20px;
    display: block;
    width: 52px;
    height: 33px;
    line-height: 33px;
    border-radius: 4px;
    margin: 0 auto;
    margin-bottom: 0px;
    z-index: 1;
    position: relative;
    margin-bottom: 0;
}

span#object_detail_buttonlist.button-list .btn_details_button {
    display: block;
    height: 55px;
    position: relative;
    bottom: 30px;
    line-height: 94px;
    z-index: 2;
    width: 100%;
}

a.link-large {
}

.siteBreadcrumbs, .siteOptions {
    font-size:14px;
}

.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 {
}


/*@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 {
}

a.icon-areainfo img {
}

/*
 * Form elements
 */
input, select, textarea {
}

input, textarea {
}

    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_search {
    color: #fff;
    height: 27px;
    padding: 3px 12px 4px;
    font-size: 14px;
    line-height: 20px;
    text-shadow: none;
    border-radius: 4px;
    border: none;
    background: #ec6839;
    font-weight: 600;
}

    .btn:hover, .btn_search:hover, .btn_interest:hover {
        background: #f5b198;
        color: #fff;
        transition: background .25s ease-in-out;
    }


.btn {
}

.btn-disabled {
    background: #ddd;
}

/*** 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 {
}

/* 
 * Navigation bar
 */
div.navbar {
    float: right;
    margin-top: 20px;
}

    div.navbar div.text {
        background: #ec6839;
        border-color: #ddd;
        border: none;
        color: #fff;
        padding: 6px 16px;
        font-size: 12px;
    }

    div.navbar .buttons .btn.first.dimmed, div.navbar .buttons .btn.prev.dimmed, div.navbar .buttons .btn.next.dimmed, div.navbar .buttons .btn.last.dimmed {
        border-color: #ddd;
        background: #fbe1d7;
        border: none;
        padding: 6px 16px;
    }

    div.navbar div.text a {
        color: #fff;
    }

/*
 * Page form header & footer
 */
div.pageHeader, div.pageSubHeader {
    background: #f2f4f4;
    color: #34395f;
    font-size: 17px;
    height: 40px;
    line-height: 38px;
    font-weight: 600;
    box-sizing: border-box;
}



    div.pageSubHeader p,
    div.pageSubHeader p span,
    div.pageHeader span {
        background: #f2f4f4;
        color: #34395f;
        font-size: 16px;
        line-height: 38px;
        float: left;
        width: 100%;
        box-sizing: border-box;
        font-weight: 600;
    }

div.pageFooter {
    background: #f2f4f4;
    color: #34395f;
    font-size: 16px;
    font-weight: normal;
    height: 38px;
    line-height: 35px;
}

    div.pageFooter input {
    }

    div.pageFooter span.validation-summary span {
        line-height: 24px;
    }

div.interest-header {
    margin: 10px 0;
    padding: 0;
    background: #fff;
    border: none;
    font-size: 21px;
    color: #34395f;
    font-weight: 400;
}

div.interest-interestinfo {
    float: right;
    font-size: 15px;
    width: 100%;
    margin-bottom: 12px;
    padding: 13px 0 0 0;
    margin-bottom: 0;
    box-sizing: border-box;
}

div.interest-objectinfo {
    float: left;
    width: 540px;
    height: 42px;
    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: 130px;
    height: 85px;
    padding: 5px 10px 0 0;
}

div.interest-footer p {
    background-color: transparent;
    font-size: 15px;
}

div.interest-objectinfo {
    width: 580px;
}

div.interest-interestinfo {
    height: auto;
}

    div.interest-interestinfo table {
        width: 100%;
    }

        div.interest-interestinfo table tbody tr td a {
            background-color: #ec6839;
            color: #fff;
            padding: 5px 16px;
            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: #eb212e;
                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: #ec6839;
            padding: 0;
            font-weight: normal;
            margin-right: 15px;
            text-decoration: none;
            font-size: 14px;
        }

            div.interest-interestinfo table tbody tr td a.image:before,
            div.interest-interestinfo table tbody tr td a.planning:before,
            div.interest-interestinfo table tbody tr td div.right a:last-of-type:before {
                content: "\f054";
                color: #008486;
                font-family: FontAwesome;
                font-size: 16px;
                padding-right: 4px;
                text-decoration: none;
                top: 1px;
                position: relative;
            }

            div.interest-interestinfo table tbody tr td a.image:before {
                content: "\f03e"
            }

            div.interest-interestinfo table tbody tr td a.planning:before {
                content: "\f15b"
            }

        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: #ec6839;
                padding: 0;
                font-weight: normal;
                text-decoration: none;
            }

table tbody tr td div.interest-footer {
    background: #4ca9aa;
}

    table tbody tr td div.interest-footer p {
        background-image: none;
        padding: 0 0 0 10px;
        margin: 2px 0 4px 0px;
        color: #fff;
        font-weight: 600;
    }

        table tbody tr td div.interest-footer p:before {
            content: "\f05a";
            color: #fff;
            font-family: FontAwesome;
            font-size: 26px;
            padding-right: 12px;
            text-decoration: none;
            top: 4px;
            position: relative;
        }

body.mina-sidor_intresseanmalningar table tbody tr td h3 {
    background: #f8f7f6;
    padding: 12px;
}

div.interest-header {
    display: none;
}

table tbody tr td div.interest-objectinfo div.subst-table ul.subst-row li b span {
    color: #A3A29D;
}

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: 14px;
}

div.interest-objectinfo div.subst-table ul.subst-row li:first-of-type {
    width: 25%;
}

div.interest-objectinfo div.subst-table ul.subst-row li:last-of-type {
    width: 74%;
}

.tbl_block.subst-table {
    padding: 16px 16px 0px;
    background: #f2f4f4;
    border: none;
    font-size: 15px;
}

    .tbl_block.subst-table ul.subst-row.subst-row-full {
        background: #f2f4f4;
    }

ul.TableSummaryMainTR.subst-row.subst-row-full li div.subst-table ul.subst-row.subst-row-full li.subst-cell-full span,
ul.TableSummaryMainTR.subst-row.subst-row-full li ul.subst-row.subst-row-full li.subst-cell-full span {
    color: #34395f;
    font-weight: normal !important;
    font-size: 15px;
}

div.subst-table ul.TableSummaryMainTR.subst-row.subst-row-full li ul.subst-row.subst-row-full li.subst-cell-full span {
    font-size: 15px;
}

.fa-stack-1x {
    line-height: inherit;
    font-size: 0.6em;
    left: -10px;
}

.fa-stack {
    line-height: 1.2em;
    height: auto;
}

.fa-building:before,
.fa-handshake-o:before {
    color: #008486;
}

#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_ulAutoOffer {
    display: none;
}


/*
 * Validator 
 */
td div.validator-valid, td div.validator-unvalid {
}

div.validator-valid {
}

div.validator-unvalid {
}

span.validation-summary {
    padding-top: 4px;
    color: #eb212e;
}

span.forminfo-icon {
}

span.forminfo-text {
    white-space: normal;
    margin-top: 6px;
    font-style: italic;
}
/*
 * 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 {
}

/* 
 * 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 {
    }

/** Grids.css **/
/*
 * Table grid list
 */
div.grid {
}

table.gridlist {
    font-size: 14px;
}

    table.gridlist tr.headerrow {
        border: 1px solid #008486;
        height: 40px;
    }

    table.gridlist tr.marked {
    }

    table.gridlist tr.dimmed {
    }

    table.gridlist td {
    }

        table.gridlist td.header, tr.header td {
            background-color: #008486;
            font-size: 16px;
            height: 32px;
            font-weight: bold;
            padding: 0 2px;
            color: #fff;
        }

            table.gridlist td.header:first-of-type {
                padding-left: 6px;
            }

            table.gridlist td.header, tr.header td
            table.gridlist td.header:last-of-type {
                padding-right: 10px;
            }

                table.gridlist td.header a, tr.header td a {
                    background-color: #008486;
                    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: #008486;
                        color: #fff;
                    }

                    table.gridlist td.header a.sel-desc, table.gridlist tr.header td a.sel-desc {
                        background-color: #008486;
                        color: #fff;
                    }

        table.gridlist td.listitem-even, tr.listitem-even td {
            padding: 10px 3px;
            font-size: 14px;
            background: #fff;
        }

.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 {
    float: left;
    position: absolute;
    top: 34px;
    width: 100%;
    padding-left: 360px;
    box-sizing: border-box;
}

    ul.topmenu, ul.topmenu li {
    }

/*** Setup basic menu look ***/
ul.topmenu {
}

    ul.topmenu li {
        margin-left: 20px;
    }

        ul.topmenu li a {
            font-size: 21px;
            color: #445e5f;
            text-decoration: none;
            line-height: 35px;
            padding-right: 8px;
            padding-left: 8px;
        }

            ul.topmenu li a:hover {
                color: #ec6839;
            }

        /*** 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 {
            right: 0;
            position: absolute;
            top:-24px;
        }

            ul.topmenu li.last a {
                padding-left: 30px;
                padding-right: 30px;
                background: #ec6839;
                color: #fff;
                top: -10px;
                position: relative;
                padding-top: 20px;
                padding-bottom: 10px;
                line-height: 59px;
                height: 50px;
                display: block;
            }
            ul.topmenu li.last a:hover {
                color:#283c3c;
            }
        ul.topmenu li.expanded.selected a,
        ul.topmenu li.expanded.childselected a {
            color: #ec6839;
            border-bottom:4px solid #ec6839;
        }
        ul.topmenu li.last.expanded.selected a,
        ul.topmenu li.last.expanded.childselected a {
            color: #fff;
            border-bottom:none;
        }

        /*@import url("Elements/SubMenu.css");*/
        /*** Element padding ***/
        ul.submenu {
        }

    ul.submenu ul {
    }

        ul.submenu ul a {
            padding-left: 30px;
            color: #008486;
            font-size: 15px;
        }

        ul.submenu ul ul a {
        }

    /*** Link styles ***/
    ul.submenu a {
        padding: 12px 0 12px 20px;
        display: block;
        line-height: 20px;
        border-bottom: 1px solid #e4e4e4;
        color: #283c3c;
        text-decoration: none;
        font-size: 17px;
    }

        ul.submenu a:hover {
            background: #008486;
            color:#fff;
        }
            ul.submenu li.expanded.selected ul li a:hover,
            ul.submenu li.expanded.childselected ul li a:hover {
                background: #b8dce0;
            }
            /*** Special styles ***/
            ul.submenu li.expanded:before {
                content: "\f078";
                color: #283c3c;
                font-family: FontAwesome;
                font-size: 14px;
                line-height: 28px;
                padding-right: 4px;
                position: absolute;
                right: 10px;
                text-decoration: none;
                vertical-align: middle;
                margin-top: 7px;
            }

            ul.submenu li.collapsed:before {
                content: "\f054";
                color: #283c3c;
                font-family: FontAwesome;
                font-size: 14px;
                line-height: 28px;
                padding-right: 4px;
                position: absolute;
                right: 10px;
                text-decoration: none;
                vertical-align: middle;
                margin-top: 7px;
            }

            ul.submenu li.expanded.selected:before,
            ul.submenu li.selected:before {
                content: "\f078";
                color: #fff;
                font-family: FontAwesome;
                font-size: 14px;
                line-height: 28px;
                padding-right: 4px;
                position: absolute;
                right: 10px;
                text-decoration: none;
                vertical-align: middle;
                margin-top: 6px;
            }

    ul.submenu li.selected:before {
        content: "";
        color: #283c3c;
        font-family: FontAwesome;
        font-size: 14px;
        line-height: 28px;
        padding-right: 4px;
        position: absolute;
        right: 10px;
        text-decoration: none;
        vertical-align: middle;
        margin-top: 7px;
    }

    ul.submenu li.expanded.childselected:before {
        content: "\f078";
        color: #283c3c;
        font-family: FontAwesome;
        font-size: 14px;
        line-height: 28px;
        padding-right: 4px;
        position: absolute;
        right: 10px;
        text-decoration: none;
        vertical-align: middle;
        margin-top: 7px;
    }

    ul.submenu li.expanded a {
        border-color: #ccd8db;
    }

    ul.submenu li.expanded ul li.last {
    }

        ul.submenu li.expanded ul li.last a {
            border: none;
        }

    ul.submenu li:hover:before {
    }

    ul.submenu li.expanded ul li.selected a {
        font-weight: 600;
    }

    ul.submenu li.meny-space {
        margin-bottom: 10px;
    }

    ul.submenu li.expanded ul li.selected ul li a {
        font-weight: normal;
    }

    ul.submenu li.collapsed.selected a {
        background: #4ca9aa;
        color: #fff;
    }

    ul.submenu li.collapsed.selected:before {
        content: "\f078";
        color: #fff;
        font-family: FontAwesome;
    }

    ul.submenu li ul li ul li.expanded.selected:before, ul.submenu li ul li ul li.selected:before {
        content: "\f054";
        color: #283c3c;
        font-family: FontAwesome;
    }

    ul.submenu li ul li.expanded.selected:before {
        content: "\f078";
        font-family: FontAwesome;
    }

    ul.submenu li ul li.expanded.selected:hover:before,
    ul.submenu li ul li.collapsed.selected:hover:before {
    }

    ul.submenu li ul li.selected:before {
        content: "";
        color: #283c3c;
        font-family: FontAwesome;
    }

    ul.submenu li ul li:hover:before {
    }

    ul.submenu li ul li.selected:hover:before {

    }

    ul.submenu li ul li.collapsed:hover:before,
    ul.submenu li ul li.expanded:hover:before {
    }

    ul.submenu li.collapsed:hover:before,
    ul.submenu li.expanded:hover:before {
    }

    ul.submenu li.collapsed.selected:hover:before,
    ul.submenu li.expanded.selected:hover:before {
    }

    ul.submenu li.expanded.selected ul,
    ul.submenu li.expanded.childselected ul {
        background: #ddeef2;
    }

        ul.submenu li.expanded.childselected ul li.selected a {
            background: #b8dce0;
        }

    ul.submenu li.selected:hover:before {
    }

    ul.submenu li ul li.collapsed:hover:before,
    ul.submenu li ul li.expanded:hover:before {
    }

    ul.submenu li.expanded.childselected:before,
    ul.submenu li ul li.expanded.childselected:before {
        content: "\f078";
        color: #fff;
        font-family: FontAwesome;
    }

    ul.submenu li.expanded.selected > a,
    ul.submenu li.expanded.childselected > a,
    ul.submenu li.selected > a {
        background: #4ca9aa;
        color: #fff;
    }

    ul.submenu li.selected ul, ul.submenu li.childselected ul {
        border-bottom: 4px solid #42a4a6;
    }

    ul.submenu li.expanded.childselected ul li.selected a {
        color: #008486;
    }

    ul.submenu li.last a {
        border: none;
    }
/*@import url("Elements/Lists.css");*/
/*
 * Ordered/Unordered lists 
 */
ul, ol {
    margin: 15px 0 15px 30px;
}

    ul li {
    }

    ol li {
    }

    /* 
 * 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 li, div.box-primary-inner ul.horizontal li, div.box-secondary-inner ul.horizontal li, div.box-inner ul.horizontal li {
            font-size: 15px;
            font-weight: 300;
        }

    ul.horizontal-bulleted {
        width: 100%;
        margin-bottom: 30px;
    }

        ul.horizontal-bulleted li {
            background: none;
            padding: 0;
            margin: 0;
            border-bottom: 1px solid #eeeae4;
            list-style-type: none;
            width: 100%;
            display: block;
            line-height: 28px;
            font-size: 15px;
        }

            ul.horizontal-bulleted li:before {
                content: "\f00c";
                color: #ec6839;
                display: inline-block;
                font-family: FontAwesome;
                font-size: 14px;
                line-height: 11px;
                margin-right: 5px;
                padding: 5px;
                text-decoration: none;
                width: 10px;
            }

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: 28px;
    font-size: 15px;
}

div.related-content div.box-inner li.doc_document {
}

div.related-content div.box-inner li.inf_link {
    margin-bottom: 10px;
}

div.related-content div.box-inner li.cm_page {
}

div.box.secondary.related-content .box-inner {
    background: #ec6839;
    color: #fff;
    border-radius:6px;
}

    div.box.secondary.related-content .box-inner h3,
    div.box.secondary.related-content .box-inner a {
        color: #fff;
        text-decoration:none;
    }
    div.box.secondary.related-content .box-inner h3 {
        border-bottom:2px solid #fff;
    }
div.related-content div.box-inner li.inf_link {
    background: url("../Img/ico-external-link.png") no-repeat 0 50%;
    padding-left: 16px;
}
div.related-content div.box-inner li.cm_page {
    background: url("../Img/ico-internal-link.png") no-repeat 0 50%;
    padding-left: 16px;
}
div.related-content div.box-inner li.doc_document {
    background: url("../Img/ico-related-doc.png") no-repeat 0 50%;
    padding-left: 16px;
}
/*
 * Boxlist
 */
ul.boxlist {
}

    ul.boxlist li {
    }

/* 
 * FAQ List 
 */
ul.faq-list {
    border: 1px solid #dbdbdb;
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    display: block;
    clear: none;
    background:#f2f4f4;
}

    ul.faq-list:hover {
        background: #f8f7f6;
    }

    ul.faq-list li {
        padding-left: 14px;
        margin-top: 14px;
    }

        ul.faq-list li.question p {
            margin-bottom: 0;
            font-weight: bold;
        }

        ul.faq-list li.icon-questionmark {
            display: none;
        }

    ul.faq-list .question:before {
        content: "\f059";
        color: #ec6839;
        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: #008486;
        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 .answer {
        padding-bottom: 15px;
    }

    ul.faq-list .question {
    }

    ul.faq-list .question, ul.faq-list .answer {
    }

    ul.faq-list ul,
    ul.faq-list ol {
        float: left;
        display: block;
    }

div.page-col75.col75 ul.faq-list li.answer ul li {
    list-style-type: disc;
    clear: both;
    margin: 0 0 6px;
    padding-left: 0;
}
/* 
* Sitemap
*/
.sitemap_paragraph {
}

/* 
 * Sitemap List 
 */
ul.link {
}

ul li.maplink {
}

/* 
 * 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: #f2f4f4;
}

    .primary hr {
    }

    .primary a {
    }

        .primary a.bulleted {
        }

/*** Secondary ***/
.secondary {
    background: #f2f4f4;
}

    .secondary hr {
        background: #008486;
        color: #008486;
    }

    .secondary a {
    }

/*** Login Control ***/
.col25 div.loginarea span {
}

.col37 div.loginarea span {
}

.col37 div.loginarea input {
}

    .col37 div.loginarea input.btn {
    }


/** Grids.css **/
/*
 * Table grid list
 */
div.grid {
}

table.gridlist {
    font-size: 14px;
}

    table.gridlist tr.headerrow {
    }

    table.gridlist tr.marked {
    }

    table.gridlist tr.dimmed {
    }

    table.gridlist td {
    }


.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;
    font-size: 14px;
}

table.gridlist td.listitem-level2, tr.listitem-level2 td {
}

table.gridlist .label {
}

table.gridlist tr td a {
    text-decoration: none;
}

table.gridlist img.objectlist_icon {
}

ul.mypage_profile {
    border-bottom: 1px solid #008486;
    padding-top: 13px;
    margin-top: 20px;
}

ul.mypage_profile_interest_header h4 {
    font-size: 20px;
    margin-top: 4px;
}

ul.mypage_profile_interest li span > span {
    margin: 2px 0 0 0;
    display: block;
    font-weight: 600;
}

div.areatext {
    width: 56%;
    float: left;
}

div.areaimg {
    width: 41%;
    float: right;
    overflow: hidden;
}

div.areatext p {
    font-size: 14px;
    line-height: 21px;
}
/*
 * UL form list
 */
ul.form {
    font-size: 15px;
}

    ul.form li {
    }

        ul.form li.validator {
        }

        ul.form li.label {
        }

.box-primary ul.form li.label,
.box-secondary ul.form li.label,
.box ul.form li.label {
}

ul.form li.textvalue {
}

ul.form li.value {
}

ul.form li.text {
}

div.siteContentIframe ul.form li.label {
}

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 {
}

.formstyle {
}

    .formstyle .label {
    }

/*
 * Statistics grid
 */
div.statistics table {
}

/*
 * News-archive grid
 */
div.news-archive .date-column {
    clear: both;
    width: 100%;
    float: left;
    color: #283c3c;
}
div.news-archive .content-column {
    clear: both;
    width: 100%;
    float: left;
}
div.news-archive .content-column .title {
        font-size: 19px;
    }
div.news-archive table.gridlist tbody tr.listitem-even td {
    background:#f2f4f4;
    border:none;
}
div.news-archive table.gridlist td.listitem-even, div.news-archive tr.listitem-even td,
div.news-archive table.gridlist td.listitem-odd, div.news-archive tr.listitem-odd td {
    padding: 0 20px 20px;
    font-size: 14px;
    box-sizing: border-box;
    border:none;
    font-size:16px;

}
div.news-archive table.gridlist tbody tr.listitem-odd td.date-column,
div.news-archive table.gridlist tbody tr.listitem-even td.date-column {
    padding-bottom: 0;
    border: none;
    padding-top:10px;
}
div.news-archive table.gridlist tbody tr.listitem-even td.content-column p,
div.news-archive table.gridlist tbody tr.listitem-odd td.content-column p {
    margin-bottom:0;
}


/*@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 {
}

.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;
}


div.ImageTextStyles.Image img {
    width: 100%;
}

/** THEME SPECIFIC STYLES **/

div.importantmessage-container {
    background: #fbbc33;
    width: 100%;
    float: left;
    position: relative;
    left: 0;
}

    div.importantmessage-container .col100 {
        background: transparent;
        margin: 0 auto;
        float: none;
        width: 1180px;
    }

    div.importantmessage-container div.col100.importantmessage div.ImportantContainer div.ImportantContainerContent {
        padding: 1.25em 0 1.125em;
    }

        div.importantmessage-container div.col100.importantmessage div.ImportantContainer div.ImportantContainerContent h1.ImportantTitle {
            font-size: 1.325em;
            display: block;
            margin: 0;
            margin-right: 10px;
            position: relative;

        }

            div.importantmessage-container div.col100.importantmessage div.ImportantContainer div.ImportantContainerContent h1.ImportantTitle:before {
                display: block;
                content: ' ';
                background-image: url('../Img/alert-triangle-outline.svg');
                background-size: 30px 30px;
                height: 30px;
                width: 30px;
                float: left;
                margin-right: 10px;
                position:relative;
                top:3px;
            }

        div.importantmessage-container div.col100.importantmessage div.ImportantContainer div.ImportantContainerContent p {
            margin: 0;
            line-height: 1.5em;
            font-size: 1.125em;
            color: #283c3c;
        }

            div.importantmessage-container div.col100.importantmessage div.ImportantContainer div.ImportantContainerContent p a.readmore {
                color: #283c3c;
                margin-left: 10px;
                text-decoration: none;
            }
                div.importantmessage-container div.col100.importantmessage div.ImportantContainer div.ImportantContainerContent p a.readmore:hover {
                    text-decoration:underline;
                }

                div.importantmessage-container div.col100.importantmessage div.ImportantContainer div.ImportantContainerContent p a.readmore:after {
                    content: "\f054";
                    font-family: FontAwesome;
                    padding-right: 3px;
                    color: #ec6839;
                    text-decoration: none;
                    font-size: 15px;
                    display: inline-block;
                    margin-left: 0.35em;
                }

/** Entries **/
div.entries-row {
    background: #ec6839;
    width:100%;
}
div.col100.entries {
    background: transparent;
    width: 1180px;
    padding: 1.75em 0;
    box-sizing: border-box;
    margin: 0 auto;
    float: none;
    overflow: hidden;
}
div.entries-container {
    text-align: center;
    background: #fff;
    padding: 1.5em;
    box-sizing: border-box;
    border-radius: 0.75em;
}

    div.entries-container:hover {
        background: #e6f1f4;
    }

div.entries-container img.image {
    width: auto !important;
    margin-bottom: 0.5em;
}

    div.entries-container h2.entries-rubrik {
        font-size: 2em;
        color: #445e5f;
        margin-bottom: 0.25em;
    }

div.col33.entries p.entries-text {
    font-size: 1.125em;
    color: #283c3c;
    font-weight: 400;
}

div.entries-container p.entries-link {
    color: #445e5f;
    font-size: 0.85em;
    font-weight: bold;
    font-weight: 600;
    text-transform: uppercase;
}

div.entries-container p.entries-link {
    background: #fff;
    color: #445e5f;
    padding: 0.25em 1em;
    display: inline-block;
    font-size: 1em;
    font-weight: bold;
    box-sizing: border-box;
    border: 1px solid #577C13;
}

div.entries-container p.entries-link:hover {
    background: #577C13;
    color: #fff;
}
div.entries-container a {
    text-decoration:none;
}
div.col33.entries div.entries-container.column p:last-of-type {
    margin-bottom: 0;
}
/** Entries End **/


/** News/Puffar **/
div.news {
    background:#f2f4f4;
    width:100%;
    padding:1em 0 2em;
}
div.col100.news {
    background: transparent;
    width: 1180px;
    margin: 0 auto;
    float: none;
    overflow:hidden;
}
div.news div.col100.news div.col50 {
    width: 48.81%;
    position: relative;
    overflow: hidden;
}
    div.news div.col100.news div.col50:first-of-type {
        background: #fff;
        padding: 1.5em 2em 2.25em;
        box-sizing: border-box;
    }
        div.news div.col100.news div.col50:last-of-type {
            padding:0;
        }
        div.newsheader {
            position: relative;
            margin-bottom: 1.5em;
        }
        div.newsheader div.smallheader {
            text-transform: uppercase;
            letter-spacing: 0.45em;
            font-weight: 700;
            color: #ec6839;
        }
        div.newsheader h3 {
            color: #34395f;
            font-size: 2.5em;
            line-height: 1.5em;
            border-bottom: 1px solid #ddd;
            padding-bottom: 0.25em;
        }

        div.newsheader a.archive_label {
            float: right;
            text-align: right;
            background: #008486;
            text-decoration: none;
            font-size: 1em;
            position: absolute;
            top: 2.65em;
            right: 0;
            padding: 0.25em 1em;
            color: #fff;
            border-radius: 1em;
        }

div.newslist ul.news-content {
    float: left;
    list-style-type: none;
    overflow: hidden;
    padding: 0;
    margin: 0 0 1.5em;
}
    div.newslist ul.news-content:last-of-type {
        margin-bottom:0;
    }

    div.newslist ul.news-content li {
        width: 25.35em;
        display: block;
    }

div.newslist ul.news-content {
    width: 100%;
}

    div.newslist ul.news-content li.newsdate {
        background: #008486;
        color:#fff;
        border-radius: 100%;
        float: left;
        font-size: 1em;
        height: 3em;
        margin-right: 1.5em;
        padding: 1em;
        text-align: center;
        text-transform: uppercase;
        width: 3em;
    }
        div.newslist ul.news-content li.newsdate span.month {
            display: block;
            font-size: 1em;
            line-height: 0.95em;
            margin-bottom: 0;
            text-align: center;
            font-weight: normal;
            color: #fff;
        }
        div.newslist ul.news-content li.newsdate span.date {
            display: block;
            font-size: 1.85em;
            line-height: 1em;
            margin-bottom: 0;
            text-align: center;
            font-weight: bold;
            color: #fff;
        }
    div.newslist ul.news-content li.newsabstract {
        display: block;
        float: left;
    }

        div.newslist ul.news-content li.newsabstract a {
            clear: both;
            color: #303030;
            display: block;
            text-decoration: none;
        }

            div.newslist ul.news-content li.newsabstract a h4 {
                font-size: 1.65em;
                line-height: 1.125em;
                color: #445e5f;
                margin-bottom: 0.25em;
            }
            div.newslist ul.news-content li.newsabstract a h4:hover {
                color:#008486;
            }

            div.newslist ul.news-content li.newsabstract p {
                font-size: 1.125em;
                line-height: 1.5em;
                margin: 0 0 0.3em;
            }
div.news div.col100.news div.col50.puffar div.puff-container div.col100,
div.news div.col100.news div.col50.puffar div.puff-container div.col100.puff div.col50 {
    width: 100%;
}
div.news div.col100.news div.col50.puffar div.puff-container div.col100.puff div.col50 {
    padding:0;
}
    div.news div.col100.news div.col50.puffar div.puff-container div.col100.puff div.col50:last-of-type {
        margin-bottom:0;
    }

    div.news div.col100.news div.col50.puffar div.puff-container {
        padding: 0;
    }
/** News/Puffar End **/
div.ingangar-container {
    width: 100%;
    float: left;
    position: relative;
    left: 0;
}

div.ingangar-container .col100 {
    background: transparent;
    margin: 0 auto;
    float: none;
    width: 100%;
}

div.col50.ingangar.ingang.alignleft {
    background: #fff;
    margin: 0;
    width: 50%;
}

div.col50.ingangar.ingang-news.alignright {
    background: #ec6839;
    margin: 0;
    width: 50%;
}

div.col50.ingangar.ingang div.col50 {
    width: 590px;
    float: right;
}

div.col50.ingangar.ingang-news div.col50 {
    width: 590px;
    float: left;
}

div.ingangar-container div.col50.ingangar div.content {
    padding: 55px;
}

div.ingangar-container div.col50.ingangar div.content {
    padding: 55px;
}

div.ingangar-container div.col50.ingangar.ingang div.content {
    padding-left: 0;
    text-align: center;
}

div.ingangar-container div.col50.ingang-news div.content {
    padding-right: 0;
}

div.ingangar-container div.col50.ingangar.ingang div.col50 div.content img.img.icon {
    margin-bottom: 30px;
}

div.ingangar-container div.col50.ingangar.ingang div.col50 div.content h3 {
    font-size: 40px;
    margin-bottom: 30px;
    line-height: 46px;
    color:#34353a;
    font-weight:400;
}

div.ingangar-container div.col50.ingangar.ingang div.col50 div.content p {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 28px;
}

div.ingangar-container div.col50.ingangar.ingang div.col50 div.content a.articlebtn {
    background: #ec6839;
    display: inline-block;
    padding: 16px 40px;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    font-size: 22px;
}

    div.ingangar-container div.col50.ingangar.ingang div.col50 div.content a.articlebtn:hover {
        background: #c44d23;
        -webkit-transition: opacity 0.5s ease-in;
        -moz-transition: opacity 0.5s ease-in;
        -o-transition: opacity 0.5s ease-in;
        transition: opacity 0.5s ease-in;
    }

div.ingangar-container div.col50.ingangar.ingang div.col50 div.content a {
    text-decoration: none;
    color: #283c3c;
}

div.ingangar-container div.col50.ingangar.ingang-news div.col50 div.content h3 {
    color: #fff;
    font-size: 40px;
    margin-bottom: 30px;
    line-height: 46px;
    font-weight: 400;
    text-shadow: #9f330d 1px 1px 2px;
}

div.ingangar-container div.col50.ingangar.ingang-news div.col50 div.content p {
    color: #fff;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 28px;
    text-shadow: #9f330d 1px 1px 2px;
}

div.ingangar-container div.col50.ingangar.ingang-news div.col50.column div.content p a {
    border: 2px solid #fff;
    padding: 6px 20px;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
}

    div.ingangar-container div.col50.ingangar.ingang-news div.col50.column div.content p a:hover {
        background: #fbe1d7;
        color: #283c3c;
    }

div.ingangar-container div.col50.ingangar.ingang-news div.col50 div.content hr {
    background-color: #fff;
    border-color: #fff;
    height: 2px;
    margin-bottom: 2.25em;
}

div.ingangar-container div.col50.ingangar.ingang-news div.col50 div.content ul {
    margin: 0 0 20px 0;
    float:left;
}

    div.ingangar-container div.col50.ingangar.ingang-news div.col50 div.content ul li {
        display: inline-block;
        float: left;
        margin-right: 5px;
        margin-bottom: 15px;
    }

        div.ingangar-container div.col50.ingangar.ingang-news div.col50 div.content ul li a {
            background: #f5b198;
            padding: 5px 15px;
            text-decoration: none;
            border-radius: 20px;
            color: #283c3c;
        }

            div.ingangar-container div.col50.ingangar.ingang-news div.col50 div.content ul li a:hover {
                background: #fbe1d7;
            }

/** Puff Containers Startpage**/
div.puff-container {
    width: 100%;
    float: left;
    position: relative;
    left: 0;
    background: #f2f4f4;
    padding: 40px 0 10px;
    box-sizing: border-box;
}

    div.puff-container .col100 {
        background: transparent;
        margin: 0 auto;
        float: none;
        width: 1180px;
    }

    div.puff-container div.col100.puff a:first-of-type {
        float: left;
    }

    div.puff-container div.col100.puff div.col50 {
        margin: 0;
    }

    div.puff-container div.col100.puff div.col50 {
        width: 48.81%;
        position: relative;
        overflow: hidden;
        height: 100%;
        z-index: 2;
        margin-bottom: 30px;
    }

    div.puff-container div.col50 img.img {
        max-width: unset;
        float: left;
        position: relative;
        z-index: 100;
    }

    div.puff-container div.col100.puff div.col50 a div.overlay {
        background: #000;
        position: absolute;
        z-index: 101;
        width: 100%;
        height: 100%;
        opacity: 0.2;
        top: 0;
        left: 0;
    }

    div.puff-container div.col100.puff div.col50 a:hover div.overlay {
        opacity: 0.6;
        -webkit-transition: opacity 0.5s ease-in;
        -moz-transition: opacity 0.5s ease-in;
        -o-transition: opacity 0.5s ease-in;
        transition: opacity 0.5s ease-in;
    }

    div.puff-container div.col100.puff div.col50 div.puff-area {
        position: absolute;
        top: 0;
        bottom: 0;
        padding: 18% 10% 10%;
        text-align: center;
        z-index: 102;
        width:100%;
        box-sizing:border-box;
    }

div.col100.puff div.col50 div.puff-area h3.title {
    font-size: 42px;
    color: #fff;
    line-height: 48px;
    font-weight: 400;
    text-shadow: #333 1px 1px 3px;
}

div.puff-container div.col100.puff div.col50 div.puff-area p,
div.puff-container div.col100.puff div.col50 div.puff-area span {
    color: #fff;
    font-size: 18px;
    text-shadow: #333 1px 1px 3px;
}

    div.puff-container div.col100.puff div.col50 div.puff-area h3:hover,
    div.puff-container div.col100.puff div.col50 div.puff-area p:hover,
    div.puff-container div.col100.puff div.col50 div.puff-area span:hover {
        text-decoration: none;
    }

div.puff-container div.col100.puff div.col50:nth-of-type(4n+2) .puff-area h3.title,
div.puff-container div.col100.puff div.col50:nth-of-type(4n+3) .puff-area h3.title,
div.puff-container div.col100.puff div.col50:nth-of-type(4n+2) .puff-area p,
div.puff-container div.col100.puff div.col50:nth-of-type(4n+3) .puff-area p,
div.puff-container div.col100.puff div.col50:nth-of-type(4n+2) .puff-area span,
div.puff-container div.col100.puff div.col50:nth-of-type(4n+3) .puff-area span {
    color: #fff;
}

div.puff-container div.col100.puff div.col50:nth-of-type(4n+2) a div.overlay,
div.puff-container div.col100.puff div.col50:nth-of-type(4n+3) a div.overlay {
    background: #000;
}

div.puff-container div.col100.puff div.col50 a div.puff-area p.ingress {
    display:none !important;
}
/** FAQ Section Startpage **/
div.faq-container {
    width: 100%;
    float: left;
    position: relative;
    left: 0;
    background: #ec6839;
    margin-bottom: 40px;
}

    div.faq-container div.col100.faq div.col50.faq.alignleft {
        margin: 0;
    }

    div.faq-container .col100 {
        background: transparent;
        margin: 0 auto;
        float: none;
        width: 1180px;
    }

    div.faq-container div.col100.faq.alignleft div.col50.faq.alignleft,
    div.faq-container div.col100.faq.alignleft div.col50.faq.alignright {
        width: 48.8%;
    }

    div.faq-container div.col100.faq div.col50.faq div.content {
        padding: 55px;
    }

        div.faq-container div.col100.faq div.col50.faq div.content h3 {
            font-size: 40px;
            margin-bottom: 30px;
            line-height: 46px;
            color: #fff;
            text-align: center;
            font-weight: 400;
            text-shadow: #9f330d 1px 1px 2px;
        }

        div.faq-container div.col100.faq div.col50.faq div.content p {
            text-align: center;
            color: #fff;
            text-shadow: #9f330d 1px 1px 2px;
        }

        div.faq-container div.col100.faq div.col50.faq div.content p > a {
            text-shadow: none;
        }

        div.faq-container div.col100.faq div.col50.faq div.content a {
            display: inline-block;
            padding: 16px 40px;
            border-radius: 50px;
            color: #ec6839;
            text-decoration: none;
            font-size: 24px;
            border: 2px solid #fff;
            margin-top: 20px;
            background: #fff;
        }

            div.faq-container div.col100.faq div.col50.faq div.content a:hover {
                background: #f5b198;
                color: #283c3c;
            }

    div.faq-container div.col50.faq.alignright div.col50 {
        width: 61.2%;
        float: left;
    }

    div.faq-container div.col50.faq.alignright div.content {
        padding: 68px 0 55px 0;
    }

    div.faq-container div.col100.faq.alignleft div.col50.faq.alignright div.content h3 {
        font-size: 26px;
        margin-bottom: 20px;
        color: #fff;
        text-align:left;
        display:inline;
    }

        div.faq-container div.col50.faq.alignright div.content hr {
            background-color: #fff;
            border-color: #fff;
            height: 2px;
            margin-bottom: 35px;
            float:left;
        }

        div.faq-container div.col50.faq.alignright div.content ul {
            margin: 0;
        }

            div.faq-container div.col50.faq.alignright div.content ul li {
                display: inline-block;
                float: left;
                margin-right: 5px;
                margin-bottom: 15px;
            }

div.faq-container div.col50.faq.alignright div.content ul li a {
    background: #f5b198;
    padding: 5px 15px;
    text-decoration: none;
    border-radius: 20px;
    color: #283c3c;
}

                    div.faq-container div.col50.faq.alignright div.content ul li a:hover {
                        background: #fbe1d7;
                    }

    div.faq-container div.col100.faq.alignleft div.col50.faq.alignright div.content a.readmore {
        float: right;
        position: relative;
        right: 0;
        top: -8px;
        color: #fff;
        font-size: 25px;
        text-decoration: none;
        border: none;
        border-radius: 0;
        border-bottom: 1px solid #f5b198;
        background: none;
        padding: 0;
        text-shadow: #9f330d 1px 1px 2px;
    }
    div.faq-container div.col50.faq.alignright div.content a.readmore:after {
        content: "\f054";
        font-family: FontAwesome;
        padding-right: 3px;
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        display: inline-block;
        margin-left: 3px;
        text-shadow: #9f330d 1px 1px 2px;
    }

    div.faq-container div.col100.faq.alignleft div.col50.faq.alignright div.content ul li a {
        font-size: 100%;
        padding: 5px 15px;
        text-decoration: none;
        border-radius: 20px;
        display:inline;
        background:#f5b198;
        color:#283c3c;
        border:none;
    }

    div.faq-container div.col100.faq.alignleft div.col50.faq.alignright div.content ul li a:hover {
        background: #fbe1d7;
    }



    /** Puff Containers Second Startpage**/
    div.puff-container-second .col100 {
        background: transparent;
        margin: 0 auto;
        float: none;
        width: 1180px;
    }

div.puff-container-second div.col100.puff a:first-of-type {
    float: left;
}

div.puff-container-second div.col100.puff div.col50 {
    margin: 0;
}

div.puff-container-second div.col100.puff div.col50 {
    width: 48.81%;
    position: relative;
    overflow: hidden;
    height: 100%;
    z-index: 2;
    margin-bottom: 30px;
}

    div.puff-container-second div.col100.puff div.col50 img.img {
        max-width: unset;
        float: left;
        position: relative;
        z-index: 100;
    }

    div.puff-container-second div.col100.puff div.col50 div.puff-area {
        position: absolute;
        margin: 10% 13%;
        text-align: left;
        z-index: 102;
        background: url(../Img/bg-white-transparent.png) repeat 0 0;
        padding: 20px;
        opacity: 0;
    }

        div.puff-container-second div.col100.puff div.col50 div.puff-area:hover {
            opacity: 1;
            -webkit-transition: opacity 0.5s ease-in;
            -moz-transition: opacity 0.5s ease-in;
            -o-transition: opacity 0.5s ease-in;
            -ms-transition: opacity 0.5s ease-in;
            transition: opacity 0.5s ease-in;
        }

        div.puff-container-second div.col100.puff div.col50 div.puff-area h3.title {
            font-size: 30px;
            color: #283c3c;
            line-height: 36px;
            margin: 10px 0;
        }

        div.puff-container-second div.col100.puff div.col50 div.puff-area p,
        div.puff-container-second div.col100.puff div.col50 div.puff-area span {
            color: #283c3c;
            font-size: 18px;
        }
        div.puff-container-second div.col100.puff div.col50 div.puff-area a {
            text-decoration:none;
        }
        div.puff-container-second div.col100.puff div.col50 div.puff-area p {
        }

        div.puff-container-second div.col100.puff div.col50 div.puff-area span.bulleted {
            text-align: right;
            color: #ec6839;
        }

        div.puff-container-second div.col100.puff div.col50 div.puff-area h3:hover,
        div.puff-container-second div.col100.puff div.col50 div.puff-area p:hover,
        div.puff-container-second div.col100.puff div.col50 div.puff-area span:hover {
            text-decoration: none;
        }

    div.puff-container-second div.col100.puff div.col50 a.bulleted.readmore {
        z-index: 100000;
        position: absolute;
        bottom: 0;
        right: 0;
        background:transparent url(../Img/bg-white-transparent.png) repeat 0 0;
        padding:10px 35px;
        font-size:17px;
        color:#ec6839;
    }
        div.puff-container-second div.col100.puff div.col50 a.bulleted.readmore:before {
            float:right;
            margin-left:5px;
        }

    div.puff-container-second div.col100.puff.alignleft div.col50:first-of-type a.bulleted.readmore {
        display: none;
    }

ul.social-links {
    float: right;
    margin-top: 20px !important;
    overflow: hidden;
}

    ul.social-links li {
        float: left;
        margin-left: 15px;
    }

        ul.social-links li a i.fa {
            font-size: 30px;
        }

/** Slider Content **/
div.ImageTextStyles {
    margin: 0;
}

div.ImageText div.ImageTextStyles.Image a {
    display: block;
}

/*div.ImageTextStyles.Text {
    position: absolute;
    left: 30%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 30%;
    padding: 30px 40px;
    box-sizing: border-box;
    border-radius: 50px;
    text-align: center;
}*/

div.ImageTextStyles.Text {
    position: absolute;
    left: 0;
    top: auto;
    width: 40%;
    padding: 20px 120px 30px;
    box-sizing: border-box;
    border-radius: 0;
    text-align: left;
    bottom: 0;
}

div.ImageText h1 {
    color: #fff;
    font-size: 36px;
    font-weight: 400;
    line-height: 42px;
    margin-bottom: 15px;
    text-shadow: #055355 1px 1px 2px;
}

div.ImageTextStyles.Text p.link:hover {
    text-decoration: underline;
}

div.ImageTextStyles.Text span.ingress {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.05px;
    line-height: 28px;
    margin-bottom: 19px;
    margin-right: 10px;
    text-shadow: #055355 1px 1px 2px;
}

div.ImageTextStyles.Text a {
    background: transparent;
    text-decoration: none;
}

    div.ImageTextStyles.Text a.ImageTextLink {
        display: inline-block;
        color: #fff;
        text-decoration: none;
        text-shadow: #055355 1px 1px 2px;
        font-size:18px;
    }

        div.ImageTextStyles.Text a.ImageTextLink:hover {
            color: #ec6839;
        }

div.ImageTextStyles.Image {
    position: relative;
}

div.ImageTextStyles.Text:hover {
}

div .ImageTextStyles.Image img {
    display: flex;
}

div.ImageTextStyles.Image:hover > #slider_next, div.ImageTextStyles.Image:hover > #slider_prev {
    opacity: 1;
}

div.ImageText div.ImageTextStyles.Image div.ImageTextStyles.Text img.extra {
    position: absolute;
    width: 100px;
    bottom: -70px;
    right: 30%;
    height: auto;
}

/** Cycle Slider **/
div.cycle-slideshow {
    overflow: hidden;
}

.box-outer {
    min-height: initial;
}

.cycle-pager {
    position: absolute;
    top: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 8001;
    bottom: 0em;
}

    .cycle-pager span {
        color: #fff;
        cursor: pointer;
        display: inline-block;
        font-family: arial;
        font-size: 50px;
        height: 16px;
        width: 16px;
        position: relative;
        z-index: 1000;
    }

        .cycle-pager span.cycle-pager-active {
            color: #ec6839;
        }

    .cycle-pager > * {
        cursor: pointer;
    }

.cycle-prev, .cycle-next {
    cursor: pointer;
    height: 100%;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 5%;
    z-index: 800;
    display:none;
}

.cycle-prev {
    left: 0;
}

.cycle-next {
    right: 0;
}

.cycle-prev:after {
    content: "\f053";
    font-family: FontAwesome;
    color: #fff;
    display: inline-block;
    font-size: 50px;
    left: 40px;
    position: absolute;
    text-decoration: none;
    top: 50%;
    z-index: 1000;
}

.cycle-next:after {
    z-index: 1000;
    content: "\f054";
    font-family: FontAwesome;
    color: #fff;
    display: inline-block;
    font-size: 50px;
    right: 40px;
    position: absolute;
    text-decoration: none;
    top: 50%;
    z-index: 1000;
}

div.cycle-slideshow div.toolbar {
    position: absolute;
    z-index: 8000;
    top: auto;
    left: auto;
    /*transform: translate(-50%, 0%);*/
    background: #ec6839;
    border-radius: 2em;
    padding: 0 1em;
    right: 2em;
    bottom: 1em;
}
button.cycle-btn-pause,
button.cycle-btn-resume,
button.cycle-btn-next,
button.cycle-btn-prev {
    border: none;
    padding: 10px;
    width: 32px;
    height: 40px;
    cursor: pointer;
    background:transparent;
}
    button.cycle-btn-pause:hover,
    button.cycle-btn-resume:hover,
    button.cycle-btn-next:hover,
    button.cycle-btn-prev:hover {
        background:#ba3708;
    }
div.cycle-slideshow.cycle-paused div.toolbar button.cycle-btn-pause {
    background:#b5502c;
}
/*
  * Slider width and position
  */
.col100 .slider, .col100 .slider-container {
    width: 100%;
}

.col75 .slider, .col75 .slider-container {
    width: 700px;
}

.col75 .slider, .col75 .slider-container {
    height: 320px;
}

.col66 .slider, .col66 .slider-container {
    width: 620px;
}

.col50 .slider, .col50 .slider-container {
    height: 274px;
}

.col25 .slider, .col25 .slider-container {
}

.col25 .slider, .col25 .slider-container, .col25-default .slider, .col25-default .slider-container {
    width: 220px;
}

.slider-container {
    margin: 0 0 30px;
    border: 1px solid #e7e7e7;
    position: relative;
}

.col50 .slider-container {
    margin: 0 0 12px;
    border: 1px solid #e7e7e7;
}

div.siteContent .col50 .slider-container {
    width: 100%;
}

.slider {
    height: 350px;
}

    .slider img {
        max-width: 948px;
    }

.col50 .slider {
    height: 260px;
}

.slider img {
}

.slider-inner {
    border: 6px solid #fff;
}
/*
 * Pager
 */
.pager-container {
    margin: 0 0 0 12px;
    position: absolute;
    text-align: center;
    top: 15px;
    right: 8px;
}

.pager {
}

    .pager li {
        border: 0;
        background: transparent url(../Img/Slider/slider-bullet.png) no-repeat 0 0;
        width: 10px;
        height: 10px;
        margin-right: 6px;
    }

        .pager li.selected {
            border: 0;
            background: transparent url(../Img/Slider/slider-bullet-sel.png) no-repeat 0 0;
        }
/*
 * Prev/Next buttons
 */
#slider_next, #slider_prev {
    top: 120px !important;
    height: 64px;
    width: 33px;
    margin-top: 0;
}

#slider_prev {
    background: transparent url("../Img/Slider/slider-prev.png") no-repeat scroll 50% 50%;
    margin-left: 0;
    position: absolute;
    left: 0;
}

#slider_next {
    background: transparent url("../Img/Slider/slider-next.png") no-repeat scroll 50% 50%;
    margin-left: 0;
    position: absolute;
    right: 1px;
}

.col50 #slider_next, .col50 #slider_prev {
    top: 100px !important;
}

.col50 #slider_next {
    right: 0px !important;
}
div.area_info_facts {
    background: #f2f4f4;
    padding: 15px;
    box-sizing: border-box;
    float: left;
    width: 100%;
}
div.area_info_facts table.gridlist tbody tr.header {
    border-color: #ec6839;
    background: #ec6839;
}
    div.area_info_facts table.gridlist tbody tr.header td {
        padding: 0 8px;
    }

    div.area_info_facts table.gridlist tbody tr.header td {
        background: #ec6839;
        color: #fff;
        font-weight: 600;
    }
    div.area_info_facts h4 {
        color:#283c3c;
        font-size:21px;
        margin-bottom:20px;
    }
/* QuickFilter */
.objectlistFilters {
    background: #ddeef2;
    margin-bottom: 20px;
    padding: 10px 20px 0;
}

ul.quickfilter li {
    float: left;
    font-size: 13px;
    list-style-type: none;
    margin-left: 0;
    margin-right: 44px;
    width: 46%;
}

.ui-slider-horizontal .ui-slider-handle {
    margin-left: -0.6em;
    top: -0.4em;
}

.ui-slider .ui-slider-handle {
    border-radius: 100%;
    border: 1px solid #b9b8b6;
    cursor: default;
    height: 1.3em;
    position: absolute;
    width: 1.3em;
    z-index: 2;
    background: #ffffff;
    background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #ffffff 30%, #d5d5d5 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%,#ffffff 30%,#d5d5d5 100%);
    background: radial-gradient(ellipse at center, #ffffff 0%,#ffffff 30%,#d5d5d5 100%);
}

/** QUICKFILTER **/
ul.quickfilter span.minValue, ul.quickfilter span.maxValue {
    float: left;
    font-size: 13px;
    width: auto;
    margin-top: 8px;
    font-weight: normal;
}

ul.quickfilter span.maxValue {
    float: right;
    width: auto;
    font-size: 13px;
}

ul.quickfilter li span.title, ul.quickfilter li span {
    font-size: 15px;
    margin-bottom: 12px;
    font-weight: normal;
}

    ul.quickfilter li span.title {
        font-weight: 400;
    }

ul.quickfilter label {
    font-size: 15px;
    margin-right: 8px;
}

.ui-widget-header {
    background: #008486;
}

.ui-widget-content {
    background: #fff;
    border: 2px solid #fff;
}

ul.quickfilter li.full {
    width: 100%;
}

    ul.quickfilter li.full table {
        width: 100%;
    }

label.title {
    background: #ec6839;
    border: 1px solid #ec6839;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
    padding: 8px 16px 10px;
}

.alignleft {
    margin-right: 2.8%;
}

#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_spanPUL {
    width: 100%;
    padding: 4px 20px 10px;
    box-sizing: border-box;
    background: #f2f4f4;
    font-size: 15px;
    border: 1px solid #d5d5d5;
    margin-top: 30px;
}

    #ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_spanPUL ul.form {
        width: 100%;
        line-height: 21px;
    }

        #ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_spanPUL ul.form li.label {
            width: 275px;
            margin-right: 10px;
            font-weight: bold;
        }

        #ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_spanPUL ul.form li.value {
            padding: 5px 0 0 0;
        }

    #ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_spanPUL br {
        display: none;
    }

img.exterior_image {
    margin-bottom: 0;
}

div.image-slideshow {
    margin-bottom: 10px;
    float: left;
}

div.image-big,
div.image-big img {
    width: 100%;
    border-color: #f8f7f6;
    border: none;
}

div.image-big-full img {
    border: none;
}

div.image-thumbs {
    padding-left: 0;
}

    div.image-thumbs img {
        border-color: #ddd;
        margin: 0 4px 0 0
    }

div.col50 div.image-slideshow img {
    max-width: 576px;
    width: auto;
}

div.col75.MYPAGES_LOGGEDIN div div.bodyCont {
    background: #f2f4f4;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

div.jquerypanel .header a.hidden,
div.jquerypanel .header a {
    background-color: transparent;
    background-position: 0 50%;
}

ul.exchangeobject, div.jquerypanel {
    background-color: #f2f4f4;
}

span#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_lblNoEntries {
    background: #f2f4f4;
    color: #283c3c;
    display: inline-block;
    font-weight: normal;
    margin-top: 30px;
    padding: 10px 20px;
    border-radius: 4px;
}

div.invoice, div.debt {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 10px 12px 9px;
}

div.debt {
    background: #f2f4f4;
}

    div.debt p {
        font-size: 16px;
        margin: 0;
        padding: 0;
        line-height: 21px;
    }

    div.debt.tfcorrespondence label {
        font-size: 13px;
    }

#cookiecheck span {
    font-size: 12px;
}

.property-description-container {
    margin-bottom: 12px;
    background: #f2f4f4;
    padding: 8px 20px 7px;
}

.property-descriptions div {
    margin-bottom: 12px;
    font-size: 14px;
    font-style: italic;
}
.property-descriptions {
    list-style: none;
    display: none;
    margin-left: 15px;
}
ul.property-descriptions li span {
    background-color:transparent;
}

.property-more-information {
    color: #ec6839;
}


div.articleImg div.img img#img1 {
    width: 100% !important;
}


/** CUSTOM **/

/* Invoice */
.OCRUrl {
    background: url("../Img/Ico/ico_pdf.png") no-repeat scroll 0 50% transparent;
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
}
/** EDITOR **/
.ico_excel {
    background: transparent url(../Img/Ico/ico_excel.png) no-repeat 0 0;
    padding-left: 22px;
    list-style-type: none;
    margin-left: 2px;
}

.ico_office {
    background: transparent url(../Img/Ico/ico_office.png) no-repeat 0 0;
    padding-left: 22px;
    list-style-type: none;
    margin-left: 2px;
}

.ico_pdf {
    background: transparent url(../Img/Ico/ico_pdf.png) no-repeat 0 0;
    padding-left: 22px;
    list-style-type: none;
    margin-left: 2px;
}

.ico_powerpoint {
    background: transparent url(../Img/Ico/ico_powerpoint.png) no-repeat 0 0;
    padding-left: 22px;
    list-style-type: none;
    margin-left: 2px;
}

.ico_word {
    background: transparent url(../Img/Ico/ico_word.png) no-repeat 0 0;
    padding-left: 22px;
    list-style-type: none;
    margin-left: 2px;
}

.ico_zip {
    background: transparent url(../Img/Ico/ico_zip.png) no-repeat 0 0;
    padding-left: 22px;
    list-style-type: none;
    margin-left: 2px;
}

a.ico_excel, a.ico_office, a.ico_pdf, a.ico_powerpoint, a.ico_word, a.ico_zip {
    text-decoration: none !important;
}

    a.ico_excel:hover, a.ico_office:hover, a.ico_pdf:hover, a.ico_powerpoint:hover, a.ico_word:hover, a.ico_zip:hover {
        text-decoration: underline !important;
    }

/* Object icons */

/* Object icon row description in object list */
li.objectproperty-OBJECTPROPERTY_26111 span {
    background: #fff url('../Img/icons/mdpi/ico-kooperativ-mdpi.png') no-repeat 0 1px;
    padding-left: 20px;
    font-size: 13px;
}

li.objectproperty-OBJECTPROPERTY_72151 span {
    background: #fff url('../Img/icons/mdpi/ico-senioboende-mdpi.png') no-repeat 0 1px;
    padding-left: 20px;
    font-size: 13px;
}

li.objectproperty-OBJECTPROPERTY_93165 span {
    background: #fff url('../Img/icons/mdpi/ico-trygghetsboende-mdpi.png') no-repeat 0 1px;
    padding-left: 20px;
    font-size: 13px;
}

li.objectproperty-OBJECTPROPERTY_94166 span {
    background: #fff url('../Img/icons/mdpi/ico-fortur2518-mdpi.png') no-repeat 0 1px;
    padding-left: 20px;
    font-size: 13px;
}

li.objectproperty-OBJECTPROPERTY_95167 span {
    background: #fff url('../Img/icons/mdpi/ico-korttidsboende-MDPI.png') no-repeat 0 1px;
    padding-left: 20px;
    font-size: 13px;
}

.ico_objprop {
    background-size: 14px;
    width: 14px;
    height: 14px;
}

.ico_fortur2518 {
    background-image: url('../Img/icons/mdpi/ico-fortur2518-MDPI.png');
    background-repeat: no-repeat;
}

.ico_kooperativ {
    background-image: url('../Img/icons/mdpi/ico-kooperativ-MDPI.png');
    background-repeat: no-repeat;
}

.ico_seniorboende {
    background-image: url('../Img/icons/mdpi/ico-senioboende-MDPI.png');
    background-repeat: no-repeat;
}

.ico_trygghetsboende {
    background-image: url('../Img/icons/mdpi/ico-trygghetsboende-MDPI.png');
    background-repeat: no-repeat;
}

.ico_korttidsboende {
    background-image: url('../Img/icons/mdpi/ico-korttidsboende-MDPI.png');
    background-repeat: no-repeat;
}

/* Anpassning för sidan VFA/Residents/ObjectMaintenance/Details.aspx */
ul.form.serviceorder-header li:nth-of-type(14n+13) {
    display: inline-block;
    width: 100% !important;
    font-weight: bold;
    /*border-bottom:1px dotted #ccc;*/
    padding-bottom: 4px;
    margin-top: 10px;
    margin-bottom: 5px;
}

ul.form.serviceorder-header li:nth-of-type(14n+14) {
    display: inline-block;
    margin-bottom: 4px;
    line-height: 21px;
    padding-right: 10px;
    padding-left: 10px;
    box-sizing: border-box;
    border: 1px dotted #ccc;
    padding-bottom: 10px;
}


label#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col2_ucMessengerList_lblNewMessages2 {
    color: #6E6E6E;
}

body.hss_object_object_list .objectgroup_3:not(.OBJEKTSLISTA_PARKING), body.ledigt_lagenhet .OBJEKTSLISTA_PARKING, body.ledigt_sok_lagenhet .OBJEKTSLISTA_PARKING, body.hss_object_object_list .objectgroup_1:not(.OBJEKTSLISTA_APARTMENT), body.ledigt_bilplats .OBJEKTSLISTA_APARTMENT, body.ledigt_sok_bilplats .OBJEKTSLISTA_APARTMENT, body.ledigt_forrad .OBJEKTSLISTA_PARKING, body.ledigt_forrad .OBJEKTSLISTA_APARTMENT {
    display: none;
    visibility: hidden;
}

/* Icons */
ul.horizontal li.showonmap span {
    padding-left: 16px;
    background: transparent url(../Img/Icons/ico-map.png) no-repeat 0 0;
    color: #666;
}

/** Feedback Forms **/
body.contact_feedback ul.form li {
}

    body.contact_feedback ul.form li.label-large {
        font-size: 12px;
        margin-bottom: 4px;
    }

    body.contact_feedback ul.form li.value {
        padding-left: 0;
        border-bottom: 1px solid #D0D0D0;
        padding-bottom: 20px;
        font-size: 12px;
    }

    body.contact_feedback ul.form li table.no-border tbody tr td {
        padding: 0;
    }

    body.contact_feedback ul.form li.value input[style], body.contact_feedback ul.form li.value textarea[style] {
        width: 400px !important;
    }
/** Admin Boxar **/
table.primary, table.secondary {
}

table.yellow {
    background: #fbbc33;
}

    table.yellow .box-inner {
        padding-bottom: 20px;
    }

    table.yellow h4 {
        border-color: #E0AC16;
    }
table.box.secondary.col25.greenborder tbody tr td.box-inner {
    background:#fff;
    border-left:5px solid #008486;
    font-size:15px;
    padding-top:0;
    padding-bottom:0;
    padding-right:0;
}
table.box.secondary.col25.greenborder tbody tr td.box-outer.box-inner img {
    width:100% !important;
}

table.box.text-image-left,
table.box.text-image-right {
    background: #f2f4f4;
}
    table.box.text-image-left tr td,
    table.box.text-image-right tr td {
        width: 50%;
        padding: 0;
    }
        table.box.text-image-left tr td img {
            width: 100%;
            float: left;
        }
        table.box.text-image-right tr td img {
            width: 100%;
            float: right;
        }
    table.box.text-image-left tbody tr td.box-inner.text,
    table.box.text-image-right tbody tr td.box-inner.text {
        padding: 30px 20px;
    }
        table.box.text-image-left tbody tr td.box-inner.text h2,
        table.box.text-image-left tbody tr td.box-inner.text h3,
        table.box.text-image-left tbody tr td.box-inner.text h4,
        table.box.text-image-left tbody tr td.box-inner.text h5,
        table.box.text-image-left tbody tr td.box-inner.text h6,
        table.box.text-image-right tbody tr td.box-inner.text h2,
        table.box.text-image-right tbody tr td.box-inner.text h3,
        table.box.text-image-right tbody tr td.box-inner.text h4,
        table.box.text-image-right tbody tr td.box-inner.text h5,
        table.box.text-image-right tbody tr td.box-inner.text h6 {
            font-size: 21px;
            margin-bottom: 10px;
            font-weight: 400;
            line-height: 22px;
            margin-bottom: 4px;
        }
        table.box.text-image-left tbody tr td.box-inner.text p,
        table.box.text-image-right tbody tr td.box-inner.text p {
            margin-bottom: 30px;
        }
            table.box.text-image-left tbody tr td.box-inner.text p:last-of-type,
            table.box.text-image-right tbody tr td.box-inner.text p:last-of-type {
                margin: 0;
            }
        table.box.text-image-left tbody tr td.box-inner.text hr,
        table.box.text-image-right tbody tr td.box-inner.text hr {
            background-color: #ec6839;
            border-color: #ec6839;
            height: 2px;
            margin-bottom: 15px;
        }
        table.box.text-image-left tbody tr td.box-inner.text a,
        table.box.text-image-right tbody tr td.box-inner.text a {
            text-decoration: none;
        }
            table.box.text-image-left tbody tr td.box-inner.text a:hover,
            table.box.text-image-right tbody tr td.box-inner.text a:hover {
                text-decoration: underline;
            }

        a.btnUpDataIA {
            background: #008486;
            display: block;
            color: #fff;
            font-size: 14px;
            height: 30px;
            line-height: 27px;
            margin: 16px auto 0;
            text-align: center;
            text-decoration: none;
            width: 100px;
        }

    a.btnUpDataIA:hover {
        background: #056567;
    }



/* Invoice */
.OCRUrl {
    background: url("../Img/Ico/ico_pdf.png") no-repeat scroll 0 50% transparent;
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
}


div.invoice {
    position: relative;
}

    div.invoice .OCRUrl {
        position: absolute;
        z-index: 100;
        left: 240px;
        bottom: 18px !important;
        height: 20px;
    }

.gridlist .OCRUrl {
    left: 3px;
    top: -2px;
    float: right;
}

.headerPeriod {
    width: 140px !important;
}

.textvalue .OCRUrl {
    left: 275px;
    position: absolute;
    top: 0;
}

.textvalue {
    position: relative;
}

/* Invoice end */
.icon-edit-sign:before {
    content: "\f14b";
    font-size: 16px;
    color: #008486;
}

.icon-signin:before, .icon-signout:before {
    content: "\f090";
    font-size: 16px;
    color: #008486;
}

.col75 img,
.col50 img,
.col25 .box-inner img {
    max-width: none;
}

table.box.col25 .box-inner ul,
table.box.col25 .box-inner ol {
    margin-left: 25px;
}


.templatelist.block.objectlist li label {
    width: 30%;
}
ul.templatelist.block li img:not(.image):first-child, ul.templatelist.block li h2 {
    margin-left: 0.8em;
    font-size: 21px;
}
.templatelist, .templatelist.block {
    border-color:#ddd;
}

div.box-secondary.box.secondary.object-interest,
div.box-secondary.box.secondary.object-facts {
    height: auto !important;
    width: 100%;
}

div.page-col25 ul.grid li.left {
    width: 40%;
    float: left;
}

div.page-col25 ul.grid li.right {
    width: auto;
    padding-left: unset;
}
div.areainfo .box-inner {
    background:#ec6839;
}
    div.areainfo .box-inner div.areatext,
    div.areainfo .box-inner div.areatext h3 {
        color: #fff;
    }
div.areatext p a.bulleted,
div.areatext p a.bulleted:before {
    color: #fff;
}

div.col75.MYPAGES_LOGGEDIN div div.bodyCont p:last-of-type {
    margin-bottom:0;
}

.vfa_resident_objectmaintenance_insert li.label.lblDescription {
    display: none;
}

/* Hide message function on My Pages */
.user_mypages .box-secondary.box.secondary.msg, .mina-sidor .box-secondary.box.secondary.msg {
    display: none;
}


a.link-button {
    background: #008486;
    display: block;
    color: #fff;
    font-size: 16px;
    height: 38px;
    line-height: 36px;
    margin: 1rem 0;
    padding: 3px 5px;
    text-align: center;
    text-decoration: none;
    width: 100px;
}