/*
 * Main stylesheet for the new cleaned structure.
 *
 * 090814	HE		Initial version
 * 111028	NP		Removed some imports
 */

/*@import url("Font.css");*/
@import url("webfont.css");
/* 
 * General
 */
html {}
body {
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size:15px;
    color:#222;
    line-height:24px;
}
form {
    padding-bottom:0;
    width:100%;

}
input, textarea, select {}
pre, code, kbd {}
strong, b {
    font-weight:600;
}
em {}
.ingress {
    color: #222;
    font-size: 20px;
    line-height: 30px;
    margin-bottom:10px;
}
.pre-amble {}
.alert {}

a {
    color:#0066cc;
}

/*
 * Headers
 */
h1, h2, h3, h4, h5, h6 {
    color:#005aa0;
    font-weight:normal;
}
h1 {
    font-family:'LF Rubrik', Arial, Helvetica, sans-serif;
    font-size: 70px;
    line-height: 66px;
    margin: 0 0 10px 0;
    margin-bottom:10px;
}
h1.pagetitle, h2.pagetitle {
    font-size: 46px;
    line-height: 60px;
    margin: 0 0 20px 0;
}
div.siteContent h1 {
    margin-top:30px;
}
h2  {
        font-family:'LF Rubrik', Arial, Helvetica, sans-serif;
    font-size: 32px;
    line-height: 36px;
    margin: 0 0 10px 0px;
}
h3  {
        font-family:'LF Rubrik', Arial, Helvetica, sans-serif;
    font-size: 26px;
    line-height: 32px;
    margin: 0 0 10px 0px;
}
h4  {
        font-family:'LF Rubrik', Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 10px 0px;
}
h5  {
        font-family:'LF Rubrik', Arial, Helvetica, sans-serif;
    font-size: 21px;
    line-height: 32px;
    margin: 0 0 10px 0px;
}
h6 {
        font-family:'LF Rubrik', Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 32px;
    margin: 0 0 10px 0px;
}
.headerRed {
    color:#e30613;
}
h2.header, h3.header {}
.siteHeader h1 {}

ul.mypage_profile_interest_header h4 {
    font-size: 25px;
    margin-top: 3px;
}


/*@import url("Structure.css");*/

/*
 * Main site containers 
 */
div.siteTopLinks-container,
div.siteHeader-container,
div.siteMenu-container,
div.siteMain-container,
div.siteFooter-container {
    width:100%;
}
div.siteTopLinks-container {
    background:#f3f3f3;
}
div.siteFooter-container {
    background: #e6eff6;
    position: relative;
    overflow: hidden;
    margin-top: 30px;
    padding: 30px 0;
}
div.global-authorization,
div.siteHeader,
div.siteMain,
div.siteFooter {
    width:1170px;
    margin:0 auto;

}
div.siteFooter {
    font-family: 'Intro Cond', Arial, Helvetica, sans-serif;
    font-size:20px;
    position:relative;
    background:#e6eff6;
    line-height:32px;
}
div.siteFooter .col33 {
        width:32.1937321937322%;
}
    div.siteFooter .col33.alignleft {
        margin-right:20px;
    }
    div.siteFooter .col33.socialLinks {
        display:none;
    }
/*
 * Site header
 */
div.siteHeader {
    padding:20px 0;
    position:relative;
    height:68px;
}
div.siteLogo {
    float: left;
    position: absolute;
    top: 30px;
}   
div.siteLogo img {
    max-height: none;
    height: 48px;
    margin: 0;
}

div.global-unauthorized-login, div.global-unauthorized-register, div.global-authorized-mypages, div.global-authorized-logout, div.global-language, div.global-rss {
    color:#005aa0;
    font-size:15px;
    font-weight:300;
}
div.global-unauthorized-login a, div.global-unauthorized-register a, div.global-authorized-mypages a, div.global-authorized-logout a, div.global-language a, div.global-rss a {
    color:#e30613;
    text-decoration:none;
    font-family:'Intro Cond', Arial, Helvetica, sans-serif;
}
/*
 * Sidebar container 
 */
div.siteSidebar {
    margin-top:40px;
}
	
/*
 * Content containers 
 */
div.siteContent {
}
div.siteContentFull {}
div.siteContentPopup {}
div.siteContentIframe {}	
	
/*
 * Footer elements 
 */
div.siteBreadcrumbs {}
div.siteOptions {}
div.siteContact {}
div.siteLogos {}
ul.siteOptions {}
ul.siteOptions li {}

/*
 * Page containers 
 */
.col100, .col75, .col50, .col37, .col25 {}
.col100 {}
.col75  {}
.col50  {}
.col37  {}
.col33  {}
.col25  {}
.page-popup {}

/*
 * Errormessage control
 */
div.errormsg {}
div.erroricon{}
div.errortext {
    font-size: 14px;
    line-height: 24px;
}

ul.promotepage {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: right;
    position: absolute;
    right: 320px;
    top: 44px;
}
ul.promotepage li {
    display:inline;

}
ul.promotepage li a {
    color:#222;
    background:#fff;
    padding: 2px 0 2px 14px;
    text-decoration:none;
    font-size:16px;
    font-weight:300;
}
ul.promotepage li a:before {
    content:"\f054";
    font-family: FontAwesome;
    padding-right: 6px;
    color: #005aa0;
    text-decoration: none;
    font-size: 17px;
    display: inline-block;
    top: 1px;
    position: relative;
}

/*
 * Search area
 */
div.search_area {
    border: 1px solid #d9d9d9;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 30px;
    width: 300px;
}
div.search_area .search_field {
    background:transparent;
    border:0;
    font-size: 14px;
    padding: 14px;
    position: relative;
    top: 0;
    width: 236px;
    box-shadow:none;
    float:left;
}
div.search_area .btn_search {
    border: none;
    color: #8C8C8B;
    background: transparent url(../Img/index.png) no-repeat 0 0;
    height: 29px;
    padding: 5px;
    text-indent: -9999px;
    text-transform: uppercase;
    width: 29px;
    cursor: pointer;
    margin-top: 9px;
    margin-right: 7px;

    }

/*
 * Menus
 */
ul.topmenu li a {}
ul.submenu li {}

/*** Link styles ***/
ul.submenu a {
    font-family:'Intro Cond', Arial, Helvetica, sans-serif;
    color: #005aa0;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 20px;
    text-decoration: none;
    width: auto;
    padding:6px 0;
    border-color:#b7cada;
}
ul.submenu a:hover {}
ul.submenu ul {}
ul.submenu ul a {
    color: #005aa0;
    font-size: 17px;
    line-height:26px;
}
/*ul.submenu ul a {
    padding-bottom: 2px;
    padding-left: 20px;
    padding-top: 2px;
}*/
/*ul.submenu ul li.first a {
    padding-top: 6px;
}
ul.submenu ul li.last a {
    padding-bottom: 6px;
}*/
ul.submenu a, 
ul.submenu ul a,
ul.submenu ul ul a {
    padding-top:12px;
    padding-right: 24px;
    padding-bottom:10px;
    line-height:28px;
}
ul.submenu ul a,
ul.submenu ul ul a {
    padding-top:6px;
    padding-bottom:6px;
}
ul.submenu ul a {
    padding-left: 16px;
}

ul.submenu ul ul a {
    padding-left: 32px;
}


/*** Special styles ***/
ul.submenu li.expanded {}
ul.submenu li.collapsed {}
ul.submenu li.selected, ul.submenu li.childselected {
    font-weight:normal;
}
ul.submenu li.selected ul, ul.submenu li.childselected ul {
    font-weight: normal;
    padding-bottom: 10px;
    padding-top:0;
    padding-bottom: 12px;
}
ul.submenu li.selected > ul,
ul.submenu li.expanded.childselected > ul {
    margin-top:8px;
}
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;
}

/*** Special styles ***/
ul.submenu li.expanded:before {
    content: "\f078";
    color: #e30613;
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 28px;
    padding-right: 4px;
    position: absolute;
    right: 4px;
    text-decoration: none;
    vertical-align: middle;
    margin-top:6px;
}
ul.submenu li.collapsed:before {
    content: "\f078";
    color: #e30613;
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 28px;
    padding-right: 4px;
    position: absolute;
    right: 4px;
    text-decoration: none;
    vertical-align: middle;
    margin-top:6px;
}
/*ul.submenu li.expanded.selected.first > a,
ul.submenu li.selected > a {
    border-bottom:2px solid #b0c204;
}*/
ul.submenu li.expanded.selected:before,
ul.submenu li.selected:before {
    content: "\f078";
    color: #e30613;
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 28px;
    padding-right: 4px;
    position: absolute;
    right: 4px;
    text-decoration: none;
    vertical-align: middle;
    margin-top:6px;
}
/** 2015-08-17 **/
ul.submenu li.selected:before {
    content: "\f054";
    color: #e30613;
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 28px;
    padding-right: 4px;
    position: absolute;
    right: 4px;
    text-decoration: none;
    vertical-align: middle;
    margin-top:6px;
}

/*ul.submenu li.collapsed a,
ul.submenu li.expanded.childselected.first > a {
    border-bottom:2px solid #b0c204;
    padding-bottom: 10px;
}*/
ul.submenu li.expanded.childselected:before {
    content: "\f078";
    color: #e30613;
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 28px;
    padding-right: 4px;
    position: absolute;
    right: 4px;
    text-decoration: none;
    vertical-align: middle;
    margin-top:6px;
}
ul.submenu li.expanded a {
    border:none;
}
ul.submenu li.expanded ul li.last {
}
ul.submenu li:hover:before {
    content: "\f054";
    color: #005aa0;
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 28px;
    padding-right: 4px;
    position: absolute;
    right: 4px;
    text-decoration: none;
    vertical-align: middle;
    margin-top:6px;
}
ul.submenu li.expanded ul li.selected a {
    font-weight:500;
}
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:before {
    content: "\f078";
    color: #005aa0;
    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: #e30613; 
    font-family: FontAwesome;
}
ul.submenu li ul li.expanded.selected:before {
    content: "\f078";
    color: #005aa0; 
    font-family: FontAwesome;
}
ul.submenu li ul li.expanded.selected:hover:before,
ul.submenu li ul li.collapsed.selected:hover:before {
    content: "\f078";
        color: #005aa0;
    font-family: FontAwesome;
}
ul.submenu li ul li.selected:before {
    content: "\f054";
    color: #e30613; 
    font-family: FontAwesome;
}
ul.submenu li ul li:hover:before {
    content: "\f054";
    color: #e30613;
    font-family: FontAwesome;
}
ul.submenu li ul li.selected:hover:before {
    content: "\f054";
        color: #005aa0;
    font-family: FontAwesome;
}
ul.submenu li ul li.collapsed:hover:before,
ul.submenu li ul li.expanded:hover:before {
    content: "\f078";
        color: #005aa0;
    font-family: FontAwesome;
}
ul.submenu li.collapsed:hover:before,
ul.submenu li.expanded:hover:before {
    content: "\f078";
    color:#005aa0;
    font-family: FontAwesome;
}
ul.submenu li.collapsed.selected:hover:before,
ul.submenu li.expanded.selected:hover:before {
    content: "\f078";
        color: #005aa0;
    font-family: FontAwesome;
}
ul.submenu li.selected:hover:before {
    content: "\f054";
        color: #005aa0;
    font-family: FontAwesome;
}
ul.submenu li ul li.collapsed:hover:before,
ul.submenu li ul li.expanded:hover:before {
    content: "\f078";
    color: #005aa0;
    font-family: FontAwesome;
}

ul.submenu li.expanded.childselected:before,
ul.submenu li ul li.expanded.childselected:before {
    content: "\f078";
    color: #e30613;
    font-family: FontAwesome;
}

ul.submenu > li.expanded > a {
    border-bottom:2px solid #005aa0;
    padding-bottom: 10px;
}

/*
 * Search area
 */	
div.search_area .btn_search {}	

/*
 * Boxes
 */
.box {}
.primary h3, .secondary h3 {}
.primary h3 {}
.secondary h3 {}
.box-rental h2, .box-resident h2 {} 
h2.localnews {} 

span.button-list input {}	
a.link-large {}
.siteBreadcrumbs,.siteOptions {}
.siteContact {}

div.siteHeader table {}
ul.form {}
.box ul.form {}
.pageFooter input {}
div.navbar div.text {}
    div.navbar div.text a {
        color:#1590c8;
    }
.tbl_list {}
.tbl_cell_list_header {}
.tbl_grid {}
.agreetext, .infotext {}

.bildtext {
    font-size: 11px;
    line-height: 16px;
}
.citat {
    font-size:24px;
    line-height:32px;
}
.linkred,
div.col100.puff.alignright.column div.col100.puff-container div.puff-area p a.linkred {
    color:#e30613;
}

/*@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 {
    margin-bottom:15px;
}
p.mul-img img {}
p.mul-plan img {}
p.pNoEntries {}
	
/*
 * Hyperlinks
 */
a.image {}
a.planning {}
a.bulleted {
    color:#005aa0;
    text-decoration:none;
}
a.bulleted:before {
    content:"\f054";
    font-family: FontAwesome;
    padding-right:3px;
    color:#005aa0;
    text-decoration:none;
    font-size:14px;
    display:inline-block;    
}
a.bulleted:hover {
    text-decoration:underline;
}

a.bulleted.red {
    color:#e30613;
    text-decoration:none;
}
a.bulleted.red:before {
    content:"\f054";
    font-family: FontAwesome;
    color:#e30613;   
}
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 {}
.btn-disabled {}

.btn, .btn-disabled, .btn_search {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F5F5F5;
    background-image: linear-gradient(to bottom,#FFF,#E6E6E6);
    background-repeat: repeat-x;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) #B3B3B3;
    border-image: none;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255,255,255,0.2) inset,0 1px 2px rgba(0,0,0,0.05);
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    padding: 5px 17px 5px;
    line-height: 16px;
    height: 30px;
    width: auto;
    margin-bottom: 0;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    vertical-align: middle;
}


/*** Input element default sizes ***/
.col50 .box-inner .textbox,
.col75 .box-inner .textbox {}
.col50 .box-inner .textarea,
.col75 .box-inner .textarea {}
	
/*
 * Horizontal rule 
 */
hr.separator {
    width: 100%;
    height: 1px;
    border: none 0;
    background-color: #005aa0;
    color: #005aa0;
    margin: 50px 0 0px;
    display: block;
    clear: both;
    position: relative;
    float: left;
}
hr.separator2 {
    width: 100%;
    height: 1px;
    border: none 0;
    background-color: #005aa0;
    color: #005aa0;
    margin: 10px 0 30px;
    display: block;
    clear: both;
    position: relative;
    float: left;
}
hr {
    width: 100%;
    height: 1px;
    border: none 0;
    background-color: #005aa0;
    color: #005aa0;
    display: block;
    clear: both;
    position: relative;
    float: left;
}

/*
 * 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 {margin-top:20px;}
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:#e6eff6;
    color: #005aa0;
    font-size: 22px;
    padding: 7px 14px;
    border: none;
    font-family:'Intro Cond', Arial, Helvetica, sans-serif;
    font-weight:400;
}

div.pageFooter {
    background:#e6eff6;
    color: #005aa0;
    padding: 7px 14px;
    border: none;
    font-family:'Intro Cond', Arial, Helvetica, sans-serif;
    font-size: 18px;
    padding: 7px;
    border: none;
    font-weight:400;
}
div.pageFooter input {
    margin:0;
}
div.pageFooter span {
    line-height:17px;
}

/*
 * Validator 
 */
td div.validator-valid, td div.validator-unvalid {}
div.validator-valid {}
div.validator-unvalid {}
span.validation-summary {}
span.forminfo-icon {}
span.forminfo-text {}

/*
 * 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 {}

/* 
 * Table grid
 */
table.tbl_grid {}
table.tbl_grid tr td {}
.headerstyle {}
.alternate {}

/*
 * Control specific styles
 */
div.ImageTextStyles {
    height:150px;
    margin-bottom:0;
}
div.ImageTextStyles.Image img {
    width:1220px;
    position:relative;
}
div.ImageTextStyles {

}


/*
 * Search Area Results
 */
div.search_results {}
div.search_results .search_textfield_area {}
div.search_results .navbar {}


/*@import url("Elements/TopMenu.css");*/

div.siteMenu-container {
background-color: #00427a;
background-image: linear-gradient(to bottom,#00427a 0,#00427a 53px,#003562 53px,#003562 54px,#00427a 54px);
background-size: 54px 54px;
background-repeat: repeat;

}
div.siteMenu-container:after {
    content:"";
    clear:both;
    display:block;
}
/*** Reset all list-styles ***/
ul.topmenu {
    width:1170px;
    margin:0 auto;
    text-align:left;
    float:none;
    display:block;
}
ul.topmenu li {
    float:left;
}

/*** Setup basic menu look ***/
ul.topmenu {}
ul.topmenu li {}
ul.topmenu li a {
    font-family: 'Intro Cond', Arial, Helvetica, sans-serif;
    padding:0;
    color:#fff;
    text-decoration:none;
    font-size:17px;
    font-weight:400;
     padding:13px;
}
ul.topmenu li a:hover {
    color:#fff;
    background:#1a5587;
}

/*** Selected item or selected child-item ***/
ul.topmenu li.selected, ul.topmenu li.childselected {
    box-shadow: inset 0 -2px 0 0 #e30613;
    background:#1a5587;
}
ul.topmenu li.selected a, ul.topmenu li.childselected a {}
ul.topmenu li.selected a:hover, ul.topmenu li.childselected a:hover {}


ul.topmenu li.first a:before {
    content: "\f015";
    color: #fff;
    display: inline-block;
    font-family: FontAwesome;
    font-size:20px;
    margin-right:6px;
}

ul.topmenu li.last {
    background:#e30613;
    float:right;
    margin:0;
}
ul.topmenu li.last a {
    color:#fff;
    box-shadow: inset 0 -2px 0 0 #e30613;
}
ul.topmenu li.last:hover {
    background:#222;
}
ul.topmenu li.last a:before {
    content:url(../Img/ico-smiley.svg);
    display: block;
    float: left;
    width: 24px;
    margin: 0 10px 0 0;
    height: 24px;
    position: relative;
    top: 1px;
} 

/*@import url("Elements/SubMenu.css");*/

/*** Element padding ***/
ul.submenu {}
ul.submenu ul {}
ul.submenu ul a {}
ul.submenu ul ul a {}

/*** Link styles ***/
ul.submenu a {}
ul.submenu a:hover {}

/*** 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 {}


/*@import url("Elements/Lists.css");*/

/*
 * Ordered/Unordered lists 
 */
ul, ol {}
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: #66cc00;
    display: inline-block;
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 11px;
    margin-right: 5px;
    padding: 5px;
    text-decoration: none;
    width: 10px;
}
div.related-content {
    margin-top:30px;
}
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-top: 1px solid #dbdbdb;
	clear: both;
	float: left;
	width: 100%;
	position: relative;
}
ul.faq-list:hover {
	background: #e6eff6;
}
ul.faq-list li {
	padding-left: 14px;
	margin-top: 14px;
	margin-bottom: 6px;
}
ul.faq-list li p {
	margin-bottom: 12px;
}
ul.faq-list li.icon-questionmark {
	display: none;
}
ul.faq-list .question:before {
	content: "\f059";
	color: #005aa0;
	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: #e30613;
	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 {
    line-height:32px;
}

ul li.maplink:before {
    content:"\f054";
    font-family: FontAwesome;
    padding-right:3px;
    color:#005aa0;
    text-decoration:none;
    font-size:14px;
    display:inline-block;
}

/* 
 * ListAvailable
 */
ul.listavailable {}
.col50 ul.listavailable li a {}
.col25 ul.listavailable li a.align-left {}
ul.listavailable a img {}

.startpage ul.listavailable li span {
    display:none;
}
.startpage ul.listavailable li {
    text-align:center;
}
.startpage ul.listavailable li a.bulleted::before {
    content:"";
    display:none;
}
.startpage .col66 {
    width:75.64102564102564%;
    box-sizing:border-box;
    float:left;
}
.startpage .col66.alignleft {
    margin:0 !important;
}
div.listavailableHeader {
    font-size: 44px;
    text-align: center;
    
    background:transparent url(../Img/headerHr.png) repeat-x 0 50%;
    width:90%;
    margin:40px auto 30px;
}
div.listavailableHeader span {
    background: #f2f2f2;
    display: inline-block;
    padding: 0 30px;
    line-height:62px;
}
.startpage .colStart {
    width:25% !important;
    float:left;
}
.startpage .col25 .box-inner {
    padding: 20px 30px 20px;
    box-sizing:border-box;
}
.numeroApartment a {
    font-size:96px;
    color:#0e2e46;
    text-align:center;
    font-weight:300;
    text-decoration:none;
    line-height:96px;
}
.numeroStudent a {
    font-size:96px;
    color:#c92601;
    text-align:center;
    font-weight:300;
    text-decoration:none;
    line-height:96px;

}
.numeroHousing a {
    font-size:96px;
    color:#009933;
    text-align:center;
    font-weight:300;
    text-decoration:none;
    line-height:96px;
}
.numeroEstate a {
    font-size:96px;
    color:#ff6a00;
    text-align:center;
    font-weight:300;
    text-decoration:none;
    line-height:96px;
}
.numeroEstate ul li {
    text-align:center;
}
.numeroApartment p,
.numeroStudent p,
.numeroHousing p,
.numeroEstate p  {
    font-size:26px;
    text-align:center;
    letter-spacing:-1px;
    font-weight:300;
    margin-top:14px;
}
.login-container {
        width:24.35897435897436%;
        float:right;
}
.login-mypages {
    background:#1590c8;
    color:#fff;
    text-align:center;
    padding: 20px 0px 30px 20px;
    box-sizing:border-box;
    }
.login-mypages h2 {
    font-size: 30px;
    color: #fff;
    
    line-height: 46px;
    }
.login-mypages p {
    font-size:21px;
    color:#fff;
    font-weight:300;
    margin-bottom:4px;
    }
    .login-mypages .fa.fa-user-circle-o {
        font-size:60px;
        margin-bottom:10px;
    }
.register-mypages {
    background:#0e2e46;
    color:#fff;
    text-align:center;
    padding: 20px 0px 30px 20px;
    box-sizing:border-box;

    }
.register-mypages h2 {
    font-size: 30px;
    color: #fff;
    
    line-height: 46px;
    }
.register-mypages p {
    font-size:26px;
    color:#fff;
    font-weight:300;
    }
    .register-mypages .fa.fa-user-circle-o {
        font-size:60px;
        margin-bottom:10px;
    }
    .register-mypages a, .login-mypages a {
        color:#fff;
        text-decoration:none;
    }
div.col100.links.startpage {
    background:#f2f2f2;
    position:relative;
    z-index:1000;
}
div.col100.links.startpage .box {
    margin-bottom:0;
}
div.col100.links.startpage:after {
    content:"";
    display:block;
    clear:both;
    position:relative;
}
.col25.entrance {
    margin-top:30px;
    padding: 30px 20px 30px;
    box-sizing:border-box;
    background:#1590c8;
    color:#fff;
    text-align:center;
}
.col25.entrance.alignleft {
    margin-right:2.125%;
}
.col25.entrance h3 {
    color: #fff;
    
    font-size: 32px;
    line-height: 36px;
}
.col25.entrance .fa-stack {
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1em;
    vertical-align: middle;
    margin-bottom:20px;
}
.col25.entrance .fa,
.col25.entrance .fa-stack {
    font-size:82px;
    text-align:center;
}
.col25.entrance .fa-stack .fa-circle {
    font-size: 18px;
    text-align: center;
    top: 30px;
    position: absolute;
    vertical-align: middle;
    right: 33px;
    color:#1590c8;
}
    .col25.entrance a {
        color:#fff;
        text-decoration:none;
    }
div.col100.bannercol1 {
    margin-top:30px;
    margin-bottom:30px;
    position:relative;
    float:left;
    height:400px;
}
    div.col100.bannercol1 a {
        float:left;
        display:block;
    }
    div.col100.bannercol1 a:after {
        content:"";
        float:left;
        clear:both;
        display:block;
    }
    div.col100.bannercol1 img {
        max-width:100%;
        float:left;
    }
    div.col100.bannercol1 img.after {
        content:"";
        float:left;
        clear:both;
        display:block;
    }

    div.col100.bannercol1 .bannerContent  { 
        background:transparent url(../Img/blank.png) repeat 0 0;
        padding:40px 50px;
        box-sizing:border-box;
        position: absolute;
        text-align:center;
        z-index:1000;
        top: 50%;  /* position the top  edge of the element at the middle of the parent */
        left: 50%; /* position the left edge of the element at the middle of the parent */

        transform: translate(-50%, -50%); /* This is a shorthand of translateX(-50%) and translateY(-50%) */
    } 
div.col100.bannercol1 .bannerContent h2.bannerTitle {
    margin-bottom:20px;
    font-size:48px;
    font-weight:300;
}
div.col100.bannercol1 .bannerContent span.bannerText {
    font-size: 28px;
    letter-spacing: -1px;
    
    line-height:32px;
}
div.col100.bannercol1 .bannerContent a  {
    color:#0e2e46;
    text-decoration:none;
}
div.col100.bannercol1 .bannerContent2  { 
    background:transparent url(../Img/blank-black.png) repeat 0 0;
    padding:40px 50px;
    box-sizing:border-box;
    position: absolute;
    text-align:center;
    z-index:1000;
    top: 50%;  /* position the top  edge of the element at the middle of the parent */
    left: 50%; /* position the left edge of the element at the middle of the parent */

    transform: translate(-50%, -50%); /* This is a shorthand of translateX(-50%) and translateY(-50%) */
} 
div.col100.bannercol1 .bannerContent2 h2 {
    margin-bottom:20px;
    font-size:48px;
    font-weight:300;
    color:#fff;
    line-height:48px;
    float:left;
}
div.col100.bannercol1 .bannerContent2 p {
    font-size: 28px;
    letter-spacing: -1px;
    
    line-height:32px;
    color:#fff;
}
div.col100.bannercol1 .bannerContent2 a  {
    color:#fff;
    text-decoration:none;
}

/** 3 kolumn Boxes**/

div.col33.boxcol div.box div.box-outer a img {
     max-width:100%;
}
div.col33.boxcol div.box div.box-outer a img.boxIcon {
    width: 120px;
    margin: 0 auto;
    margin-bottom: 20px;
}


div.col33.boxcol div.box div.box-outer .boxContent  { 
    padding:10px 30px;
    box-sizing:border-box;
    position: absolute;
    text-align:center;
    z-index:1000;
    top: 50%;  /* position the top  edge of the element at the middle of the parent */
    left: 50%; /* position the left edge of the element at the middle of the parent */

    transform: translate(-50%, -50%); /* This is a shorthand of translateX(-50%) and translateY(-50%) */
    width:100%;
} 
div.col33.boxcol div.box div.box-outer .boxContent h2.boxTitle,
div.col33.boxcol div.box div.box-outer .boxContent h3.boxTitle  {
    margin-bottom: 10px;
    font-size: 34px;
    
    line-height: 34px;
    letter-spacing: -1px;
    color:#fff;
}
div.col33.boxcol div.box div.box-outer .boxContent span.boxText {
    font-size: 24px;
    letter-spacing: -1px;
    
    line-height:32px;
    color:#fff;
}
div.col33.boxcol div.box div.box-outer .boxContent a  {
    color:#fff;
    text-decoration:none;
}

div.col33.boxcol div.box {
    position:relative;
}
div.col33.boxcol div.box div.box-outer .boxContent2  { 
    padding:10px 30px;
    box-sizing:border-box;
    position: absolute;
    text-align:center;
    z-index:1000;
    top: 50%;  /* position the top  edge of the element at the middle of the parent */
    left: 50%; /* position the left edge of the element at the middle of the parent */
    width:100%;

    transform: translate(-50%, -50%); /* This is a shorthand of translateX(-50%) and translateY(-50%) */
} 
div.col33.boxcol div.box div.box-outer .boxContent2 h2,
div.col33.boxcol div.box div.box-outer .boxContent2 h3 {
    margin-bottom:10px;
    font-size:42px;
    font-weight:300;
    color:#fff;
    line-height:48px;
    float:left;
    display:block;
    width:100%;
}
div.col33.boxcol div.box div.box-outer .boxContent2 p {
    font-size: 28px;
    letter-spacing: -1px;
    
    line-height:32px;
    color:#fff;
}
div.col33.boxcol div.box div.box-outer .boxContent2 a  {
    color:#fff;
    text-decoration:none;
}
 div.col33.boxcol div.box div.box-outer .boxContent2 a.bulleted:before {
     content:"";
 }
    div.col33.boxcol div.box div.box-outer .boxContent2 a.bulleted:after {
    content:"\f105";
    font-family: FontAwesome;
    padding-left: 10px;
    color: #fff;
    text-decoration: none;
    font-size: 33px;
    display: inline-block;
    top: 2px;
    position: relative;
   
    } 

div.col33.boxcol.alignleft {
    margin-right:3%;
}

/** 2 kolumn Boxes**/

div.col50.boxcol div.box div.box-outer a img {
     max-width:100%;
}
div.col50.boxcol div.box div.box-outer a img.boxIcon {
    width: 120px;
    margin: 0 auto;
    margin-bottom: 20px;
}


div.col50.boxcol div.box div.box-outer .boxContent  { 
    padding:10px 30px;
    box-sizing:border-box;
    position: absolute;
    text-align:center;
    z-index:1000;
    top: 50%;  /* position the top  edge of the element at the middle of the parent */
    left: 50%; /* position the left edge of the element at the middle of the parent */

    transform: translate(-50%, -50%); /* This is a shorthand of translateX(-50%) and translateY(-50%) */
    width:100%;
} 
div.col50.boxcol div.box div.box-outer .boxContent h2.boxTitle,
div.col50.boxcol div.box div.box-outer .boxContent h3.boxTitle  {
    margin-bottom: 10px;
    font-size: 34px;
    
    line-height: 34px;
    letter-spacing: -1px;
    color:#fff;
}
div.col50.boxcol div.box div.box-outer .boxContent span.boxText {
    font-size: 24px;
    letter-spacing: -1px;
    
    line-height:32px;
    color:#fff;
}
div.col50.boxcol div.box div.box-outer .boxContent a  {
    color:#fff;
    text-decoration:none;
}

div.col50.boxcol div.box {
    position:relative;
}
div.col50.boxcol div.box div.box-outer .boxContent2  { 
    padding:10px 30px;
    box-sizing:border-box;
    position: absolute;
    text-align:center;
    z-index:1000;
    top: 50%;  /* position the top  edge of the element at the middle of the parent */
    left: 50%; /* position the left edge of the element at the middle of the parent */
    width:100%;

    transform: translate(-50%, -50%); /* This is a shorthand of translateX(-50%) and translateY(-50%) */
} 
div.col50.boxcol div.box div.box-outer .boxContent2 h2,
div.col50.boxcol div.box div.box-outer .boxContent2 h3 {
    margin-bottom:10px;
    font-size:42px;
    font-weight:300;
    color:#fff;
    line-height:48px;
    float:left;
    display:block;
    width:100%;
}
div.col50.boxcol div.box div.box-outer .boxContent2 p {
    font-size: 28px;
    letter-spacing: -1px;
    
    line-height:32px;
    color:#fff;
}
div.col50.boxcol div.box div.box-outer .boxContent2 a  {
    color:#fff;
    text-decoration:none;
}

div.col50.boxcol.alignleft {
    margin-right:2%;
}


/*
 * Thumbnail list
 */
div.thumbnail-container {}
ul.thumbnail-list {}
ul.thumbnail-list img {
    border-width:3px;
    margin:6px;
}
.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 {}
.box a.rss {}
.box a img {}
.box a.rss img {}
td.box-inner {}

/*** Primary ***/
.primary {
	background: #e6eff6;
}
.primary .box-inner {
	background: #e6eff6;
    color:#222;
}
.primary a {
	color: #005aa0;
}
.primary a:hover {
	color: #e30613;
}
.primary.col75 .box-inner, .col75 .primary .box-outer, td.col75 .primary td.box-inner, .primary.col50 .box-inner, .col50 .box.primary .box-inner, td.col50 .primary td.box-inner, .primary.col25 .box-inner, .col25 .primary .box-inner, .primary td.box-inner {
	background: #e6eff6;
}
.box.primary.listavailable.col75 {
	margin-bottom: 20px;
}
.primary hr {}
.primary a {color:#e30613;text-decoration:none;}
.primary a.bulleted  {color:#005aa0;text-decoration:none;display:block;}
.primary a.bulleted:before {
    content:"\f054";
    font-family: FontAwesome;
    padding-right:3px;
    color:#005aa0;
    text-decoration:none;
    font-size:14px;
    display:inline-block;
} 
/*** Secondary ***/
.secondary {background:#f2f2f2;}
.secondary .box-inner {
    background:#e6eff6;
    color:#0e2e46;
}
.secondary hr {}
.secondary a {color:#005aa0;text-decoration:none;}
.secondary a.bulleted  {color:#005aa0;text-decoration:none;}
.secondary a.bulleted:before {
    content:"\f054";
    font-family: FontAwesome;
    padding-right:3px;
    color:#005aa0;
    text-decoration:none;
    font-size:14px;
    display:inline-block;
} 

.box-primary, .box-secondary, .box-rental, .box-resident, .box {
    font-size:100%;
}
.box-primary h3, .primary h3, .box-primary h4, .primary h4 {
    background:transparent;
    color:#005aa0;
    font-size: 28px;
    line-height: 29px;
    margin: 0 0 10px 0px;
    font-weight:normal;
}
div.rental h3, div.rental h2, div.resident h2, div.rental h2.rental, div.trade h2.trade {
	color: #005aa0;
    background:transparent;
}
.box-secondary h3, .secondary h3, .box-secondary h4, .secondary h4 {
    background:transparent;
    color:#005aa0;
    font-family:'LF Rubrik', Arial, Helvetica, sans-serif;
    font-size:28px;
    font-weight:normal;
}
div.rental h2, div.trade h2 {
    font-size: 34px;
    line-height: 48px;
    margin-bottom: 10px;
    margin-left: 14px;
}

/*** 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 {
}
table.gridlist td.header, tr.header td {
    background-color:#005aa0;
	font-size: 14px;
    height:32px;
    font-weight:normal;
    color:#fff;
    padding:0 10px;
}
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:#005aa0;
    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:#005aa0;
        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;
    font-size:15px;
}
table.gridlist td.listitem-even:nth-child(odd), tr.listitem-even:nth-child(odd) {
    background:#e6eff6;
}
.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:15px;
}
table.gridlist td.listitem-level2, tr.listitem-level2 td {
}

table.gridlist .label {
}
table.gridlist tr td a {
    color:#005aa0;
    text-decoration:none;  
}
table.gridlist img.objectlist_icon {
}
ul.mypage_profile {
	border-bottom: 1px solid #fff;
    padding-top:13px;
    margin-top:20px;
}

/*
 * UL form list
 */
ul.form {
    font-size:16px;
    line-height:24px;
}
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 {
    font-family:'Intro Cond', Arial, Helvetica, sans-serif;
    font-size:16px;
    color:#e30613;
}
div.news-archive .content-column .title {
    font-weight: 400;
    font-size: 24px;
    font-family: 'LF Rubrik', Arial, Helvetica, sans-serif;
    display: block;
}

/*@import url("Elements/DynamicMap.css");*/

.dynamic-map {
    border:0;
}
.dynamic-map a {
    color: #1590c8;
    text-decoration: none;
    font-size: 13px;
}

.dynamic-map #infobox {}
.dynamic-map #infobox > div {
    border-top:solid 1px #005aa0;
}
.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 {}

span.close img {
    width:initial;
}
.area-info {
    font-size:14px;
    line-height:23px;
}
.area-img {
    margin-top:10px;
}
.area-links ul {
    margin:0;
    padding:0;
    list-style-type:none;
    margin-bottom:20px;
    width:100%;
    margin-top:14px;

}
.area-links ul li {
    margin:0;
    padding:0;
    list-style-type:none;
}
.area-links ul li a:before {
    content: "\f054";
    font-family: FontAwesome;
    padding-right: 6px;
    color: #005aa0;
    text-decoration: none;
    font-size: 17px;
    display: inline-block;
    top: 1px;
    position: relative;
}
/*@import url("Elements/Slider.css");*/

/*
  * Slider width and position
  */
.col100 .slider, .col100 .slider-container {
	width: 1220px;
	height:450px;
	position: relative;
}
.col75 .slider, .col75 .slider-container {
	width: 700px;
}
.col75 .slider, .col75 .slider-container {
}
.col50 .slider, .col50 .slider-container {
}
.col25 .slider, .col25 .slider-container {
}
.col25 .slider, .col25 .slider-container, .col25-default .slider, .col25-default .slider-container {
	width: 220px;
}

.col100 .slider img, .col100 .slider-container img {
    max-width:1220px;
}
.slider-container {
	margin: 0 0 20px;
    position:relative;
    margin: 0 0 20px;
    position: relative;
    left: -25px;
    right: -25px;
    width: 1220px;

}
.slider-container.col25 {
	margin: 0 0 0;
}
.slider-inner {
}
.slider {
	height: auto;
}
.slider img {
}
/*
 * Pager
 */
.pager-container {
	top: 3px;
	position: absolute;
	right: 22px;
	text-align: center;
}
body.hso_area_area_info_cm .pager-container {
}
.pager {
}
.pager-container ul.pager {
	display: inline-block;
	float: right;
}
.pager-container ul.pager li.selected {
	border: 0;
	background: transparent url(../Img/Slider/slider-bullet-sel.png) no-repeat 0 0;
}
.pager-container ul.pager li {
	border: 0;
	background: transparent url(../Img/Slider/slider-bullet.png) no-repeat 0 0;
	width: 25px;
	height: 25px;
	margin: 0;
}
/*
 * Prev/Next buttons
 */
#slider_next, #slider_prev {
    display: block;
    height: 3em;
    margin-top: -1.25em;
    outline: 0 none;
    position: absolute;
    top: 50%;
    width: 3em;
    z-index: 100;
    opacity:0;
}

#slider_next {
	background: transparent url(../Img/Slider/slider-next.png) no-repeat 0 0;
    opacity:0;
    -webkit-transition: opacity 0.5s ease-in;
    -moz-transition: opacity 0.5s ease-in;
    -o-transition: opacity 0.5s ease-in;
    -ms-transition: opacity v ease-in;
    transition: opacity 0.5s ease-in;
}
#slider_prev {
	background: transparent url(../Img/Slider/slider-prev.png) no-repeat 0 0;
    opacity:0;
    -webkit-transition: opacity 0.5s ease-in;
    -moz-transition: opacity 0.5s ease-in;
    -o-transition: opacity 0.5s ease-in;
    -ms-transition: opacity v ease-in;
    transition: opacity 0.5s ease-in;
}
.slider-inner:hover #slider_prev,
.slider-inner:hover #slider_next {
    opacity: 0.6;
    -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;
}

/** Slider Content **/
div.ImageTextStyles.Text {
    background:transparent url(../Img/Slider/bg-text-slider.png) repeat 0 0;
    font-family:'Intro Cond', Arial, Helvetica, sans-serif;
    bottom: 11%;
    color: #222;
    font-size: 22px;
    
    line-height: 30px;
    padding: 1.5% 3% 4%;
    position: absolute;
    width: 45%;
    right: 7%;
}
div.ImageTextStyles.Text p {
    margin-bottom:0;
}
div.ImageTextStyles.Text a {
	text-decoration: none;
	color: #222;
    line-height:28px;
}
div.ImageText div.sliderTitle {
    font-family:'LF Rubrik', Arial, Helvetica, sans-serif;
    color: #005aa0;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.0125em;
    line-height: 42px;
    margin-bottom: 10px
}
div.ImageTextStyles.Image {
}
div.ImageTextStyles.Image:hover > #slider_next, div.ImageTextStyles.Image:hover > #slider_prev {
    opacity:1;
}
div.ImageTextStyles.Text p.link {
    float:right;
    font-weight:300;
    font-size:20px;
}
div.ImageTextStyles.Text p.link:before {
    content: "\f054";
    font-family: FontAwesome;
    padding-right: 6px;
    color: #005aa0;
    text-decoration: none;
    font-size: 17px;
    display: inline-block;
    top: 1px;
    position: relative;
}



div.siteFooter .col25:first-of-type {
}
div.siteFooter {
    margin:0 auto;
    color:#005aa0;
}
div.siteFooter h6 {
    font-family:'LF Rubrik', Arial, Helvetica, sans-serif;
    color: #005aa0;
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 20px;
    font-weight: 400;
}
div.siteFooter a {
    color:#005aa0;
    text-decoration:none;
}

    div.siteFooter .visiting {
        margin-top:20px;
    }

ul.linkMenu li a {
    text-decoration:none;
}
/** Social Media **/
div.col25.socialLinks  {
    text-align:center;
}

ul.social-links {
    margin:50px auto 10px;
    padding:0;
    list-style-type:none;
    font-size:18px;
    width:100%;
    color:#fff;
    margin-bottom:40px !important;
    overflow:hidden;
}
div.siteFooter ul.social-links li {
    display: inline;
    float: left;
    width: auto;
    padding: 10px;
}
div.siteFooter ul.social-links li i {
    display: block;
    background: #005aa0;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    float: left;
    margin-right: 6px;
}
div.siteFooter ul.social-links li i:hover {
        background: #e30613;
    color: #fff;
}
div.siteFooter ul.social-links li a {
    color:#222;
}
div.col100.siteinfo {
    background:transparent;
    border-top:1px solid #b7cada;
    margin-top:30px;
}
div.col100.siteinfo ul {
    text-align:left;
   list-style-type:none;
   font-size:14px;
   margin-top:20px;
}
div.col100.siteinfo ul li {
    display:inline;
    color:#222;
    padding:0;
     font-weight:300;
}
div.col100.siteinfo ul li:last-of-type {
    border:none;
}
div.col100.siteinfo ul li a {
    text-decoration:none;
    color:#222;
    font-weight:300;
}




/* QuickFilter */
.objectlistFilters {
    background:#f2f2f2;
    margin-bottom: 20px;
    padding: 17px 30px 3px;
}

ul.quickfilter li {
    float: left;
    font-size: 13px;
    list-style-type: none;
    margin-left: 0;
    margin-right: 44px;
    width: 47%;
}
.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%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d5d5d5',GradientType=1 );
}

ul.quickfilter span.minValue, ul.quickfilter span.maxValue {
    float: left;
    font-size: 15px;
    width: 89%;
    margin-top:8px;
}
ul.quickfilter span.maxValue {
    float: right;
    width:auto;
    font-size:15px;
}
ul.quickfilter li span.title, ul.quickfilter li span {
    font-size: 16px;
    margin-bottom: 12px;
    font-weight:normal;
}
ul.quickfilter label {
    font-size:14px;
}
.ui-widget-header {
    background:#1590c8;
}
.ui-widget-content {
    background: #fff;
    border: 2px solid #ddd;
}
.ui-slider-horizontal .ui-slider-range {
    height: 8px;
    top: 2px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 10px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 10px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 10px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 10px;
}
label.title {
    background: #fff;
    border: 1px solid #005aa0;
    border-radius: 4px;
    color: #262626;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    padding: 8px 16px 10px;
}

table.check tr td {
    padding: 8px;
}

.templatelist.block.objectlist,
ul.templatelist.block,
.templatelist.block:nth-child(1n+3) {
    background:#e6eff6;
    border:1px solid #dbdbdb;
    margin-right: 2%;
    width: 31.5% !important;
    font-size:12px;
}

.templatelist.block:nth-child(3n+3) {
    margin-right: 0 !important;
}
.templatelist.block {
    background: #e6eff6;
    border: none;
}
.templatelist.block li {
    padding-top: 8px;
    font-size:15px;
}
ul.templatelist.block li h4 {
    font-size: 21px;
    
    margin-top: 0;
    text-align:center;
}
ul.templatelist.block li h4 a {
    color:#1590c8;
    text-decoration:none;
    font-weight:300;
}
ul.templatelist.block li img.image {
    display: block;
    margin: 0 auto;
    max-height: 110px;
    padding-left: 0;
    width: 80%;
    overflow: hidden;
}
.templatelist.block.objectlist li label {
    font-weight:500;
}
ul.listviews li a {
    font-size: 14px;
    font-weight: normal;
    text-decoration:none;
}
ul.listviews li i {
    color: #ccc;
    font-size: 14px;
    padding-right: 4px;
}
ul.listviews li.selected i {
    color:#e30613;
}
div.page-col25 ul.grid li.left {
    float: left;
    width: 75px;
}
div.page-col25 ul.grid li.right {
    padding-left: 60px;
    width: auto;
}
div.page-col50 ul.grid li.left {
    float: left;
    line-height: 29px;
    width: 300px;
    font-size: 17px;
    line-height: 29px;
    font-weight: normal;
}
div.jquerypanel .header a.hidden,
div.jquerypanel .header a {
    background-color: transparent;
    background-position:0 50%;
}
ul.exchangeobject, div.jquerypanel {
    background-color: #e6f9ff;
}
span#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_lblNoEntries {
    background:#beeaff;
    color: #0e2e46;
    display: inline-block;
    font-weight: normal;
    margin-top: 30px;
    padding: 10px 20px;

}
div.invoice, div.debt {
    background:#e6eff6;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 10px 12px 9px;
}
div.debt  {
    background:#fff;
}
div.debt p {
    font-size: 16px;
    margin: 0;
    padding: 0;
    line-height:21px;
}
#cookiecheck span {
    font-size:12px;
}
#cookiecheck div.pageHeader, #cookiecheck div.pageSubHeader {
    border:1px solid #555;
}


.col75 img {
    max-width:100%;
}
.col25 .box-inner img {
    width:243px;
    max-width:243px;
}
li.stageobject span {
    padding-left: 19px;
    color: #0e2e46;
    font-size: 14px;
    line-height: 16px;
    display: inline-block;
}
div.image-big img {
    width:430px;
}
div.image-thumbs {
    padding-left:440px;
}

/** Startsidan **/
div.col100.ingangar {
    position: relative;
    top: -50px;
    background:transparent;
}
div.col33.ingangar {
    width:32.1937321937322%;
}
div.col33.ingangar.alignleft {
    margin-right:20px;
}
div.ingangar a {
    color:#005aa0;
    text-decoration:none; 
}
div.ingangar-container {
    background:#fff;
    color:#005aa0;
    font-size:21px;
    height:240px;
    padding:20px 18px;
    box-shadow: 0 5px 20px 0 rgba(181, 189, 202, 0.3);
    text-align:center;
}
div.ingangar-container:hover {
    opacity: 0.6;
    -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.ingangar-container .icon {
    width: 100px;
    margin: 20px auto;
}
div.ingangar-container h4 {
    font-family:'LF Rubrik', Arial, Helvetica, sans-serif;
    line-height: 54px;
    font-size: 50px;
    color: #005aa0;
    letter-spacing: -1px;
}
div.col100.ingangar:after {
    content:"";
    clear:both;
    display:block;
}
div.news-area {


}
div.col66.news-col {
    padding:0;
    width:64.64102564102564%;
}
div.col66.news-col .box-inner {
    padding:0;
    font-family: 'Intro Cond', Arial, Helvetica, sans-serif;
    font-size:20px;
}
div.col66.news-col h2 {
    font-family:'LF Rubrik', Arial, Helvetica, sans-serif;
    line-height: 54px;
    font-size: 42px;
    color:#005aa0;
    margin-bottom:20px;
}
div.col66.news-col .date {
    color:#e30613;
    font-family: 'Intro Cond', Arial, Helvetica, sans-serif;
    font-size:20px;
}
h3.box-title,
h3.box-title a  {
    font-family:'LF Rubrik', Arial, Helvetica, sans-serif;
    line-height: 42px;
    color: #005aa0;
    font-size: 30px;
    text-decoration: none;
    letter-spacing: -0.5px;
    margin-bottom: 4px;
}
div.col66.news-col p.abstract {
    margin-bottom:24px;
}
.archive-readmore {
    display:inline-block;
    font-family: 'Intro Cond', Arial, Helvetica, sans-serif;
    font-size:18px;
    background:#005aa0;
    color:#fff;
    padding:10px 20px;
    float:right;
}
.archive-readmore:hover {
    background:#e30613;
}
.archive-readmore a.bulleted {
    color:#fff;
}
.archive-readmore a.bulleted:before {
    content:"\f054";
    font-family: FontAwesome;
    padding-right:10px;
    color:#fff;
    text-decoration:none;
    font-size:17px;
    display:inline-block;  
}
div.col100.puff {
    margin-top: 0;
    min-height: 360px;
}
div.col100.puff-container {
    margin-bottom:30px;
    width: 100%;
}
div.col100.puff-container img {
    width: 48%;
}
div.col100.puff-container .puff-area {
    padding: 20px;
    color: #222;
    font-size: 18px;
    width: 48%;
    float: right;
}
div.col100.puff-container h4 {
    font-family:'LF Rubrik', Arial, Helvetica, sans-serif;
    color:#00427a;
    font-size:38px;
    font-weight:400;
    margin-bottom:15px;
}

div.col100.puff-container h4.puff-title span.color-word {
  color: #e30613;
}
div.col100.puff-container h3 {
    color:#222;
    font-size:26px;
    font-weight:400;
    margin-bottom:10px;
    letter-spacing:-0.5px;
}
div.col100.puff-container a {
    text-decoration:none;
    color:#005aa0;
  
}
div.col33.promo {
    background:#e6eff6;
    padding:30px;
    box-sizing:border-box;
    width:32.1937321937322%;
    font-family: 'Intro Cond', Arial, Helvetica, sans-serif;
}
div.col33.promo ul {
    margin:0;
    list-style-type:none;
}
div.col33.promo ul li {
    margin:0 0 10px;
    list-style-type:none;
    line-height:30px;
    font-size:22px;
}
div.col33.promo ul li:before {
    content:"\f054";
    font-family: FontAwesome;
    padding-right: 6px;
    color: #005aa0;
    text-decoration: none;
    font-size: 17px;
    display: inline-block;
    top: 1px;
    position: relative;
}
div.col33.promo h4 {
    font-family: 'LF Rubrik', Arial, Helvetica, sans-serif;
    color: #005aa0;
    font-size: 31px;
    line-height: 32px;
    font-weight: 400;
    margin: 0 0 21px 0px;
}
    div.col33.promo a {
        color:#e30613;
        text-decoration:none;
    }
    div.col33.promo img {
        max-width:100%;
    }
.box-primary div.title-icon, .box-secondary div.title-icon {
    width:47px;
}
.box-primary div.title-icon i.fa, .box-secondary div.title-icon i.fa {
    font-size:38px !important;
}
.box-primary div.title-icon i.fa {
    color:#e30613;
}
    .box-secondary div.title-icon i.fa {
        color:#e30613;
    }
.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 55%;
    text-align: center;
}
.box.box-secondary div.title-icon span.fa-stack {
    line-height:1em;
    height:1em;
}

.alignleft {
    margin-right:24px;
}
ul.templatelist.block.objectlist li h2 {
    font-size:24px;
}

span#object_detail_buttonlist.button-list .btn_details {
    background:#005aa0;
}
span#object_detail_buttonlist.button-list .btn_details_container {
    margin-right:20px;
}

div.areatext {
    width: 325px;
    float: left;
}
div.areaimg img {
    border:1px solid #b7cada;
}

.col50 img {
    max-width:570px;
}
.sfdsdf {
    background:#005aa0;
}

div.areanews h2.localnews {
    color:#005aa0;
}

ul.form li, .box ul.form li {
    font-size:14px;
}
div.adminmap {
    float:right;
}

span.titleColor {
    color:#e30613;
}

/** Department List **/
body.org_contact {
	height: initial !important;
}
body.org_employeelist table.gridlist {
	margin-bottom: 24px;
}
body.org_employeelist table.gridlist tr td {
	padding: 4px 12px;
}
.sdf {
    background:#005aa0;
    background:#e30613;
}

.templatelist {
    width: 100%;
}
.serviceOrder-tableHeader ul li {
    background:#005aa0;
}

.serviceOrder-orderRow.templatelist.table li {
    border-bottom:none;
    padding-top: 4px;
    height: auto;
    width: 20%;
    float: left;
}
ul.serviceOrder-orderRow.templatelist.table {
    overflow:hidden;
    border-bottom:1px solid #e6eff6;
}

.serviceOrder-tableHeader ul li {
    background: #005aa0;
    padding: 6px;
    box-sizing: border-box;
    height: 36px;
}
.serviceOrder-orderRow.templatelist label.serviceOrder-rowLabel {
    width: 75px;
}

.form li.label span#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_lblIncome {
    font-size:12px;    
}

div.cookie-header {
    background:#e30613;
    color:#fff;
    font-size:14px;
}
div.cookie-header a {
    color:#fff;
}
    div.cookie-header .cookieCheckLink {
        margin-right:10px;
    }

div.siteContentPopup div.page-popup div.siteContentIframe div.article-area-info div.article-area-info img {
    width:100%;
}
div.siteContentPopup div.page-popup h1 {
    font-size:38px;
}
div.TableSummary.subst-table {
    padding:10px;
    box-sizing:border-box;
}

div.interest-header,
div.interest-footer,
div.interest-footer p {
    background-color:#e6eff6;
}
div.interest-footer {
    margin-top: 10px;
    float: left;
    width: 100%;
}
div.interest-interestinfo {
    width: 98%;
}
div.interest-objectinfo {
    width: 82%;
    float:right;
}
table.gridlist tbody tr td img,
ul.templatelist.block li span img {
    margin-right:4px;
    margin-left:0;
}
ul.templatelist.block li img:first-child:not(.image) {
    margin-left:0;
}
.templatelist.block.header li label, .templatelist.block li label {
    width:70px;
}

div.image-thumbs img {
    width:initial;
}

img#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_imgEmail {
    width:12px !important;
}

/*Visa inte meddelanderutan på Mina Sidor*/
div#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col2_divMessages {
    display: none;
    visibility: hidden;
}

.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;
}