html{background-image:url('../images/bg/mobileBG.jpg');}

header{
    background-color:rgba(0,0,0,0.5);
    height: 28%;
    /*overflow: hidden;*/
    }

header h1{font-size: 2em;}

header h3{
    display: block;
    font-size: .8em;}

main h3{
    font-size: 1em;
    font-weight: bolder;
    width: 33%;
    text-align: left;
    /*width:100%;*/
    /*text-align: center;*/
    }

article{
    position: relative;
    top:15em;
}

main h3:last-of-type{
    display: none;
    /*left:70%;
    top:5em;
    width:8%;*/}


h3:first-of-type{
    left: 2%;
    top:17%}
h3:nth-of-type(2){
    left: 33%;
    top:17%;
    text-align: center;}
h3:nth-of-type(3){
    top:17%;
    right:2%;
    text-align: right;
    }
h3:nth-of-type(4){
    left:2%;
    top:23%;
    }
h3:nth-of-type(5){
    left: 33%;
    top:23%;
    text-align: center;
}
h3:nth-of-type(6){
    right:2%;
    top: 23%;
    text-align: right;
}

/*musik*/

#music  figure i{display: none;}
#music section{width:100%;}
#music figure, #music .tracklist, #music .controls{
    width:100%;
    position: static;
    text-align: left;}
    
#music #musicLink img{
	width: 45%;
	}
/*gallery*/

#gallery figure, #gallery figure img, #gallery figure i{display: none;}

/*Videos*/

iframe{width:100%;}

/*contact*/

/*#contact h4:first-of-type{display: none;}*/

#contact input, #contact select, #contact textarea,#contact input[type="submit"], html body #contact section{
    position: static;
    width:87%;}
