body {
    margin: 0;
    /*background-color: #d1ddd7;*/
    background-color: #ffffff;
}

.wrapper {
    /*background-color: #d1ddd7;*/
    background-color: #ffffff;

}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    /*background-color: #383a4f;*/
    /*background-color: #d1ddd7;*/
    background-color: #ffffff;

    margin: auto;
    padding: 20px;
    /*border: 1px solid #888;*/
    width: 80%;
}

/* The Close Button */
.close {

    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.page-content {
    width: 100%;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    background: #383a4f;
    flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
}

.wizard-heading {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 30px;
    padding-top: 85px;
    padding-bottom: 55px;
}

.wizard-v6-content {
    width: 100%;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin: 0 0 90px;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    display: flex;
    display: -webkit-flex;
}

.wizard-v6-content .wizard-form {
    width: 100%;
    /*background: #525575;*/
    background: #262525;
    border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.wizard-form h2 {
    color: #fff;
    padding-left: 50px;
    margin: 2rem 0 0 0;
    font-size: 2rem;

}

.wizard-form #tarifstand {
    padding-left: 50px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.form-register .steps {
    padding: 35px 50px 20px;
}

.form-register .steps ul {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: flex-start;
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    width: 100%;
}

.form-register .steps li,
.form-register .steps li.current {
    outline: none;
    -o-outline: none;
    -ms-outline: none;
    -moz-outline: none;
    -webkit-outline: none;
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    position: relative;
    width: 33.33%;
    margin-right: 20px;
    background: #fff;
    overflow: hidden;

}

.form-register .steps li:last-child {
    margin-right: 0;
}

.form-register .steps li .current-info {
    display: none;
}

.form-register .steps li a {
    text-decoration: none;
    outline: none;
    -o-outline: none;
    -ms-outline: none;
    -moz-outline: none;
    -webkit-outline: none;
}

.form-register .steps li a .title {
    display: flex;
    display: -webkit-flex;
}

.form-register .steps li a .title .step-icon {
    position: relative;
    outline: none;
    -o-outline: none;
    -ms-outline: none;
    -moz-outline: none;
    -webkit-outline: none;
    box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.14);
    -o-box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.14);
    -ms-box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.14);
    font-size: 18px;
    color: #000000;
    font-size: 25px;
    background: #939393;
    padding: 30px;
    margin: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.form-register .steps li a .step-icon span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.form-register .steps li.current a .step-icon,
.form-register .steps li.current a:active .step-icon {
    background: #fde310;
}

.form-register .steps li.done a .step-icon,
.form-register .steps li.done a:active .step-icon {
    background: rgba(93, 176, 48, 1);
}

.form-register .steps li a .step-text {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    padding-top: 18px;
    padding-left: 20px;
}

.form-register .content {
    padding: 0 50px;
}

.form-register .content h2 {
    display: none;
}

.innerr .form-heading {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
}

.innerr .form-subheading p {
    color: #fff;
    padding: 0;
    margin: 20px 0 0 0;
    font-size: 20px;
    font-weight: 600;
}

.innerr .form-heading h4 {
    font-weight: 700;
    font-size: 26px;
    color: #fff;
    margin: 0;
    padding: 0;
}

.innerr .form-heading h5 {
    font-weight: 700;
    font-size: 26px;
    color: #fff;
    margin: 0;
    padding: 0 0 10px;
}

.innerr #ergebniss h5 {
    margin-top: 1rem;
}

.innerr .form-heading span {
    font-weight: 400;
    font-size: 18px;
    color: #ccc;
}

.innerr .form-row {
    display: flex;
    margin: 0 -15px;
    position: relative;
    margin-bottom: 25px;
}

.innerr .form-row .form-row-inner {
    position: relative;
}

.innerr .form-row .form-holder {
    width: 50%;
    padding: 0 15px;
    position: relative;
}

.innerr .form-row .form-holder.form-holder-2 {
    width: 100%;
    position: relative;
}

.innerr .form-row .form-holder .label {
    position: absolute;
    top: 6px;
    left: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    transform-origin: 0 0;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
}

.innerr .form-row .form-holder label.special-label {
    display: block;
    float: none;
    padding-right: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;


}

.innerr .form-row .form-holder label.special-label-1 {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    padding-bottom: 10px;

}

#lbltipAddedComment {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    padding-bottom: 10px;

}

.innerr .form-images {
    margin-bottom: 20px;

}

/*.innerr .form-row .form-holder input,*/
.innerr .form-row .form-holder select {

    width: 100%;
    padding: 11.5px 20px;
    /*border: 5px solid #fde310;*/

    outline: none;
    -moz-outline: none;
    -webkit-outline: none;
    -o-outline: none;
    -ms-outline: none;

    background: transparent;
    /*border-bottom: 1px solid;*/ /*aca van las lineas*/
    /*border-bottom-color: #fde310;*/
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #fff;
    /*box-sizing: border-box;*/
    /*-moz-box-sizing: border-box;*/
    /*-webkit-box-sizing: border-box;*/
    /*-o-box-sizing: border-box;*/
    /*-ms-box-sizing: border-box;*/
    cursor: pointer;
}

.innerr .form-row .form-holder .form-control:focus + .label,
.innerr .form-row .form-holder .form-control:valid + .label {
    transform: translateY(-34px) scale(0.9);
    -moz-transform: translateY(-34px) scale(0.9);
    -webkit-transform: translateY(-34px) scale(0.9);
    -o-transform: translateY(-34px) scale(0.9);
    -ms-transform: translateY(-34px) scale(0.9);
    color: #55e8d5;
}

.btn-warning {
    position: relative;
    padding: 11px 16px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 8px;
    background-color: #ffffff;
    border: 0;
    overflow: hidden;


}

.btn-warning input[type="file"] {
    /*cursor: pointer;*/

}

.btn-warning-2 {
    position: relative;
    padding: 11px 16px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 8px;
    background-color: #ffffff;
    border: 0;
    overflow: hidden;
}

/*input::placeholder {*/
/*    color: #fff;*/

/*}*/

/*input:-ms-input-placeholder { !* Internet Explorer 10-11 *!*/
/*    color: #fff;*/

/*}*/

/*input::-ms-input-placeholder { !* Microsoft Edge *!*/
/*    color: #fff;*/
/*}*/

.innerr .form-row .form-holder select {
    /*background: #fff url('../images/wizard_v6_icon.png') no-repeat scroll;*/
    background: #fff;
    background-position: right 16px center;
    z-index: 1;
    cursor: pointer;
    color: #666;
    position: relative;
    font-weight: 400;
    font-size: 20px;
    margin-top: 10px;
}

.innerr .form-row .form-holder select#room,
.innerr .form-row .form-holder #day,
.innerr .form-row .form-holder select#time {
    background: transparent;
    border-bottom: 1px solid;
    border-bottom-color: rgba(255, 255, 255, 0.3);
    color: #fff;
    position: relative;
    background: 0 0;
    z-index: 1;
    cursor: pointer;
}

.innerr .form-row .form-holder .select-btn {
    z-index: 0;
    position: absolute;
    top: 54.5%;
    right: 6%;
    font-size: 19px;
    cursor: pointer;
    color: #fff;
}

.innerr .form-row .form-holder.form-holder-2 .select-btn {
    right: 3.5%;


}

.innerr .form-row.form-row-date .form-holder select {
    float: none;
    width: 12.4%;
    margin-right: 20px;
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.innerr .form-row.form-row-date .form-holder select#year {
    width: 13.6%;
}

.innerr .form-row .form-holder select option {
    background: #fff;
    color: #333;
}

.innerr .form-row .form-holder .ui-datepicker-trigger {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 19px;
    position: absolute;
    cursor: pointer;
    right: 5%;
    top: 54.5%;
    outline: none;
    -o-outline: none;
    -ms-outline: none;
    -moz-outline: none;
    -webkit-outline: none;
}

.innerr .form-row.table-responsive {
    border: none;
}

.innerr .table-responsive .table {
    width: 100%;
    background: rgba(255, 255, 255, 0.75);
    border-radius: 10px;
    padding: 10px;
}

.innerr .table-responsive tbody {
    text-align: left;
}

.innerr .table-responsive tr.space-row {
    display: block;
}

.innerr .table-responsive .table-zusammenfassung tbody th {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    padding-bottom: 0;
}

.innerr .table-responsive .table-zusammenfassung tbody td {
    color: #333;
    font-size: 20px;
    /*font-weight: 600;*/
    /*padding-bottom: 10px;*/
}

.innerr .table-responsive .table-zusammenfassung tbody td#startort-val,
.innerr .table-responsive .table-zusammenfassung tbody td#endort-val {
    color: #333;
}

.innerr .table-responsive .tables-tarif tbody th {
    color: #333;
    font-size: 20px;
    font-weight: 800;
    padding-bottom: 10px;
    border-bottom: 1px solid #333;
}

.innerr .table-responsive .tables-tarif tbody td {
    font-size: 20px;
    font-weight: 400;
    /*color: rgba(255, 255, 255, 1);*/
    color: #333;
    padding-bottom: 0;
}

.innerr .table-responsive .tables-tarif tbody td a {
    color: #333;
    text-decoration: none;
}

.innerr .table-responsive .tables-tarif tbody td a:hover {
    color: #fc631e;
    text-decoration: underline;
}

.form-register .actions {
    padding: 0 45px 45px;
}

.actions ul {
    list-style: none;
    padding-left: 0;
    margin: 15px 0 0;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
}

.actions ul li.disabled,
.actions ul li:first-child {
    display: none;
}

.actions ul li {
    padding: 0;
    border: none;
    display: inline-flex;
    height: 45px;
    width: 250px;
    justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #fde310;
    cursor: pointer;
    font-size: 20px;
    font-weight: 600;
    border: 2px solid #fde310;
}

.actions ul li:hover {
    background: #fc631e;
    border: 2px solid #fff;
}

.actions ul li a {
    color: #000000;
    text-decoration: none;
    width: 100%;
    height: 100%;
    /*padding-top: 16px;*/
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;

}

/* Logo */
#logo {
    position: absolute;
    top: 30px;
    right: 0px;
    background-color: #fff;
    border-radius: 10px 0 0 10px;
    padding: 10px;
    width: 100px;
}

#logo img {
    width: 100%;

    /*transform: scale(0.5);*/
}

/* Responsive */
@media screen and (max-width: 991px) {

    .modal-content {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .wizard-v6-content, .wizard-v6-content .wizard-form {
        border-radius: 0 !important;
    }

    .form-register .steps li a .title {
        flex-direction: column;
        -o-flex-direction: column;
        -ms-flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        align-items: center;
        -o-align-items: center;
        -ms-align-items: center;
        -moz-align-items: center;
        -webkit-align-items: center;
    }

    .form-register .steps li a .title .step-icon {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .form-register .steps li a .step-text {
        padding-bottom: 20px;
        padding-left: 0;
        font-size: 16px;
    }

    .innerr .form-row.form-row-date .form-holder select,
    .innerr .form-row.form-row-date .form-holder select#year {
        width: 25%;
    }

    .innerr .table-responsive .tables-tarif tbody td {
        font-size: 18px;
    }

    .innerr .table-responsive .tables-tarif tbody th {
        font-size: 18px;
    }

    .innerr .form-heading h5 {
        font-size: 26px;
    }

    .innerr .form-subheading p {
        font-size: 15px;
    }

    .innerr .table-responsive .table-zusammenfassung tbody td {
        font-size: 15px;
    }

    .actions ul li {
        font-size: 16px;
    }

}

@media screen and (max-width: 575px) {
    .modal-content {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .wizard-form h2, .wizard-form #tarifstand {
        padding-left: 20px;
    }

    .wizard-form h2 {
        font-size: 1.5rem;
    }

    .wizard-v6-content {
        width: 100%;
        margin: 0;
    }

    .form-register .steps {
        padding: 35px 30px 20px;
    }

    .form-register .steps li a .title .step-icon {
        padding: 20px;
        font-size: 20px;
    }

    .form-register .content {
        padding: 0 10px;
    }

    .innerr .form-heading span {
        display: none;
    }

    .innerr .form-images {
        display: none;
    }

    .innerr .form-row {
        flex-direction: column;
        -o-flex-direction: column;
        -ms-flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        margin: 0;
    }

    .innerr .form-row .form-holder {
        width: 100%;
        padding: 0;
        margin-bottom: 30px;
    }

    .innerr .form-row.form-row-date .form-holder select,
    .innerr .form-row.form-row-date .form-holder select#year {
        float: none;
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
        display: block;
    }

    .innerr .form-row .form-holder .ui-datepicker-trigger {
        right: 0;
    }

    .innerr .form-row .form-holder .select-btn {
        right: 2%;
    }

    .innerr .table-responsive .tables-tarif tbody td {
        font-size: 13px;
    }

    .innerr .table-responsive .tables-tarif tbody th {
        font-size: 15px;
    }

    .innerr .form-heading h5 {
        font-size: 20px;
    }

    .innerr .form-subheading p {
        font-size: 15px;
    }

    .innerr .table-responsive .table-zusammenfassung tbody td {
        font-size: 15px;
    }

}




