@font-face {
    font-family: 'DIN-Regular';
    src: url('fonts/DIN-Regular.woff');
}
@font-face {
    font-family: 'DIN-Black';
    src: url('fonts/DIN\ W06\ Black.woff');
}
@font-face {
    font-family: 'DIN-Medium';
    src: url('fonts/DIN\ Medium.woff');
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'DIN-Medium';
}
body{
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("images/achermann_eingang.png");
    background-position: center;
    background-size: cover;
}
.container{
    align-items: center;
    max-width: 1000px;
    width: 100%;
    background-color: #fff;
    padding: 15px 20px;
    border-radius: 40px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.15);
    color: #707070;
    font-family: 'DIN-Medium';
    font-size: 13pt;
}
input, select{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    outline: none;
    resize: none;
    border: none;
    border-bottom: 1px solid #d3d3d3;
    color: #707070;
    font-family: 'DIN-Regular';
    font-size: 12pt;
}
textarea{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 15px;
    color: #707070;
    font-family: 'DIN-Regular';
    font-size: 12pt;
}
input[type=submit]{
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 15px;
    background-color: #F8B43c;
    color: #fff;
    height: 75px;
    width: 50%;
    box-shadow: 0 5px 10px rgba(0,0,0,0.15);
    font-family: 'DIN-Medium';
    font-size: 15pt;
}
.flex1{
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex2{
    display: flex;
    justify-content: center;
    align-items: center;
}
.box0{
    float: left;
    box-sizing: border-box;
    width: 100%;
    padding: auto;
    padding-right: 0px;  
}
.box1{
    float: left;
    box-sizing: border-box;
    width: 50%;
    padding: 10px;
}
.box2{
    float: right;
    box-sizing: border-box;
    width: 50%;
    padding: 10px;
}
.box3{
    float: left;
    box-sizing: border-box;
    width: 50%;
    padding: 10px;
}
.box4{
    float: right;
    box-sizing: border-box;
    width: 50%;
    padding: 10px;
}
.box5{
    float: left;
    box-sizing: border-box;
    width: 50%;
    padding: 10px;
}
.box6{
    float: right;
    box-sizing: border-box;
    width: 25%;
    padding: 10px;
}
.box7{
    float: right;
    box-sizing: border-box;
    width: 25%;
    padding: 10px;
}
.box8{
    float: left;
    width: 50%;
    padding: 10px;
    font-size: 13pt;
}
.box9{
    float: right;
    width: 50%;
    padding: 10px;
    font-size: 13pt;
}
.box12{
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
}
.box13{
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
}
h1{
    font-size: 50pt;
    font-family: 'DIN-Black';
}
h2{
    font-size: 30pt;
    font-family: 'DIN-Regular';
}
hr{
    height: 10px;
    color: black;
    background-color: black;
    width: 88%;
    border: none;  
}
