@import 'index_mediaqueries.css';

/*Visuality - General*/

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

/*Visuality - Navigation*/

#small_main_header ul li:hover {
    background-color: rgba(0, 90, 75, 0.95);
}

/*Visuality - Sections*/

body #section1 {
    background-image: url(../gfx/galaxy_visual.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}

body #section2 {
    background-image: url(../gfx/ton_visual.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}

body #section3 {
    background-image: url(../gfx/grafik_visual.png);
    background-repeat: no-repeat;
    background-position: right center;
}

body #section5 {
    background-image: url(../gfx/contact_largedesktop.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
}