
/*Scrollbars*/

/*
@color1: #F0E4DA;
@color2: #D4BEAA;
@color3: #B69F88;
@color4: #7B6851;
@color5: #3A2A1C;
@color6: #BC743F;
*/
@import url(http://fonts.googleapis.com/css?family=Titillium+Web);





.mCS-myTheme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ 
    background-color: #BC743F;
}

.mCS-myTheme.mCSB_scrollTools .mCSB_draggerRail{ 
    background-color: #D4BEAA;  
} 

#mCSB_1,#mCSB_2,#mCSB_3,#mCSB_4{
    height:82%;
    top:18%;
}

#mCSB_5{
    top:1%;
    height:100%;
}


html{
    font-family: 'Titillium Web', sans-serif;
    font-size:1rem;
}

body{
    background-color:#F0E4DA;
    width:100%;
    color:#000;
    overflow: hidden;
}

a{
    color: #BC743F;
    text-shadow: 1px 1px 4px black;
}

a:hover{
    color:black;
    text-shadow: 1px 1px 4px white;
}


#klinke1{
    position:fixed;
    right:20%;
    cursor:pointer;
}

#klinke2{
    position:fixed;
    right:15%;
    cursor:pointer;
}

.klinke{
    top:75px;
}

#popmenu{
    font-size:0.9rem;
    padding:5px;
    position:fixed;
    width:150px;
    background:black;
    color:white;
    text-align:left;
    right:21%;
    top:100px; 
    visibility:hidden;
    
}

#close{
    color: #222;
    background:#BC743F;
    text-align:center;
}

#popmenu a{
    display:block;
    cursor:pointer;
}

#popmenu a:hover{
    background:#BC743F;
}

#klinkeControl{
    position:fixed;
    top:150px;
    right:20px;
    visibility:hidden;
}


.preload{
    height:0px;
    width:0px;
    visibility:hidden;
}

#logo{
    width:398px;
    height:145px;
    position:fixed;
    left:0;
    top:12px;
    z-index:4000;
    background-image: url("pics/logoHead3.png");
    background-size:contain;
    opacity:0.1;
     -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    transition:all 0.5s ease;
}

#logo:hover{
    opacity:0.5;
}


#logoBG{
    border-width: 0;
    width:398px;
    height:145px;
    position:fixed;
    left:0;
    top:12px;
    z-index:4000;
    background-image: url("pics/logoHead3.png");
    background-size:contain;
    opacity:0.8;
}




.li{
    height:80px;
    width:210px;
}


#engineer{
    margin-left:-20px;
    background:url(pics/engineer.png) no-repeat;
    background-size: contain;
}

#engineer:hover{
    background:url(pics/engineer2.png) no-repeat;
    background-size: contain;
}

#engineer:active{
    background:url(pics/engineer.png) no-repeat;
    background-size: contain;
}





#support{
  
    background:url(pics/support.png) no-repeat;
    background-size: contain;
}

#support:hover{
    background:url(pics/support2.png) no-repeat;
    background-size: contain;
}

#support:active{
    background:url(pics/support.png) no-repeat;
    background-size: contain;
}

#sound{
    background:url(pics/sound.png) no-repeat;
    background-size: contain;
}

#sound:hover{
    background:url(pics/sound2.png) no-repeat;
    background-size: contain;
}

#sound:active{
    background:url(pics/sound.png) no-repeat;
    background-size: contain;
}

#sidebar{
    position:absolute;
    left:0;
    height:800px;
    top:140px;
    width:4%;
    z-index:2;
    background:rgba(0,0,0,0.7);
}

#k{
    height:240px;
    margin-right:5%;
}

#k2{
    position:relative;
    height:240px;
}

#mtex1{
    width:100%;  
    margin-bottom:20px;
}

.cover{ 
    width:350px;
    opacity:0.7;
    transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    -webkit-transition:all 0.2s ease;
    float:left;
    margin-right:20px;
}

.cover:hover{
    opacity:1;
}

.beschreibung{
    font-size:0.8rem;
    font-style:inherit;
    font-weight: 100;
    color: #D4BEAA;
}

.centerIframe{
    position:relative;
    float:left;
    margin-right:20px;
}


#board div article section .news{
    padding:2%;
    background:rgba(0,0,0,0.8);
    box-shadow: none;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    color:white;
    height:360px;
    line-height:1rem;
}

/*iframes Soundbeispiele*/

#soundFenster{
height:700px;
}





#soundsAuswahlLinksBereich{
    float:left;
    height:430px;
    background:rgba(255,255,255,0.1);
    padding:10px;
}

.soundLinks{
    display:block;
    text-decoration:none;
    transition:all 0.4s ease;
    border-bottom:1px solid black;
}

.soundLinks:hover{
    color:white;
    background:rgba(2,2,2,0.2); 
}




#soundAuswahl{
    position:absolute;
    left:20%;
    width:60%;
    height:450px;
    background:rgba(0,0,0,0.9);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color:white;
    text-align:left;
    padding:15px;
}

.sound{
    display:block;
    width:450px;
    height:450px;
    //margin-left:40%;
    position:absolute;
    right:2%;
    border-radius: 5px;
    transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -webkit-transition:all 0.4s ease;
}

#zierleiste{
    z-index:6000;
    position:fixed;
    width:100%;
    height:15px;
    background: url(pics/zierleiste.jpg) no-repeat;
    background-size: cover;
    box-shadow:1px 1px 3px black;
    top:0;
    left:0;
}

#nav{
    z-index:1000;
    position:fixed;
    top:10px;
    left:-3%;
    width:104%;
    height:145px;
    background: url(pics/header1.jpg) no-repeat; 
    background-size:cover;
    opacity:1;
    box-shadow:5px 5px 10px rgba(0,0,0,1);
    
}

#nav ul{
    margin-top:55px;
    margin-left:25%;
}

#nav ul li{
    float:left;
    display:inline;
    margin-left:2%;

}

#nav ul li:first-child{
    border-left:none;
}


#nav ul li a{
    display:block;
    opacity:0.85;
    text-shadow:-1px -1px 1px white;
    font-size:1.5rem;
    font-weight:bold;
    text-decoration:none;
    color:black;
}






.vu{
    display:block;
    height:130px;
    -webkit-transition:all 0.8s ease;
    -moz-transition:all 0.8s ease;
    transition:all 0.8s ease;
	}

#vu1{
	position:fixed;
	right:3%;
	top:2%;
	}
	
#vu2{
	position:fixed;
	right:3%;
	top:3.5%;
	transform:rotate(-45deg);
        -moz-transform:rotate(-45deg);
        -webkit-transform:rotate(-45deg);
	}
	
#vu3{
	position:fixed;
	right:3%;
	top:2%;
	}
	
#vu4{
	opacity:0.85;
	position:fixed;
	right:3%;
	top:2%;
}

.vuSchrift{
        color:black;
        font-weight:bold;
        display:block;
        position:fixed;
        top: 120px;
        text-shadow: 1px 0px 1px #BC743F;
        opacity:0.8;
}

#s1{
    right:20.2%;
}

#s2{
    right:15%;
}

#bgding{
    display:block;
    width:105%;
    height:105%;
    position:fixed;
    top:-2%;
    left:-2%;
    z-index:1;
    background:url(pics/mixer.jpg) no-repeat;
    background-size:cover;
    opacity:0.6;
}

#spotcontainer{
    position:relative;
    width:70%;
    height:70%;
    margin-left:auto;
    margin-right:auto; 
}

#board{
    position:absolute;
    left:-150%;
    right:-150%;
    bottom:-150%;
    top:-150%;
    width:400%;
    height:400%;
    -webkit-transition:all 3s ease;
    -moz-transition:all 3s ease;
    transition:all 3s ease;
    //min-width:4000px;
}

#or{
    position:absolute;
    right:0;
    top:0;
}


#ol{
    position:absolute;
    left:0;
    top:0;
}

#ur{
    position:absolute;
    bottom:0;
    right:0;
}

#ul{
    position:absolute;
    bottom:0;
    left:0;
}

.bereiche{
    z-index:1;
    text-align:center;
    height:24%;
    width:25%;
}

#board div h1{
    font-size:3rem;
    position:relative;
    color:#BC743F;
    text-shadow: 1px 1px 4px black;
	
}

h2{
    margin-top:50px;
    text-shadow: 1px 1px 4px black;
}


h5{
    display:inline;
    padding-right:10px;
}

.borderLeft{
    border-left: 1px solid black;
    padding-left:10px;
}


#board div p, #board div h2{
    color:#D4BEAA;
    background:rgba(0,0,0,0.8);
    box-shadow: 2px 2px 7px #F0E4DA, -2px -2px 7px #F0E4DA;
    padding:2%;
}

#board div .unterpunkt{
    position:relative;
    color:#bc743f;
    width:50%;
    background:rgba(0,0,0,0.6);
    box-shadow: 2px 2px 7px #F0E4DA, -2px -2px 7px #F0E4DA;
    padding:2%;
    margin-left:auto;
    margin-right:auto;
}


#kontaktBox{
    color:#B69F88;
    position:relative;
    margin-left: auto;
    margin-right: auto;
    background-color:rgba(0,0,0,0.7);
    width:50%;
    padding:1% 2% 2% 2%;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}

#board div #kontakt{
    text-align: center;
}

#logoKontakt{
    width:80%;
}

#board div h2{
    position:relative;
    background:none;
    box-shadow:none;
}

#board div p{
    position:relative;
    width:50%;
    margin-left:auto;
    margin-right:auto;  
    text-align:left;
}




#kabel1{
    display:block;
    z-index:1;
    height:50%;
    position:absolute;
    left:14%;
    top:25%;
}

#kabel2{
    display:block;
    z-index:1;
    height:50%;
    position:absolute;
    right:10%;
    top:25%;
}


#logobegin{
    width:20%;
    position:absolute;
    left:40%;
    top:44%;
    z-index:900;
    cursor:pointer;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    transition:all 0.5s ease;
    opacity:0.8;
}

#logobegin:hover{
    opacity:1;
}

#me1{
    display:block;
    height:13%;
    position:absolute;
    left:30%;
    top:85%;
    z-index:-1000;
}

#me2{
    height:13%;
    position:absolute;
    left:30%;
    top:5%;
    z-index:-1000;
    display:block;
}

	

iframe{

    opacity:0.8;
}

iframe:hover{
    opacity:1;
}

#ihead{
    z-index:2000;
    display:none;
    position:fixed;
    top:-4px;
    left:-4px;
} 



footer a{
    z-index:10000;
    color:white;
}

footer{
    position:fixed;
    bottom:-115px;
    left:0;
    width:100%;
    height:150px;
    background-color:black;
    z-index:90000;
    color:#ddd;
    text-align:center;
    opacity:0.8;
    -webkit-transition:all 1s ease;
    -moz-transition:all 1s ease;
    transition:all 1s ease;
    cursor:pointer;
    
}



#pfeil{
    position:relative;
    right:0;
    bottom:0;
}

footer p{
    text-align:left;
    width: 600px;
    height:100px;
    column-width: 10px;
    column-count:2;
    -webkit-column-width: 10px;
    -webkit-column-count:2;
    -moz-column-width: 10px;
    -moz-column-count:2;
    margin-left:3%;
    font-size:0.8rem;
}


#burger{
    display:none;
    position:fixed;
    z-index:10000;
    top:5%;
    right:5%;
    width:40px;
    height:40px;
    background:url("pics/burger.svg");
    background-size:contain;
}

#nav2{
    position:absolute;
    top:0%;
    left:0%;
    z-index:100000;
    display:none;
    width:100%;
    height:100%;
    background:black;
}

.smMenu{
    display:block;
    text-align:center;
    font-size:1.5rem;
    color:white;
    text-decoration:none;
    margin-top:3%;
}



@media(max-width:1400px){
    


#soundAuswahl{
    left:5%;
    width:90%;
}
    
.klinke{
        display:none;
    }
    
    .vuSchrift{
        display:none;
}
    
#nav ul{
        margin-left:30%;
    }
}

@media(max-width:1200px){
    
    .vu{
        display:none;
    }
    
    .li{
    height:50px;
    width:180px;
    }
    
    #logo{
    width:310px;
    height:115px;
    left:0;
    top:-3px;
    }
    
    #logoBG{
    width:310px;
    height:115px;
    left:0;
    top:-3px;
    }
    
    #nav{
        height:100px;
    }
    
    #nav ul{
        margin-top:35px;
    }
    
    #board div p{
        width:80%;
        font-size:0.8rem;
    }
    
    
    #board div .unterpunkt{
        width:80%;
    }
}

@media(max-width:820px){
    
    #kabel1{
        display:none;
    }
    
    #kabel2{
        display:none;
    }
    
    #me1{
        display:none;
    }
    
    #me2{
        display:none;
    }
    
    /*Menu*/
    
    #nav{
        display:none;
    }
    
    #burger{
        display:block;
    }

    
    footer p{
        width: 300px;
        font-size:0.5rem;
    }
    
    footer{
        opacity:1;
        color:white;
    }
    
    
    
    #kontaktBox{
    width:76%;
   
}
    
    .bereiche{
        height:30%;
    }
    
    #mCSB_1,#mCSB_2,#mCSB_3,#mCSB_4{
    height:70%;
    top:10%;
}
}
