@font-face { font-family: 'opensansbold';
src: url('fonts/OpenSans-Semibold.eot#') format('eot'),
url('fonts/OpenSans-Semibold.woff') format('woff'),
url('fonts/OpenSans-Semibold.ttf') format('truetype'),
url('fonts/OpenSans-Semibold.svg#svgFontName') format('svg'); }

@font-face { font-family: 'MavenPro';
src: url('fonts/MavenPro-Regular.eot#') format('eot'),
url('fonts/MavenPro-Regular.woff') format('woff'),
url('fonts/MavenPro-Regular.ttf') format('truetype'),
url('fonts/MavenPro-Regular.svg#svgFontName') format('svg'); }


html{
    font-family: MavenPro;
}
body{
    width: 100%;
    height: 100%;
    font-family: MavenPro;
    padding: 0;
    margin: 0;
}
.button{
    width: 31%;
    display: inline-block;
    height: 8%;
    background-color: #0D9EFF;
    border-radius: 5px;
    font-size: 20px;
    color: #FFF;
    text-align: center;
    margin: 1%;
}
#logo{
    display: block;
    left: 30%;
    width: 40%;
    position: relative;
}
input, select{
    width: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: 2%;
    background-color: #eee;
    border-radius: 5px;
    font-size: 20px;
    font-family: MavenPro;
}
.titel{
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-family: MavenPro;
    margin-bottom: 5%;
}
#uploadbox{
    position: relative;
    width: 40%;
    left: 29%;
    padding: 1%;
    background-color: #B8E3FF;
    border-radius: 5px;
    
    
}
.icons{
    width: 23%;
    margin-right: 1%;
}
.bild{
    width: 23%;
    margin-right: 1%;
    margin-bottom: 1%;    
}