.haendler-container h1{
    font-size: 32px;
    font-weight: 100;
}
.haendler-container p{
    font-size: 16px;
    font-weight: 100;
    color: #000;
}
.haendler-container form{
    color: #000;
}
.haendler-container form input{
    width: 100%; 
    padding: 8px; 
    margin-bottom: 10px;
    border-radius: 5px;
}
.haendler-container form textarea{
    width: 100%; 
    padding: 8px;
    border-radius: 5px;
}

.bold-text{
    font-weight: bolder; 
    color: #000;
}