/* 
    Document   : global
    Created on : 30.10.2013, 08:09:07
    Author     : bjoernkames
    Description:
        Purpose of the stylesheet follows.
*/


@font-face {
    font-family: 'eb_garamondregular';
    src: url('../font/ebgaramond-webfont.eot');
    src: url('../font/ebgaramond-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/ebgaramond-webfont.woff') format('woff'),
         url('../font/ebgaramond-webfont.ttf') format('truetype'),
         url('../font/ebgaramond-webfont.svg#eb_garamondregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html,body,#page{
    height: 100%;
}

body {
    background-color: #fff4e6;
    font-family: 'eb_garamondregular', serif;
    font-size: 16px;
}

h1,h2,h3,h4,h5{
    font-family: 'eb_garamondregular', serif;
}

h1{ font-size: 26px; margin-top: 0px; }
h2{ font-size: 20px; }
h3{ font-size: 18px; }

figure{
    margin-bottom: 10px;
}

table th{
    font-weight: normal;
    color: #000;
}

table.preisliste{
    background-color: #fff;
    font-size: 14px;
    font-family: Arial, sans-serif;
}

table.preisliste tr:hover{
    background-color: #eee;
}

table.feature{
    margin-bottom: 25px;
}

table.feature td{
    vertical-align: top;
    padding: 0 20px 0 0;
}

table h1,
table h2{
    margin-top: 0;
}

.text-schwarz{
    color: #000;
}

.hover:hover{
    background-color: #e5d6c3;
    border-radius: 5px;
}

img{
    max-width: 100%;
    height: auto;
}

a{
    color: #990000;
}

a:hover{
    color: #cc0000;
    text-decoration: none;
}

.iconbox{
    background-color: #e5d6c3;
    border-radius: 5px;
    padding: 15px;
}

.iconbox i{
    font-size: 30px;
}

#page{
    position: relative;
}

#main{
    z-index: 800;
    position: relative;
}

#bg-left,#bg-right{
    position: fixed;
    top: 0;
    height: 100%;
    width: 370px;
}

#bg-left{
    left: 0px;
    z-index: 700;
    background-image: url(../img/layout/bg-body.jpg);
    background-repeat: no-repeat;
}

#bg-right{
    right: 0px;
    z-index: 700;
    background-image: url(../img/layout/bg-body.jpg);
    background-repeat: no-repeat;
}

#header{
    display: block;
    text-align: center;
    padding-top: 60px;
}

#telefon{
    position: absolute;
    top: 30px;
    right: 30px;
}

#logo{
    padding: 10px 0 20px 0;
    margin: 0 auto;
}

#header .navigation{
    position: relative;
    background-color: #e5d6c3;
    border-top: 1px solid #c2b8ac;
    border-bottom: 1px solid #c2b8ac;
    text-align: center;
}

#header .navigation ul{
    margin: 0;
    padding: 0;
    display: inline-block;
}

#header .navigation ul li{
    display: inline-block;
    line-height: 40px;
}

#header .navigation ul li a{
    font-family: 'eb_garamondregular', serif;
    font-size: 19px;
    color: #756c62;
    padding: 0 9px 0 9px;
}

#header .navigation ul li.active a{
    color: #29211f;
}

#darko{
    position: absolute;
    left: 30px;
    bottom: 0px;
}

#top{
    position: absolute;
    width: 100%;
    background-image: url(../img/bg-header-top.png);
    background-repeat: repeat-x;
    height: 56px;
    z-index: 900;
}

#footer{
    width: 100%;
    padding: 15px 0 0 0;
    min-height: 266px;
    background-image: url(../img/bg-footer.jpg);
    position: relative;
    z-index: 950;
    color: #eee;
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
}


#teaser-home{
    background-color: #fff;
    padding: 30px 0px 30px 0px;
}

.content-default{
    padding: 30px 0 30px 0;
}

.bg-default{
    background-color: #fff4e6;   
}

#servicebar{
    background-color: #e5d6c3;
    text-align: center;
    display: block;
    padding: 10px 0 10px 0;
}

#servicebar .item{
    color: #655745;
    font-size: 16px;
    margin: 0 20px 0 20px;
}

#servicebar .active{
    color: #000;
    cursor: default;
}

img.polaroid {
    border: 3px solid #fff;
    -webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
}

.navbar {
    position: relative;
    z-index: 1000;
    min-height: 50px;
    margin-bottom: 0px;
    border: 1px solid transparent;
}



@media (max-width: 768px) {
    
    body{
        margin:0px;
        padding:0px;
    }
    
    .container{
       
    }
    
    .content-default,
    #teaser-home{
        padding: 30px 15px 30px 15px;
    }
    
    table.preisliste{
        background-color: #fff;
        font-size: 10px;
        font-family: Arial, sans-serif;
    }
    
    .wohnung-home{
        padding: 20px 0 20px 0;
        text-align: center;
    }
    
    #servicebar .item{
        padding: 5px 0 5px 0;
        font-size: 12px;
    }
    
    #header .navigation{
        display: none;
    }
    
    
    .iconbox{
        padding: 5px;
    }
    
    .iconbox i{
        font-size: 20px;
    }
    
}