/*body,h1,h2,h3,h4,h5,h6 {font-family: "Lato", sans-serif;}*/
body, html {
    height: 100%;
    color: #777;
    line-height: 1.8;
}

img {
    max-width:100%;
    height:auto;
    width: auto; /* ie 8 */
}
/* Create a Parallax Effect */
.bgimg-1, .bgimg-2, .bgimg-3,.bgimg-4, .bgimg-5, .bgimg-6  {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bgimg-1 {    
    /*background-image: url('/graphics/neuebilder/leather_sw.jpg');*/
    background-image: url(/graphics/neuebilder/theke.jpg);
    min-height: 100%;
}
    
.w3-wide {letter-spacing: 10px;}
.w3-hover-opacity {cursor: pointer;}

#logo_big {display: block;}
#logo_small {display: none;}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
    .bgimg-2, .bgimg-3,.bgimg-4, .bgimg-5, .bgimg-6 {
        display:none;
    }
    .bgimg-1 {background-attachment: scroll;}    
    #logo_big {display: none;}
    #logo_small {display: block;}
}
@media only screen and (min-device-width: 1024px) {
    /* Only on big screens */

    .bgimg-2 {
        background-image: url('/graphics/neuebilder/IMGP0005_sw_small.jpg');
        min-height: 400px;
    }

    .bgimg-3 {
        background-image: url('/graphics/neuebilder/P1030065_DxO-1.jpg');
        min-height: 400px;
    }

    .bgimg-4 {
        background-image: url('/graphics/neuebilder/IMGP0022_sw_small.jpg');
        min-height: 400px;
    }

    .bgimg-5 {
        background-image: url('/graphics/neuebilder/IMGP0011_sw_small.jpg');
        min-height: 400px;
    }

    .bgimg-6 {
        background-image: url('/graphics/neuebilder/IMGP0007_sw_small.jpg');
        min-height: 400px;
    }
}