/*Visuality - General*/

body {
    background-image: url('../gfx/bg_pet_largedesktop.jpg');
}

/*Visuality - Navigation*/

#small_main_header ul li:hover {
    background-color: rgba(10, 45, 100, 0.95);
}

/*Visuality - Sections*/

body #section1 {
    background-image: url();
    background-repeat: no-repeat;
    background-position: right center;
}

/*Visuality - Elements*/



/*Mediaquerries*/

@media(max-width:1600px){
    body {
        background-image: url('../gfx/bg_pet_desktop.jpg')!important;
    }
}

@media(max-width:768px){
    body {
        background-image: url('../gfx/bg_pet_mobil.jpg')!important;
    }
}