html {
    font-size: 14px;
    font-family: 'Lato',"Open Sans";
    background-color:#eae9e4;
}

.userregbutton {
    background-color: #009999;
    cursor: pointer;
    font-family: 'Dosis', sans-serif;
    font-size: 11pt;
    font-weight: 600;
    border-radius: 3px;border: none;
    color: white;
    padding: 5px;
}

.userregbutton:hover {
    background-color: #212e3b;
}

.userregref {
    cursor: pointer;
    font-family: 'Dosis', sans-serif;
    font-size: 11pt;
    font-weight: 600;
}
.userregref :hover {
    background-color: #212e3b;
}

.worklist {
    font-family: 'Lato', "Open Sans";
    font-size: 0.938em;
    line-height: 1.625em;
}

.workul {
    list-style: inside;
    padding-left: 20px;
    padding-bottom: 10px;
}

.editable {
    width: 100%;
}

/**umb_name:IngressHeader*/
.ingressHeader{
    color: #34495e;
    font-family: "Dosis",sans-serif;
    font-size: 15pt;
    font-weight: 600;
}

.warningstyle {
    border: 1px #f6b83f solid;
}

.hidden {
    display: none;
}

.show {
    display: block;
}

.field .input.txtName{
    background: #e5ebf0 url(https://s3-eu-west-1.amazonaws.com/staticwebfilsewww/_img/nameIcon.png) no-repeat 10px center;
    padding-left: 30px;
}

.field .input.txtPass{
    background: #e5ebf0 url(https://s3-eu-west-1.amazonaws.com/staticwebfilsewww/_img/passicon2.png) no-repeat 10px center;
    padding-left: 30px;
}

.field .input.txtCompany{
    background: #e5ebf0 url(https://s3-eu-west-1.amazonaws.com/staticwebfilsewww/_img/companyIcon.png) no-repeat 10px center;
    padding-left: 30px;
}
.field .input.txtEmail{
    background: #e5ebf0 url(https://s3-eu-west-1.amazonaws.com/staticwebfilsewww/_img/mailIcon.png) no-repeat 10px center;
    padding-left: 30px;
}
.field .input.txtPhone{
    background: #e5ebf0 url(https://s3-eu-west-1.amazonaws.com/staticwebfilsewww/_img/phoneIcon.png) no-repeat 10px center;
    padding-left: 30px;
}
.field .input.txtMessage{
    background: #e5ebf0 url(https://s3-eu-west-1.amazonaws.com/staticwebfilsewww/_img/msgIcon.png) no-repeat 10px 10px;
    padding-left: 30px;
    height: 150px;
    
}
.field .input {
    background: none repeat scroll 0 0 #e5ebf0;
    border: 1px solid #d2d9dc;
   border-radius: 0px;
   
}

.field .input.txtName.sale{
   background: #fff url(https://s3-eu-west-1.amazonaws.com/staticwebfilsewww/_img/nameIcon.png) no-repeat 10px 10px;
    
}

.field .input.txtCompany.sale{
   background: #fff url(https://s3-eu-west-1.amazonaws.com/staticwebfilsewww/_img/companyIcon.png) no-repeat 10px 10px;
    
}
.field .input.txtEmail.sale{
   background: #fff url(https://s3-eu-west-1.amazonaws.com/staticwebfilsewww/_img/mailIcon.png) no-repeat 10px 10px;
    
}
.field .input.txtPhone.sale{
   background: #fff url(https://s3-eu-west-1.amazonaws.com/staticwebfilsewww/_img/phoneIcon.png) no-repeat 10px 10px;
    
}
.field .input.txtMessage.sale{
   background: #fff url(https://s3-eu-west-1.amazonaws.com/staticwebfilsewww/_img/msgIcon.png) no-repeat 10px 10px;
    
}

.SaleContact table {
    background-color:#e5ebf0;
    
}

.picker {
     background: none repeat scroll 0 0 #e5ebf0;
    border-radius: 0px;
    width: 299px;
}
.picker select {
    width:109%;
    z-index:0;
}

.picker:after {
    /*content: none;*/
}

.btn.vdata, .skiplink.vdata {
    background: none repeat scroll 0 0 #009999;
    border: 1px solid #009999;
    border-radius:3px;
}

body {
    background: none repeat scroll 0 0 #eae9e4;
}
.row0 {
    margin: 0 auto;
    max-width: 1200px;
    min-width: 320px;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
}
.row2 {
    margin: 0 auto;
    max-width: 1200px;
    min-width: 320px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}

.row3 {
    margin: 0 auto;
    max-width: 1200px;
    min-width: 320px;
    padding-left: 0px;
    padding-right: 0px;
}

.row0 .nine.columns {
    width: 67.6364%;
}

.row0 .push_one {
    margin-left: 9.09091%;
}

.row3 .two.columnControl {
    width:12%;
}

.row3 .three.columnControl {
    width:17%;
}

.row3 .four.columnControl {
    width:20%;
}

.row3 .five.columnControl {
    margin-left:7%;
    width:20%;
}

.footerColumn{
    width:58.2%;   

}

li .smallerFont {
    font-size:0.938em;
}

.footerColumn2 {
    width:41.8%;
    float:right;
}
/**umb_name:p*/
p {
    font-family: 'Lato', "Open Sans";
    font-size: 0.938em;
}
/**umb_name:h1*/
h1{
    font-size:55pt;
    font-family: 'Dosis', sans-serif;
    color:#34495e;
}

h2.estimatedvalue {
    font-family: sans-serif;
}

h2.estimatedvalueIntervall
{
    font-family: sans-serif;

}
h2.estimatedvalueintervall
{
    font-family: sans-serif;
}
/**umb_name:h2*/
h2 {
    font-size:32pt;
    font-family: 'Dosis', sans-serif;
    font-weight:500;
    color:#34495e;
}
/**umb_name:h3*/
h3 {
    font-size:25pt;
    font-family: 'Dosis', sans-serif;
    color:#34495e;
    font-weight:500;
    text-transform:uppercase;
}
/**umb_name:h4*/
h4 {
    font-size:15pt;
    font-family: 'Dosis', sans-serif;
    font-weight:700;
    color:#fff;
   text-transform:uppercase;
}

/**umb_name:h5*/
h5{
    font-size:15pt;
    font-family: 'Dosis', sans-serif;
    font-weight:700;
    color:#34495e;
   text-transform:uppercase;
}
/**umb_name:link*/
a {
    color: #009999;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 600;
}
/**umb_name:No-caps*/
.cap{
    text-transform:none;
}
.profile{
    
}
table {
    border: none;
   
}

.name{
    font-size:12px;
    font-weight:700;
}
.title{
    font-size:12px;
}

table thead th, table tbody td, table tr td {
    border-top: none;
    
}
#headerImg{
    background:url(/Images/headerimage.png) 0 0 no-repeat;
    height:129px;
    background-size: cover;
    }

.footerlinks p 
{
    font-size:12pt;
    font-family: 'Lato', sans-serif;
    color:#c0c5ca;
    line-height:0.8em;
    }
.footercopy p{
    font-size:11pt;
    font-family: 'Lato', sans-serif;
    color:#c0c5ca;
    line-height:0.6em;
    }
.footerlinks p.float 
{
    line-height:1.2em;
    }

.footerlinks a 
{
    font-size:12pt;
    font-family: 'Lato', sans-serif;
    color:#c0c5ca;
    line-height:0.8em;
    }

a.mail, a.mail:hover{
    color:#009999;
    }

.vdatapretty{
    background-color:#fff;
    margin-bottom: 0;
    }


.gumby-no-touch .navbar ul li:hover > a , .gumby-touch .navbar ul li:hover > a {
    background:none;
    color:#009999;
}

.gumby-no-touch .navbar ul li:hover > a.sub , .gumby-touch .navbar ul li:hover > a.sub {
    
    background-color:#212e3b;
    color:#fff;
    border-top-right-radius :3px;
    border-top-left-radius :3px;
    }

.gumby-no-touch .navbar ul li:hover .dropdown ,.gumby-touch .navbar ul li.active .dropdown{

}

.navbar ul li {
    height: 40px;
    line-height: 48px;
}

.navbar ul li > a {
    color: #9a9fa4;
    text-shadow: none;
    font-family: 'Lato', sans-serif;
    font-size:14px;
    font-weight:600;
    height: 30px;
    line-height: 29px;
}

.navbar ul li:last-child > a:hover {
    
}

.navbar .logo {
    font-size:1.25rem;
    height:50px;
    padding-top:5px;
}

.navbar ul {
    float: left;
    margin-top:10px;
}

.navbar ul li .dropdown {
    background: none repeat scroll 0 0 #212e3b;
    max-width: 197px;
    border-bottom-left-radius :3px;
    border-bottom-right-radius :3px;
    border-top-right-radius :3px;
    
}

.navbar ul li .dropdowns     {
    background: none repeat scroll 0 0 #212e3b;
    max-width: 232px;
    border-bottom-left-radius :3px;
    border-bottom-right-radius :3px;
    border-top-right-radius :3px;
    display:none;
    position:absolute;
}

.dropdowns forms {
    margin: 0 0 0px;
    
}
.navbar li .dropdown ul > li {
    padding-left:20px;
    padding-right:20px;
}

.navbar li .dropdown ul > li a {
    border-bottom:1px solid #395169;
    color: #fff;
    font-weight:300;
    height: 31px;
    line-height: 28px;
    padding: 0 0px;
}

.navbar li .dropdown ul > li.omvd a {
    border-bottom:1px solid #395169;
    color: #fff;
    font-weight:300;
    height: 31px;
    line-height: 28px;
    padding: 0 3.7px;
}

.navbar li .dropdown ul > li:last-child a {
    border-bottom:none;
    padding-bottom:10px;
}

.gumby-no-touch .navbar ul li:hover .dropdown, .gumby-touch .navbar ul li.active .dropdown{
    border-top:none;

}

.gumby-no-touch .navbar li .dropdown ul li a:hover{
    background: none;
    color:#009999;
}

.navbar ul li > a.unlock{
    background:url("https://s3-eu-west-1.amazonaws.com/staticwebfilsewww/_img/unlock2.png") no-repeat scroll 75px center #009999;
    padding-left:10px;
    padding-right:35px;
    color:#fff;
    border-radius:3px;

    }


.navbar ul li > a.loginbtn{
    background:url("https://s3-eu-west-1.amazonaws.com/staticwebfilsewww/_img/lock2.png") no-repeat scroll 75px center #009999;
    padding-left:10px;
    padding-right:35px;
    color:#fff;
    border-radius:3px;

    }

.loginbtn a{
    color:#fff;
    font-family: 'Lato',sans-serif;
    font-size: 14px;
    font-weight: 600;
    }

.navbar ul li > a.unlock:hover{
    background:url("https://s3-eu-west-1.amazonaws.com/staticwebfilsewww/_img/unlock2.png") no-repeat scroll 75px center #212e3b;
   color:#fff;
    
    }

.navbar ul li > a.loginbtn:hover{
    background:url("https://s3-eu-west-1.amazonaws.com/staticwebfilsewww/_img/lock2.png") no-repeat scroll 75px center #212e3b;
   color:#fff;
    border-bottom-right-radius:0px;
    border-bottom-left-radius:0px;
    }

.loginpop{
    position:relative;
    left:723px;
}

#sublogin{
    width:237px;
    background-color:#212e3b;
    padding:20px;
    border-bottom-left-radius:3px;
    border-bottom-right-radius:3px;
    border-top-left-radius:3px;
    color:#fff;
    font-family: 'Lato',sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 21px;
    text-align:left;
       }

br{
    line-height:1;
}

.poplogin{
    background-color:#009999;
    margin-top:15px;
    color:#fff;
    border-radius:3px;
    border:0;
    width:192px;
    height:30px;
    }

.hero{
    height:644px;
    width:100%;
    
    }

.sitepuff{
    background-color:#e5ebf0;
    border-radius:5px;
    height:419px;
    margin-top:-111px;
    margin-bottom:56px;
    text-align:center;
    cursor:pointer;
}

.sitepuff img{
    
    margin-top: 20px;
    }

.sitepuff p{
    font-size:14px;
    text-align:left;
    margin-left:20px;
    margin-right:20px;
    }
.sitepuff ul{
    margin-left:20px;
    margin-right:20px;
    text-align:left;
    
    }
.sitepuff li{
    padding-left:25px;
    font-family:'Lato', sans-serif;
    font-weight:700;
    font-size:14px;
    margin-top:0px;
    line-height: 1.5;
    }

.lighter ul{
    margin-left:20px;
    margin-right:20px;
    text-align:left;
    
    }

.lighter li{
    padding-left:25px;
    font-size:14px;
    margin-top:0px;
    line-height: 1.5;
    background: url(https://s3-eu-west-1.amazonaws.com/staticwebfilsewww/_img/lighterCheck.png) no-repeat left 3px;
    }

.dark ul{
    margin-left:20px;
    margin-right:20px;
    text-align:left;
    
    }

 .dark li{
     padding-left:25px;
    font-size:14px;
    margin-top:0px;
    line-height: 1.5;
    background: url(https://s3-eu-west-1.amazonaws.com/staticwebfilsewww/_img/darkCheck.png) no-repeat left 3px;
    }

 .light ul{
    margin-left:20px;
    margin-right:20px;
    text-align:left;
    
    }

 .light li{
     padding-left:25px;
    font-size:14px;
    margin-top:0px;
    line-height: 1.5;
    background: url(https://s3-eu-west-1.amazonaws.com/staticwebfilsewww/_img/lightCheck.png) no-repeat left 3px;
    }


.btn.pretty.vdata, .pretty .vdata.btn, .pretty .vdata.skiplink, .vdata.skiplink.pretty:hover, .vdata.skiplink.pretty:active, .skiplink.pretty.vdata {
    background-color: #009999;
    border: none;
    width:220px;
    text-transform:uppercase;
    font-family: 'Lato',sans-serif;
    font-size: 14px;
    font-weight: normal;
}

.roller{
    background-color:#1ab7ea;
    height:246px;
    margin-bottom:56px;
    overflow:hidden;
    }

.rollbox{
    
    }
.Newsdate{
    color:#666;
    font-family: 'Lato', sans-serif;
    font-weight:300;
    }

.smallhero{
    height:130px;
    background: url(https://s3-eu-west-1.amazonaws.com/staticwebfilsewww/_img/herosmall.jpg) no-repeat 0 0;
    }

.privatbostaeder{
    background: url(https://s3-eu-west-1.amazonaws.com/staticwebfilsewww/_img/smallhero2.png) no-repeat 0 0;
    } 
.kontakt{
    background: url(https://s3-eu-west-1.amazonaws.com/staticwebfilsewww/_img/smallhero2.png) no-repeat 0 0;
    }

.support {
    background: url(https://s3-eu-west-1.amazonaws.com/staticwebfilsewww/_img/smallhero3.png) no-repeat 0 0;
    }
.kommersiella-fastigheter{
    background: url(https://s3-eu-west-1.amazonaws.com/staticwebfilsewww/_img/smallhero3.png) no-repeat 0 0;
    }

.aside{
    background-color:#e5ebf0;
    padding:20px 40px;

}
.aside p{
    font-size:14px;
    font-family:'Lato', Open sans;
}

.aside hr{
    color: #667989;
    background-color: #667989;
    height: 1px;
    border:0px solid #667989;
}

.button{
    background-color:#009999;
    border:0;
    margin-top:15px;
    color:#fff;
    border-radius:3px;
    height:35px;
    padding-left:20px;
    padding-right:20px;
    cursor:pointer;
    }
.notactive{
    background-color:#dfe0db;
    color:#a5a6a1;
    }
.tmpBox{
    margin-bottom:30px;
    }
.Boxm{
    margin-bottom:10px;
    }

.sitepuffH31{
    margin-top:20px;
    margin-bottom:48px;
    }

.sitepuffH32{
    margin-top:20px;
    margin-bottom:48px;
    }

.sitepuffH33{
    margin-top:20px;
    margin-bottom:10px;
    }

.pufftopmargin {
    padding-top:10px;
}

.tmpboxspace {
padding-top:10px;
}

@media only screen and (max-width: 1280px){
    .row .four.columns.vdatacolumn{
        width: 30%;
    }
}

@media only screen and (max-width: 1200px){
    .row .four.columns.vdatacolumn{
        width: 20%;
    }

    .footerlinks a {
    
        line-height: 1.1em;
    }

    .loginpop{
        left:416px;
    }
}

@media only screen and (max-width: 1080px){
    .loginpop{
        left:611px;
    }
}

@media only screen and (max-width: 1024px){
    .loginpop{
        left:611px;
    }
}

@media only screen and (max-width: 945px){
    .navbar li .dropdown ul > li{
        padding-left:10px;
    }

    .tmpBox{
    margin-bottom:7px;
    }

    .loginpop{
        left:495px;
    }
}

@media only screen and (max-width: 800px){
 
    .loginpop{
        left:511px;
    }
   
}

@media only screen and (max-width: 768px){
    .loginpop{
        left:504px;
    }
   
    .sitepuffH32{
    margin-top:10px;
    margin-bottom:20px;
    }
    .footerlinks:first-child{
        margin-left:5px;
        
    }
    .footerlinks {
        margin-left:5px;
    }
    .footerlinks p a{
        font-size:10pt;
    }
   .footerlinks p a.mail{
        font-size:9pt;
    }
    .footercopy {
        padding-left:5px;
        
    }
    .footerColumn2{
        padding-left:5px;
        
    }
    .slickImg img {
        height:246px;
        width:246px;
    }
}

@media only screen and (max-width: 767px){
 
    form {
        margin: 0;
    }
    .loginpop{
        display:none;
    }
   .slickImg {
        display: none;
    }
   .tmpBox {
        display:none;
    }
    .Boxm{
        display:none;
    }

    .sitepuff p{
        display:none;
    }
    .roller{
    display:none;
    
    }
     .footerlinks:first-child{
        margin-left:5px;
        
    }
    .footerlinks {
        margin-left:5px;
        
    }
    .footercopy {
        padding-left:5px;
        
    }
    .footerColumn2{
        padding-left:5px;
        
    }
    .sitepuff{
    height:239px;
    margin-top:10px;
    
    }

    #skimg{
    display:none;
    
    }
}

@media only screen and (max-width: 400px) {

    .navbar .logo a img {
        height: auto;
        max-width: 200px;
        width:200px;
    }
    .tmpBox {
        display:none;
    }
    .Boxm{
        display:none;
    }

    .sitepuff p{
        display:none;
    }

    .navbar ul {
        top:50px;
        margin-top: 0px;
        }
    
    .hero{
        display:none;
        height:0px;
        
    }
    .footerlinks:first-child{
        margin-left:5px;
        
    }
    .footerlinks {
        margin-left:5px;
        
    }
    .footercopy {
        padding-left:5px;
        
    }
    .footerColumn2{
        padding-left:5px;
        
    }
    .roller{
    display:none;
    
    }

    
    .newsitem{
        margin-bottom: 10px;
    }
    
    .sitepuff{
    height:239px;
    margin-top:10px;
    
    }

    #skimg{
    display:none;
    
    }
}

#searchTable td{
   font-size:10px;

}

#searchTable th{
   font-size:10px;

}
.parentMapoverlay{
    background-color: rgba(224,224,224,0.9);
    margin-left:612px;
    width:362px;
    height:580px;
    position: absolute;
    top: 54px;
}

.tab-nav > li input{
    display:none;
}

.tab-nav > li.active input{
    display:block;
}

.tab-nav > li.active input span{
    display:none;
}

.ui-front {
    z-index: 100000;
}

.childMapoverlay{
    position:relative;
   margin-left: 10px;
   float:left;
    width: 320px;
}

.childMapoverlayTool{
    background-color:#e0e0e0;
    width:30px;
    height:580px;
    float:left;
    cursor:pointer;
    padding-left:10px;
    padding-top: 250px;
}

.childMapoverlayTool:hover{
    background-color:#a0a0a0;
}

.hidesChildTool{
    margin-left:954px;
   width:30px;
}

.tab-content {
    display: none;
    padding: 0px;
}

.ui-accordion .ui-accordion-header{
    background: none;
    border: none;
    
}
.ui-accordion .ui-accordion-content {
     background: none;
    border: none;
    padding: 10px;
}

table.marketShareTable tr td, table.marketShareTable tbody tr td{
    font-size:10px;
    padding:5px;
}
table.marketShareTable tr th, table.marketShareTable tbody tr th{
    font-size:10px;
}

.labels {
     background-color: white;
     text-align: center;
     width: 150px; 
     padding:10px;    
     border: 1px solid black;
}

#container2 {
    text-align: justify;
}
#container2 > div {
    width: 150px;
    display: inline-block;
    vertical-align: middle;
}
#container2:after {
    content: "";
    width: 100%;
    display: inline-block;
}

#container3 {
    text-align: justify;
}
#container3 > div {
    width: 116px;
    display: inline-block;
    vertical-align: middle;
}
#container3:after {
    content: "";
    width: 100%;
    display: inline-block;
}

#kundcontainer2 {
    text-align: justify;
}
#kundcontainer2 > div {
    width: 20%;
    display: inline-block;
    vertical-align: top;
}
#kundcontainer2:after {
    content: "";
    width: 100%;
    display: inline-block;
}

#kundcontainer3 {
    text-align: justify;
}
#kundcontainer3 > div {
    width: 20%;
    display: inline-block;
    vertical-align: top;
}
#kundcontainer3:after {
    content: "";
    width: 100%;
    display: inline-block;
}

#kundcontainer4 {
    text-align: justify;
}
#kundcontainer4 > div {
    width: 20%;
    display: inline-block;
    vertical-align: top;
}
#kundcontainer4:after {
    content: "";
    width: 100%;
    display: inline-block;
}

#kundcontainer5 {
    text-align: justify;
}
#kundcontainer5 > div {
    width: 20%;
    display: inline-block;
    vertical-align: top;
}
#kundcontainer5:after {
    content: "";
    width: 100%;
    display: inline-block;
}

#kundcontainer6 {
    text-align: justify;
}
#kundcontainer6 > div {
    width: 20%;
    display: inline-block;
    vertical-align: top;
}
#kundcontainer6:after {
    content: "";
    width: 100%;
    display: inline-block;
}

#kundcontainer7 {
    text-align: justify;
}
#kundcontainer7 > div {
    width: 150px;
    display: inline-block;
    vertical-align: middle;
}
#kundcontainer7:after {
    content: "";
    width: 100%;
    display: inline-block;
}

#kundcontainer8 {
    text-align: justify;
}
#kundcontainer8 > div {
    width: 150px;
    display: inline-block;
    vertical-align: middle;
}
#kundcontainer8:after {
    content: "";
    width: 100%;
    display: inline-block;
}

.divline 
{
    border-width: 1px;
    border-bottom-width: 1px;
    border-bottom-color: black;
    border-bottom-style: solid;
    width: 100%;
    margin-bottom: 40px;
    padding-bottom: 5px;
}

.divlinebt 
{
    border-width: 1px;
    border-bottom-width: 1px;
    border-bottom-color: black;
    border-bottom-style: solid;
    width: 100%;
    margin-top: 30px;
}

.sendMessageInfo
{
    font-family: 'Lato', "Open Sans";
    font-size: 12px;
}

