@charset "utf-8";

/*############################ 
########### mobile ###########
##############################*/

/*############## 
### herobild ###
##############*/
header {
    background-image: url("../img/herobild/herobild-mobile_ueber-mich.png");
    height: 100vh;
}


/*############################ 
########### 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) {



}