body, html {
    background: #555555;
    margin: 0;
    padding: 0;
    font-size: 62.5%;
    font-family: 'Roboto', arial, sans-serif;
    background: url("bilder/printer2.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    overflow-x: auto;
    overflow-y: auto;
}
@media only screen and (max-width: 480px) {
    html {
      height: calc(100% + 60px);
      min-height: calc(100% + 60px);
    }
}

@media screen and (max-width: 600px){
    html{
        font-size: 43%;
    }
}

@media screen and (min-width: 600px){
    html{
        font-size: 50%;
    }
}

@media screen and (min-width: 900px){
    html{
        font-size: 57%;
    }
}

@media screen and (min-width: 1200px){
    html{
        font-size: 65%;
    }
}

@media screen and (min-width: 2000px){
    html{
        font-size: 80%;
    }
}

#wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
    height: auto;
    overflow: visible;
    
    
}



header{
    z-index: 1;
    background: #e3e3e3;
    width: 100%;
    position: fixed;
    top: 0;
    transition: 200ms all;
    height: 70px;
    height: 7rem;
    
    
    
}

@media screen and (max-width: 900px){
    header{
        text-align: right;
    }
}

@media screen and (min-width: 900px){
    header{
        text-align: center;
    }
}

header nav#normal {
    color: #e3e3e3;
    display: inline-block;
}



header nav#normal img {
    margin: 0;
    padding: 0;
    height: 6rem;
    position: absolute;
    left: 1.5rem;
    top: 0.5rem;

    
}

header nav#normal ul {
    margin: 0;
    padding: 0;
    transition: all 300ms;
    display: inline-block;
    
}

header nav#normal ul li{
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    position: relative;
    transition: all 300ms;
    font-weight: 200;
}

header nav#normal ul li a{
    display: inline-block;
    margin: 0 1px 0 0;
    padding: 2.17rem;
    min-width: 12rem;
    text-align: center;
    font-size: 2rem;
    color: #333333;
    background: #e3e3e3;

    text-decoration: none;
    position: relative;
    transition: all 300ms;
}

header nav#normal ul li:hover > a{
    color: #e3e3e3;
    background: #333333;

}

@media screen and (max-width: 800px){
    
    header nav#normal {
        display: none;
    }
}



header nav#mobile {
    color: #e3e3e3;
    display: none;
}

@media screen and (max-width: 800px){
    
    header nav#mobile {
        display: block;
    }
}

header nav #menu {
    padding: 2.17rem 5% 2.17rem 5%;
    float: left;
    width: 90%;
    text-align: center;
    font-size: 2rem;
    color: #333333;
    font-weight: 400;
    transition: all 300ms;
    
}

header nav#mobile ul{
    width: 100%;
    margin: 0;
    padding: 0;
    max-height: 0;
    transition: all 300ms;
    overflow: hidden;
    float: left;
}

header nav#mobile:hover > ul{
    max-height: 800px;
}

header nav#mobile ul li{
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    list-style: none;
    position: relative;
    transition: all 300ms;
}

header nav#mobile ul li a{
    display: inline-block;
    margin: 0 1px 0 0;
    padding: 2.17rem 5% 2.17rem 5%;
    min-width: 12rem;
    width: 90%;
    text-align: center;
    font-size: 2rem;
    color: #333333;
    background: #e3e3e3;
    font-weight: 250;
    text-decoration: none;
    
    position: relative;
    transition: all 300ms;
}

header nav#mobile ul li:hover > a{
    color: #e3e3e3;
    background: #333333;
}


.section1 {    

    width: 100%;
    text-align: center;

}



.section1 h1{
    text-align: center;
    width: 100%;
    font-weight: 350;
    font-size: 4rem;
    padding: 9rem 0 6rem 0;
    background-color: #333333;
    color: #e3e3e3;
}



.section1 p{
    margin: auto;
    font-size: 2.8rem;
    padding-top: 1rem;
    padding-bottom: 10rem;
    font-weight: 250;
    width: 70%;
    margin-bottom: 1rem;
}

.section4 {    
    width: 100%;
    margin-top: 10rem;
    text-align: center;

}






.section4 h1{
    margin: 0 auto 2rem auto;
    width: 81vw;
    color: #FAA21F;
    font-size: 3.5rem;
    padding: 2rem 0 2rem;
    font-weight: 400;
    background: #ffffff;
}

@media screen and (max-width: 800px){
    
    .section4 h1{
        width: 81vw;
    }
    

    
}

@media screen and (min-width: 800px){
    
    .section4 h1{
        width: 60vw;
    }

    
}

@media screen and (min-width: 1100px){
    
    .section4 h1{
        width: 81vw;
    }

    
}


.section2{
    width: 100%;


    text-align: center;
}


.section2 ul{
    margin: auto;
    padding: 0;
    position: relative;
    text-align: center;
}



@media screen and (max-width: 800px){
    

    .section2 ul{
        display: block;
    }
    .section2 ul li{
        width: 81vw;
        margin: auto;
    }
    .section2 h1{
        padding: 3rem 0 0 0;
    }

    .section2 p{
        padding: 1rem 3rem 3.5rem 3rem;
    }

    
}

@media screen and (min-width: 800px){
    

    .section2 ul{
        display: block;
    }
    .section2 ul li{
        width: 60vw;
        margin: auto;
    }

    .section2 h1{
        padding: 3rem 0 0 0;
    }

    .section2 p{
        padding: 1rem 3rem 3rem 3rem;
    }

    
}

@media screen and (min-width: 1100px){
    

    .section2 ul{
        display: inline-block;
    }


    .section2 ul li{
        float: left;
        width: 25vw;
        margin: 1rem 1.5vw 1rem 1.5vw;
        min-height: 45rem;
    }

    .section2 h1{
        padding: 1rem 0 0 0;
    }

    .section2 p{
        padding: 1rem 3rem 1rem 3rem;
    }

    
    
}

.section2 ul li{
    
    

    
    background: #ffffff;
    list-style: none;
    position: relative;
    text-align: center;
}

.section2 ul li img{
    height: 8rem;
    width: auto;
}

.section2 h1{
    position: relative;
    font-weight: 400;
    font-size: 3.5rem;
    
    color: #333333;
}

.section2 h2{
    position: relative;
    font-weight: 300;
    font-size: 2.5rem;
    padding: 1rem 0 1rem 0;
    color: #333333;
}

.section2 p{
    
    position: relative;
    font-weight: 200;
    font-size: 2rem;
    
    color: #333333;
}



.section3{
    
    width: 100%;
    padding: 0;
    margin: 3rem 0 9rem 0;
    height: auto;
    text-align: center;
    
    padding-top: 5rem;
    
}

.section3 a{
    font-size: 2rem;
    color: #333333;
    background: #FAA21F;
    text-decoration: none;
    padding: 2.5rem 5rem 2.5rem 5rem;
}

.section3 a:hover{
    color: #FAA21F;
    background: #333333;
}





footer {
    bottom: 0;
    width: 100%;
    background: #333333;
    transition: 200ms all;
    text-align: center;
    
    
    

}

@media screen and (max-width: 800px){
    
    footer{
        height: 32rem;

    }
    footer ul li a{
        
        display: block;
    }

    footer ul{
        width: 100%;
    }
}

@media screen and (min-width: 800px){
    
    footer{
        height: 15rem;
    }

    footer ul{
        display: inline-block;
    }

    footer ul li{
        float: left;
    }

    footer ul li a{
        display: inline-block;
    }
    
}

footer ul{
    margin: 0;
    padding: 0;
    transition: all 300ms;
    position: relative;
}

footer ul li{
    
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    transition: all 300ms;
    font-weight: 200;
    text-align: center;
}

footer ul li a{
    margin: 0 1px 0 0;
    padding: 2.17rem;
    min-width: 12rem;
   
    font-size: 2rem;
    color: #FAA21F;
    background: #333333;
    text-decoration: none;
    text-align: center;
    
    position: relative;
    transition: all 300ms;
}

footer ul li:hover > a{
    color: #333333;
    background: #FAA21F;
}