

label {
    margin-bottom: 5px
}
/* 
h1 {
    margin-top: 3.5rem;
    margin-bottom: -2rem;
}
*/

h2.form-headline {
    font-size: 24px;
    margin: 0 0 1.5rem 0;
} 


h2.form-inner-headline {
    font-size: 24px;
    margin: 3rem 0 1.5rem 0;
} 

.dsgvo_check {
    display: inline;
    margin-right: 2rem;
    margin-top: 2rem;
}

.dsgvo_check_label {
    display: inline;
    margin-left: 1rem;
    margin-bottom: 2rem;
}

#form {
    background-color: #efefef;
    padding: 2rem;
    border-radius: 12px;
    margin-top: 2.5rem;
}


.row {
    margin-bottom: 0 !important;
}

.ml-2rem {
    margin-left: 2rem;
}

.margin-bottom-1-5rem {
    margin-bottom: 1.5rem !important;
}

.formnotice {
    margin-top: -1rem;
    margin-bottom: 2rem;
}

.form-group {
    margin-bottom : 1.5rem
}

.btn {
    margin-top: 2rem
}
/* 
.btn.btn-primary {
    background-color: #333;
    border: none;
}

.btn.btn-primary:hover {
    background-color: #444;
    border: none;
}

.btn.btn-primary:focus {
    background-color: #444;
    border: none;
} */


.custom-form-group {
    position: relative;
    width: 100%;
    margin-bottom: 2rem;
  }

  .custom-form-group .custom-label {
    position: absolute;
    left: 15px;
    top: 7px;
    transition: all 0.2s;
    pointer-events: none;
  }

  .custom-form-group .custom-input:focus + .custom-label,
  .custom-form-group .custom-input:not(:placeholder-shown) + .custom-label {
    font-size: 12px;
    top: -12px;
    left: 8px;
    background-color: #fff;
    padding: 0 5px;
  }