/*
    * Rustexpress App CSS
    * By Ova WP Experten and GBD
 */

/*
    Global CSS
 */

@import url("https://fonts.bunny.net/css?family=roboto:300,300i");

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/Roboto-Regular.eot');
    src: url('../fonts/roboto/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/roboto/Roboto-Regular.woff2') format('woff2'),
    url('../fonts/roboto/Roboto-Regular.woff') format('woff'),
    url('../fonts/roboto/Roboto-Regular.ttf') format('truetype'),
    url('../fonts/roboto/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/Roboto-Bold.eot');
    src: url('../fonts/roboto/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/roboto/Roboto-Bold.woff2') format('woff2'),
    url('../fonts/roboto/Roboto-Bold.woff') format('woff'),
    url('../fonts/roboto/Roboto-Bold.ttf') format('truetype'),
    url('../fonts/roboto/Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/Roboto-Medium.eot');
    src: url('../fonts/roboto/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/roboto/Roboto-Medium.woff2') format('woff2'),
    url('../fonts/roboto/Roboto-Medium.woff') format('woff'),
    url('../fonts/roboto/Roboto-Medium.ttf') format('truetype'),
    url('../fonts/roboto/Roboto-Medium.svg#Roboto-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

:root {
    --app-font-family: "Roboto", sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --color-body: #F1F1F1;
    --color-heading: #ffffff;
    --color-theme: #E30000;
    --color-text: #6A6864;
    --color-text-light: #b5b3b0;
    --color-white: #FFFFFF;
    --color-black: #000000;
    --color-border: #707070;
    --color-bg-dark: #777777;
    --color-bg-button: #999999;
    --color-bg-light: #F1F1F1;
    --color-transparent: #3c313100;
    --color-bg-input: #e9e9e9;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    height: 100%;
}

body {
    font-family: var(--app-font-family);
    font-size: 17px;
    line-height: 20px;
    font-weight: normal;
    color: var(--color-text);
    background-color: var(--color-bg-light);
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    position: relative;
}

.container {
    max-width: 1160px;
}

b,
strong {
    font-weight: bolder;
}

img {
    max-width: 100%;
    height: auto;
}

a,
a:hover,
a:focus,
a:active {
    color: var(--color-bg-dark);
}

a,
a:hover,
a:focus,
a:active,
button,
button:hover,
button:active {
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

h1, .h1 {
    font-size: 30px;
    line-height: 37px;
    font-weight: bold;
    color: var(--color-white);
    margin-bottom: 0;
}

h2, .h2 {
    font-size: 23px;
    line-height: 28px;
    font-weight: bold;
    margin-bottom: 0;
}

h3, .h3 {
    font-size: 19px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 0;
}

h4, .h4 {
    font-size: 17px;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 0;
}


p {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 2px !important;
}

p:last-child {
    margin-bottom: 0;
}

.app_button {
    font-size: 17px;
    line-height: 17px;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    border: none;
    cursor: pointer;
    font-weight: normal;
    color: var(--color-white);
    background-color: var(--color-theme);
    position: relative;
    text-align: center;
}

.app_button:hover {
    background-color: var(--color-text);
}


/*
    First Landing Pages
 */
.app_banner img {
    width: 100%;
}

.inner_app_content_wrap {
    margin-top: -81px;
    background-color: var(--color-white);
    position: relative;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.16);
    margin-bottom: 40px;
}

.inner_app_content_wrap .inner_app_header {
    background-color: var(--color-bg-dark);
    padding: 22px 28px;
}

.inner_app_content_wrap .inner_app_content {
    padding: 40px 10px;
}

.inner_app_content_wrap .inner_app_content.landing_boxes {
    max-width: 940px;
    margin: 0 auto;
}

.single_selection_box,
.input_field {
    display: block;
    width: 100%;
    padding: 0;
    border: none;
    box-shadow: none;
}

.single_selection_box_col {
    margin-bottom: 25px;
}

.single_selection_box_col:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 992px) {
    .single_selection_box_col:nth-last-child(2) {
        margin-bottom: 0;
    }
}

.single_selection_box_inner {
    background-color: var(--color-bg-dark);
    padding: 22px 28px;
    color: var(--color-white);
    text-align: center;
    min-height: 195px;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.single_selection_box_inner:hover {
    background-color: var(--color-theme);
}

.single_selection_box_inner .selection_icons {
    margin-bottom: 20px;
    display: flex;
    width: 100%;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.single_selection_box_inner .selection_icons .selection_icon img, .single_selection_box_inner .selection_icons .selection_icon svg {
    max-height: 75px;
}

.single_selection_box_inner .selection_icons .selection_icon {
    margin-right: 25px;
}

.single_selection_box_inner .selection_icons .selection_icon:last-child {
    margin-right: 0;
}

.single_selection_box_inner .selection_titles h2 span {
    display: inline-block;
}

.single_selection_box_inner .selection_titles h2 span:before {
    content: '|';
    position: relative;
    display: inline-block;
    margin-left: 3px;
    margin-right: 6px;
    font-size: 24px;
    top: -1px;
}

.single_selection_box_inner .selection_titles h2 span:first-child::before {
    display: none;
}

/*==== Form ====*/
.form_pages .col-form,
.form_footer .footer_col {
    padding: 0 20px;
}

.inner_app_content_wrap .inner_app_content.form_pages {
    padding: 40px 0;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield !important;
}

[type=button]:focus,
[type=submit]:focus, button:focus,
.swiper-button-prev:focus,
.swiper-button-next:focus {
    outline: none !important;
}

input[type="text"],
input[type="date"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="password"],
textarea {
    background: var(--color-body);
    border: none;
    width: 100%;
    height: 40px;
    padding: 10px 20px;
    color: #223C52;
    font-size: 17px;
    border-radius: 0;
}

select:hover,
select:active,
select:visited,
select::selection,
select:focus-visible,
input:hover,
input:active,
input:visited,
input::selection,
input:focus-visible {
    box-shadow: none;
    outline: none;
    border-radius: 0;
}

textarea {
    height: 100px;
    max-width: 100%;
}

body .select2-container--default {
    width: 100% !important;
}

.app_select_menu {
    width: 100%;
}

body .select2-container--default .select2-selection--single {
    border-radius: 0;
    border: none;
}

body .select2-container .select2-selection--single,
body .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow:after {
    content: '';
    background-color: var(--color-bg-button);
    color: var(--color-white);
    background-image: url("../images/svg/down-arrow.svg");
    display: block;
    height: 40px;
    width: 40px;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
}

body .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #6A6864;
    line-height: 40px;
    /*background-color: var(--color-body);*/
    background-color: var(--color-bg-input);
    font-size: 17px;
    font-weight: normal;
    padding-left: 20px;
}

.single_field_wrap {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    font-size: 17px;
    margin-bottom: 1rem;
}

.menge_quantity_wrap {
    position: relative;
    display: flex;
}

.menge_quantity_wrap button {
    width: 40px;
    height: 40px;
    border: none;
    background-color: var(--color-bg-button);
    color: var(--color-white);
    font-weight: bold;
    font-size: 20px;
    border-radius: 0;
}

button:hover {
    background-color: var(--color-theme);
    color: white;
}

.menge_quantity_wrap input {
    height: 40px;
    width: 40px;
    font-size: 17px;
    font-weight: normal;
    border: none;
    border-radius: 0;
    color: #6A6864;
    background-color: var(--color-bg-input);
    padding: 0;
    text-align: center;
}

.input_calnder_field {
    position: relative;
    width: 100%;
}

.input_calnder_field input[type="date"]::-webkit-calendar-picker-indicator {
    color: rgba(0, 0, 0, 0);
    opacity: 1;
    display: block;
    background: url(../images/svg/calender.svg) no-repeat;
    width: 40px;
    height: 40px;
    border-width: 0;
    right: -3px;
    position: absolute;
    top: 0;
}

@media only screen and (min-width: 992px) {
    .form_pages .form_col_content {
        /*min-height: 300px;*/
    }

    .form_pages .col-form,
    .form_footer .footer_col {
        border-right: 1px solid #777777;
    }

    .form_pages .col-form:last-child,
    .form_footer .footer_col:last-child {
        border: none;
    }

    .form_pages .form_col_content {
        margin-bottom: 1.5rem;
    }
}

.block_button {
    display: block;
    width: 100%;
    position: relative;
    border: 1px solid #777777;
    box-shadow: none;
    height: 40px;
    background-color: transparent;
    color: #777777;
    text-align: right;
    padding: 5px 20px;;
}

.next_button.block_button {
    text-align: left;
}

.block_button .paging_icon {
    position: absolute;
    left: 19px;
    top: 50%;
    transform: translateY(-50%);
}

.next_button .paging_icon {
    left: auto;
    right: 20px;
}

.next_button .paging_icon svg {
    transform: rotate(183deg);
}

.block_button:hover {
    color: #fff;
    border-color: var(--color-theme);
}

.block_button:hover .paging_icon svg path {
    stroke: #fff
}


/*====
    RESPONSIVE
 ======*/
@media only screen and (max-width: 1024px) {
    h1, .h1 {
        font-size: 22px;
        line-height: 27px;
    }

    h2, .h2 {
        font-size: 22px;
        line-height: 27px;
    }

    .inner_app_content_wrap {
        margin-top: 0;
    }

    .inner_app_content_wrap .inner_app_header {
        padding: 20px 15px;
    }

}


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

    .inner_app_content_wrap {
        margin-bottom: 0;
    }

    .inner_app_content_wrap .inner_app_content {
        padding: 30px 40px;
    }

    .inner_app_content_wrap .inner_app_content.form_pages {
        padding: 30px 0;
    }

    .single_field_wrap {
        margin-bottom: 20px;
    }

    .form_col_content {
        border-bottom: 1px solid #777777;
        margin-bottom: 20px;
    }

    .hide_on_mobile {
        display: none;
    }

    footer.form_footer {
        padding-top: 10px;
    }
}


@media only screen and (max-width: 767px) {
    .app_banner img {
        height: 110px;
        object-fit: cover;
    }

    .single_selection_box_inner {
        padding: 15px 10px;
        min-height: 170px;
    }
}


@media only screen and (max-width: 380px) {
    .inner_app_content_wrap .inner_app_content {
        padding: 30px 15px;
    }
}

.content {
    padding: 15px;
}

.ch_first_info, #ch_busfahrt, #ch_service {
    /*border-bottom: 2px solid #707070;
    padding: 29px 0px 21px 0px;*/
}

/*#ch_busf_extra p span{
    font-weight: 600;
}*/
.single_field_wrap_dob {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    font-size: 17px;
    margin-bottom: 1rem;
}

.single_field_wrap_dob .menge_quantity_wrap {
    /*float: right;
    margin-bottom: 5px*/;
}

.single_field_wrap_dob .date_of_birth {
    margin-bottom: 5px;
}

.form_footer {
    padding-bottom: 20px;
}

#ch_total {
    display: flex;
    justify-content: space-between;
}

.alert-danger {
    border: 1px solid red !important;
}

.input_field .service-checkbox {
    width: 2em;
    height: 2em;
    border-radius: 0;

}

.input_field .service-checkbox.form-check-input:checked[type="checkbox"] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
    background-color: var(--bs-body-bg);
    border-color: var(--bs-border-color);
}

.custom-padding {
    padding-inline: 20px;
    padding-block: 1rem;
}

.eurobus-logo {
    width: auto;
    height: 2.5rem;
}

.nav-item:not(:last-child) .nav-link:after {
    content: " | ";
    color: var(--bs-nav-link-color);
}

.navbar-nav .nav-link.active {
    color: var(--color-theme);
}

form .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: var(--color-text);
}


form [data-calendar-theme="light"].vanilla-calendar {
    --tw-bg-opacity: 1;
    background-color: var(--color-bg-input);
}

form .vanilla-calendar {
    position: relative;
    display: flex;
    height: -webkit-max-content;
    height: max-content;
    width: 100%;
    min-width: 275px;
    flex-direction: column;
    border-radius: 0;
    padding-inline: 0;
    padding-block: 1rem;
}

form .vanilla-calendar-month, form .vanilla-calendar-year {
    border-radius: 0;
    border-width: 0px;
    background-color: transparent;
    padding: .25rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
}

form .vanilla-calendar-month:hover, form .vanilla-calendar-year:hover {
    background-color: white;
}

form .vanilla-calendar-days {
    display: grid;
    flex-grow: 1;
    grid-template-columns: repeat(7, 1fr);
    align-items: center;
    justify-items: center;
    row-gap: .25rem;
    column-gap: 0.125rem;
}

form .vanilla-calendar-day__btn {
    border-radius: 0;
}

form [data-calendar-theme="light"] .vanilla-calendar-week__day,
form [data-calendar-theme="light"] .vanilla-calendar-week__day_weekend,
form [data-calendar-theme="light"] .vanilla-calendar-day__btn_weekend,
form [data-calendar-theme="light"] .vanilla-calendar-day__btn_holiday {
    color: #000000;
}

form [data-calendar-theme="light"] .vanilla-calendar-day__btn:hover {
    --tw-bg-opacity: 1;
    background-color: #ffffff;
    color: #000000;
}

form [data-calendar-theme="light"] .vanilla-calendar-day__btn:not(.vanilla-calendar-day__btn_disabled):not(.vanilla-calendar-day__btn_selected):not(.vanilla-calendar-day__btn_hover):hover {
    --tw-bg-opacity: 1;
    background-color: #ffffff;
    color: #000000;
}

form [data-calendar-theme="light"] .vanilla-calendar-day__btn {
    padding-block: 0.25rem;
    font-size: 0.875rem;
}

form [data-calendar-theme="light"] .vanilla-calendar-day__btn:not(.vanilla-calendar-day__btn_disabled):not(.vanilla-calendar-day__btn_selected):not(.vanilla-calendar-day__btn_hover) {
    --tw-bg-opacity: 1;
    background-color: #cac9c9;
    color: #000000;
}

form [data-calendar-theme="light"] .vanilla-calendar-day__btn_disabled, form [data-calendar-theme="light"] .vanilla-calendar-day__btn.vanilla-calendar-day__btn_weekend {
    background-color: transparent;
    color: #000000;
}

/*#cac9c9*/
/*#ffffff*/
/*#e9e8e8*/

/*[data-calendar-theme="light"] .vanilla-calendar-day__btn_weekend, [data-calendar-theme="light"] .vanilla-calendar-day__btn_holiday {
    color: #f43f5e;
}*/

form [data-calendar-theme="light"] .vanilla-calendar-day__btn_selected,
form [data-calendar-theme="light"] .vanilla-calendar-day__btn_selected:hover {
    --tw-bg-opacity: 1;
    background-color: var(--color-theme);
    color: #fff;
}

form [data-calendar-theme="light"] .vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_intermediate,
form [data-calendar-theme="light"] .vanilla-calendar-day__btn_hover,
form [data-calendar-theme="light"] .vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_intermediate:hover,
form [data-calendar-theme="light"] .vanilla-calendar-day__btn.vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_selected,
form [data-calendar-theme="light"] .vanilla-calendar-day__btn.vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_hover {
    --tw-bg-opacity: 1;
    background-color: var(--color-theme);
    color: #fff;
}

form [data-calendar-theme="light"] .vanilla-calendar-month:hover, [data-calendar-theme="light"] .vanilla-calendar-year:hover {
    color: black;
}

form [data-calendar-theme="light"] .vanilla-calendar-arrow:hover::before {
    --tw-bg-opacity: 1;
    background-color: white;
}

.calendar-toggler {
    background-color: var(--color-bg-input);
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #cac9c9;
    color: #000000;
}

.select2-container--default .select2-results__option--selected {
    background-color: var(--color-theme);
    color: white;
}

form .vanilla-calendar-day_selected-first .vanilla-calendar-day__btn_selected {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

form .vanilla-calendar-day_selected-last .vanilla-calendar-day__btn_selected {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#bookHotelButton {
    background-color: var(--color-bg-input);
    border-radius: 0;
}

form .hotel-disabled .hotel-image {
    filter: grayscale(100%);
}

form .hotel-disabled .rooms-available-wrapper {
    background-color: #414241 !important;
    color: white;
}

form .hotel-disabled .hotel-select-button {
    display: none;
}

form .hotel-is-request .hotel-image {
    /*filter: grayscale(100%);*/
}

form .hotel-is-request .rooms-available-wrapper {
    background-color: #223C52 !important;
    color: white;
}

form .hotel-is-request .hotel-select-button {
    display: block;
}

.alert.alert-danger.alert-danger-rust {
    border: 0 !important;
    background-color: #f9e8dd;
    color: var(--color-text);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.16);
}

.quantity-disabled {
    color: var(--color-text-light);
}

.quantity-disabled .minus, .quantity-disabled .plus {
    background: var(--color-text-light);
}

body form .input-group button::after {
    content: '';
    background-color: var(--color-bg-button);
    color: var(--color-white);
    background-image: url("../images/svg/down-arrow.svg");
    display: block;
    height: 40px;
    width: 40px;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
}

form .form-check-input:checked {
    background-color: var(--color-theme);
    border-color: var(--color-theme);
}

.bg-success-re {
    background-color: #65B156;
}

form .invalid-feedback {
    color: var(--color-theme);
}

.bg-secondary.selected-hotel {
    background-color: var(--color-theme) !important;
    color: white;
}

.btn-close.btn-close-custom:hover {
    --bs-btn-close-color: white;
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    color: white;
}

.text-re-primary {
    color: var(--color-theme);
}

.modal .modal-dialog .modal-content p {
    margin-bottom: 1rem !important;
}

.modal .modal-dialog .modal-content h1 {
    color: black;
}

#calendarStart, #calendarEnd {
    overflow-x: auto;
}
