.hu-tool,
.hu-tool * {
    box-sizing: border-box;
}

.hu-tool {
    font-family: Arial, Helvetica, sans-serif;
    color: #23364d;
}

.hu-tool a {
    color: #4d6b8d;
    text-decoration: none;
}

.hu-tool a:hover {
    text-decoration: underline;
}

.hu-page-wrap {
    /*max-width: 760px; */
    margin: 24px auto;
    /*padding: 0 12px;*/
}

.hu-layout {
    width: 100%;
}

.hu-card {
    background: #ffffff;
    border: 1px solid #dfe6ef;
    border-radius: 18px;
    padding: 26px 28px 26px 28px;
    box-shadow: 0 10px 30px rgba(34, 49, 63, 0.06);
}

.hu-card-header {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 28px;
}

.hu-icon-wrap {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 50%;
    background: #ea654f;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 1;
}

.hu-header-text {
    flex: 1;
}

.hu-title {
    margin: 0 0 8px 0;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    color: #e25843;
}

.hu-subtitle {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: #51647a;
}

.hu-progress-wrap {
    margin-bottom: 28px;
}

.hu-progress-line {
    width: 100%;
    height: 6px;
    border-radius: 999px;
    background: #e8edf4;
    overflow: hidden;
    margin-bottom: 14px;
}

.hu-progress-line-active {
    width: 50%;
    height: 100%;
    border-radius: 999px;
    background: #ea654f;
    transition: width 0.2s ease;
}

.hu-steps {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hu-step-col {
    width: 50%;
}

.hu-step-col-left {
    text-align: left;
}

.hu-step-col-right {
    text-align: right;
}

.hu-step {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #8b9cb0;
    font-size: 12px;
    font-weight: 600;
}

.hu-step-active {
    color: #e25843;
}

.hu-step-no {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #eef2f7;
    color: #8b9cb0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
}

.hu-step-active .hu-step-no {
    background: #fde3dd;
    color: #e25843;
}

.hu-slide {
    display: none;
}

.hu-slide-active {
    display: block;
}

.hu-slide-title {
    margin: 0 0 12px 0;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 700;
    color: #18304f;
}

.hu-slide-text {
    margin: 0 0 22px 0;
    font-size: 15px;
    line-height: 1.6;
    color: #51647a;
}

.hu-plate-block,
.hu-date-block,
.hu-form-group,
.hu-captcha-block {
    width: 100%;
    max-width: 380px;
    margin-bottom: 18px;
}

.hu-tool label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    /*font-weight: 700;*/
    color: #1e2f44;
}

.hu-control {
    width: 100%;
    border: 0;
    outline: none;
    background: transparent;
    box-shadow: none;
    font-family: Arial, Helvetica, sans-serif;
}

.hu-plate-visual {
    position: relative;
    width: 100%;
    height: 52px;
    border: 1px solid #203752;
    border-radius: 8px;
    background: #ffffff;
    overflow: hidden;
}

.hu-plate-eu {
    position: absolute;
    left: 0;
    top: 0;
    width: 42px;
    height: 100%;
    background: #0f5fb8;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    z-index: 2;
}

.hu-plate-input {
    width: 100%;
    height: 50px;
    padding: 0 14px 0 62px;
    font-size: 20px;
    line-height: 50px;
    color: #7f8793;
    font-weight: 700;
}

.hu-date-visual {
    position: relative;
    width: 100%;
    height: 54px;
    border: 1px solid #d7dfe8;
    border-radius: 10px;
    background: #f7f9fc;
    overflow: hidden;
}

.hu-date-input {
    width: 100%;
    height: 52px;
    padding: 0 46px 0 16px;
    font-size: 16px;
    line-height: 52px;
    color: #7f8793;
    background: transparent;
    cursor: pointer;
}

.hu-date-icon {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #7f8793;
    pointer-events: none;
}

.hu-help {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.5;
    color: #7d8ea3;
}

.hu-input {
    height: 48px;
    padding: 0 14px;
    border: 1px solid #d7dfe8;
    border-radius: 10px;
    background: #ffffff;
    font-size: 15px;
    color: #23364d;
}

.hu-checkbox-wrap {
    max-width: 520px;
    margin-bottom: 18px;
}

.hu-checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
    color: #51647a;
}

.hu-checkbox-label input[type="checkbox"] {
    margin-top: 3px;
}

.hu-captcha-question {
    display: inline-block;
    margin-bottom: 10px;
    padding: 10px 14px;
    border: 1px solid #d7dfe8;
    border-radius: 8px;
    background: #f7f9fc;
    font-weight: 700;
    color: #23364d;
}

.hu-alert {
    margin-top: 18px;
    padding: 14px 16px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.5;
}

.hu-alert-danger {
    background: #fff2f2;
    border: 1px solid #e7b4b4;
    color: #9d2c2c;
}

.hu-alert-success {
    background: #eef8f0;
    border: 1px solid #b9dfbf;
    color: #246b2c;
}

.hu-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 26px;
}

.hu-actions-left {
    min-width: 120px;
}

.hu-actions-right {
    margin-left: auto;
}

.hu-actions-right .hu-btn + .hu-btn {
    margin-left: 10px;
}

.hu-btn {
    display: inline-block;
    border: 0;
    border-radius: 10px;
    padding: 12px 22px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    box-shadow: none;
}

.hu-btn-primary {
    background: #ea654f;
    color: #ffffff;
}

.hu-btn-secondary {
    background: #eef2f7;
    color: #23364d;
}

.flatpickr-calendar {
    border: 0 !important;
    border-radius: 14px !important;
    box-shadow: 0 18px 40px rgba(20, 31, 56, 0.18) !important;
}

.flatpickr-day {
    border-radius: 10px !important;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange {
    background: #ea654f !important;
    border-color: #ea654f !important;
}

.kennzeichen{
padding: 6px 46px !important;
}

.hu-date-visual {
    position: relative;
    overflow: visible;
}

.hu-date-input {
    position: relative;
    z-index: 1;
    padding-right: 48px !important;
}

.hu-date-icon {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 20px;
    height: 20px;
    display: block;
    pointer-events: none;
}

.hu-date-icon svg {
    display: block;
    width: 18px;
    height: 18px;
}

.hu-captcha-image-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.hu-captcha-image {
    width: 170px;
    height: 56px;
    border: 1px solid #d7dfe8;
    border-radius: 10px;
    background: #f7f9fc;
}

.hu-captcha-reload {
    font-size: 13px;
    color: #ea654f;
    text-decoration: none;
}

.hu-captcha-reload:hover {
    text-decoration: underline;
}