/*
 * inwendo Bookings - Styles
 *
 ********************************************************/



/* no Js fix */

.no-js .iw_cost_calculator.iw_cost_calculator_full{
    display: none !important;
}

.if-no-js .if-no-js-warning {
    text-align: center;
    color: red;
    font-size: 18px;
}

.js .iw_cost_calculator.if-no-js{
    display: none !important;
}

.no-js .iw_cost_calculator.if-no-js{
    display: inherit !important;
}



/* Progressbar */
.iw_cost_calculator_full .iw_cc_progressbar_wrapper {
    position: relative;
    height: 24px;
}

.iw_cost_calculator_full .iw_cc_progressbar_wrapper .iw_cc_progressbar-line {
    width: calc(100% - 10px);
    height: 3px;
    background: #ab88b8;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.iw_cost_calculator_full .iw_cc_progressbar_wrapper ul.iw_cc_progressbar-container {
    padding: 0;
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    transition: justify-content .2s linear;
    list-style: none;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    height: 24px;
}

.iw_cost_calculator_full .iw_cc_progressbar_wrapper li.iw_cc_progressppoint {
    flex-wrap: wrap;
    -ms-flex-flow: wrap;
    width: 24px;
    height: 24px;
    border: 2px solid #ab88b8;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    background-color: #fff;
}

.iw_cost_calculator_full .iw_cc_progressbar_wrapper li.iw_cc_progressppoint.full {
    background-color: #ab88b8;
}

/* Content */

.iw_cost_calculator_full .iw_cc_content_wrapper {
    padding-top: 45px;
}

.iw_cost_calculator_full .iw_cc_content_wrapper .iw_cc_content_step_header_wrapper {
    padding-bottom: 15px;
}

.iw_cost_calculator_full .iw_cc_content_wrapper .iw_cc_content_step_header_wrapper.no-subline {
    padding-bottom: 50px;
}

.iw_cost_calculator_full .iw_cc_content_wrapper .iw_cc_content_step_header_headline {
    font-family: "Fira Sans", sans-serif;
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
    color: #ab88b8;
    width: 50%;
    float: left;
}

.iw_cost_calculator_full .iw_cc_content_wrapper .iw_cc_content_step_header_calculated_price {
    font-family: "Fira Sans", sans-serif;
    font-size: 28px;
    line-height: 40px;
    font-weight: 300;
    color: #ab88b8;
    width: 50%;
    float: left;
    text-align: right;
}

.iw_cost_calculator_full .iw_cc_content_wrapper .iw_cc_content_step_subline {
    padding: 15px 0 20px 0;
}

.iw_cost_calculator_full .iw_cc_content_wrapper .iw_cc_content_step.result .iw_cc_content_step_subline {
    padding: 20px 0 0 0;
}

.iw_cost_calculator_full .iw_cc_content_wrapper .iw_cc_content_step_header_subline {
    font-family: "Fira Sans", sans-serif;
    font-size: 18px;
    line-height: 25px;
    font-weight: 300;
    color: #ab88b8;
}

.iw_cost_calculator_full .iw_cc_content_wrapper .iw_cc_content_step_cell.half,
.iw_cost_calculator_full .iw_cc_content_wrapper .iw_cc_content_step_header_subline.half {
    width: 50%;
    float: left;
    padding-bottom: 30px;
}

.iw_cost_calculator_full .iw_cc_content_wrapper .iw_cc_content_step_cell.half,
.iw_cost_calculator_full .iw_cc_content_wrapper .iw_cc_content_step_header_subline.half,
.iw_cost_calculator_full .iw_cc_content_wrapper .iw_cc_content_step_header_subline {
    padding-bottom: 12px;
}

.iw_cost_calculator_full .iw_cc_content_wrapper .iw_cc_content_step.result .iw_cc_content_step_cell.half,
.iw_cost_calculator_full .iw_cc_content_wrapper .iw_cc_content_step.result .iw_cc_content_step_header_subline.half,
.iw_cost_calculator_full .iw_cc_content_wrapper .iw_cc_content_step.result .iw_cc_content_step_header_subline {
    padding-bottom: 5px;
}

.iw_cost_calculator_full .iw_cc_content_wrapper .iw_cc_content_step_cell.half.left,
.iw_cost_calculator_full .iw_cc_content_wrapper .iw_cc_content_step_header_subline.half.left {
    padding-right: 15px;
}

.iw_cost_calculator_full .iw_cc_content_wrapper .iw_cc_content_step_cell.half.right,
.iw_cost_calculator_full .iw_cc_content_wrapper .iw_cc_content_step_header_subline.half.right {
    padding-left: 15px;
}

.iw_cost_calculator_start .iw_cc_start_row .iw_cc_start_cell.third {
    width: 33.333333%;
    float: left;
}

.iw_cost_calculator_start .iw_cc_start_row .iw_cc_start_cell.third.left {
    padding-right: 15px;
}

.iw_cost_calculator_start .iw_cc_start_row .iw_cc_start_cell.third.middle {
    padding: 0 15px;
}

.iw_cost_calculator_start .iw_cc_start_row .iw_cc_start_cell.third.right {
    padding-left: 15px;
}

.iw_cost_calculator_start .iw_cc_start_row .iw_cc_content_step_input_wrapper,
.iw_cost_calculator_full .iw_cc_content_wrapper .iw_cc_content_step_input_wrapper {
    border: 2px solid #ab88b8;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    padding: 10px 20px;
    background-color: #fff;
}

.iw_cost_calculator_start .iw_cc_start_row .iw_cc_content_step_input_wrapper label,
.iw_cost_calculator_full .iw_cc_content_wrapper .iw_cc_content_step_input_wrapper label {
    cursor: pointer;
}

.iw_cost_calculator_start .iw_cc_start_row .iw_cc_content_step_input_wrapper.datepicker,
.iw_cost_calculator_full .iw_cc_content_wrapper .iw_cc_content_step_input_wrapper.datepicker,
.iw_cost_calculator_full .iw_cc_content_wrapper .iw_cc_content_step_input_wrapper.timepicker {
    padding: 10px 20px;
    cursor: pointer;
}

.iw_cost_calculator_start .iw_cc_start_row .iw_cc_content_step_input_wrapper.datepicker input,
.iw_cost_calculator_full .iw_cc_content_wrapper .iw_cc_content_step_input_wrapper.datepicker input,
.iw_cost_calculator_full .iw_cc_content_wrapper .iw_cc_content_step_input_wrapper.timepicker input {
    cursor: pointer;
}

.iw_cost_calculator_start .iw_cc_start_row .iw_cc_content_step_input_wrapper input,
.iw_cost_calculator_full .iw_cc_content_wrapper .iw_cc_content_step_input_wrapper input,
.iw_cost_calculator_full .iw_cc_content_wrapper .iw_cc_content_step_input_wrapper textarea {
    font-family: "Fira Sans", sans-serif;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    color: #1D1D1D;
    border: none;
    width: 100%;
    padding: 0;
    margin: 0;
}

.iw_cost_calculator_start .iw_cc_start_row .iw_cc_content_step_input_wrapper.button {
    font-family: "Fira Sans", sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    background-color: #ab88b8;
    cursor: pointer;
    letter-spacing: 2px;
}

.iw_cost_calculator_start .iw_cc_start_row a {
    text-decoration: none;
}

.iw_cost_calculator_start .iw_cc_start_row .iw_cc_content_step_input_wrapper.button:hover {
    color: #ab88b8;
    background-color: #fff;
}

.iw_cost_calculator_start .iw_cc_start_row .iw_cc_content_step_input_wrapper input,
.iw_cost_calculator_full .iw_cc_content_wrapper .iw_cc_content_step_input_wrapper input {
    height: 24px;
}

.iw_cost_calculator_start .iw_cc_start_row .iw_cc_content_step_input_wrapper.datepicker input::placeholder,
.iw_cost_calculator_full .iw_cc_content_wrapper .iw_cc_content_step_input_wrapper input::placeholder,
.iw_cost_calculator_full .iw_cc_content_wrapper .iw_cc_content_step_input_wrapper textarea::placeholder,
.iw_cost_calculator_full .iw_cc_content_wrapper .iw_cc_content_step_input_wrapper select::placeholder {
    color: #1D1D1D;
}

.iw_cost_calculator_full .iw_cc_content_wrapper .iw_cc_content_step_result_wrapper {
    font-family: "Fira Sans", sans-serif;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
}

.iw_cost_calculator_full .iw_cc_content_wrapper .iw_cc_content_step_result_wrapper b {
    font-family: "Fira Sans", sans-serif;
    font-size: 16px;
    line-height: 23px;
    font-weight: 700;
}

/* Date Picker */
.iw_cost_calculator_start .iw_cc_start_row .iw_cc_content_step_input_wrapper.datepicker img.ui-datepicker-trigger,
.iw_cost_calculator_full .iw_cc_content_wrapper .iw_cc_content_step_input_wrapper.datepicker img.ui-datepicker-trigger {
    width: 20px;
    display: initial;
}

.iw_cost_calculator_start .iw_cc_start_row .iw_cc_content_step_input_wrapper.datepicker input,
.iw_cost_calculator_full .iw_cc_content_wrapper .iw_cc_content_step_input_wrapper.datepicker input {
    width: calc(100% - 20px);
}

div#ui-datepicker-div {
    background-color: #fff;
    margin: 10px -23px 0 -23px;
    padding: 10px 20px;
    border: 2px solid #ab88b8;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    min-width: 300px;
    font-family: "Fira Sans", sans-serif;
    display: none;
}

a.ui-datepicker-next {
    float: right;
}

table.ui-datepicker-calendar {
    width: 100%;
}

td {
    text-align: center;
}

.ui-datepicker-title {
    padding: 10px 0;
    font-weight: 700;
}

.ui-datepicker a {
    text-decoration: none;
    cursor: pointer;
    color: #ab88b8;
}

/* Time Picker */
.iw_cost_calculator_full .iw_cc_content_wrapper .iw_cc_content_step_input_wrapper.timepicker img {
    width: 20px;
    display: initial;
}

.iw_cost_calculator_full .iw_cc_content_wrapper .iw_cc_content_step_input_wrapper.timepicker input {
    width: calc(100% - 24px);
}

/* Radio Button */
.iw_cost_calculator_full .iw_cc_content_wrapper .iw_cc_content_step_cell.half.radiocheckbox {
    padding-bottom: 18px;
}

.iw_cost_calculator_full .iw_cc_content_wrapper .iw_cc_content_step_input_wrapper.radiocheckbox {
    font-family: "Fira Sans", sans-serif;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    color: #1D1D1D;
    border: none;
    padding: 0;
}

.iw_cost_calculator_full .iw_cc_content_wrapper .iw_cc_content_step_input_wrapper.radiocheckbox span {
    line-height: 36px;
}

.iw_cost_calculator_full .iw_cc_content_wrapper .iw_cc_content_step_input_wrapper.radiocheckbox input {
    width: unset;
}

.iw_cost_calculator_full .iw_cc_content_wrapper .iw_cc_content_step_input_wrapper.radiocheckbox input[type=radio],
.iw_cost_calculator_full .iw_cc_content_wrapper .iw_cc_content_step_input_wrapper.radiocheckbox input[type=checkbox] {
    display: none;
}

.iw_cost_calculator_full .iw_cc_content_wrapper .iw_cc_content_step_input_wrapper.radiocheckbox input[type=radio] + span::before,
.iw_cost_calculator_full .iw_cc_content_wrapper .iw_cc_content_step_input_wrapper.radiocheckbox input[type=checkbox] + span::before {
    width: 24px;
    height: 24px;
    background-color: #fff;
    display: block;
    content: "";
    float: left;
    margin-right: 20px;
    border: 2px solid #ab88b8;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    margin-top: 5px;
}

.iw_cost_calculator_full .iw_cc_content_wrapper .iw_cc_content_step_input_wrapper.radiocheckbox input[type=checkbox] + span::before {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.iw_cost_calculator_full .iw_cc_content_wrapper .iw_cc_content_step_input_wrapper.radiocheckbox input[type=radio] + span::before {
    border-radius: 12px;
    -webkit-border-radius: 12px;
}

.iw_cost_calculator_full .iw_cc_content_wrapper .iw_cc_content_step_input_wrapper.radiocheckbox input[type=radio]:checked + span::before,
.iw_cost_calculator_full .iw_cc_content_wrapper .iw_cc_content_step_input_wrapper.radiocheckbox input[type=checkbox]:checked + span::before {
    background-color: #ab88b8;
}

/* Select */
.iw_cost_calculator_full .iw_cc_content_wrapper .iw_cc_content_step_input_wrapper.select {
    padding: 10px 0px 10px 0px;
}

/* The container must be positioned relative: */
.iw_cost_calculator_full .iw_cc_content_wrapper .iw-custom-select {
    position: relative;
}

.iw_cost_calculator_full .iw_cc_content_wrapper .iw-custom-select select {
    display: none; /*hide original SELECT element: */
}

/* Style the arrow inside the select element: */
.iw_cost_calculator_full .iw_cc_content_wrapper .select-selected:after {
    position: absolute;
    right: 20px;
    content: url('data:image/svg+xml;base64,PHN2ZyBpZD0iRWJlbmVfMSIgZGF0YS1uYW1lPSJFYmVuZSAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOm5vbmU7fS5jbHMtMntmaWxsOiMxZDFkMWQ7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5hcnJvdy1kb3duLWljb248L3RpdGxlPjxnIGlkPSJHcnVwcGVfNDQiIGRhdGEtbmFtZT0iR3J1cHBlIDQ0Ij48cmVjdCBpZD0iUmVjaHRlY2tfMTciIGRhdGEtbmFtZT0iUmVjaHRlY2sgMTciIGNsYXNzPSJjbHMtMSIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ii8+PGcgaWQ9IlBvbHlnb25fMSIgZGF0YS1uYW1lPSJQb2x5Z29uIDEiPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEzLjYsMTguODdhMiwyLDAsMCwxLTIuOC40LDIuMTYsMi4xNiwwLDAsMS0uNC0uNEwyLjQsOC4yQTIsMiwwLDAsMSw0LDVIMjBhMiwyLDAsMCwxLDEuNiwzLjJaIi8+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMTIsMTcuNjdoMEwyMCw3SDRsOCwxMC42N20wLDJhMiwyLDAsMCwxLTEuNi0uOEwyLjQsOC4yQTIsMiwwLDAsMSw0LDVIMjBhMiwyLDAsMCwxLDEuNiwzLjJsLTgsMTAuNjdBMiwyLDAsMCwxLDEyLDE5LjY3WiIvPjwvZz48L2c+PC9zdmc+');
    height: 20px;
    width: 20px;
    top: 2px;
}

/* Point the arrow upwards when the select box is open (active): */
.iw_cost_calculator_full .iw_cc_content_wrapper .select-selected.select-arrow-active:after {
    content: url('data:image/svg+xml;base64,PHN2ZyBpZD0iRWJlbmVfMSIgZGF0YS1uYW1lPSJFYmVuZSAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOm5vbmU7fS5jbHMtMntmaWxsOiMxZDFkMWQ7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5hcnJvdy11cC1pY29uPC90aXRsZT48ZyBpZD0iR3J1cHBlXzQ0IiBkYXRhLW5hbWU9IkdydXBwZSA0NCI+PHJlY3QgaWQ9IlJlY2h0ZWNrXzE3IiBkYXRhLW5hbWU9IlJlY2h0ZWNrIDE3IiBjbGFzcz0iY2xzLTEiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIvPjxnIGlkPSJQb2x5Z29uXzEiIGRhdGEtbmFtZT0iUG9seWdvbiAxIj48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMC40LDUuMTNhMiwyLDAsMCwxLDIuOC0uNCwyLjE2LDIuMTYsMCwwLDEsLjQuNGw4LDEwLjY3QTIsMiwwLDAsMSwyMCwxOUg0YTIsMiwwLDAsMS0xLjYtMy4yWiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEyLDYuMzNoMEw0LDE3SDIwTDEyLDYuMzNtMC0yYTIsMiwwLDAsMSwxLjYuOGw4LDEwLjY3QTIsMiwwLDAsMSwyMCwxOUg0YTIsMiwwLDAsMS0xLjYtMy4ybDgtMTAuNjdBMiwyLDAsMCwxLDEyLDQuMzNaIi8+PC9nPjwvZz48L3N2Zz4=');

}

/* style the items (options), including the selected item: */
.iw_cost_calculator_full .iw_cc_content_wrapper .select-items div,
.iw_cost_calculator_full .iw_cc_content_wrapper .select-selected {
    font-family: "Fira Sans", sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    color: #1D1D1D;
    cursor: pointer;
}

.iw_cost_calculator_full .iw_cc_content_wrapper .select-selected {
    padding-left: 21px;
    height: 24px;
}

.iw_cost_calculator_full .iw_cc_content_wrapper .select-items div {
    padding: 10px 20px;
}

/* Style items (options): */
.iw_cost_calculator_full .iw_cc_content_wrapper .select-items {
    position: absolute;
    background-color: #fff;
    top: 34px;
    left: -3px;
    right: -3px;
    z-index: 99;
    border: 2px solid #ab88b8;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

/* Hide the items when the select box is closed: */
.iw_cost_calculator_full .iw_cc_content_wrapper .select-hide {
    display: none;
}

.iw_cost_calculator_full .iw_cc_content_wrapper .select-items div:hover,
.iw_cost_calculator_full .iw_cc_content_wrapper .same-as-selected {
    background-color: #D4E1EB;
}

.iw_cc_content_step_footer_wrapper .iw_cc_content_step_footer_info {
    text-align: center;
    color: red;
    display: none;
}

/* Navigation */
.iw_cost_calculator_full .iw_cc_navigation_wrapper {
    padding-top: 80px;
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
}

.iw_cc_navigation_line {
    height: 3px;
    background-color: #ab88b8;
    float: left;
    margin-top: 23px;
    border-radius: 10px;
    flex-wrap: wrap;
    -ms-flex-flow: wrap;
    width: 100%;
}

.iw_cost_calculator_full .iw_cc_navigation_wrapper .iw_cc_navigation_button {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 17px 40px 16px 40px;
    background-color: #ab88b8;
    cursor: pointer;
    color: #FFFFFF;
    border: 2px solid #ab88b8;
    width: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.iw_cost_calculator_full .iw_cc_navigation_wrapper .iw_cc_navigation_button.go-back {
    margin-right: 30px;
}

.iw_cost_calculator_full .iw_cc_navigation_wrapper .iw_cc_navigation_button.go-forward,
.iw_cost_calculator_full .iw_cc_navigation_wrapper .iw_cc_navigation_button.go-send {
    margin-left: 30px;
}

.iw_cost_calculator_full .iw_cc_navigation_wrapper .iw_cc_navigation_button:hover {
    background-color: #FFFFFF;
    border: 2px solid #ab88b8;
    color: #ab88b8;
}

/* SUCCESS Step */

.iw_cost_calculator_full .iw_cc_success_wrapper .iw_cc_success_img_wrapper {
    margin: 0 auto;
    width: 100px;
    padding-top: 40px;
}

.iw_cost_calculator_full .iw_cc_success_wrapper .iw_cc_success_img_wrapper img {
    width: 100px;
}

.iw_cost_calculator_full .iw_cc_success_wrapper .iw_cc_success_headline {
    padding-top: 44px;
    font-family: "Fira Sans", sans-serif;
    font-size: 40px;
    line-height: 57px;
    font-weight: 700;
    text-align: center;
}

.iw_cost_calculator_full .iw_cc_success_wrapper .iw_cc_success_subline {
    padding-top: 22px;
    font-family: "Fira Sans", sans-serif;
    font-size: 22px;
    line-height: 31px;
    font-weight: 300;
    text-align: center;
}

.iw_cost_calculator_full .iw_cc_success_wrapper .iw_cc_success_button {
    padding-top: 40px;
    padding-bottom: 10px;
    letter-spacing: 2px;
}

@media screen and (max-width: 860px) {

    /* Fonts */
    .iw_cost_calculator_full .iw_cc_content_wrapper .iw_cc_content_step_header_headline,
    .iw_cost_calculator_full .iw_cc_content_wrapper .iw_cc_content_step_header_calculated_price {
        font-size: 24px;
        line-height: 28px;
    }

    .iw_cost_calculator_full .iw_cc_success_wrapper .iw_cc_success_headline {
        font-size: 34px;
        line-height: 41px;
    }

    .iw_cost_calculator_full .iw_cc_success_wrapper .iw_cc_success_subline {
        font-size: 20px;
        line-height: 24px;
    }

}

@media screen and (max-width: 680px) {

    .iw_cost_calculator_full .iw_cc_content_wrapper .iw_cc_content_step_cell.half {
        width: 100%;
        float: none;
    }

    .iw_cost_calculator_full .iw_cc_content_wrapper .iw_cc_content_step_cell.half.left,
    .iw_cost_calculator_full .iw_cc_content_wrapper .iw_cc_content_step_cell.half.right {
        padding-right: 0;
        padding-left: 0;
    }

    .iw_cost_calculator_start .iw_cc_start_row .iw_cc_start_cell.third {
        float: none;
        width: 100%;
    }

    .iw_cost_calculator_start .iw_cc_start_row .iw_cc_start_cell.third.left,
    .iw_cost_calculator_start .iw_cc_start_row .iw_cc_start_cell.third.middle {
        padding: 0 0 20px 0;
    }

    .iw_cost_calculator_start .iw_cc_start_row .iw_cc_start_cell.third.right {
        padding: 0;
    }

}

@media screen and (max-width: 495px) {

    /* Fonts */
    .iw_cost_calculator_full .iw_cc_content_wrapper .iw_cc_content_step_header_headline,
    .iw_cost_calculator_full .iw_cc_content_wrapper .iw_cc_content_step_header_calculated_price {
        font-size: 22px;
        line-height: 27px;
    }

    .iw_cost_calculator_full .iw_cc_success_wrapper .iw_cc_success_headline {
        font-size: 28px;
        line-height: 33px;
    }

}
