@media (max-width: 767px) and (min-width: 480px) {
    .container-scroll .scroll-group .scroll-footer {
        margin-right: 1px;
        margin-left: -1px;
    }
}

@media (max-width: 479px)  and (min-width: 390px) {
    .container-scroll .scroll-group .scroll-footer {
        margin-right: 4px;
        margin-left: 8px;
    }
}

@media (max-width: 389px) and (min-width: 321px) {
    .container-scroll .scroll-group .scroll-footer {
        margin-right: 2px;
        margin-left: 4px;
    }
}

@media (max-width: 320px) {
    .container-scroll .scroll-group .scroll-footer {
        margin-right: 1px;
        margin-left: 3px;
    }
}

.block-form.step form {
    height: auto;
    width: 100%;
}

.block-form textarea.form-control {
    height: auto;
    resize: none;
}

.overlay {
    display: none;
}

.overlay.active {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    z-index: 105;
}

/*new*/

html {
    position: relative;
    min-height: 100%;
}

.bg-step {
    background-color: #ededed;
}

.bg-steps-nav {
    background-color: #dedede;
}

.steps-nav {
    padding: 17.5px 0;
}

.steps-nav .nav-item {
    font-size: 14px;
    font-weight: 500;
}

.steps-nav .nav-item .badge {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    padding: 8px 0;
    vertical-align: 1px;
    margin-right: 2px;
}

@media (max-width: 767px) {
    .steps-nav .nav-item .badge {
        height: 20px;
        width: 20px;
        padding: 6px;
    }
}

.steps-nav .nav-item .line {
    -webkit-box-shadow: 0px 0px 1px 0px rgba(102, 102, 102, 0.75);
    -moz-box-shadow: 0px 0px 1px 0px rgba(102, 102, 102, 0.75);
    box-shadow: 0px 0px 1px 0px rgba(102, 102, 102, 0.75);
    height: 1px;
    width: 240px;
    display: inline-block;
    background-color: #666666;
    vertical-align: middle;
    margin: 0 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .steps-nav .nav-item .line {
        width: 120px;
    }
}

@media (max-width: 767px) {
    .steps-nav .nav-item .line {
        width: 0;
    }
}

.steps-nav .nav-item.active {
    color: #ff6600;
}

.steps-nav .nav-item.active .line {
    background-color: #ff6600;
}

.step1_text h1 {
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 35px;
}

.step1_text h3 {
    font-size: 18px;
}

.bg-step .block-form form {
    margin: 20px auto;
}

.block-form.step form {
    max-width: 395px;
    padding: 23px 35px 30px 35px;
}

.block-form.step.step_2 form {
    max-width: 790px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0;
    margin-top: 100px;
}

.block-form.step.step_2 form .form-group {
    border-radius: 6px;
    padding: 23px 35px 35px 35px;
    transition: All 0.45s ease;
    -webkit-transition: All 0.45s ease;
    -moz-transition: All 0.45s ease;
    -o-transition: All 0.45s ease;
}

.block-form.step.step_2 form .form-group:hover,
.block-form.step.step_2 form .form-group:focus,
.block-form.step.step_2 form .form-group:active,
.block-form.step.step_2 form .form-group.active {
    background-color: #ffffff;
}

.block-form.step.step_2 form .form-group .badge {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    padding: 7px 4px;
    margin-right: 10px;
    font-size: 14px;
    float: left;
    margin-bottom: 15px;
    margin-top: 2px;
}

.block-form.step.step_2 form .form-group label {
    font-size: 20px;
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .block-form.step.step_2 form .form-group .col-input {
        max-width: 350px;
    }
    .img-steps {
        width: 300px;
        height: 300px;
    }
    .img-road {
        width: 285px;
        height: 285px;
    }
}

.block-form.step.step_2 form .btn.mx-auto {
    width: 250px;
}

.custom-control {
    padding-left: 60px;
}

.block-form.step.step_2 form .form-group label.custom-control-label {
    color: #808080;
    margin-top: 5px;
    margin-bottom: 0;
}

.block-form.step.step_2 form .form-group .custom-control.first {
    margin-top: 5px;
    margin-bottom: 25px;
}

.block-form textarea.form-control {
    margin-bottom: 25px;
}

@media (min-width: 768px) {
    .block-form textarea.form-control {
        height: 310px;
        margin-bottom: 40px;
    }
}

.custom-control-label:after {
    background-color: #ffffff;
    border: 4px solid #666666;
    height: 35px;
    width: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.custom-control-label:before {
    background-color: #ffffff;
    border: 4px solid #666666;
    height: 35px;
    width: 35px;
}

.custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
    background-image: none;
    background-color: #ff6600;
    -webkit-box-shadow: inset 0px 0px 0px 5px rgba(255, 255, 255, 1);
    -moz-box-shadow: inset 0px 0px 0px 5px rgba(255, 255, 255, 1);
    box-shadow: inset 0px 0px 0px 5px rgba(255, 255, 255, 1);
}

.custom-file-input:lang(en) ~ .custom-file-label:after {
    display: none;
}

.custom-file {
    height: 45px;
    max-width: 205px;
}

.custom-file-input {
    height: 45px;
}

.custom-file .custom-file-label{
    color: #fff;
    background-color: #666666;
    border-color: #666666;
    font-weight: normal;
    font-size: 16px !important;
    height: 45px;
    line-height: 33px;
    text-align: center;
    cursor: pointer;
}


/*new css*/
.add_more_images {
    border-radius: 20px;
    overflow: hidden;
    width: 120px;
    height: 120px;
    position: relative;
    display: inline-block;
    margin: 16px;
    z-index: 10;
    border: 1px solid #9e9e9e;
    background-image: url("../img/dropzone/add.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 52px 52px;
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
    .add_more_images {
        background-image: url("../img/dropzone/add-big.png");
        background-size: 52px 52px;
    }
}

.add_more_images:before {
    content: "weitere Bilder hinzufügen";
    display: block;
    color: #9e9e9e;
}

.dropzone .dz-preview .dz-progress .dz-upload {
    background: none;
    background-color: #5ae84f;
}

.dropzone .dz-preview .dz-remove {
    background-image: url("../img/dropzone/close.png");
    text-indent: -9999px;
    position: absolute;
    top: -2px;
    right: -2px;
    width: 22px;
    height: 23px;
    z-index: 25;
}

.dropzone .dz-preview .dz-error-mark {
    background-image: url("../img/dropzone/remove.png");
    height: 42px;
    width: 43px;
}

.dropzone .dz-preview .dz-error-mark svg {
    display: none;
}

.dropzone .dz-preview .dz-success-mark {
    background-image: url("../img/dropzone/done.png");
    height: 42px;
    width: 43px;
}

.dropzone .dz-preview .dz-success-mark svg {
    display: none;
}

.dropzone.dz-clickable .dz-message span:before {
    content: "";
    display: block;
    background-image: url("../img/dropzone/add-big.png");
    height: 70px;
    width: 70px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto 10px;
}
/*new new*/

.steps-nav .nav-item .badge {
    padding: 8px 0;
}
@media (min-width: 768px) {
    .block-form .btn {
        /*max-width: 283px;*/
        height: 43px;
        margin: 21px auto 0;
    }
}

.block-form.step_2 .form-control,
.block-form.step_2 .custom-select {
    background-color: #ffffff;
}

.block-form.step_2 .form-control:disabled,
.block-form.step_2 .custom-select:disabled {
    background-color: #f2f2f2;
}

.block-form.step.step_2 > div .form-group:first-child {
    background-color: #ffffff;
}

.block-form.step.step_2 > .section_1 .form-group:nth-child(2) {
    background-color: #ffffff;
}

.block-form.step.step_2 > .section_2 .form-group:nth-child(3) {
    background-color: #ffffff;
}

.block-form.step.step_2 > .section_3 .form-group:nth-child(3) {
    background-color: #ffffff;
}

.block-form.step.step_2 > .section_1 .form-group:first-child,
.block-form.step.step_2 > .section_2 .form-group:first-child,
.block-form.step.step_2 > .section_3 .form-group:first-child {
    background-color: transparent;
}


/*new style 11.06*/
body {
    padding-right: 0 !important;
}

.block-form .btn.btn-link {
    height: auto;
    line-height: 1;
}

.block-form .btn.btn-link img {
    vertical-align: top;
}

.modal-info .modal-content{
    border: 4px solid;
}

.modal-info .modal-dialog {
    max-width: 772px;
}

.modal-info .modal-body {
    padding: 8px;
}

.modal-info .close {
    position: absolute;
    right: -12px;
    border: 1px solid;
    top: -12px;
    background-color: #ffffff;
    opacity: 1;
    border-radius: 50%;
    height: 22px;
    width: 22px;
    line-height: 0;
    font-weight: normal;
}

.modal-info .close:hover,
.modal-info .close:focus,
.modal-info .close:active {
    outline: none;
    box-shadow: none;
}

.modal-backdrop {
    background-color: transparent;
}

.back-btn {
    margin-top: 50px;
}

.block-form.step.step_2 form {
    /*margin-top: 50px;*/
}

.block-form.step.step_2 form .form-group .btn {
    color: #fff;
    background-color: #666666;
    border-color: #666666;
    font-weight: normal;
    font-size: 16px !important;
    height: 45px;
    line-height: 33px;
    text-align: center;
    width: 205px;
}

.block-form .dropzone {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.custom-file-sub-text {
    color: #9e9e9e;
    font-size: 14px;
    position: relative;
    top: 8px;
}

.btn + .custom-file-sub-text {
    top: 12px;
}

@media (min-width: 1200px) {
    .navbar-main .navbar-nav .nav-item .nav-link {
        margin-left: 0;
        margin-right: 20px;
        height: 70px;
        display: flex;
        align-items: center;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        border: none;
        padding-bottom: 0;
        padding-top: 0;
        min-width: 365px;
    }
}

@media (min-width: 768px) {
    .navbar-main .navbar-nav .dropdown .dropdown-item {
        font-weight: normal;
        padding: 18px 28px;
    }
}

@media (max-width: 767px) {
    .steps-nav .nav-item .badge {
        padding: 6px 0;
    }
    .block-form.step.step_2 form .form-group {
        padding: 20px 15px;
    }
    .block-form.step.step_2 form .form-group label {
        font-size: 1rem;
        margin-bottom: 0.5rem;
    }
    .block-form.step.step_2 form .form-group .badge {
        float: none;
        margin: 0;
        height: 20px;
        width: 20px;
        padding: 4px;
    }
    .block-form .form-control, .block-form .custom-select {
        padding: 0.375rem 0.75rem;
        height: auto;
    }
    .custom-control-label:after {
        border: 1px solid #666666;
        height: 20px;
        width: 20px;
    }
    .custom-control-label:before {
        border: 1px solid #666666;
        height: 20px;
        width: 20px;
    }
    .custom-control {
        padding-left: 28px;
    }
    .block-form.step.step_2 form .form-group .custom-control.first {
        margin: 0;
    }
    .block-form.step.step_2 form .form-group label.custom-control-label {
        margin-top: 3px;
    }
}

.d-grid {
    display: grid;
}

.grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gap-1 {
    gap: 0.25rem;
}

.text-xs {

}

.recommended_info {
    @media (max-width: 600px) {
        font-size: 0.75rem;
    }
}