.offer-preview {
    display: none;
    position: fixed;
    top: 0;
    background: #eee;
    width: 100%;
    padding: 20px;
    max-height: 100%;
    left: 0;
    overflow-y: scroll;
    z-index: 999999999;
}

.offer-preview.show-preview {
    display: block;
}

.offer__row {
    max-width: 1126px;
    margin: 0 auto;
    height: 100vw;
}

.offer__row .offer__container {
    margin-top: 30px;
}

.offer__row .offer__container .offer__col {
    border: 0;
    padding: 12px;
    line-height: 21px;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #3a434f;
    margin-bottom: 12px;
}

.offer__row .offer__container .offer__col .offer__col--bg-color {
    background: white;
    border: 1px solid #dcdfe2;
}

.offer__row .offer__container .offer__images {
    width: 100%;
}

.offer__row .offer__container .offer__col .offer__headline {
    background-color: #f5f5f5;
    border: 0;
    box-sizing: border-box;
    color: #000000 !important;
    font-family: sans-serif;
    font-size: 16px !important;
    font-weight: bold !important;
    height: auto !important;
    line-height: 24px !important;
    margin: 0 !important;
    padding: 6px 12px;
    text-align: left;
    border-bottom: 1px solid #dcdfe2;
    word-break: break-word;
    overflow-wrap: break-word;
}

.offer__row .offer__container .offer__col .offer__desciption {
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    color: #3a434f;
}

.offer__row .offer__container .offer__col .offer__body {
    padding: 12px;
}

.offer__cloth-btn {
    position: fixed;
    left: 20px;
}

.offer__cloth-btn .cloth-preview-button {
    background: white;
}

.offer__cloth-btn .switch-style-button {
    background: #ffb400;
    color: white;
    display: block;
    margin-top: 10px;
}


/* html version */

.offer-preview.html-version {
    background: #eee!important;
}

.offer-preview.html-version .slick-slider {
    padding: 0!important
}

.offer-preview.html-version .slick-track,
.offer-preview.html-version .image-item {
    width: 100%!important;
}

.offer__row .offer__container .offer__col.html-version {
    margin-bottom: 0;
    background: white;
    padding: 0 6% 23px 6%;
    color: #222;
    font-weight: 400;
}

.offer__row .offer__container .offer__col.html-version:nth-child(3) {
    padding-top: 23px;
}

.offer__col.html-version:first-child {
    display: none;
}

.offer__row .offer__container .offer__col.html-version .offer__col--bg-color {
    border: none;
}

.offer__row .offer__container .offer__col.html-version .offer__headline {
    display: inline-block;
    background: #00497b;
    color: white!important;
    padding: 3px 8px;
    font-weight: 400!important;
    font-size: 17px!important;
}

.offer__row .offer__container .offer__col.html-version.offer__col-titel--row {
    padding-left: 0;
    padding-right: 0;
}

.offer__row .offer__container .offer__col.html-version .offer__body {
    padding: 3px 0;
}

.offer__row .offer__container .offer__col.html-version.offer__col-titel--row .offer__body.offer__desciption {
    padding: 0 6% 23px 6%;
}

.offer__row .offer__container .offer__col.html-version.offer__col-titel--row .offer__col--bg-color {
    display: flex;
    flex-direction: column-reverse;
}

.offer__row .offer__container .offer__col.html-version.offer__col-titel--row .offer__col--bg-color .offer__headline {
    background: #d7e7f2;
    font-size: 35px!important;
    text-align: center;
    color: black!important;
    padding: 16px 0;
}

.offer__row .offer__container .offer__col.html-version.offer__col-titel--row .offer__col--bg-color .offer__headline:before {
    content: "";
    background: #d7e7f2;
}


/* html version end */

.font--bold-orange {
    font-weight: bold;
    color: #ffb400;
}

.dont-break-out {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.container .form-outer {
    width: 100%;
    overflow: hidden;
}

.container .form-outer form {
    display: flex;
    width: 400%;
}

.container .form-outer form fieldset {
    padding: 18px 0;
    border: none;
    color: #ffb400;
}

@media (min-width: 320px) and (max-width: 480px) {
    .container .form-outer form fieldset p {
        width: 84%;
    }
}

.container .form-outer form fieldset legend {
    font-weight: bold;
    padding: 5px;
    background: white;
}

.container .form-outer form fieldset label {
    /* background:#000000; */
    /* color: white; */
}

.container .form-outer form fieldset select {
    box-shadow: 0 4px 10px -10px rgb(0 0 0 / 60%);
    border-radius: 15px;
}

.container .form-outer form input {
    color: #000000;
    box-shadow: 0 4px 10px -10px rgb(0 0 0 / 60%);
    border-radius: 15px;
    width: 100%;
}

.container .form-outer form .questions-catalog input {
    width: 90%;
}

.container .form-outer form fieldset input[type=file] {
    /* color: white; */
    box-shadow: unset;
    border-radius: 0;
}

.position__relative {
    position: relative;
}

.mb-4 {
    margin-bottom: 50px;
}

@media (min-width: 320px) and (max-width: 480px) {
    .container .form-outer form fieldset input[type=file] {
        max-width: 250px;
    }
}

.container .form-outer form fieldset textarea {
    color: #000000;
    box-shadow: 0 4px 10px -10px rgb(0 0 0 / 60%);
    border-radius: 15px;
    resize: vertical;
}

.container .form-outer form fieldset .calc-paket {
    color: #000000;
    background: white;
    box-shadow: 0 4px 10px -10px rgb(0 0 0 / 60%);
    border-radius: 15px;
    padding: 15px;
}

.container .form-outer form fieldset .calc-paket p {
    color: #000000;
}

.summary-info {
    color: #000000;
    background: white;
    box-shadow: 0 4px 10px -10px rgb(0 0 0 / 60%);
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 30px;
}

.summary-info span {
    font-weight: 400;
}

.questions-catalog .add_option {
    cursor: pointer;
    background: #e5e5e5;
    box-shadow: 0 4px 10px -10px rgb(0 0 0 / 60%);
    border-radius: 15px;
    padding: 5px 15px;
    display: block;
    width: 40px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.questions-catalog .add_remove {
    padding: 20px 0;
}

.questions-catalog .remove {
    cursor: pointer;
    background: #f2f2f2;
    box-shadow: 0 4px 10px -10px rgb(0 0 0 / 60%);
    border-radius: 15px;
    padding: 5px 15px;
    display: block;
    width: 165px;
    margin: 20px 0;
    position: absolute;
    right: 0;
}

.questions-catalog .add,
.questions-catalog .add2 {
    cursor: pointer;
    background: black;
    /* background: #41BF61; */
    color: white;
    box-shadow: 0 4px 10px -10px rgb(0 0 0 / 60%);
    border-radius: 15px;
    padding: 5px 15px;
    clear: both;
    display: block;
    text-align: center;
    margin-top: 80px;
}

.questions-catalog {
    color: #000000;
    background: white;
    box-shadow: 0 4px 10px -10px rgb(0 0 0 / 60%);
    border-radius: 15px;
    padding: 15px;
    margin-top: 30px;
}

.questions-catalog__info {
    color: #000000;
    background: #ffb400;
    box-shadow: 0 4px 10px -10px rgb(0 0 0 / 60%);
    border-radius: 15px;
    padding: 15px;
    margin-top: 30px;
}

.input-question-row input::-webkit-input-placeholder {
    /* Edge */
    color: #b8b8b8;
}

.input-question-row input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #b8b8b8;
}

.input-question-row input ::placeholder {
    color: #b8b8b8;
}


/* .step {
    cursor: pointer;
} */

.calc-paket p {
    font-weight: bold;
}

.calc-paket .l-price {
    color: #ffb400;
}

.bg-img-select-row {
    margin-top: 20px;
}

.form-outer form .page {
    width: 25%;
    transition: margin-left 0.3s ease-in-out;
}

.form-outer form .page .title {
    text-align: left;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
}

.form-outer form .page .description-text {
    margin-bottom: 20px;
}

.form-outer form .page .field {
    width: 330px;
    height: 45px;
    margin: 45px 0;
    display: flex;
    position: relative;
}

form .page .field .label {
    position: absolute;
    top: -30px;
    font-weight: 500;
}

form .page .field input {
    height: 100%;
    width: 100%;
    border: 1px solid lightgrey;
    border-radius: 5px;
    padding-left: 15px;
    font-size: 18px;
}

form .page .field select {
    width: 100%;
    padding-left: 10px;
    font-size: 17px;
    font-weight: 500;
}

form .page .field button {
    font-size: 12px;
    width: 100%;
    height: calc(100% + 5px);
    border: none;
    background: #ffb400;
    margin-top: -20px;
    color: #000000;
    box-shadow: 0 4px 10px -10px rgb(0 0 0 / 60%);
    border-radius: 15px;
    cursor: pointer;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: 0.5s ease;
}

form .page .field button:hover {
    background: #55bac4;
    color: #ffb400;
}

form .page .btns button {
    margin-top: -20px!important;
}

form .page .btns button.prev {
    margin-right: 3px;
    /* font-size: 17px; */
}

form .page .btns button.next {
    margin-left: 3px;
}

.container .progress-bar {
    display: flex;
    margin: 40px 0;
    user-select: none;
}

.container .progress-bar .step {
    text-align: center;
    width: 100%;
    position: relative;
}

.container .progress-bar .step p {
    font-weight: 500;
    font-size: 18px;
    color: #ffb400;
    margin-bottom: 8px;
}

.progress-bar .step .bullet {
    height: 30px;
    width: 30px;
    border: 2px solid #ffb400;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    transition: 0.2s;
    font-weight: 500;
    font-size: 17px;
    line-height: 25px;
}

.progress-bar .step .bullet.active {
    border-color: #55bac4;
    background: #55bac4;
}

.progress-bar .step .bullet span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.progress-bar .step .bullet.active span {
    display: none;
}

.progress-bar .step .bullet:before,
.progress-bar .step .bullet:after {
    position: absolute;
    content: '';
    bottom: 11px;
    left: 45px;
    height: 3px;
    width: 105px;
    background: #ffb400;
}

.progress-bar .step .bullet.active:after {
    background: #55bac4;
    transform: scaleX(0);
    transform-origin: left;
    animation: animate 0.3s linear forwards;
}

@keyframes animate {
    100% {
        transform: scaleX(1);
    }
}

.progress-bar .step:last-child .bullet:before,
.progress-bar .step:last-child .bullet:after {
    display: none;
}

.progress-bar .step p.active {
    color: #55bac4;
    transition: 0.2s linear;
}

.progress-bar .step .check {
    position: absolute;
    left: 50%;
    top: 70%;
    font-size: 15px;
    transform: translate(-55%, 0);
    display: none;
}

.progress-bar .step .check.active {
    display: block;
    color: #ffb400;
}

@media (min-width: 320px) and (max-width: 480px) {
    .container .progress-bar {
        display: flex;
        flex-wrap: wrap;
    }
    .container .progress-bar .step {
        width: 50%;
    }
    .progress-bar .step .bullet:before,
    .progress-bar .step .bullet:after {
        display: none;
    }
}

.calc-col {
    margin-bottom: 20px;
    background: white;
    color: #000000;
    box-shadow: 0 4px 10px -10px rgb(0 0 0 / 60%);
    border-radius: 15px;
}

.calc-col .package-head {
    display: flex;
    align-items: center;
    padding: 15px;
    justify-content: space-between;
}


/* .calc-col .package-head .package-head__col {
    width: 32%;
} */

.calc-col .package-head .package-head__col.w-60 {
    width: 50%;
}

.calc-col .package-head .package-head__col.w-20 {
    width: 25%;
}

.offer-form {
    padding: 25px;
}

input[type=range] {
    -webkit-appearance: none;
    margin: 18px 0;
    width: 100%;
    float: right;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    box-shadow: 0 4px 10px -10px rgb(0 0 0 / 60%);
    background: black;
    border-radius: 1.3px;
    border: 0.2px solid #010101;
}

input[type=range]::-webkit-slider-thumb {
    box-shadow: 0 4px 10px -10px rgb(0 0 0 / 60%);
    border: 1px solid #000000;
    height: 16px;
    width: 16px;
    border-radius: 3px;
    background: #ffffff;
    cursor: pointer;
    -webkit-appearance: none;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ffb400;
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    box-shadow: 0 4px 10px -10px rgb(0 0 0 / 60%);
    background: #000000;
    border-radius: 1.3px;
    border: 0.2px solid #010101;
}

input[type=range]::-moz-range-thumb {
    box-shadow: 0 4px 10px -10px rgb(0 0 0 / 60%);
    border: 1px solid #000000;
    height: 16px;
    width: 16px;
    border-radius: 3px;
    background: #ffffff;
    cursor: pointer;
}

input[type=range]::-ms-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    border-width: 16px 0;
    color: transparent;
}

input[type=range]::-ms-fill-lower {
    background: #ffb400;
    border: 0.2px solid #010101;
    border-radius: 2.6px;
    box-shadow: 0 4px 10px -10px rgb(0 0 0 / 60%);
}

input[type=range]::-ms-fill-upper {
    background: #000000;
    border: 0.2px solid #010101;
    border-radius: 2.6px;
    box-shadow: 0 4px 10px -10px rgb(0 0 0 / 60%);
}

input[type=range]::-ms-thumb {
    box-shadow: 0 4px 10px -10px rgb(0 0 0 / 60%);
    border: 1px solid #000000;
    height: 16px;
    width: 16px;
    border-radius: 3px;
    background: #ffffff;
    cursor: pointer;
}

input[type=range]:focus::-ms-fill-lower {
    background: #000000;
}

input[type=range]:focus::-ms-fill-upper {
    background: #ffb400;
}

@media (min-width: 320px) and (max-width: 480px) {
    .calc-col .package-head .package-head__col {
        width: 40%;
    }
    .calc-col .package-head .package-head__col:first-child {
        width: 10%;
    }
    .package-headline label {
        display: none;
    }
}

.calc-col .package-headline {
    font-weight: bold;
    color: #ffb400;
}

.calc-col .package-img {
    /* width: 150px; */
    margin: 0 15px;
}

.calc-col .package-img img {
    max-height: 35px;
}

.calc-col .package-price {
    color: black;
    font-weight: bold;
    text-align: right;
}

.calc-col .package-price .final_price {
    margin: 0;
}

.calc-col .runtime-row {
    display: flex;
    flex-wrap: wrap;
    background: white;
    padding: 15px;
    align-items: center;
    box-shadow: 0 4px 10px -10px rgb(0 0 0 / 60%);
    justify-content: center;
}

.calc-col .runtime-row .runtime-col {
    width: 50%;
}

.calc-col .runtime-row .info-col {
    width: 80%;
}

@media (min-width: 1281px) {
    .calc-col .runtime-row .info-col {
        padding-right: 33px;
    }
}

.calc-col .runtime-row .cta-col {
    width: 20%;
}

.calc-col .runtime-row .cta-col a {
    display: block;
}

.preview-button {
    color: white!important;
}

.remove-product {
    color: #000000!important;
    background: #eee;
    border-radius: 25px;
    width: 25px;
    padding: 2px 0px;
    height: 25px;
    display: block;
    text-align: center;
    line-height: 18px;
    float: left;
    margin-right: 10px;
}

.remove-product:hover {
    color: #ffb400!important;
}

.hide {
    display: none!important;
}


/* form errors */

.cf-error {
    color: red;
}

.cf-success {
    color: green;
}

.preview-btn-row {
    display: flex;
}

.preview-btn-row .preview-btn {
    display: flex;
    height: 200px;
    flex-direction: column;
    background: white;
    box-shadow: 0 4px 10px -10px rgb(0 0 0 / 60%);
    border-radius: 15px;
    padding: 20px;
    margin-right: 20px;
    min-width: 200px;
    align-items: center;
    justify-content: center;
}

.preview-btn-row .preview-btn i {
    font-size: 45px;
    margin-bottom: 15px;
}


/* upload sidebar */

.upload__sidebar {
    display: none;
    position: fixed;
    right: 0;
    background: #f8f9fc;
    height: 100vh;
    top: 0;
    z-index: 11111;
    width: 50%;
    flex-direction: column;
    box-shadow: 0 0px 7px -1px rgb(0 0 0 / 10%);
    padding: 40px 30px;
}

.upload__sidebar-cloth,
.preview-btn {
    cursor: pointer;
}

.upload__sidebar-cloth {
    background: white;
    max-width: 200px;
    text-align: center;
    border-radius: 30px;
    border-left: 3px solid #ffb400;
    cursor: pointer;
    padding: 5px 15px;
    box-shadow: 0 4px 10px -10px rgb(0 0 0 / 60%);
}

.upload__sidebar-cloth:hover {
    border-left: 0;
    border-right: 3px solid #ffb400;
}

.error {
    border: 1px solid;
    border-color: red!important;
}


/* stepstsone header */

.stespstone-header__row {
    display: flex;
}

.stespstone-header__row .stespstone-header__col {
    width: 50%;
}

.stespstone-header__row .stespstone-header__col.stespstone-header__col--4 {
    flex: 0 0 16.666666666666664%;
    max-width: 16.666666666666664%;
}

.stespstone-header__row .stespstone-header__col.stespstone-header__col--8 {
    flex: 0 0 83.33333333333334%;
    max-width: 83.33333333333334%;
}

.stespstone-header__row .stespstone-header__img {
    padding-right: 10px;
}

.stespstone-header__row .stespstone-header__img img {
    border: 1px solid rgba(220, 223, 226, 0.8);
    border-radius: 3px;
}

.stespstone-header__row .stespstone-header__company {
    color: #ffb400;
    font-weight: bold;
    font-size: 14px;
    line-height: 2.5;
}

.stespstone-header__row .stespstone-header__titel {
    font-size: 21px;
    font-weight: bold;
    line-height: 24px;
}

.stespstone-header__row .stespstone-header__icons ul {
    list-style: none;
    text-align: left;
    padding: 0!important;
    margin: 0;
}

.stespstone-header__row .stespstone-header__icons ul li {
    font-size: 14px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    line-height: 21px;
    padding: 0;
    padding-right: 12px;
    margin-bottom: 0;
    display: inline-block;
    line-height: 2.5;
}

.stespstone-header__row i {
    display: inline-block;
    margin-right: 6px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    line-height: 1;
}

.stespstone-header__row .stespstone-header__date {
    font-size: 14px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    line-height: 21px;
    padding: 0;
    padding-right: 12px;
    display: inline-block;
}


/* stepstsone header end*/

p.keyword {
    display: inline-block;
    box-shadow: 0 4px 10px -10px rgb(0 0 0 / 60%);
    border-radius: 10px;
    margin: 0 5px 0 0;
    padding: 3px 5px;
    background: white;
}

a.delete {
    cursor: pointer;
    margin: 0 3px;
}

.removePanel {
    height: auto!important;
    display: block!important;
}

.cleanPanel {
    margin: 0;
    padding: 0!important;
    height: auto;
}


/* .panel,
.panel-body {
    border: none!important;
}

.panel {
    margin-bottom: 25px;
}

.panel-group .panel-heading {
    background: white;
    color: #000000;
    box-shadow: 0 4px 10px -10px rgb(0 0 0 / 60%);
    border-radius: 15px!important;
    padding-left: 15px!important;
    padding-right: 15px!important;
} */
