/*
Swoppen Soferu
Online-Reservation Onepager Addon

*/

/* Calendar Styles {{{ */
.HP-section-title {
    text-align: center;
    font-size: 32px;
    margin-bottom: 15px;
}

.logo-solo {
    background-color: white;
    padding: 10px 20px;
    width: 200px;
    height: 120px;
    position: absolute;
    top: 0px;
    margin-left: calc(50% - 100px);
    z-index: 10000000;
}

.logo-solo img {width: 100%; height: auto;}

@media screen and (max-width:991px) {
    .logo-solo {
        width: 100px;
        height: 60px;
        right: 0;
        padding: 5px 10px;
    }
}

.meine-buchungen .logo-solo{
        display:block;
    }
.meine-buchungen .header{
        display:none;
    }


a {
    cursor:pointer;
}
* {
    font-family: 'Quicksand', sans-serif;
}
.check_price_list.active i.far.fa-check-circle {
    color: #0f0;
    font-size: 20px;
}

.selection.multi-room a {
    width: 25%;
    float: left;
}

.selection.multi-room input {
    width: 50%;
    float: left;
    height: 100%;
    border: 1px solid #e7e7e7;
    padding: 7px;
}

.selection.multi-room {
    float: left;
    width: 100%;
}

.list-group-item.list-group-item-action {
    float: left;
    width: 100%;
}
.clone .extras {
    height: auto!important;
    opacity: 1!important;
    width: auto!important;
    overflow: auto!important;
}
@media screen and (max-width:991px){
    .overview-summary.off {
        width: 60px!important;
        height: 60px!important;
        bottom: 10px!important;
        border-radius: 100%!important;
        overflow: hidden;
    }

    .overview-summary.off {}

    .overview-summary.off .summ {
        display: none;
    }

    .overview-summary.off .title {
        width: 100%;
        text-align: center;
        height: 60px;
        padding: 0px;
        padding: 9px 0px;
    }

    .title {}

    .overview-summary.off .title * {
        text-align: center;
        width: 100%;
        padding: 0px;
    }
    .or-box.col-md-12.part-6.locked {
        position: fixed;
        bottom: 0px;
        width: 100%;
        z-index: 999999!important;
        opacity: 1;
        padding: 5px!important;
        height: 50px;
        left:0px;
    }

    .or-box.col-md-12.part-6.locked * {
        font-size: 23px!important;
    }

    .or-box.col-md-12.part-6.locked .set_room {
        padding: 15px;
    }
}
.clone {
    width: 100%;
    float: left;
}
.selection.multi-room.text {
    margin-top: 15px;
    color: black;
    margin-bottom: 0px!important;
    animation: none!important;
    opacity: 1!important;
    text-align: center;
    margin: 0px;
    margin-top: 20px;
}

.check_price_list.active {
    float: left;
    width: 100%;
    height: 100%;

}
span.input-group-btn {
    border: 1px solid #e7e7e7;
    border-left: 0px;
}
.selection.multi-room {
    display: none;
}

.active .selection.multi-room {
    display: block;
}
.check_price_list.active i {
    font-size: 20px;
}
.check_price_list i.far.fa-circle {
    font-size: 20px;
}

.check_pricle_object {
    padding: 3px;
    text-align: center;
    background: #fff;
    border: 1px solid #cecece;
}
.check_price_list.active i.far.fa-check-circle {
    color: #0f0;
    font-size: 20px;
}
.check_price_list.active i {
    font-size: 20px;
}
.check_price_list i.far.fa-circle {
    font-size: 20px;
}
.tmpl-content {
    background: #ffffff00!important;
    margin-top: 15px;
    margin-bottom: 15px;
}

.calendar.left, .calendar.right {
    width: 50%;
    max-width: unset;
    margin: unset;
}
.calendar.right table {
    border-left:2px solid #e7e7e7;
}
.tmpl_date_step #inlinePicker {
    display: none;
}
.or-box {
    padding-bottom:25px;
    background: white;
}
.daterangepicker:before,.daterangepicker:after {
    display:none;
}

.item-box.active,.daterangepicker td.active p, .daterangepicker td.active:hover p {
    background: var(--primary-color)!important;

}
.spacer {
    width: auto;
    height: 30px;
    /* padding: 0px 15px; */
    margin-left: -15px;
    margin-right: -15px;
}
.daterangepicker.daterangepicker-inline.ltr.show-calendar.opensright {
    float: left;
    width: 100%;
    border-radius: 0px!important;
    background: #e7e7e7;
}
img.img-responsive {
    object-fit: scale-down;
    width: 100%;
}
.or-box-content thead th {
    border: none!important;
}

.col-md-12.col-xs-12.payment-options {
    background: white;
    margin-top: 15px;
}

.form-check.form-check-inline span {
    position: relative;
}

.or-box-content {
    min-height: 300px;
    padding: 15px;
}
.or-box-content {
    min-height: 300px;
    padding: 15px;
}

.table>tbody>tr:nth-child(odd)>td {
    border: none!important;
}

.or-box-title {
    width: auto;
    padding: 10px 10px 5px 10px;
    background: white;
    color: white;
    border-bottom:0!important;
    transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
    text-align: center;
}

.or-box-title b {
    font-weight:300;
}

a.list-group-item {
    border-radius: 0px;
}
.form-check.form-check-inline span i.fa-check-circle {
    position: absolute;
    top: 0px;
    opacity: 0;
    transition: all 0.3s ease;
}


input[type="radio"]:checked + span i.fa-check-circle {
    opacity: 1;
    font-weight: bold;
    color:var(--primary-color);
}

input[type="radio"]:checked + span i.fa-circle {
    opacity: 0;
}

label.input-group-text, input, select {
    border-radius: 0px!important;
}

.list-group {
    max-height: 300px;
    overflow-y: auto;
    max-height: 300px;
    /* border-radius: 0px!important; */
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.scroll::-webkit-scrollbar {
    width: 3px;
    background:#d6d6d6;

}

.scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.0);
    border-radius: 0px;
}

.scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.0);
    background:darkgrey;
    width:3px;
}

.list-group.scroll a {
    border-radius: 3px!important;
}


.daterangepicker td, .daterangepicker th {
    text-align: center;
    width: 20px;
    height: 41px;
    border-radius: 4px;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer;
}
.room-inner .is-active.active {
    position: absolute;
    /* background: white; */
    width: 100%;
    height: 2px;
    left: 0px;
    right: 0px;
}
.room-inner {
    transition:all 0.3s ease;
}
.active .is-activeated i {opacity: 1!important;z-index: 9999;font-size: 27px;color: white;/* background: #0000002b; */text-align: center;padding: 5px;/* margin-left: 50%; */top: 2px!important;left: 15px!important;/* box-shadow: 0px 0px 2px 0px #00000038; *//* transform: translate(-50%,0); */}
.is-activeated {
    position: absolute;
    left: 0px;
}s
 .room-inner .is-activeated.active:after {
     width: 0px;
     height: 0px;
     border-left: 50px solid transparent;
     border-right: 50px solid transparent;
     border-bottom: 50px solid #dbffdb;
     content: "";
     position: absolute;
     z-index: 99;
     box-shadow: 0px 0px 0px 0px #000;
     top: -8px;
     left: -18px;
     transform: rotate(-45deg);
 }

.active .is-activeated:before {
    width: 0px;
    height: 0px;
    border-left: 48px solid transparent;
    border-right: 48px solid transparent;
    border-bottom: 48px solid var(--primary-color);
    content: "";
    position: absolute;
    z-index: 100;
    box-shadow: 0px 0px 0px 0px #000;
    top: -8px;
    left: -18px;
    transform: rotate(-45deg);
}

.active .is-activeated i {
    font-weight: bold;
}

.is-activeated {
    position: absolute;
    left: -13px;
}
.is-activeated {
    position: absolute;
    left: -13px;
}
.no-capacity, .not-in-arr, .is-not-range {
    opacity: 1;
    filter: grayscale(1);
    display:block!important;
    pointer-events: none!important;
}

.part-7 button {
    border-radius: 0px!important;
}

.item-price-val {
    float: right;
    position: absolute;
    right: 5px;
    top: 10px;
    color: black!important;
    z-index: 9999;
}
.spacer.border-bottom-spacer {
    border-bottom: 2px solid #7b7b7b!important;
    /* float: left; */
}
a.list-group-item.list-group-item-action.active {
    color: white;
}
.extra-service li a {
    background-color: white;
    border-radius:0px!important;
}

.extra-service li a.disabled {
    background-color: #c5c5c5f0!important;
}
.extra-service li a.active {
    color:white!important;
}

.selection {
    margin: 7px 0px;
}

.selection a {
    width: 100%;
}

.tmpl_date_step.isInactive:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #e7e7e7ba;
    z-index:2;
    left:0px;
    transition:all 0.3s ease;
}
a.nav-link.active {}

a.nav-link.active+i.fas.fa-caret-down {
    position: absolute;
    font-size: 35px;
    bottom: -20px;
    left: 40%;
    display:block;
}
a.nav-link +i.fas.fa-caret-down {
    display:none;
}

li.nav-item {
    position: relative;
}
.extra {
    padding: 11px;
    background: white;
    border: 2px solid #ccc;
    cursor: pointer;
    transition:all 0.3s ease;
    /* opacity:0.4; */
    float: left;
}
.extra.active {
    /* opacity:1; */
}

.extra.active .extra-title {
    border-bottom: 1px solid #a0a0a0;
}
.extra-title {
    /* border-bottom: 2px solid #e7e7e7; */
    margin-bottom: 5px;
    font-size: 16px;
    padding-bottom: 5px;
    font-weight: 900;
    width: 100%;
    float: left;
    transition: all 0.3s ease;
}

.modal-title p.article_title {
    display: inline;
}

.extra-content {
    padding: 5px;
}

.row.extras-2.extras-category div {
    display: none;
}
/* }}} */

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.radio {
    float: left;
    /* width: 14%; */
    width: 50%;
    margin: 0px;
}

.price_sum {
    width: 100%;
    text-align: right;
    padding: 10px 15px 10px 0px;
    border-top: 2px solid #cacaca;
    font-weight: 500;
    font-size: 16px;
}
.item-box {
    /* height: 30%; */
    padding: 15px;
    background: #333;
    color: white;
    transition: all 0.3s ease-in;
    border-left: 1px solid #f9f9f9;
    border-right: 1px solid #f9f9f9;
    cursor: pointer;
    border-bottom: 1px solid #525252;
}
.item-description {
    padding: 15px;
    background: #ffffff;
}
box-title h5 {
    font-size: 20px;
}

.item-description {
    display:none;
}
.btn {
    border-radius:0px!important;
    transition:all 0.3s ease;
}

.large {
    padding: 20px 50px;
    /* margin-left: 50%; */
    /* margin-right: auto; */
    text-align: center;
}
.btn:hover {
    background:#333!important;
}
.select-room li {
    transition: all 0.3s ease;
}
.btn-outline-primary {
    background: transparent!important;
    border-bottom: 2px solid #ababab!important
}
.btn-outline-primary:hover {
    color:white!important;
}
.item-box i.fas.fa-caret-down {
    visibility: hidden;
    transition:all 0.3s ease;
    position: absolute;
    bottom: -14px;
    font-size: 25px;
    z-index: 5;
}

.item-box.active i.fas.fa-caret-down {
    visibility: visible;
    transition:all 0.3s ease;
    position: absolute;
    bottom: -14px;
    font-size: 25px;
    z-index: 5;
}

.bussines-form h3 {
    border-top: 2px solid #c7c7c7;
    padding-top: 25px;
}
/* MEDIA QUERYS {{{ */

@media screen and (max-width: 570px) {
    .calendar.left, .calendar.right {
        width: 100%;
        max-width: unset;
        margin: unset;
    }
    .calendar.right tbody {
        border-left:none;
    }
}


/* }}} */

.info-bar {
    width: 100%;
    background: white;
    position: fixed;
    bottom: 0px;
    /* right: 50%; */
    /* left: 50%; */
    z-index: 9999;
    left: 0px;
    box-shadow: 0px -2px 17px -1px rgba(0, 0, 0, 0.52);
}
.hidden {
    display:none;
}

.booking_warranty_box div.form-check-inline {
    background: #f9f9f9;
    width: 100%;
    padding: 10px;
}

.booking_warranty_box div.form-check-inline+p {
    background: #f4f4f4;
    padding: 15px;
    font-style: italic;
}
.payment-option {
    display: none;
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* Als erstes verstecken wir die Standard Form-Elemente */
.or_form input[type="checkbox"],
.or_form input[type="radio"] {
    display: none;
}
.or-box.col-md-12.part-6 {
    overflow-x: hidden;
}
/*
Dem Label gebe ich ein Display Block,
damit dieser über die komplette Breite klickbar ist.
*/
.part-8 label {
    margin-left: 0px!important;
    padding-left: 0px!important;
    margin: 10px 0px;
}
.input-group {
    margin: 8px 0px;
}
/* Der span ist unsere neue Checkbox und den stylen wir wie folgt */
label span {
    background: #fff;
    width: 14px;
    height: 14px;
    display: inline-block;
    border: 1px solid #eaeaea;

    /*
    Die Positionierung kann je nach Einsatzgebiet abweichen.
    Ich möchte hier sichergehen das die Checkbox oder Radiobutton immer ob am Textanfang steht,
    falls wir einen mehrzeiligen Text haben, wie es z.B. bei "AGB´s akzeptieren" üblich ist.
    Die könnt ihr aber auch anders lösen.
    */
    position: absolute;
    top: 3px;
    left: 0;

    /* Ein Transition Effekt für den Hover - Checked Status. Dadurch wirkt es etwas animiert. */
    transition: all .2s linear;
}

/* Den Radiobutton runden wir komplett ab */
input[type="radio"] + span {
    border-radius: 50%;
    position:relative;
}

/* Hover-Effekt */
label:hover span {
    border: 1px solid #bbb;
}

/*
Mit dem "+" Selektor können wir das direkt nachfolgende Element
ansprechen, indem Fall unsere Label mit darin enthalten span.
*/
input[type="checkbox"]:checked + span,
input[type="radio"]:checked + span{
    border: 3px solid #8BC34A;
}
input[type="checkbox"]:checked + span, input[type="radio"]:checked + span {
    border: none;
    /* background: #000000; */
    /* min-width: 5px; */
    /* min-height: 5px; */
    transition: all 0.3s ease;
    /* visibility: visible; */
    position: relative;
}


input[type="checkbox"] + span {
    border: 2px solid #909090;
    transition: all 0.3s ease;
}

input[type="checkbox"] + span + label,input[type="radio"] + span + label {
    margin-left: -15px;
    width: 80%;
}

li.nav-item.active, li.nav-item.active a {
    background: #446d93;
    color: white!important;
    transition: all 0.3s ease;
}
li.nav-item {
    position: relative;
    transition: all 0.3s ease;
}
.room_settings.active {
    border-bottom: 2px solid #545454;
}
.room_settings {
    height: 0px;
    transition: all 0.3s ease;
    /* padding-bottom: 150px; */
}
.item-box:not(.active):hover {
    opacity: 0.9;
}
.room_settings.active {
    padding: 5px;
    height: 200px;
    background: #e7e7e7;
    z-index: 9;
}
.room_quantity {
    transition: all 0.3s ease;
}
.custom-select.hasError {
    background-color: #ff8888!important;
}

.addRoom {
    width: 100%;
}

.addRoom:hover {
    color: white!important;
}

.info-bar nav {
    padding: 0px;
}

.input-group.mb-6.col-md-6.col-xs-6 {
    margin-bottom: 15px;
}

.input-group.number-spinner span.input-group-btn button {
    height: unset!important;
    background: #555555!important;
    border: none!important;
}


.room-inner .title {
    height: 35px;
    font-size: a;
    overflow: hidden;
}

span.input-group-btn {
    background: #555555;
}

span.input-group-btn button {
    border-color: transparent;
}

.check_price_list {
    cursor: pointer;
}

.check_price_list:hover i.far.fa-check-circle {
    opacity: 1;
}

.check_price_list {}

.check_price_list:hover i.far.fa-check-circle {
    color: lightgreen!important;
    font-size: 20px;
}

.extra .extra-title i.far.fa-check-circle {
    opacity: 1 !important;
    float: left;
    position: relative;
    margin-left: -30px;
}

@media screen and (max-width:1024px){
    .overview-summary {
        width:60%!important;
    }
}
@media screen and (max-width:765px){
    .overview-summary {
        width:80%!important;
    }
    .container-scroll {
        position: relative!important;
        margin-top: 49px!important;
        float: left;
    }
}
.room-boxes.col-md-4.col-sm-4.col-xs-12 {
    padding: 7px;
}

.room-info-btn {
    background: var(--hover-color)!important;
    color:var(--white);
}

.room-info-btn i {
    color: var(--primary-color);
    transition: all 0.3s ease;
}

.room-info-btn i:hover {
    cursor: pointer;
    color: var(--white);
}
.room-info-btn {
    background:var(--hover-color)!important;
}

.room-inner {}

.room-inner .list-group-item {
    padding: 15px!important;
}
.carousel-inner.image img {
    min-height: 250px;
    max-height: 250px;
    min-width:100%;
}

@keyframes border-pulsate {
    0%   { border-color: rgb(255, 47, 47); }
    50%  { border-color: rgb(247, 201, 201); }
    100% { border-color: rgb(255, 47, 47); }
}
html {
    overflow-x: hidden!important;
}
.border-pulsing{
    border:2px solid;
    animation:border-pulsate 2s infinite;
}

.booking_warranty_box i.far.fa-circle {
    font-size: 20px;
    /* left: 8px!important; */
}

.booking_warranty_box i.far.fa-check-circle {
    font-size: 20px!important;
    left: 8px!important;
}
.radio-payment {
    font-size: 20px;
}

.number-spinner span.input-group-btn:hover,.number-spinner span.input-group-btn:hover button {
    background: black!important;
}

.number-spinner span.input-group-btn, .number-spinner span.input-group-btn button {
    transition: all 0.3s ease;
}

.not-in-arr {
    display: none!important;
}

fieldset.box {
    border: none;
}

fieldset.box input[type="checkbox"] {
    display: block;
}
.check_price_list {
    float: left!important;
    width: 100%!important;
}

.price-lists-container {
    float: left!important;
    width: 100%!important;
}
.price-list-content {
    margin: 0px -10px!important;
}

.check_price_list.active {
    float: left;
    width: 100%;
}

.HP-section.white {
    background: white;
    padding: 15px;
}
.room-inner {
    position: relative;
}
.or-box-title h5 {
    color:black;
}.ui-datepicker-calendar td,.ui-datepicker-calendar th {
     padding: 7px!important;
     background: #f9f9f9;
 }

.ui-datepicker-calendar td a, .ui-datepicker-calendar th a {
    background: none!important;
    text-shadow: none!important;
    box-shadow: none!important;
}

.ui-datepicker tbody td:hover {
    background: #333;
    color: white!important;
}

.ui-datepicker tbody td * {
    transition: all 0.3s ease;µ
}

.ui-datepicker tbody td:hover a {
    color: white!important;
}

.ui-datepicker-today {
    background: blue!important;
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
    width: 100%!important;
}

div#ui-datepicker-div {
    width: auto!important;
}

.ui-datepicker-title {
    font-size: 16px;
    opacity: 1!important;
    padding: 6px;
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
    opacity: 1;
}
.col-md-6.col-sm-6.col-xs-12.padding-top {
    margin-top: 7px;
}

.item-price-val.loading:before {
    position: absolute;
    background: white;
    content: "Lädt";
    width: 100%;
    height: 100%;
    text-align:center


}

/* Language Switcher */

.gn-icon.gn-icon-download.hover-languages::before {
    content: "\f0ac"!important;
    width: 20px;
    margin-right: 10px;
}

ul.gn-submenu.hover-languages {
    border: 1px solid #C6D0DA;
    border-top: 0;
    border-right: 0;
}

ul.gn-submenu li a {
    color: #5f6f81de;
    text-align: left;
    padding: 0 30px 0 30px;
}


@-moz-keyframes spinoff {
    0% {

        left 1%;
    }

    50% {

        left:90%;
    }
    100% {

        left:1%;
    };
}


@-webkit-keyframes spinoff {
    0% {
        left: 1%;
    }

    50% {
        left:90%;
    }
    100% {
        left:1%;
    }
}

.item-price-val.loading:after{
    position: absolute;
    content:"";
    height: 2px;
    width:10px;
    background: black;
    left: 0px;
    -moz-animation: spinoff 2.5s infinite linear;
    -webkit-animation: spinoff 2.5s infinite cubic-bezier(0.09, 0.9, 0.6, 1.07);
    bottom:0px;
}
.listing-value img {
    max-width: 16px;
}

.locked-h {
    /*display: none;*/
}
.new-box img {
    visibility: hidden;
}

.new-box {
    min-height: 350px;
}


.new-box {
    background: #0e0014!important;
}

/** Cool Hover Effects in Arrangements */

.image:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #18004657;
    top: 100%;
    transition: all 0.3s ease;
}
.image {
    overflow: hidden;
}
.new-box:hover .image:after {
    top: 0%;
}

.item-box:not(.active):hover {
    opacity: 1!important;
}

.image {
    overflow: hidden;
}

.new-box:hover .image {
    background-position: 20%!important;
}
.item-box-title {
    text-align: center;
    font-size: 14pt;
}

.item-box-description {
    padding: 15px;
}

.item-box-price {
    text-align: center;
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 0px;
    font-size: 12pt;
}

.col-md-3.col-sm-3.col-x-6.item-box.arrangements.new-box {
    position: relative;
}

.item-box-price {
    text-align: center;
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 0px;
    font-size: 12pt;
}

.col-md-3.col-sm-3.col-x-6.item-box.arrangements.new-box {
    position: relative;
}

.item-box.active {
    background: #0a0040!important;
}

.item-box.active:after {
    /* display: none!important; */
}

.item-box.active .image {
    /* border: 4px solid #74ff62; */
    opacity: 0.6;
    box-shadow: 0px 6px 6px 3px #00000069;
}

.item-box {
    transition: all 0.3s ease;
    border-radius: 4px;
}
.item-box {
    margin-bottom: 5px;
}

a.btn.light-btn {
    text-align: center;
    width: 100%;
    margin: 15px 0px;
    font-size: 15pt;
}

a.btn.light-btn:after {
    content: "";
    height: 2px;
    width: 50px;
    border-bottom: 1px solid #626262;
    height: 2px;
    position: absolute;
    bottom: 1px;
    margin-left: 50%;
    transform: translate(-50%);
    left: 0px;
}

a.btn.light-btn:before {
    content: "";
    height: 2px;
    width: 30px;
    border-bottom: 1px solid #898989;
    height: 2px;
    position: absolute;
    bottom: -2px;
    margin-left: 50%;
    transform: translate(-50%);
    left: 0px;
}


a.btn.light-btn {
    position: relative;
}


a.btn.light-btn:hover {
    background: transparent!important;
}

a.btn.light-btn:hover {color: black!important;}

.item-box-bookable {
    position: absolute;
    bottom: 31px;
    width: 100%;
    left: 0px;
    text-align: center;
    color: #b1b1b1;
}

.item-box-bookable {
    position: absolute;
    bottom: 31px;
    width: 100%;
    left: 0px;
    text-align: center;
    color: #b1b1b1;
}

.noNights {
    opacity: 0.6;
    cursor: no-drop;
    pointer-events: none;
}
.part-2x {
    display:none;
}

.room-inner .title {
    height: unset;
    overflow: unset;
}
.room-inner .list-group-item .title p {
    display: inline;
}
.item-box .is-activeated {
    top: 0px;
}
.part-3 .or-box-title h5 p {
    display: inline;
    padding-left: 3px;
}
.item-box-title, .item-box-description {
    position: relative;
}
.new-box:hover .image:after {
    top: 0%;
    top: -100%;border-radius:0%;width:300%;height:300%;
}
.new-box .image:after {
    transform:rotate(45deg);
    width: 100%;
    height:100%;border-radius:100%;
}
.or-box-title h5 {
    font-size: 30px;
    font-weight: 300;
    color: var(--primary-color);
}

.or-box-title h5 {
    pointer-events: none;
}
div#content {
    margin-top: 60px;
}

ul.gn-submenu li a {
    padding-left: 30px;
}
.CMS_workflow.col-md-2.col-xs-12.side-bar {
    margin-top: -60px;
}

div#content>div:nth-child(1) {transition: all 0.3s ease;}

@media screen and (min-width:991px){
    #content>.col-md-8.col-md-offset-2.col-xs-12 {
        /* margin-left: 15px; */
        padding-left: 40px;
    }
}
.swal2-popup {
    font-size: 1.8rem;
}

.col-btn.col-md-4.col-xs-6.md,.col-btn.col-md-4.col-xs-6.pay {
    padding-left: 0px;
    width: auto!important;
}
.col-md-3.col-sm-3.col-x-6.item-box.arrangements.new-box {
    margin-bottom: 20px;
    margin-top: 10px;
}

.coupon-arr {
    position: absolute;
    bottom: -26px;
    background: #3e3e3e;
    width: 96%;
    margin-left: 2%;
    left: 0px;
    border-radius: 3px;
    z-index: 0;
    text-align: center;
    box-shadow: inset -1px 3px 4px 0px #000;
    padding: 5px;
    z-index: 0;
}


.coupon-arr:hover {
    background: #2a1047;
}

.coupon-arr {
    transition: all 0.3s ease;
}
body {float: left;width: 100%;}

main.tmpl-content.container {margin-top: 90px;}
/*Bugfix 12.04.2022 PPP-Container wird mehrmals getriggert*/
.payment-option.PPP.isPayment {display: block!important;padding-left:10px;}

@media screen and (max-width:991px) {
    .alert-message {z-index: 99999999;}
    .alert-container {width: 90%;}
}
div#swal2-html-container p {font-size: .8em;}
div#swal2-html-container h2 {font-size: 1.3em!important;}
.titles h2 {font-size: 1.4em;}

.titles h3 {font-size: 1.1em;}
select.ui-datepicker-year,select.ui-datepicker-month {color: black!important;}
@media screen and (max-width:991px) {
    .steps>.row h2 {text-align: center;font-size: 1.6em;}
    .steps>.row h3 {text-align: center;font-size: 1.2em;}
    .invalid {border-color: red!important;}
    .required:after {display:none!important;}
}

.no-special,.no-extras {font-size: 1.3em;text-align: right;/* text-decoration: underline; */width: auto!important;float: right;}

.no-special:after {content: "\f178";font-family: 'Font Awesome 5 Free';color: black;}

span.glyphicon.glyphicon-arrow-right {/* font-weight: unset; */}

.no-special span,.no-extras span {padding-left: 5px;}

.no-special:hover ,.no-extras:hover {border-bottom: 1px solid;}

.or-box-title {
    background: none;
}

.col-md-3.col-sm-3.col-x-6.item-box.arrangements.new-box {}

.arrangements .image {position: absolute;width: 100%;left: 0px;height: 100%;top: 0px;opacity: 0.4;background-size: cover!important;background-repeat: no-repeat!important;background-position: center center!important;transition:all 0.3s ease;}

.or-box:not(.locked) {margin: 10px 0px;}

@media screen and (max-width:991px){
    .mobile-background {position: absolute;width: 100%;height: 100%;left: 0px;top: 0px;background-size: cover!important;border-radius: 5px;background-position: center center!important;background-repeat: no-repeat!important;}
    .list-group-item.imgIsSet:not(.active) {background: #ffffffd1!important;}
    .active .mobile-background {
        display: none;
    }

}

.close {position: absolute;right: 25px;top: 25px;font-size: 1.8em;}

.instant_select:not(.selected) {
    background: transparent!important;
    color: var(--primary-color);
    border-color: var(--primary-color)!important;
    padding:10px 12px;
}

.instant_select.selected {
    background: var(--primary-color)!important;
    color: var(--white);
    border-color: var(--primary-color)!important;
    padding:10px 12px;
}

.no-extras {margin: 20px 0px;}
.gui.steps {
    width: 100%;
    float: left;
}
.step.isOn {
    background:-var(--primary-color)!important;
}

.step * {
    float: left;
}
.msg.notification {
    font-size: 18px;
    padding: 25px;
    width: 100%!important;
    text-align: center;
    background: white!important;
    max-width: 100%;
}
.gui.steps {
    position: fixed;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: 9999;
}
.gui.steps.withMenu {
    margin-top: 60px;
    display: flex;
    flex-direction: row;
    width: 100%;
}
@media screen and (max-width:991px) {
    .gui.steps.withMenu {
        padding-left:0px!important;
    }
}
.number {
    font-size: 30px;
    margin-right: 5px;
    width: 15%;
    margin: 0px;
}

.step .title {
    width: 85%;
    padding: 3px 5px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    font-size: 13px;
}

.step .info {
    font-size: 13px;
    padding: 0px 5px;
}

.step {
    width: 100%;
    min-height: 70px;
    background: var(--white);
    padding: 7px 10px;
    border-top: 1px solid var(--light-grey);
    border-bottom: 1px solid var(--light-grey);
    border-left: 1px solid var(--light-grey);
}

.step.isOn *,
.step.isOn:before,
.step.isOn * {
    color: var(--white)!important;
}

.step.done:before {
    color: var(--primary-color);
}

.step.isOn {
    background-color: var(--primary-color);
}

.gui.steps {
    margin-bottom: 10px;
}

.step:last-child {
    border-right: 1px solid #d7d7d7;
}

/* CUstom 2022 */
.calendar.left, .calendar.right {
    width:100%!important;
}
[data-mode="1"] td:hover:before,[data-mode="3"] td:hover:before,.start-date:before{
    content:"Anreise";
    position:absolute;
    bottom:0px;
    width:100%;
    left:0px;
    text-align:center;
}

@media screen and (max-width:991px){
    .list-group.scroll.select-room {
        overflow-y: visible;
    }
    td.start-date:before {
        content:"Anr."!important;
    }
    div[data-mode="0"]:before {
        content: "Abreise auswählen";
        position: fixed;
        z-index:9999!important;
        background:#626262;
        left:0px;color:white; padding:10px;margin-top:-6px;
        bottom: 0px;
        width: 100%;
        text-align: center;
        animation: markUp 1s ease 0s 1 normal forwards;
    }
    div[data-mode=*]:before {
                        transition:all 0.3s ease;

                    }
    div[data-mode="2"]:before {
        content: "Anreise auswählen";
        position: fixed;
        z-index:9999!important;
        background:#626262;
        left:0px;color:white; padding:10px;margin-top:-6px;
        bottom: 0px;
        width: 100%;
        text-align: center;
        animation: markDown 1s ease 0s 1 normal forwards;
    }

}
@keyframes markDown {
    0% {
        animation-timing-function: ease-in;
        opacity: 1;
        transform: translateY(-45px);
    }

    24% {
        opacity: 1;
    }

    40% {
        animation-timing-function: ease-in;
        transform: translateY(-24px);
    }

    65% {
        animation-timing-function: ease-in;
        transform: translateY(-12px);
    }

    82% {
        animation-timing-function: ease-in;
        transform: translateY(-6px);
    }

    93% {
        animation-timing-function: ease-in;
        transform: translateY(-4px);
    }

    25%,
    55%,
    87% {
        animation-timing-function: ease-out;
        transform: translateY(0px);
    }

    100% {
        animation-timing-function: ease-out;
        opacity: 1;
        transform: translateY(0px);
    }
}
@keyframes markUp {
    0% {
        animation-timing-function: ease-in;
        opacity: 1;
        transform: translateY(-45px);
    }

    24% {
        opacity: 1;
    }

    40% {
        animation-timing-function: ease-in;
        transform: translateY(-24px);
    }

    65% {
        animation-timing-function: ease-in;
        transform: translateY(-12px);
    }

    82% {
        animation-timing-function: ease-in;
        transform: translateY(-6px);
    }

    93% {
        animation-timing-function: ease-in;
        transform: translateY(-4px);
    }

    25%,
    55%,
    75%,
    87% {
        animation-timing-function: ease-out;
        transform: translateY(0px);
    }

    100% {
        animation-timing-function: ease-out;
        opacity: 1;
        transform: translateY(0px);
    }
}
[data-mode="0"] td:hover:before,.end-date:before{
    content:"Abreise";
    position:absolute;
    bottom:0px;
    width:100%;
    left:0px;
    text-align:center;
}
@media screen and (max-width:991px) {
    [data-mode="0"] td:hover:before,.end-date:before{
        content:"Abr.";
        position:absolute;
        bottom:0px;
        width:100%;
        left:0px;
        text-align:center;
    }
}
.part-2 td {
    padding:10px 5px;

}
.part-2 td  {
    transition: all 0.3s ease;
}
.or-box.code-edit {
    min-height: unset;
    margin-top: 37px;
}

main.tmpl-content.container {
    padding: 15px;
    background: transparent!important;
}

.no-childs {
    display:none;
}
.room-inner.highlighted {
    border: 5px solid var(--primary-color);
    box-shadow: 0px 0px 7px 1px var(--primary-color);
}

.room-inner.highlighted:after {
    content: "";
    position: absolute;
    color: white;
    top: -26px;
    width: 91%;
    text-align: center;
}

/*
.room-inner.highlighted:before {
    content: "";
    position: absolute;
    color: white;
    top: -26px;
    width: 100%;
    text-align: center;
    box-shadow: 0px 0px 4px 0px #000;
}
*/
.room-inner.highlighted {
    position: relative;
}
.gui.steps .step {
    cursor: pointer;
}
.free-persons div {
    float: left;
}
.or-box .extras {
    width: 100% !important;
    float: left;
    margin-bottom: 15px;
    background: #f9f9f9;
    border-bottom: 1px solid #949494;
    padding: 15px;
}

.free-persons .count {
    padding: 2.5px;
}

.room-title-extras {
    font-size: 17px;
    padding-left: 15px;
    margin: 10px  0px;
}

.free-persons {
    margin-left: 40%;
    margin-right: 33%;
    text-align: center;
    margin-bottom: 21px;
    margin-top: 15px;
    padding-bottom: 20px;
    font-size: 22px;
}.coupon-error {
     padding: 10px;
     background: #f5f5f5;
 }
.price-lists-container {
    display: block!important;

    margin-top: 13px;
    padding: 0px;
    background: #e4e4e4;
}
th.next.available.disable {
    visibility: hidden;
}
.code {
    padding: 15px;
}

.container-scroll-step .text {
    background: #333;
}

.fixed-chev {}

.fixed-chev .text {
    margin-left: -10px;
    text-align: Center;
}
div#ppplus iframe {
    width: 100%!important;
}
.alert-bar {
    margin-top: 15px;
    padding: 15px;
    background: #baf9ba;
    margin: 15px;
}
.row.guests {
    /* padding: 0px 15px; */
    margin: 0px;
}
.alert-message.error i.far.fa-times-circle {
    position: absolute;
    top: 20px;
    left: 42%;

    font-size: 70px;
}
.alert-container .title i.far.fa-check-circle {
    top: 15px;
    left: 42%;
    opacity: 1;
    font-size: 70px;
}
.alert-container .title {
    margin-top: 70px;
}

.alert-container {
    text-align: center;
}


.guest-title {
    margin-bottom: 10px;
}

.extra-display-price,.price_value {
    padding-right: 3px;
}
.adHotel {
    display:none;
}
.adHotel {
    display: none!important;
}
.law-topics {
    padding-left: 15px;
}

.payment-option.PPP {
    padding: 20px;
}

.notice {
    float: left;
    width: 100%;
    padding-left: 15px;
    margin-top: 15px;
    color: #868686;
}


label.required-l {
    font-weight: 700;
}

label {
    font-weight: normal;
}

.daterangepicker_input {
    display: none;
}

.tip {
    position: absolute;
    z-index: 99;
    background: white;
    padding: 5px;
    height: 30px;
    /* border: 1px solid #000; */
    top: 10px;
    left: 220px;
    box-shadow: -1px 0px 4px 2px #00000047;
    padding-left: 15px;
    border-right: 2px solid #ff2f2f;
    border-radius: 4px;
}
.price-list-content {
    display: none;
}

.check_price_list {
    min-height: 33px;
}
.multi-room-title {
    padding: 7px 15px;
    font-size: 16px;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 10px;
}
.alert-message.code i {
    position: absolute;
    top: 15px;
    left: 0px;
    /* transform: translate(-50%); */
    font-size: 70px;
    /* display: none; */
    text-align: center;
    width: 100%;
}

.alert-message.code .title {
    margin-top: 40px;
}
.check_price_list.active {}

.check_price_list.active .price-list-content {
    display: block;
    /* background: #e7e7e7; */
}

.check_price_list {
    padding-left: 10px;
}

.price-list-title {
    padding-left: 35px;
}

.price-list-content {
    margin: 8px -10px -10px -10px;
}
a.btn.btn-primary.center {
    margin-left: 50%;
    transform: translate(-70%);
    background-color: white;
    margin-bottom: 20px;
    margin-top: 20px;
}
.price-list-content {
    padding: 10px 0px;
}

.paynow {
    display:none;
}
.tip:before {
    width: 21px;
    height: 20px;
    content: " ";
    /* border: 1px solid; */
    background: white;
    position: absolute;
    top: 5px;
    left: -9px;
    transform: rotate(45deg);
    box-shadow: -3px 2px 3px 0px #00000045;
}

.guest .title {
    float: left;
}

.row.guests {
    float: left;
    width: 100%;
}
.room-image-slider img {
    max-width: 100%;
    height: auto;
}
.dateAlert {
    padding: 10px;
    margin: 20px 0px;
}
.room-inner {
    box-shadow: 0px 0px 8px 0px #00000026;
    background: #ffffff;
}

.room-boxes.col-md-4.col-sm-4.col-xs-12 {
    padding: 7px;
}
.list-group-item.list-group-item-action.active {
    background: white;
    color: black;
    border-color: white;
}

.list-group-item .title {
    font-size: 20px;
}
.list-group.scroll.select-room {
    max-height: unset!important;
}
.check_price_list span {
    position: absolute;
    left: 5px;
    top: 10px;
}
.check_price_list span {
    position: absolute;
    left: 5px;
    top: 3px;
}
.check_price_list {
    padding-left: 10px;
}
.price-list-title {
    margin-top: 5px;
    padding-left: 25px;
}
@media screen and (max-width:992px){
    .payment-container {
        min-height: 180px;
        /* margin-bottom: 10px; */
    }
}
@media screen and (max-width:991px){
    .payment-container {
        min-height: 160px;
        /* margin-bottom: 10px; */
    }

    .payment {
        padding: 15px;
    }
    .anreise * {
        float: left;
    }

    .anreise label {
        width: 40%!important;
    }

    .anreise select {
        width: 60%!important;
        margin: -10px!important;
    }

}

.item-price-val {
    top: 5px;
}
i.far.fa-check-circle {
    opacity: 0;3
position: absolute;
    top: 0px;
    left:0px;
    font-size:20px;
    transition: all 0.3s ease;
}

.check_price_list.active i.fa-check-circle {
    opacity: 1!important;
}
.daterangepicker.daterangepicker-inline.ltr.show-calendar.opensright input {
    display: block!important;
}

.daterangepicker_input {
    display: block!important;
}
i.far.fa-check-circle {
    opacity: 0;
    position: absolute;
    top: 0px;
}
.check_price_list {
    position: relative;
}
.check_price_list {
    position: relative;
    border: 1px solid #0606062e;
    margin-bottom: 0px;
    margin-top: 0px;
    background: #ffffffcf;
    padding: 0px 10px;
    color:#333;
}
.payment-container {
    padding: 15px;
    background: white;
    box-shadow: 0px 0px 1px 0px #00000057;
}
.container-scroll-step {
    /* position: absolute; */
    top: 0px;
    height: 63px;
    width: 30px;
    cursor: pointer;
}
.list-group.scroll.select-room {
    border: none;
}
span.text {}

.container-scroll-step .text {
    position: absolute;
    bottom: -24px;
    color: black;
    margin-top: 15px;
    width: 82px;
    color: white;
    padding: 2px 0px;
    left: 9px;
    border: 1px solid #3336;
}
.payment {
    cursor: pointer;
}
.fixed-chev {
    position: fixed;
    bottom: 40px;
    margin-left: 50%;
    transform: translate(-50%,0);
    display: none;
    padding: 5px 14px;
    background: var(--hover-color);
    border:0;
    left:0px;
    border-radius: 5px;
}
.guest-title {
    margin: 25px 0px;
    font-size: 16pt;
    border-bottom: 1px solid #c5c5c5;
    float: left;
    width: 100%;
}
.guest .title {
    float: left;
}
.payment:hover .payment-container {
    transform: scale(1.1);
}

.payment .payment-container {
    transition: all 0.3s ease;
}


.payment-icon {
    width: 33%;
    margin-left: 33%;
}

.payment-title {
    text-align: center;
    margin-top: 15px;
    font-size: 13pt;
    font-weight: 400;
}

.radio-payment {
    width: 14pt;
    margin-left: 50%;
    transform: translate(-50%,0);
    right: auto;
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
}

.on .radio-payment i.far.fa-check-circle {
    opacity: 1;
}

.radio-payment i.far.fa-check-circle {
    position: absolute;
    top: 4px;
    left: 0px;
    color: #24ca2a;
    transition: all 0.3s ease;
    opacity: 0;
}

.extra-unit {
    float: left;
}

.sum-extra {
    float: right;
    display: none;
}

.guest-title {
    margin: 25px 0px;
    font-size: 16pt;
    border-bottom: 1px solid #c5c5c5;
}

.sum-extra .sum-title,.sum-extra .price_value {
    float: left;
    margin-left: 10px!important;
    /* margin-left: 15px; */
}

.sucess-mail {
    /* float: left; */
    width: auto;
    display: inline-block;
    font-weight: 500;
}

.extra-unit .unit-minus {
    float: left;
    /* height: 100%; */
}

input[type="checkbox"] + span i.far.fa-check-square {
    position: absolute;
    top: 0px;
    opacity: 0;
    left:10px;
    transition: 0.3s ease;
}

.check_price_list {

    transition: all 0.3s ease;
}

.check_price_list.active {
    opacity: 1;
}

input[type="checkbox"]:checked + span i.fa-check-square {
    /* color: red; */
    opacity: 1;
}

.extra-content {
    float: left;
    width: 100%;
    display:none;
}

.select-room li .item-price {
    /* float: left; */
    text-align: left;
    position: absolute;
    top: 10px;
    right: 15px;

    transition: all 0.3s ease;
}

.pull-right.float-right.price_sum>div:first-child {
    /* float: left; */
    /* text-align: right; */
    /* width: 89%; */
    /* text-align: right; */
}

.price-sum {
    float: right;
    margin-left: 16px;
}

.select-room li.is-in-range .item-price {
    opacity: 1;
}

.extra {
    width: 100%;
}

.extra-unit .unit-plus {
    float: right;
}

.extra .extra-title div.price div {
    margin: 0px;
}

.extra-unit input {
    float: left;
    height: 32px;
    border: none;
    border-right: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
    width: 60px;
    padding: 0px 11px;
}

.extra-unit .unit-plus:hover,.extra-unit .unit-minus:hover {
    background: #e7e7e7;
}

.col-md-12.col-xs-12.payment-options {
    padding: 15px 0px;
}

.sum-extra .sum-title {
    font-weight: 500;
}

.extra-unit {
    /* padding: 10px; */
    /* background: #e7e7e7; */
    border: 1px solid #e7e7e7;
    display:none;
}

.unit-minus,.unit-plus {
    padding: 9px;
    width: 30px;
    min-height: 30px;
    transition: all 0.3s ease;
}
.btn:hover {
    background: var(--primary-color)!important;
    color: var(--white)!important;
    border-color:var(--primary-color)!important;
}
.add_room:hover {
    color: #333ed6!important;
}
.part-6.locked .or-box-content .add_room {
    opacity: 0;
}

.part-6.or-box-content .add_room {
    opacity: 1;
}
a.btn.btn-primary.large.add_room {
    background: #ffffff00!important;
    color: #6a71db;
}
.arrangement.preset .title {
    font-size: 24px;
}

.title {}
.col-md-12.col-xs-12.col-sm-12.item-order.active.single {
    background: #c7c7c7;
}
.arrangement.preset .article-content {
    background: #e7e7e7;
    margin-top: 15px;
    margin:0px;

}
.arrangement.preset .article-content div:first-child {
    padding: 25px 15px;
}

.arrangement.preset .article-content div:nth-child(2) {
    padding: 0px;
}
.alert-message {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #000000b5;
    display:none;
}
.no-capacity {
    display: none!important;
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

.loader {
    margin: 60px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 0.2em solid;
    border-right: 02.em solid rgba(251, 175, 175, 0.4);
    /* border-bottom: 0.2em solid rgba(251, 175, 175, 0.4); */
    border-left: 0.3em solid ;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite cubic-bezier(0.54, 0.88, 0.9, 0.38);
    border-color: #3c48ea;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.loading-pattern {
    position: fixed;
    background: #00000063;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 99999999999;
    transition: all 0.9s ease;
    /*display:none; */
}

.not-in-arr {
    display: none;
}

.overview-summary {
    position: fixed;
    right: 15px;
    bottom: 0px;
    width: 30%;
    background: white;
    box-shadow: 0px 0px 2px 0px #0000009e;
    z-index: 10;
}

.overview-summary.off {}

.overview-summary .title {
    width: 30%;
    float: left;
    padding: 5px 15px;
    background: #333ed6;
    color: white;
}

.overview-summary .summ {
    float: left;
    padding: 5px 15px;
    width: 70%;
    background: #4e4f58;
    color: white;
}
.payment.locked{
    display:none;
}
.overview-summary .summ * {
    text-align: left;
    float: right;
    margin-left: 15px;
    /* padding: 2px; */
}

.overview-summary .summ div,
.overview-summary .title div {
    padding-left: 5px;
}



.part-6 tbody td:last-child, .part-6 thead th:last-child {
    text-align: right;
}

.or-box.locked:after {
    content: " ";
    background: #ffffff9c;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index:2;
}

.or-box.locked {
    opacity: 0.7;
}
.start-date, .end-date {
    color: black!important;
}

.item-box-all.col-md-12.col-xs-12 {
    text-align: center;
    border-top: 1px solid #e7e7e7;
    background: #f9f9f9;
    cursor:pointer;
}

.item-box:nth-child(-n+3) {
    display: block;
}
.extra.active .extra-title i {
    display: block!important;
    float: right;
    margin-right: 8px;
    margin-top: 3px;
    color: #58e458;
}
.item-box {
    transition: unset!important;
}
.booking-options {
    position: absolute;
    z-index: 999;
    bottom: 20%;
    left: 50%;
    width: 25%;
    transform: translate(-50%,0);
}
a.btn.btn-primary.large.add_room {
    padding: 8px 10px;
}
.alert-message.no-room-alert i.far.fa-times-circle {
    color: red;
    position: absolute;
    top: 31px;
    left: 50%;
    transform: translate(-50%);
    /* margin-left: -10px; */
    font-size: 50px;
}
.daterangepicker_input {
    display: none!important;
}
.room-type {font-size: 20px;border-bottom: 1px solid #e7e7e7;padding: 10px;}
.booking-options .btn {
    box-shadow: 0px 0px 4px 0px #00000094;
    margin-top: 15px;
    margin-left: 50%;
    transform: translate(-50%,0);
}

.extra .extra-title div {
    margin-left:30px;
    margin-left: 30px;
    float: left;
}

.sum-table-content td {
    padding: 5px;
}

.extra .extra-title div.price {
    float: right;
}

.extra .extra-title div.unit {
    float: right;
    width: 100%;
    text-align: right;
    font-size: 12px;
    font-weight: 300;
}

.extra .extra-title i {
    transition: all 0.3s ease;
    float: left;
    margin-right: 8px;
    font-size: 19px;
    margin-top: 3px;
    /*color:#ff6a6a;*/
    position: absolute;
    left: 30px;
}

.info-alert-content {
    position: absolute;
    /* display: none; */
    top: 20%;
    left: 50%;
    /* background: white; */
    z-index: 999999999999;
    transform: translate(-50%,0);
    padding: 15px;
}

.info-alert-content {
    background: white;
}
.title {}

.info-alert-content .title {
    font-size: 18pt;
    margin-bottom: 25px;
    border-bottom: 1px solid #33333330;
}


.sum-table-content {
    padding: 15px;
}

.sum-table-content table tr {
    padding: 5px;
    margin-bottom: 2px;
    border-bottom: 1px solid #e7e7e7;
}

.sum-table-content table {
    width: 100%;
}

.sum-table-content table th:last-child {
    text-align: right;
}

.sum-table-content table td:last-child {
    text-align: right;
}

.sum-table-content {
    max-height: 60vh;
    overflow: scroll;
}

.info-text {
    padding: 15px;
}
.info-alert {
    position: fixed;
    top: 0px;
    left: 0px;
    background: #2d2d2d96;
    height: 100%;
    width: 100%;
    z-index: 999999999999;
    /* transform: translate(-50%,0); */
    display: none;
}

.room-info-btn {
    position: absolute;
    right: 10px;
    padding: 12px;
    height: 50px;
    width: 50px;
    text-align: center;
    top: -16px;
    background: var(--hover-color);
    transition: all 0.3s ease;
    color: var(--primary-color);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    color: var(--white);
    border: 5px solid var(--white);
}

.room-info-btn:hover {
    background: var(--primary-color)!important;
    color:var(--white)!important;
}

.room-info-btn:hover i {
    color:var(--white)!important;
}

.info-alert-content {
    position: absolute;
    /* display: none; */
    top: 20%;
    left: 50%;
    /* background: white; */
    z-index: 999999999999;
    transform: translate(-50%,0);
    padding: 15px;
    min-width:60vw;
}

.info-alert-content {
    background: white;
}
.alert-box.error {
    margin-bottom: 20px;
    padding: 10 15px;
    background: #ffb0b0;
}
.info-alert {
    position: fixed;
    top: 0px;
    left: 0px;
    background: #2d2d2d8f;
    height: 100%;
    width: 100%;
    z-index: 999999999999;
    /* transform: translate(-50%,0); */
    display: none;
}

.item-price-val {
    float: right;
    margin-left: 5px;
}

.extra.active .extra-title i.fa-times-circle {
    display: block!important;
    float: right;
    margin-right: 8px;
    margin-top: 3px;
    color: #58e458;
    opacity: 0!important;
}

.overview-summary .title div {
    float: left;
}

.extra .extra-title i.fa-times-circle {
    transition: all 0.3s ease;
    opacity: 1;
    float: right;
    margin-right: 8px;
    font-size: 19px;
    margin-top: 3px;
}


.input-group.number-spinner button {
    background: #efefef!important;
}
.input-group.number-spinner span.input-group-btn button {
    height: 34px;
}

.alert-container {
    position: absolute;
    background: white;
    left: 50%;
    transition: all 0.9s cubic-bezier(0, 0.99, 0.58, 1);
    top: -50%;
    transform: translate(-50%,-50%);
    padding: 25px;
    box-shadow: 0px 0px 5px 0px #000000c2;
}
.payments {
    padding: 15px;
    background: #fff;
    border-top: 1px solid #96969680;
    border-bottom: 1px solid #96969682;
    /* border: 2px solid #d4d4d4; */
    border-left: .5px solid #d4d4d46b;
    border-right: 5px solid #d4d4d46b;
    float: left;
    width: 100%;
}

.payment-content:first-child .payment {
    padding-left:0;
}

.payment-content:first-child .payment .payment-container {
    background: var(--hover-color);
}

.btn.btn-primary.booknow {
    width: 100%;
    font-size: 18px;
    border-color: var(--primary-color)!important;
    background-color: var(--primary-color)!important;
}


.col-md-3.col-sm-3.col-x-6.item-box.goto-arrangements {

}
.col-md-3.col-sm-3.col-x-6.item-box.goto-arrangements a {
    color: white;
    text-decoration: none;
}
.title {}
.alert-container i {
    margin-left: 9px;
}


.alert-message.error i {
    color: #ef4343;
}
.locked:not(.part-6) {
    pointer-events: none!important;
}
.alert-message.success i {
    color: #43ef81;
}


.alert-container .title {
    padding: 15px 0px;
    font-size: 23px;
}

.alert-content {
    padding: 10px 0px 15px 0px;
}

.carousel-control {
    background: none;
    background-image: none!important;
}
.alert-container.show {
    top: 50%;
}
.sum-table-content {
    display:none;
}
.nav-tabs {
    background:transparent;
}
.extra-service li a.disabled {
    background:#c5c5c538!important;
}
a.start-load {
    display: none;
}
.no-capacity ,.not-in-arr,.is-not-range{
    opacity: 0.6;
    cursor: pointer!important;
    /*pointer-events: none;*/
}

.part-2 {
    transition: all 0.3s ease;
}

.input-group {
    transition:all 0.3s ease;
}
.pulse-once {
    transform:scale(1.1);
}
.col-md-12.underline {
    border-bottom:2px solid #e7e7e7;
    margin-bottom:15px;
    margin-top:15px;
    height:5px;
}
.no-extra {
    text-align: center;
}
.carousel-caption {
    top: 15px!important;
}
label.form-check-label img {
    width: 40px;
    float: left;
    margin-right: 15px;
}

label.form-check-label h5 {
    float: left;
}

input[type="radio"] + span {
    border-radius: 50%;
    /* visibility: hidden; */
    padding: 0px 9px;
    /* margin-right: 26px; */
    /* border: 2px solid #8e8e8e; */
    /* background: #446d93; */
    width: 15px;
    /* line-height: 28px; */
    font-size: 22px;
    /* height: 15px; */
    margin-top: 15px;
    display: inline-block;
    margin-bottom: 10px;
    width: auto!important;
    height: auto!important;
    top: 0px;
    float: left;
}
.or-box {
    padding-bottom: 25px;
    background: white;
    border-bottom: 1px solid #b9a452;
    min-height: 440px;
}.part-4 .carousel-inner {
     height: 330px;
 }
.select-room li:hover {
    background: #337ab72b;
    cursor: pointer;
}


td.available .is-free {
    border-bottom: 2px solid #27ec3f;
}
td.off.available .not-free{
    border-bottom: 2px solid #ec2727;
}

.daterangepicker .disabled {
    opacity: 0.8;
    border-bottom: 1px solid #ff000061;
    pointer-events: none;
}

.item-order {
    background: #e7e7e7;
    padding: 15px;
    border-bottom: 1px solid #333;
}
.basket-title {
    margin-top: -15px;
    padding: 12px;
    margin: -15px -15px 25px -15px;
    background: #2d5c88;
    color: white;
    min-height: 40px;
}
input[type="checkbox"] + span {
    padding: 0px 10px;
    border: none;
    /* transition: all 0.3s ease; */
    /* margin-right: 10px; */
    /* margin-top: 10px; */
    /* width: 20px; */
    /* height: 24px; */
    /* overflow: unset; */
    float: left;
    font-size: 20px;
    margin: 10px 0px;
    display: block;
    /* border-right: 2px solid #909090; */
}
.part-x3,.part-5,.part-6,.part-7,.part-8,.part-9 {

    transition:all 0.3s ease-in;
}
.openMe {
    opacity:1;

}
.or_form>.row {
    background: #fff;
    padding: 0;
}
.basket-line {
    border-bottom: 1px solid grey;
}
.msg {
    position: fixed;
    top: 50px;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    max-width: 370px;
    0

    z-index: 30;
}
td[data-price-unformat="*"] {
    text-align: right;
}

.part-6 tbody td:nth-child(4) {
    text-align: right!important;
}

.part-6 tbody td:nth-child(5) {
    width: 20px;
}

.part-6 tbody td:nth-child(5) a {
    /* line-height: 24px; */
}

a.delete i {
    margin-top: 3px!important;
}
ul.list-group.basket-list li:nth-child(2n+0) {
    background: #2d5c8814;
    /* color: white; */
}
.msg .msg-content,.msg .msg-title {
    padding: 8px;
    color: #fff;
    display:none;
}
.no-room {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    font-size: 19px;
    opacity: 0.5;
}
.msg-title {
    background: #417eb7;
    border-bottom: 1px solid #b9a452;
}
.msg, .basket {
    z-index:9999!important;
}
.msg-content {
    background: #f5f5f5;
    padding: 15px!important;
    color: black!important;
}
.extra select {
    color: black;
}

.daterangepicker td {
    transition:all 0.3s ease;
}

.is-unfocus {
    opacity: 0.4;
}
.msg {
    position: fixed;
    top: 50px;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    max-width: 50%;
    z-index: 30;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.38);
}
.basket {
    -webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.75);
    position: fixed;
    background: white;
    right: 15px;
    /* bottom: 0px; */
    padding: 15px;
    z-index: 25;
    top: 0px;
    border-width: 0px 1px 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-color: rgb(185, 164, 82);
    border-bottom-color: rgb(185, 164, 82);
    border-left-color: rgb(185, 164, 82);
}
.basket i {
    color: rgb(185, 164, 82);
}
@media screen and (max-width:776px) {
    .basket {
        right:unset;
        left:15px;
    }
}

.basket ul {
    margin: 0px;
}
.basket.icon.active.rotate {
    transition: all 0.3s ease;
    transform: scale(1.5);
    left: 15px;
    bottom: 15px;
    background: #2d5c88;
    color: white;
}


.container-scroll {
    position: relative;

}

.chevron {
    position: absolute;
    width: 28px;
    height: 8px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move 3s ease-out infinite;
}

.chevron:first-child {
    animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
    animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
    content: ' ';
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
    background: var(--primary-color);
}
.chevron {
    color: #333;
    /* background: #333; */
}

.container-scroll {
    position: absolute;
    bottom: 20px;
    margin-left: 49%;
    margin-right: 50%;
    /* width: 100%; */
    transform: translate(-50%,0);
    cursor:pointer;
}

.or-box.col-md-12.part-1 {
    position: relative;
}
.or-box.col-md-12{
    z-index:0!important;
}

.container-scroll .text {
    color: #333;
}
.chevron:before {
    left: 0;
    transform: skew(0deg, 30deg);
}

.chevron:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -30deg);
}

@keyframes move {
    25% {
        opacity: 1;

    }
    33% {
        opacity: 1;
        transform: translateY(30px);
    }
    67% {
        opacity: 1;
        transform: translateY(40px);
    }
    100% {
        opacity: 0;
        transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
}
.scroll-btn.fixme .fixed-chev {position: fixed;bottom: 0px;width: 100%;z-index: 999999999;}
/*
.text {
    display: block;
    margin-top: 75px;
    margin-left: -10px;
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
    font-size: 12px;
    color: #fff;
    text-align:center;
    text-transform: uppercase;
    white-space: nowrap;
    opacity: .25;
    animation: pulse 2s linear alternate infinite;
}
*/
@keyframes pulse {
    to {
        opacity: 1;
    }
}

td.is-not-active.in-range,.is-unfocus.in-range {
    background: #ffbebe!important;
}

.first-load{
    background:#FFF!important;
}



.room-image-slider {
    max-height: 250px;
}

.room-image-slider img {
    height: 100%;
    width: auto!important;
    max-width: unset;
    max-height: 250px;
}

.list-group-item .title {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 10px;
}
div#content {
    padding: 0px;
    margin-top:;
    background: transparent;
}
.or-box.col-md-12 {
    z-index: unset!important;
}

td.is-active {
    border-bottom: 1px solid #33d638!important;
}

td.is-not-active {
    border-bottom: 1px solid #ff0000!important;
}

td.is-active.in-range.is-unfocus {
    background: #ff8181!important;
}

td.departured {
    border-bottom: 1px solid #7bf94b!important;
    pointer-events: unset!important;
    text-decoration: unset!important;
    cursor: pointer!important;
}

td.departured:hover {
    background: #7bf94b!important;
    border-bottom: 1px solid #7bf94b!important;
}
/*
.end-date[data-departure="1"] {
    text-decoration: none!important;
    background: green!important;
    border-bottom: 1px solid #7bf94b!important;
} */
td.departured.dead {
    background: #ff8181!important;
    pointer-events: none!important;
    cursor:not-allowed!important;
    border-bottom:1px solid #ff8181!important;
}
td.departured.dead:hover {
    background: #ff8181!important;
}
td.dead{
    background: #ff2f2f47!important;
    border-bottom: 1px solid red!important;
    pointer-events: none;
}
td.off.off.disabled.is-active {
    opacity: 0.4;
    /* border-bottom: 1px solid red!important; */
}

td.departured.dead {
    pointer-events:unset!important;
    cursor:pointer!important;
}
.tips {
    box-shadow: 0px 0px 3px 0px #000;
    position: absolute;
    background: white;
    padding: 10px 5px;
    border: 1px solid #ffbfbf;
    top: -108%;
    border-radius: 3%;
    left:-40%;
}

.daterangepicker .calendar th,
.daterangepicker .calendar td {
    position: relative;
    font-size: 21px;
    font-weight: 300;
    text-transform: uppercase;
    color: var(--primary-color)!important;
}

.tips:after {content: " ";background: white;transform: rotate(45deg);position: absolute;bottom: -31%;width: 20px;height: 20px;left: 42%;/* box-shadow: 0px 0px 3px 0px #000; */z-index: 999;/* border: 3px solid black; */border-right: 1px solid #723c3c;border-bottom: 1px solid #723c3c;border-color: #4f2424;}

.tips {
    z-index: 1000!important;
}
td.preRangeS {
    border-bottom: 1px solid red!important;
    cursor: not-allowed;
    pointer-events: none!important;
}

td.preRangeS:hover {
    background: #ff7676!important;
}


a.btn.btn-primary.lessp,
a.btn.btn-primary.addp {
    background-color: var(--hover-color)!important;
    color: var(--primary-color)!important;
    border: none;
    width: 26px;
    height: 26px;
    margin-left:5px!important
    font-weight:bold;
    line-height: 25px;
}

input.adults-room-input,
input.child-room-input {
    width: 26px;
    height: 26px;
    border: none!important;
    margin: 0px!important;
    margin-right: 30%!important;
    text-align: center;
    background: #fff;
    margin-left:5px!important
}
.spinners {
    padding: 5px;
    background: #f7f7f7;
}
.spinners * {
    float: left;
    margin-right: 25%;
    /* box-shadow: 0 0 black; */
    /* display: table; */
}

.col-md-6.col-xs-12.ad,.col-md-6.col-xs-12.ch {
    margin: 10px 0px;
}

.spinners {
    float: left;
    width: 100%;
}
.spinners {}

.spinners .icon {
    position: absolute;
    right: 38px;
    top: 45%;
    /* width: 14px; */
}

.spinners .icon i {
    float: left;
    font-size: 24px;
    position: absolute;
    left: 0px;
}

.spinners .icon i:nth-child(2) {
    left: 20px;
}

a.btn.btn-primary.addp {
    width: 26px;
    height: 26px;
}

.spinners a {
    padding: 0px;
}
.add_room_select {
    float: left;
    padding: 10px 5px;
    text-align: center;
    width: 100%;
    margin: 10px 0px;
    background: var(--hover-color);
    /* color: white; */
}

.add_room_select i {
    text-align: center;
}
.add_room_select {
    float: left;
    padding: 10px 5px;
    text-align: center;
    width: 100%;
    margin: 10px 0px;
    background: #e7e7e7;
    /* color: white; */
}

.add_room_select i {
    text-align: center;
}

.add_room_select i:before {margin-right: 4px;}

.title-room-persons {
    float: left;
    width: 100%;
    margin-top: 10px;
    border-bottom: 1px solid #e7e7e7;
    /* padding-left: 15px; */
    padding-bottom: 4px;
}

.add_room_select:hover {
    opacity: 0.7;
}
.room-inner.minNightsDisabled {pointer-events: none!important;}

.remove-extra-room:hover i {
    color: #f55050;
}

.remove-extra-room i {
    transition: all 0.3s ease;
    cursor: pointer;
}
.add_room_select i:before {margin-right: 4px;}
.add_room_select,.add_room_select * {
    cursor: pointer;
    /* font-weight: 300; */
}

.clone .extra {
    width: 100%!important;
}

.or-box.col-md-12.part-6.locked {
    min-height: unset;
    height: 60px;
    overflow: hidden;
}

.locked a.btn.btn-primary.large.set_room {
    /* left: 0px; */
    /* position: absolute; */
    /* top: 0px; */
    width: 100%;
    height: 100%;
    margin: 0px!important;
    transform: unset!important;
    line-height: 22px;
    font-size: 29px;
}

.locked .booking-options {
    top: 0px;
    left: 0px;
    right: 0px;
    transform: unset;
    width: 100%;
    height: 100%;
}



a.btn.btn-primary.addp, input.adults-room-input, a.btn.btn-primary.lessp, input.child-room-input {
    margin-right: 0px!important;
    margin-top: 30px!important;
    margin-left: 0px!important;
    width: 33%;
}
.room-inner.minNightsDisabled {
    opacity: 0.3;
    border: 1px solid #969696;
}

.minNightsDisabled-alert {
    position: absolute;
    top: 50%;
    font-size: 19px;
    text-align: center;
    padding: 10px;
    background: #ffffff94;
    right: 12px;
    left: 13px;
    color: #333;
}

.room-boxes {
    position: relative;
}

.room-boxes .list-group-item.list-group-item-action {
    border:0;
}

input.adults-room-input {}

.spinners .icon {
    top: 0px;
    font-size: 12px;
    right: unset!important;
    left: 39%;
    transform: translate(-50%);
}

.spinners .icon i {
    font-size: 20px;
    margin-top: 5px;
    opacity: 0.7;
    margin-right: unset!important;
}
.list-group.scroll.select-room {
    padding-top: 15px;
}

td.highlight-wpointer:before {
    position: absolute;
    height: 16px;
    width: 21px;
    /* background: #0fffdd; */
    content: "\f3c1";
    border-radius: 100%;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    font-family: "Font Awesome 5 Free";
    font-size: 9px;
    color: #656565;
    z-index: 999999999999999999999999999999;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: 900;
}

td.highlight:before {
    position: absolute;
    height: 16px;
    width: 21px;
    /* background: #0fffdd; */
    content: "\f023";
    border-radius: 100%;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    font-family: "Font Awesome 5 Free";
    font-size: 9px;
    color: #656565;
    z-index: 999999999999999999999999999999;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: 900;
}
.part-2 .code-block {
    width: 100%;
    margin: 10px 0px;
    background: #3c3c3c;
    padding: 15px;
    color: white;
}

.part-2 .code-block p {
    margin: 0px;
}
td.highlight {
    position: relative;
    background: #e4ffe2;
    border-radius: 0px!important;
    pointer-events: none;
    color: #b7b7b7;
}
td.highlight-wpointer {
    position: relative;
    background: #e4ffe2;
    border-radius: 0px!important;
    /*color: #b7b7b7;*/
}
td.highlight-wpointer.arrival-only{
    color: #b7b7b7;
}

td.highlight:nth-child(1) {
    pointer-events: all!important;
    cursor:pointer!important;
}
td.highlight:nth-child(1) * {
    font-style: initial!important;
}

td.available.highlight:first-child {
    pointer-events: all!important;
    cursor:pointer!important;
}



td.code-off,td.available.off.disabled.code-off.is-not-active.is-active {
    opacity: 0.5;
    border-bottom: 1px solid #ff00004f!important;
    pointer-events: none!important;
}td.departure-only,td.arrival-only {
     pointer-events: none;
     opacity: 0.5;
     border-bottom:1px solid #ff000042!important
 }
td.arrival-only {
    border-bottom:1px solid #ff000042!important;
}
.start-date.end-date {
    background: white!important;
}

td.today.active.start-date.active.end-date.in-range.available.is-active {
    background: white!important;
}

/* Process Line */
.process-line {
    position: fixed;
    left: 0px;
    top: 70px;
    height: 100vh;
    display:none!important;
}

.process-line {}

.process-line a {visibility: hidden;}

.process-line a b {
    visibility: visible;
}

.process-line .active a {
    visibility: visible;
}
.process-line {
    position: fixed;
    left: 0px;
    top: 70px;
    height: 80vh;
}

.process-line {}

.process-line a {visibility: hidden;}

.process-line a b {
    visibility: visible;
}

.process-line .active a {
    visibility: visible;
}

ul {}

.process-line ul {
    list-style: none;
    z-index: 24;
}

.process-line ul li {
    margin: 10px 0px;
    /* padding: 6px; */
}

.process-line ul li a b {
    background: #2289c9;
    padding: 10px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: block;
    text-align: center;
    color: white;
    transition: all 0.2s ease;
    margin: 0px;
    /* float: left; */
}

.process-line ul li:hover a {
    visibility: visible;
    width: 100%;
    border-radius: 10px;
    text-decoration: none!important;
}

.process-line:after {
    width: 5px;
    height: 100%;
    background: #2289c9;
    content: " ";
    position: absolute;
    left: 21.8%;
    top: 11px;
    z-index: -1;
}
.room-inner.not-allowed {
    pointer-events: none;
    opacity: 0.5;
}

.row.was_here_row {
    padding: 15px 30px;
}

.row.was_here_row input {
    display: block;
    float: left;
    margin-right: 10px;
}

.row.was_here_row input {
    transform: scale(1.5);
}

.row.was_here_row {
    font-size: 17px;
}

.or-box-title {
    color: black;
}

.or-box.part-2x {
    min-height: auto;
    float: left;
    width: 100%;
}

.coupon-code {
    padding: 15px;
}

.radio-personal-bussine button.btn-primary,
.coupon-code a.btn-primary,
.btn-primary.btn.use-user {
    background: var(--primary-color)!important;
    border-color:var(--primary-color);
    color:var(--white);
}

.coupon-code a.btn-primary:hover,
.btn-primary.btn.use-user:hover,
.radio-personal-bussine button.btn-primary:hover {
    background: var(--primary-color)!important;
    border-color:var(--primary-color);
    color:var(--white);
}

.or-box.part-2x {
    padding: 15px;
}

a.btn.btn-primary {}

.coupon-code a {
    font-size: 25px;
}



.spinner-name {
    position: absolute;
    /* left: 50%; */
    top: 10px;
    /* transform: translate(-50%); */
    width: 100%;
    left: 0px;
    text-align: center;
    color: white;
    font-size: 17px;
}

.input-group-addon {
    background: none;
    border: none;
    color: white;
    font-size: 32px;
}

input#inputGroupSelect01 {}

.input-group.number-spinner input {
    background: none;
    border: none;
    box-shadow: none;
    height: 60px;
    font-size: 32px;
    color: white;
    text-align: right;
    border-bottom: 1px solid #ffffff70;

    float: left;
}

span.input-group-btn {

    width: 39px;
    border: none;
    /* margin-bottom: 4px; */
    margin-top: 0;
    height: 30px;
}

input#inputGroupSelect01 {}

.input-group.number-spinner input::-webkit-input-placeholder, .input-group.number-spinner input,.input-group.number-spinner input {
    color: white;
}

span.input-group-btn {}

.input-group.number-spinner span.input-group-btn:nth-child(2) {
    background: #f9f9f9!important;
}

span.input-group-btn {}

.number-spinner span.input-group-btn:nth-child(2) {
    background: #d32929!important;
}

span.input-group-btn:first-child {
    /* background: white!important; */
}
.input-group-addon {
    float: left;
    width: 25%;
    height: 65px;
    line-height: 50px;
}

.input-group.number-spinner input {
    float: left;
    width: 60%;
}

.input-group-addon {}

span.input-group-btn {
    margin-left: 0px;
}

span.input-group-btn.down, span.input-group-btn.down button.btn {
    background: #3f3f3f!important;
}
@media screen and (max-width:991px) {
    .input-group.number-spinner {
        margin: 10px 0px;
        padding: 15px;
        padding-top: 40px;
    }

    .input-group-addon {
        font-size: 22px;
    }

    input#inputGroupSelect01 {}

    .input-group.number-spinner input {
        font-size: 21px;
    }

    .spn {
        padding: 0px;
    }

    .spn:nth-child(1) {
        padding-left: 15px;
    }

    .spn:nth-child(2) {
        padding-right: 15px;
    }

    .input-group-addon {
        display: none;
    }

    input#inputGroupSelect01 {}

    .input-group.number-spinner input span.input-group-btn {
        /* margin-top: 19px!important; */
    }

    .input-group.number-spinner input {
        text-align: center;
    }
}

.room-boxes {
    width: 100%;
    flex-flow: column;
    margin: 2px;
    padding: 10px;
    padding-top: 0px;
    display: inline-block;
}

.select-room {
    column-count: 3;
    column-gap: 0px;
    margin: 0;
    padding: 0;
    -webkit-column-break-inside: avoid;
}
@media screen and (min-width:991px) {
    .select-room {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
}
@media screen and (max-width:991px) {
    .select-room { column-count: 2;}
}
@media screen and (max-width:765px) {
    .select-room { column-count: 1;}
}



.clone .extra {
    padding: 11px!important;
    background: white!important;
    border: 2px solid white;
    cursor: pointer!important;
    transition: all 0.3s ease;
    /* opacity: 0.4; */
    float: left;
    height: unset!important;

}
.extra {
    margin-bottom: 5px!important;
}

.PPPdisabled {
    pointer-events: none;
    cursor: not-allowed;
    opacity: .65;
}
.room-inner {
    float: left;
    width: 100%;
}

.remove-extra-room {
    position: absolute;
    right: 15px;
    top: 17px;
}

.persons {
    float: left;
    width: 100%;
    position: relative;
}

.persons-clones.DZ-clones {
    float: left;
    width: 100%;
}

.persons-clones .remove-room-persons {
    display: block!important;
}

.remove-room-persons {
    display: none;
}

.persons-clone .remove-extra-room {
    display: block!important;
}

.remove-extra-room {
    display: none;
}

.persons-clones .remove-extra-room {
    display: block!important;
}

.persons {
    padding: 20px 0;
    /* background: #e7e7e7; */
    margin-bottom: 10px;
}
.persons {
    padding:10px;s
}

.title-room-persons {
    text-align: center;
    font-size: 14pt;
    font-weight: 400;
    /* background-color: white; */
    margin: 0px!important;
    background: #fff;
}
.coupon-code a {
    font-size: 14px;
}

.coupon-code.col-md-4.col-sm-12.col-xs-12 {
    text-align: left;
    padding: 20px;
    margin-top: 20px;
    background: whitesmoke;
    padding-bottom:60px!important;
}
.coupon-code a {
    margin-top: 10px;
    width: 100%;
}

.part-7 .alert-bar .btn {
    float: right;
}

.part-7 .alert-bar div {
    float: left;
    line-height: 30px;
}

.part-7 .alert-bar {
    float: left;
    width: -webkit-fill-available;
}
.loader-text {text-align: center;color: white;font-size: 1.8em;text-shadow: 0 0 5px black;}
.progress-bar2 {
    width: 100%;
    height: 4px;
    background: #b1b1b1;
    position: fixed;
    top: 60px;
    z-index: 99;
}
.or-progress {
    position: relative;
    height: 4px;
    width: 0%;
    transition: all 1.3s cubic-bezier(0.42, 0, 0.27, 0.85);
}
.calendar td,.calendar th {
    padding: 8px!important;
    border: 1px solid #e0e0e0!important;
}

.or-box {
    background:transparent!important

}

form.or_form .or-box:not(.locked) {
    min-height: 25vh;

}
.or-box {
    padding: 15px;
    background: #f1f1f1!important;
}

.spacer {
    display: none!important;
}


.list-group.scroll.select-room {
    padding-bottom: 20px;
}
.or-box:not(.locked):after {
    content:"";
    position:absolute;
    width:300%;
    height: 103%;
    background:white;
    left:-100%;
    z-index:-1;
    top:-10px;
}
.or-box.odd:not(.locked):after {
    content:"";
    position:absolute;
    width:300%;
    height: 103%;
    background:#fff;
    left:-100%;
    z-index:-1;
    top:-10px;
}
.scroll-btn {
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
    padding: 0px 15px;
}

.step:not(.isOn):not(.done) {
    opacity: .5;
}

.step:not(.isOn):not(.done):hover {
    opacity: .8;
}

.gui.steps {
    background: #ffffff;
}

.or-box.col-md-12.part-6 {
    overflow-y: hidden;
}

@media screen and (min-width:991px){
    .or-box-content {
        padding-bottom: 100px;
    }

    .list-group.scroll.select-room.effects {
        padding-bottom: 80px;
    }
    form.or_form>.row>div> {

        overflow-y:auto;
        overflow-x:hidden;
    }

}
.scroll-btn {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.scroll-btn {}

.scroll-btn .fixed-chev {
    display: block!important;
    position: relative;
    width: 100%;
    margin: 0px;
    bottom:10px;
    transform: unset!important;
}

.chevron.right {
    right: 15px;
}

.scroll-btn span.text {
    background: unset;
    border: unset;
    color: black;
    font-size: 21px;
    bottom: unset;
    width: 100%;
    color: var(--primary-color);
}

.locked {
    display: none!important;
}

.msg.notification {
    top: 0;
    background: var(--primary-color);
    color:var(--white);
    width: 100%;
    padding: 16px 15px;
    font-size:18px;
    max-width: 100%;
}

@media screen and (max-width:991px){
    .list-group.select-room {
        padding-bottom: 90px;
    }

    .step .title,.step .info {
        display: none;
    }
    .or-box.col-md-12 {
        padding-bottom: 90px;
    }
    .room-inner:not(.active) .persons {
        height:0px!important;
        opacity:0;
        z-index:-1!important;
    }

    .room-inner:not(.active) .room-image-slider {
        height:0px!important;
        opacity:0;
        z-index:-1!important;

    }
    .room-image-slider,.persons {
        transition:all 0.3s ease;
        opacity:1;
    }

}

textarea.form-control.remark {
    min-height: 30vh;
    margin-bottom: 15px;
}

.mobile-icon {
    display:none;

}


@media screen and (max-width:991px){

    .mobile-icon {
        display: block;
        position: absolute;
        bottom: 7px;
        right: 7px;
        font-size: 17px;
        color: #626262;
    }
}



.mobile-price {
    display:none;
}

.step.done:before {
    content: "\f058";
    position: absolute;
    font-weight: bold;
    right: 5px;
    bottom: 1px;
    font-family: 'Font Awesome 5 Free';
    color: var(--primary-color);
    font-size: 14px;
}

@media screen and (max-width:991px) {
    .list-group-item:not(.active) .mobile-price {
        display:block;
    }
    .flag-active .scroll-btn {
        position: fixed;
        bottom: 0px;
        z-index: 999999999;
        background:white;
    }
    .mobile-price {
        position: absolute;
        top: 16px;
        right: 40px;
        font-size: 18px;
    }
    html,body {
        overflow-x: hidden!important;
        width: 100vw;
    }

    div#whited {
        padding: 0px!important;
    }
    .hasSidebar div#content {
        float: left;
    }
    div#whited div[xmlns="http://www.w3.org/1999/xhtml"] {
        background:none!important;
    }
    .col-md-3.col-sm-3.col-x-6.item-box.arrangements.new-box {
        max-height: 200px!important;
        min-height: 198px;
    }

    /*Überschreibt den vorkalkulierten min-height in reservationJs

    form.or_form .or-box:not(.locked) {
        min-height: 25vh!important;
    }
   */
    .or-box-title {
        background: unset;
        border: none;
        padding: 0px;
        font-size: 12px!important;
    }

    div#whited div[xmlns="http://www.w3.org/1999/xhtml"] {
        padding: unset;
    }
    html, body {
        height:initial!important;
    }
    .mobile-price {
        float: right;
        position: relative;
        font-size: 12px;
        left: 0px;
        width: 100%;
        text-align: right;
    }
}


.hasSidebar div#content {
    float: left;
}
.steps .step {position: relative;}
a.btn.btn-primary.select-arr:before {
    content: "Angebot auswählen";
}
.active a.btn.btn-primary.select-arr:before {
    content: "Angebot abwählen";
}
.noNights a.btn.btn-primary.select-arr:before {
    content: "Angebot im Zeitraum ungültig";
}

a.btn.btn-primary.select-arr {
    position: absolute;
    bottom: 63px;
    left: 0px;
    text-align: center;
    margin-left: 50%;
    transform: translate(-50%);
}
.room-inner.highlighted {
    margin-top: 25px;
}

.room-inner.highlighted:before {
    content: "Ihre vorherige Auswahl";
    background: var(--primary-color);
    position: absolute;
    top: -48px;
    left: 0px;
    width: 100%;
    padding: 10px;
    text-align: center;
    color: white;
    font-size: 18px;
}
.item-box-subtitle {
    text-align: center;
}

@media screen and (max-width:991px) {
    .info-alert-content,.alert-container {
        top:150px!important;
        bottom:20px;
        width:88%!important;
        transform: unset!important;
        margin: 0px!important;
        left: 15px;
        /* transform: translate(0px,50%); */
    }
    .alert-message.error {
        z-index: 99999999!important;
    }
    input[type="date"]
    {
        display:block;
        -webkit-appearance: textfield;
        -moz-appearance: textfield;
        min-height: 1.2em;
    }
}

.locked>div:not(.or-box-title) {display: none;}

.locked .or-box-title b {display: none;}

div#part-3 {}

or-box {background: none!important;}

div#part-2x {}

.or-box {background: none!important;border-bottom: unset;}
div#whited div[xmlns="http://www.w3.org/1999/xhtml"] {background: none!important;}

.part-7 input,.part-8 input, .part-7 select,.part-8 select {background: transparent;font-size: 1.2em;padding: 10px 15px;height: unset;min-height: 40px;max-height: 45px;}

.title-room-persons {border: none;}

.price-lists-container {border: none;background: #dedede;border-radius: 3px;overflow: hidden;}

.check_pricle_object {border: none;/* border-radius: 3px; */}

.check_price_list.active {border: none;/* border-radius: 3px; *//* background: #dadada; */}

.price-list-content {border-radius: 3px;}

.price-list-title {border-bottom: 1px solid #e7e7e7;}

.persons {border-bottom: 0;}

span {}

.check_price_list {border: none;}

.col-md-6.col-xs-6.ad,.col-md-6.col-xs-6.ch {padding: 0px 2px;border-radius: 3px;}

.spinners {padding: 10px;border-radius: 3px;}

.spinners .icon {margin-top: 5px;}

.spinners a {border-radius: 3px!important;}

.scroll-btn .fixed-chev {
    border-radius: 3px;
}

.extra {border-radius: 3px;border: 1px solid white;}

.part-6 table.table.table-sm td {padding: 10px;}
.part-6 table.table.table-sm {border-radius:3px;}

.part-6 table.table.table-sm tr>td:nth-child(1) {text-align: center;line-height: 2.4em;}

.payments {border-radius: 3px;}

.payment-container {border-radius: 3px;}

.col-md-12.col-xs-12.payment-options {border-radius: 3px;}

.alert-message {z-index: 99999999;}

.alert-message .btn {border-radius: 3px;font-size: 1.4em;}

.arrangements.noNights {display: none!important;}
.arrangements.noNights-l {display: none!important;}
.alert-container {border-radius: 3px;}

.alert-container .title i {left: 0px!important;transform: translate(-50%);margin-left: 50%;}

.tips {
    width: auto;
    left: 10px;
    right: 10px;
    border: none;
    box-shadow: none!important;
    background: orange;
    padding: 2px 5px;
    border-radius: 3px;
    z-index: 0!important;
    top: -11px!important;
}

.tips:after {
    content: ""!important;
    display: none!important;
}


.daterangepicker.ltr td p {
    z-index: 100;
}

div#part-2[data-mode="0"] .tips {
    display: none!important;
}
.preRangeS p {
    opacity: 0.5!important;
}
.daterangepicker thead>tr:nth-child(2) {
    display: none;
}

@media screen and (max-width:991px){

    .mobile-icon {
        display: block;
        position: absolute;
        bottom: 7px;
        right: 7px;
        font-size: 17px;
        color: #626262;
    }

    .step.done:before {
        opacity: 1;
        right: 5px;
        bottom: 45px;
    }

    .or-box-title h5 {
        font-size:21px;
    }

    .daterangepicker .calendar th,
    .daterangepicker .calendar td {
        font-size:18px;
    }

    div.room-info-btn {
        top:5;
        border-width:0;
        height:35px;
        width:35px;
        padding:10px;
        background: var(--primary-color)!important;
        color: var(--white)!important;
    }

    div.room-info-btn i {
        color: var(--white)!important;
    }

    div.room-info-btn:hover,
    div.room-info-btn:active {
        background: var(--hover-color)!important;
        color: var(--primary-color)!important;
    }

    div.room-info-btn:hover i {
        color: var(--primary-color)!important;
    }

    textarea.form-control.remark {
        min-height:18vh;
    }

    .guest > div {
        padding-left:0;
        padding-right:0;
    }

    .overview-summary .title {
        background-color:var(--primary-color)!important;
    }

    .tmpl-footer {
        margin-top: 30px;
    }

    td.today p:after {
        content: "\f274";
        font-family: "Font Awesome 5 Free"!important;
        font-weight: 900;
        font-size: 10px!important;
        position: absolute;
        bottom: 3px;
        right: 4px;
    }

    [data-mode="3"] td.start-date:before,
    td.start-date:before,
    .calendar table td:before,
    .calendar table td:before,
    .calendar table .start-date:before {
        content: "\f101"!important;
        font-family: "Font Awesome 5 Free"!important;
        color: #fff!important;
        margin: 0 0 0 3px!important;
        transform: none!important;
    }

    [data-mode="3"] td.end-date:before,
    td.end-date:before {
        content: "\f100"!important;
        font-family: "Font Awesome 5 Free"!important;
        color: #fff!important;
        margin: 0 0 0 3px!important;
        transform: none!important;
    }

    [data-mode="3"] td.end-date:hover:before,
    td.end-date:hover:before,
    [data-mode="3"] td.start-date:hover:before,
    td.start-date:hover:before {
        bottom: 0px!important;
    }

    .gn-menu-main > li > a {
        padding:0 20px;
    }

    .gn-menu-main > li > a.hover-languages {
        padding:0 20px;
    }

    ul.gn-submenu.hover-languages {
        border-right: 1px solid #c6d0da;
    }

    .gn-icon-menu::before {
        margin-left:-6px!important;
    }

    body [data-mode="3"] td:hover:before {
        bottom: 0!important;
        padding: 1px 2px!important;
        width: unset!important;
        margin-left: 3px!important;
        transform: none;
        transform: none!important;
        opacity: 1!important;
        color: var(--white)!important;
        bottom: 0px!important;
        font-size: 12px!important;
        text-transform: none;
    }

    div.overview-summary .title {
        background-color:var(--primary-color);
    }

}

.tips {
    font-size: 13px;
}
.sorter {
    width: 33%;
    margin-left: 66%;
    margin-bottom:25px;
}

select.sort.form-control,select.sort.form-control option {
    font-weight: 600;
    font-family: 'Font Awesome 5 Free','Quicksand';
    /* font-family: 'Quicksand'; */
    /* font-weight: 900; */
    font-size: 1.2em;
    text-align: center;
}

select.sort.form-control {
    border: none;
    box-shadow: none;
    border-bottom: 1px solid lightgrey;

}

.modal-dialog-scrollable .modal-body {
    height: 80vh;
    overflow: auto;
}
.modal {
    z-index: 2999999999;
}
.prechecked.off {
    opacity: 0.5;
}
.steps-ol span.step {
    max-height: 10px!important;
    max-width: 10px!important;
    min-height: 10px!important;
}

.part-0 input.code_input.form-control {
    background: transparent;
    font-size: 1.2em;
    padding: 10px 15px;
    height: unset;
    min-height: 40px;
    max-height: 45px;
    text-align: center;
}


.wifi>div, .hotel>div,.contact>div {
    float: left;
    width: 100%;
}


.list .list {
    margin-bottom: -30px;
}


.topfix.dashboard {
    position: fixed;
    width: 100%;
    left: 0px;
    background: white;
    padding: 0px;
    top: 60px;
    z-index: 9999;
}

.topfix.dashboard>div {
    width: 100%;
}

.topfix.dashboard .dash {
    width: 16.66666%;
    font-size: 10px;
}

@media screen and (max-width:991px) {
    .wg .qr {
        display: none;

    }
    .dashboard {
        position: fixed;
        width: 100%;
        left: 0px;
        background: white;
        padding: 0px;
        top: 60px;
        z-index: 9999;
        margin-bottom:0px!Important;
    }

    .dashboard>div {
        width: 100%;
    }

    .dashboard .dash {
        width: 16.66666%;
        font-size: 10px;
    }
    .dashboard{
        top:unset!important;
        bottom:0px;
        margin: unset;
    }
    .dashboard>div{
        padding:5px!Important;
    }
    .col-xs-12.col-md-4.dash {
        padding: 2px;
        margin: unset;
    }

    .col-xs-12.col-md-4.dash>.btn {
        padding: 5px;
        font-size: 1px;
        color: transparent!important;
    }

    .col-xs-12.col-md-4.dash>.btn *:not(i) {
        display: none!Important;
    }

    .col-xs-12.col-md-4.dash>.btn i {
        font-size: 22px!Important;
        color: white;
        float: left;
        width: 100%;
        text-align: center;
        padding: 0;
    }

    .col-xs-12.col-md-4.dash>.btn {
        float: left;
    }
}

div#whited div[xmlns="http://www.w3.org/1999/xhtml"].topfix {
    background: white!Important;
    float: left;
    width: 100%;
}

div#whited.topfix>.CMS_workflow {
    float: left;
    width: 100%;
}

.topfix.dashboard>div {
    /* margin-top: 7px; */
    /* margin-bottom: -7px; */
    padding-top: 7px;
}

div#whited.topfix {
    float: left;
    width: 100%;
    background: white!Important;
}

.dashboard.HP_owncontent.topfix {}

.col-xs-12.col-md-4.dash {
    padding-top: 0px;
}

.pauschalangebote {
    box-shadow: 0px 0px 8px 0px #00000026;
    background: #fafafa;
    padding: 30px 60px;
}

@media screen and (min-width: 991px) {
    .pauschalangebote .or-box-content {
        padding-bottom: 0px;
    }
}

/* Info-Button */

.pauschalangebote .arr-info-btn {
    z-index: 100000;
    position: absolute;
    right: 10px;
    top: -10px;
    background-color: #fff;
    color: #555;
    width: 40px;
    height: 40px;
    padding: 10px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0px 0px 8px 0px #00000026;
    transition: all ease 1s;
}

.pauschalangebote .arr-info-btn:hover {
    background-color: #555;
    color: #fff;
}

.pauschalangebote .item-box-title,
.pauschalangebote .item-box-description {
    position: relative;
    margin-top: 20px;
}

/* Preisnachlass */

a.btn.btn-primary.select-arr {
    position: absolute;
    bottom: 103px;
    left: 0px;
    text-align: center;
    margin-left: 50%;
    transform: translate(-50%);
}

.pauschalangebote .item-box{
    margin-left:5px;
}

.pauschalangebote .item-box-bookable {
    position: absolute;
    bottom: 81px;
    width: 100%;
    left: 0px;
    text-align: center;
    color: #b1b1b1;
}

.pauschalangebote .item-box-price-old {
    text-align: center;
    position: absolute;
    bottom: 35px;
    width: 100%;
    left: 0px;
    font-size: 11px;
}

.pauschalangebote .item-box-price-old span.price-old {
    text-decoration: line-through;
}

.pauschalangebote .item-box-price-old span.price-rabatt {
    background-color: #fff;
    color: #555;
    padding: 3px 6px;
    margin-left: 10px;
    border-radius: 5px;
}

.pauschalangebote .special-arr .item-box-price-old span.price-rabatt {
    background-color: #B58E3E;
    color: #fff;
    font-size: 12pt;
    border: 1px solid #fff;
}

/* Empfehlung */

.pauschalangebote .col-md-3.col-sm-3.col-x-6.item-box.arrangements.new-box {
    margin-bottom: 40px;
}

.pauschalangebote .item-box.arrangements.new-box.special-arr {
    border: 4px solid #B58E3E;
    border-radius: 10px;
}

.pauschalangebote .item-box.arrangements.new-box.special-arr::after {
    background-color: #B58E3E;
    color: #fff;
    width: 100%;
    height: 30px;
    padding: 5px;
    content: "Unsere Empfehlung!";
    position: absolute;
    bottom: -30px;
    left: 0;
    text-align: center;
}

/* Auswahl Zimmer */

.room-inner.active .list-group-item,
.room-inner.active .list-group-item:hover,
.room-inner.active .list-group-item .title-room-persons,
.room-inner.active .list-group-item,
.room-inner.active .list-group-item:hover,
.room-inner.active .list-group-item .title-room-persons,
.room-inner.active .list-group-item,
.room-inner.active .list-group-item:hover,
.room-inner.active .list-group-item .title-room-persons,
.room-inner.active .list-group-item .check_pricle_object {
    background-color: #eee;
}

.room-inner.active .list-group-item .add_room_select {
    background-color: #fff;
}

/* Extras */

.extras .extra-img {
    height: 150px;
    background: no-repeat center center;
    background-size: cover;
    margin-bottom: 10px;
    opacity: 0.8;
}

p.was-here{
    margin-bottom: 10px; margin-top: 11px; margin-left: 15px; padding-left: 15px;
}

.guest-sample .padding-top {
    margin-top: 15px;
}

.ghost-col {
    min-height:40px;
}

.preRangeS:after {
    content:"[[VAR:minnights]]";
    text-overflow: ellipsis;
    overflow:hidden;
}

.tips {
    overflow:hidden;
}

.or-box.hide4ever {
     display: none!Important;
     height: 0px!Important;
     visibility: hidden!Important;
 }

.title label {
    font-size:18px;
    font-weight: bold;
}

/* Versteckt die Pfeile in der Eingabe für die Menge bei Artikeln */
/* Chrome, Safari, Edge, Opera */
.extra-unit input::-webkit-outer-spin-button,
.extra-unit input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.extra-unit input[type=number] {
    -moz-appearance: textfield;
}
