.page-wrap {
    background-color:#ffffff;
    /*
    background-color:transparent;
    background-image:url(../img/bg.jpg);
    background-position:top center;
    background-repeat:no-repeat;
    */
    color:#505147;
    background-attachment:fixed;
    font-family:tahoma;

    margin:0px;
    padding:0px;

}


.content-main {
    margin-top: 0px;
    margin-top: 0rem;
    margin-bottom: 0px;
    margin-bottom: 0rem;
    
}

.header-main, .navigation-main, .footer-main {
    background-color:transparent;    
}
.footer-main {
    border-top: 0px;
       
}

.footer-main .container {
    border-top: 1px solid #dadae5;
    padding:0px 20px 0px 20px;  
}
.navigation-main {
    border-bottom:0px;
    margin-top:1.6rem; 
}



.navigation-main .navigation--link {
    font-size: 16px;
    font-size: 1.1rem;
    cursor: pointer;
    color: #efebdc;
    font-weight: 600;
}

.navigation-main .is--active .navigation--link {
    padding: .6rem .875rem .5rem .875rem;
    
}

.shop--navigation .entry--menu-left .btn {
    color: #efebdc;
}

.navigation-main .is--active .navigation--link {
    background-color: #e3760c;
    background-image: -ms-linear-gradient(top, #e3760c, #d2771f  );
    background-image: linear-gradient(to bottom, #e3760c 0%, #d2771f 100%);
    font-weight: 600;
}

.js--menu-scroller {
    /*border-bottom: 1px solid #d9400b;*/
}

.header-main .top-bar {
    margin-bottom:0px;
    padding:0px;
}


.header-main {
    /*height:10.625rem;*/
    background-image:url(../img/kaffeeshop8.jpg);
    background-size: auto 11.25rem;
    background-position:top center;
    background-repeat:no-repeat;    
}

#janofair { 
    position:absolute;top:50px;right:0px;z-index:999;
}

@media only screen and (max-device-width: 480px) {
    .header-main {
        background-image:none;
        background-color:#363636;   
    }
    
    
    #janofair {
        top:0px;
    }
}


.header-main .container {
    background-color:transparent;  
}

.header-main .logo--shop {
    background-color:transparent;  
    /*opacity: 0.7;*/
    border-radius:  0.625rem;
    padding:0.313rem;
}


/*
.footer-main .footer--column {
    width:20%;    
}

*/
