
.text {
    font-family: Arial;
    font-size: 22px;
    font-weight: bold;
    color: black;
    margin-top: 7px;
}

input{
    height:30px;
    margin-bottom:10px;
}
input:focus, textarea:focus {
    background-color:#ffffbf;
    
}input, textarea {
    padding-left:10px;
    color:#0040ff;
    font-size:13px;
    
    font-family: "Century Gothic", CenturyGothic, Geneva, AppleGothic, sans-serif;

}
.aussehen {
margin-top: 5px;
padding-left:5px;
    width: 100px;
    height: 40px;
    font-size: 16px;
    color:#cecebf !important;
    background-color:#5a5a5a;
    border:none;
}
.aussehen:hover {
    background-color:black;
}