@import 'https://fonts.googleapis.com/css?family=Quicksand|Lora';
/*Standard*/

article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}
.clearL,
.clearR,
.clear
{
    clear: both;
}
H1, H2, H3, H4, H5, H6
{
    font: 16px / 140% 'Quicksand', sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    color: #3c3c3c;
    padding: 10px 0 0;
}
H1
{
    font-size: 35px;
    text-align: center;
}
H2 {
    font-size: 30px;
    text-align: center;
}
P
{
    padding: 10px 0 5px;
    color: #3c3c3c;
}
p.teasertext {
    text-align: center;
    margin: 0 110px 10px; 
}
A {
    color: #3c3c3c;
    text-decoration: none;
}
A:hover {
    color: #008dc3;
}
HR
{
    background: transparent;
    border: 0 solid #008dc3 ;
    height: 0;
    padding: 0;
    margin: 20px 0;
    border-bottom: 1px solid #008dc3;
}



P.align-center, H1.align-center, H2.align-center, H3.align-center, H4.align-center, H5.align-center, A.align-center, P A.align-center
{
    text-align: center;
}
P.align-right, H1.align-right, H2.align-right, H3.align-right, H4.align-right, H5.align-right, A.align-right, P A.align-right
{
    text-align: right;
}
P.align-justify, H1.align-justify, H2.align-justify, H3.align-justify, H4.align-justify, H5.align-justify, A.align-justify, P A.align-justify
{
    text-align: justify;
}
/*Template*/
HTML, BODY, #site
{
    height:100%;
}
BODY > #site
{
    /*height:auto;*/
    min-height:100%;
}
BODY
{
    font: 15px 'Open Sans', Arial, Verdana, Sans-serif;
    line-height: 20px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    background: #fff url(../img/113707708_naka_60.jpg) center center no-repeat;
}
#site
{
    display: table;
    width: 100%
}
/*Head*/
.head
{
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
#logo
{
    background: url(../img/logo_nordic_real_estate.png) no-repeat left top;
    width: 250px;
    height: 160px;
    margin: 0 auto;
}
#logo A
{
    display: block;
    width: 100%;
    height: 100%;
}
#logo A SPAN
{
    display: none;
}
strong {
    color: #008dc3;
}
/*Allcont*/
.cont
{
    padding-top: 50px;
    width: 960px;
    margin: 0 auto;
    padding-bottom: 70px;
}
.item{
    margin: 0 auto;
}
.wrapper{
    width: 64%;
    margin: 0 auto;
    line-height: 1.7em;
    margin-top: 40px;
}
.lbox,
.rbox{
    float: left;
}
.rbox{
    margin-left: 50px;
    margin-top: 25px;
}
/*Foot*/
.foot
{
    border-top: 1px solid rgba(106, 156, 175, 0.2);
    height: 70px;
    font-size: 14px;
    margin-top: -70px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    z-index: 1000;
}
.foot #inner{
    width: 960px;
    margin: 0 auto;
    padding-top: 25px;
}
.foot #inner .imprint,
.foot #inner .datenschutz{
    display: inline-block;
}
.foot A
{
    color: #008dc3;
    text-decoration: none;
}
.foot P
{
    display: inline;
    padding: 0;
}
#copy
{
    float: right;
    color: #008dc3;
}
#foto{
	display: inline;
}
#webdesign
{
    display: inline;
    margin-right: 15px;
}
td {
    padding-left: 10px;
}
/*Impressumsbox*/

.popup{
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
    width: 100%;
    height: 100%;
    padding: 150px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(0,0,0, .5);
    z-index: 99999;
}

.popupinner {
    position: relative;
    width: 860px;
    padding: 30px 40px 80px;
    margin: 0 auto;
    background: #fff;
    overflow: auto;
    max-height: 80%;
    color: #3c3c3c;
}

#imprintbox a.close {
    width: 100px;
    font-size: 13px;
    color: #FFF;
    white-space: nowrap;
    padding: 10px 20px 10px 17px;
    margin: 0 auto;
    text-align: center;
    display: inherit;
    background-color: #008dc3;
}