@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/system_visual.png);
    background-repeat: no-repeat;
    background-position: right center;
}

#sun-cut{
    position: absolute;
    margin-left: -15%;
    width: 15%;
    height: 350px;
    background-image: url(../gfx/SunGreen_cut.png);
    background-repeat: no-repeat;
    background-size: contain;
}

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

    .sunred, .sunblue{
        display: inline-block;
        margin-right: 5px;
    }
    
    .sunredmobil, .sunbluemobil{
        display: none;
        margin-right: 5px;
    }
    
body #section6 #slide4 {
    background-image: url(../gfx/geistreich_desktop.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}

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

}

/* News */

.new_section_full_content{
    height: 350px;
}

.news_right{
    text-align: right;
    text-align: -webkit-right;
    text-align: -moz-right;
}

/* Konzertlinie */

#linecontainer{
    max-height: 350px;
    overflow-y: auto;
    overflow-x: hidden;
}

.linebox p{
    margin-bottom: 0;
}
.linebox {
    background-color: rgba(0, 0, 0, 0.65);
    border: 1px solid black;
    height: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 15px;
    margin-bottom: 5px;
}

.act {
    border-color: rgb(255, 255, 255);
}

/* Planeten Desktop */

.list-planets{
    height: 350px;
}
.list-planets li{
    height: 100%;
    padding: 1px;
    position: relative;
    text-align: center;
    line-height: 350px;
    border-radius: 5px;
    
    background-position: center center;
    background-repeat: no-repeat;
}
.list-planets li:hover{
    background-color: rgba(0,0,0,0.15);
}

.list-planets li img{
    vertical-align: middle;
    display: inline-block;
}

.list-planets li:nth-child(1){
    background-image: url(../gfx/planet1.png);
    background-size: 15%;
}
.list-planets li:nth-child(2){
    background-image: url(../gfx/planet2.png);
    background-size: 35%;
}
.list-planets li:nth-child(3){
    background-image: url(../gfx/planet3.png);
    background-size: 40%;
}
.list-planets li:nth-child(4){
    background-image: url(../gfx/planet4.png);
    background-size: 25%;
}
.list-planets li:nth-child(5){
    background-image: url(../gfx/planet5.png);
    background-size: 20%;
}
.list-planets li:nth-child(6){
    background-image: url(../gfx/planet6.png);
    background-size: 100%;
}
.list-planets li:nth-child(7){
    background-image: url(../gfx/planet7.png);
    background-size: 50%;
}
.list-planets li:nth-child(8){
    background-image: url(../gfx/planet8.png);
    background-size: 85%;
}
.list-planets li:nth-child(9){
    background-image: url(../gfx/planet9.png);
    background-size: 35%;
}
.list-planets li:nth-child(10){
    background-image: url(../gfx/planet10.png);
    background-size: 30%;
}
.list-planets li:nth-child(11){
    background-image: url(../gfx/planet11.png);
    background-size: 25%;
}
.list-planets li:nth-child(12){
    background-image: url(../gfx/planet12.png);
    background-size: 20%;
}

#biography-container{
    background-color: rgba(0,0,0,0.65);
    height: 350px;
    padding: 10px 15px 10px 15px;
    border: 1px solid black;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/* Planeten MOBIL */

.list-planets-mobile{
    background-color: rgba(0,0,0,0.65);
    margin: 0;
    padding: 10px 0 10px 0;
    border: 1px solid black;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
    text-align: left;
}

.list-planets-mobile li{
   margin-bottom: 15px;
}