/* CSS Document: Portfolio => Über mich */


/*############################ 
########### mobile ###########
##############################*/

/*############## 
### herobild ###
##############*/

header {
    background-image: url("../img/herobild/herobild-mobile_ueber-mich.png");
}



/*############################ 
########### Tablette #########
##############################*/


@media all and (min-width:1000px){


    /*############## 
    ### herobild ###
    ##############*/

    .herobild {
        background-image: url("../img/herobild/herobild-desk_ueber-mich.png");
    }
    
}


/*############################ 
########### Desktop ##########
##############################*/

@media all and (min-width:1200px) {



}