.veranst-titel {
    color: rgb(234, 118, 110);
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2em;
    hyphens: auto;
    margin-bottom: 30px;
}

.veranst-too-late {
    padding-bottom: 30px;
    margin-left: -30px;
    margin-right: -30px;
}

.veranst-too-late-img {
    max-height: 120px !important;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.veranst-table {
    border: 0 solid red !important;
    font-weight: bold;
    margin-bottom: 10px !important;
}

.veranst-table-zeile {
    border: 0 solid red !important;
}

.veranst-table-cell {
    border: 0 solid white !important;
    padding: 0 15px 3px 0 !important;
    vertical-align: top !important;
}

.veranst_table_markierung_zahl {
    padding: 5px 12px;
    color: white;
    font-weight: bold;
    background-color: #EA766E;
}

.veranst-table-cell-hinweis {
    border: 0 solid white !important;
    padding: 0 15px 3px 0 !important;
    vertical-align: top !important;
    font-weight: normal;
}


.veranst-anmeldung {
    margin-top: 30px;
    padding: 30px;
    border: 1.5px solid #D59622;
    border-radius: 5px;
    background-color: wheat;
}

.veranst-feedback {
    margin-top: 30px;
    /*padding: 30px;*/
    /*border: 1px solid rgb(4, 66, 157);*/
    /*border-radius: 5px;*/
    /*background-color: wheat;*/
}

.veranst-anmeldung-titel {
    padding-bottom: 30px;
}

.sz_va_details_button_wrapper {
    margin-top: 30px !important;
    margin-bottom: 50px !important;
    text-align: right !important;
}

#sz_va_details_button {
    background-color: #E4736B !important;
    border: 2px solid #E4736B;
    text-transform: none !important;
    color: white !important;
    padding: 7px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 800;
}

form.fluent_form_3 .ff-btn-submit:not(.ff_btn_no_style) {
    background-color: #EC6B69 !important;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 50px;
}

.ff-default .ff-el-form-check label.ff-el-form-check-label {
    cursor: pointer;
    margin-bottom: 7px;
    margin-left: 30px;
}

.ff-default .ff-el-form-control {
    font-family: "Montserrat", serif !important;
    font-size: 16px;
    color: black !important;
}

.ff-message-success {
    border: 1px solid #ced4da;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
    margin-top: 10px;
    padding: 15px;
    position: relative;
    background-color: white;
    font-weight: bold;
}

textarea.ff-el-form-control {
    width: 100%;
    border-radius: 5px;
}

.veranst-feedback-frage {
    margin-top: 40px;
}

.fluentform .ff-el-input--label.ff-el-is-required.asterisk-right label::after {
    color: red !important;
    content: " *";
    margin-left: 3px;
}