@charset "utf-8";
/* CSS Document: Portfolio => opener */

/*############################ 
########### mobile ###########
##############################*/

body {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}



/*############## 
### herobild ### 
##############*/

header {
    background-image: url("../img/herobild/herobild-mobile_opener.png");
    background-size: cover;
    height: 100vh;
}

/*############## 
#### header ####
################*/

header>div {
    position: absolute;
    left: 50px;
    top: 50px;
    margin: 5em;
}




button {
    width: 110px;
    height: 50px;
    border-radius: 20px;
    background-color: #fff;
    left: 150px;
    top: 15px;
}

button>a {
    text-decoration: none;
    color: #000;
    font-family: futura-pt, sans-serif;
    font-size: 1em;
}

/*##################
#### Typografie ####
###################*/

.futura_weiss {
    font-family: futura-pt, sans-serif;
    color: #fff;
}

.versalsatz {
    font-family: futura-pt-condensed, sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
}


/*############################ 
########### Tablette #########
##############################*/
@media all and (min-width:1000px) {

    /*############## 
    ### herobild ### 
    ##############*/
    .herobild {
        background-image: url("../img/herobild/herobild-desk_opener.png");
        background-size: cover;
        max-width: 100%;
    }

    /*############## 
    #### header ####
    ################*/

    header > div{
        display: flex;
        align-items: center;
    }

    button {
        margin-left: 5em;
    }


}


/*############################ 
########### Desktop ##########
##############################*/
@media all and (min-width:1200px) {

    /*############## 
    #### header ####
    ################*/
    header>div {
        display: block;
        position: absolute;
        left: 800px;
        top: 350px;
    }

    button {
        width: 120px;
        height: 60px;
        margin: 0;
    }

    /*##################
    #### Typografie ####
    ###################*/
    header>div>h2 {
        font-family: futura-pt-condensed, sans-serif;
        letter-spacing: 3px;
        font-size: 1.5em;
    }
}