.eingabebox_normal{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font: 400 15px 'Raleway', sans-serif;
    line-height: 24px;
    padding: 28.5px 18px 28.5px;
    color: #222533;
    padding-left: 30px;
    background-color: #ffffff;
    border: 1px solid #cdcdcd;
    width: 50%;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    height: 81px;
    margin: 0;
}

.eingabebox_gross{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font: 400 15px 'Raleway', sans-serif;
    line-height: 24px;
    padding: 28.5px 18px 28.5px;
    color: #222533;
    padding-left: 30px;
    background-color: #ffffff;
    border: 1px solid #cdcdcd;
    width: 100%;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    height: 81px;
    margin: 0;
}

.eingabebox_doppel{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font: 400 15px 'Raleway', sans-serif;
    line-height: 24px;
    padding: 28.5px 18px 28.5px;
    color: #222533;
    padding-left: 30px;
    background-color: #ffffff;
    border: 1px solid #cdcdcd;
    width: 100%;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    height: 200px;
    margin: 0;
}

select{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font: 400 15px 'Raleway', sans-serif;
    line-height: 24px;
    padding: 28.5px 18px 28.5px;
    color: #222533;
    padding-left: 30px;
    background-color: #ffffff;
    border: 1px solid #cdcdcd;
    width: 50%;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    height: 81px;
    margin: 0;
}



.rot{
    color: #b40218;
}

.gruen{
    color:  #057a08;
}

.plzeingabe{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font: 400 15px 'Raleway', sans-serif;
    line-height: 24px;
    padding: 28.5px 18px 28.5px;
    color: #222533;
    padding-left: 30px;
    background-color: #ffffff;
    border: 1px solid #cdcdcd;
    width: 20%;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    height: 81px;
    margin: 0;
}

.datumeingabe{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font: 400 15px 'Raleway', sans-serif;
    color: #222533;
    padding-left: 30px;
    background-color: #ffffff;
    border: 1px solid #cdcdcd;
    width: 50%;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    height: 81px;
    margin: 0;
}

.orteingabe{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font: 400 15px 'Raleway', sans-serif;
    line-height: 24px;
    padding: 28.5px 18px 28.5px;
    color: #222533;
    padding-left: 30px;
    background-color: #ffffff;
    border: 1px solid #cdcdcd;
    width: 30%;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    height: 81px;
    margin: 0;
}


input[type=checkbox] {
    width: 30px; /*Desired width*/
 -ms-transform: scale(3); /* IE */
 -moz-transform: scale(3); /* FF */
 -webkit-transform: scale(3); /* Safari and Chrome */
 -o-transform: scale(3); /* Opera */

}

@media only screen and (max-width: 768px) {
    input {
width: 100%;
    }
        select {
width: 100%;
    }

    .eingabebox_normal{
width: 100%;
    }

    .plzeingabe{
   width: 40%;
    }

    .orteingabe{
   width: 60%;
    }

    .eingabebox_doppel{
        width: 100%;
        }

            .eingabebox_gross{
        width: 100%;
        }


}

