
  .pflicht_stern{
    color: rgba(76, 189, 76, 0.89);
    display: inline;
    font-weight: bolder;
}

label{
    margin-top: 10px;
}
.anmelde_form input{
    width: 100%;
}
.anmelde_form input:focus{
   outline-color: rgba(76, 189, 76, 0.89);
}
.anmelde_form select{
    width: 100%;
}

.anmelde_form textarea{
    width: 100%;
    height: 80px;
}

.anmelde_form textarea:focus{
    outline-color: rgba(76, 189, 76, 0.89);
}
.anmelde_form select:focus{
    outline-color: rgba(76, 189, 76, 0.89);
}
.anmelde_form option{
    padding: 5px 10px; 
}

.submit_anmelden{
    cursor: pointer;
    background: rgba(0, 0, 0, 0.836);
    color: white;
    font-size: 1.25rem;
    padding: 10px 25px;
    border-radius: 12px;
    width: 100%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin-top: 40px;
    margin-bottom: 40px;
}

.submit_anmelden:hover{
    background: rgba(0, 0, 0, 0.2);
    text-decoration: none;
    color: rgba(0, 0, 0, 0.836);
    border: none;
  }
