:root {
    --primary-color: #ffbd3b;
    --secondary-color: #666666;
    --text-color: #212121;
    --button-bg-color: #5bb75b;
    --button-text-color: #ffffff;
    --selection-bg-color: #212121;
    --selection-text-color: #ffffff;
    --headings-bg-color: #c1c1c1;
    --headings-text-color: #fffffe;
    --body-bg-color: #ffffff;
    --links-color: #d4d4d4;
    --links-hover-color: #666666;
    --footer-bg-color: #ffbd3b;
    --footer-text-color: #181818;
    --highlight-color: #F75E19;
    --gradient-begin-color: #ffffff;
    --gradient-end-color: #ffffff;
}
.header {
    display: block;
    position: relative;
    top: 0;
    width: 100%;
    float: left;
    z-index: 10510000;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    height: 85px;
    background-color: #fff;

}

.header-wrapper {
    width: 100%;
    height: auto;
    background: #ccc;
    z-index: 1400000;
    padding-top: 0px !important;
}

.header-wrapper .container {
    z-index: 100;
    position: relative;
}

.background {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.background img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transform: translate3d(0px, 19px, 0px) scale(1.2);
    will-change: transform;
    transition: transform 0.6s cubic-bezier(0, 0, 0, 1) 0s;
    object-position: center center;
}

.search-bar .nav-item .nav-link {
    background-color: #fff;
    height: 52px;
    margin-bottom: 1px;
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 0;
    margin-right: 0.25rem;
    font-weight: 600;
    border: 0;
    min-width: 150px;
    padding: 1rem;
    font-size: .8rem;
    color: #212121 !important;
}

.search-bar .nav-pills .nav-item:first-child .nav-link {
    border-radius: 10px 0 0 0;
}

.search-bar .nav-pills .nav-item:last-child .nav-link {
    border-radius: 0 10px 0 0;
    margin-right: 0;
}

.search-bar .nav-pills .nav-link.active,
.top-searchmasks .nav-tabs .nav-link.active:hover {
    background: #ffbd3b;
}

.search-bar .nav-tabs .nav-link:hover {
    background: #FFF5DF;
}

.search-bar .nav-item .nav-link img {
    width: 20px;
    margin-right: 5px;
    height: 20px;
    object-fit: contain;
}

.tab-content {
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, .65);
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.searchmask .searchmask-item .dropdown-trigger,
.searchmask .searchmask-item input[name="combisearch"],
.searchmask .searchmask-item input[name="Abflughafen"],
.searchmask .searchmask-item .bootstrap-select .dropdown-toggle,
.searchmask .searchmask-item>div.bg-white>.type-text input,
.searchmask .searchmask-item>div.bg-white>.type-select select {
    border: 1px solid #ffbd3b;
    border-radius: 10px;
    height: 4rem;
    font-size: 15px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #fff;
}

.searchmask .searchmask-item label {
    font-weight: bold;
    font-size: .8rem;
}

.searchmask {
    padding: 1.5rem 2rem;
}

.search-bar-container {
    max-width: 1400px !important;
}

.home .header-wrapper .header-content {
    position: relative;
    z-index: 1;
}

.header-content-text-small,
.header-content-text-small p {
    width: 100%;
    font-size: 77px;
    font-weight: 400;
    color: #FFFFFF;
    text-shadow: 0px 0px 22px rgb(24 24 24 / 28%);
    line-height: 1;
    max-width: 88vw;
}

.searchmask .searchmask-item .dropdown-trigger:focus,
.searchmask .searchmask-item input[name="combisearch"]:focus,
.searchmask .searchmask-item input[name="Abflughafen"]:focus,
.searchmask .searchmask-item .bootstrap-select.show .dropdown-toggle,
.searchmask .searchmask-item .bootstrap-select .dropdown-toggle:focus,
.searchmask .searchmask-item>div.bg-white>.type-text input:focus {
    box-shadow: inset 0 0 0 3px #ffbd3b;
    background-color: #FFF5DF !important;
}

input#region,
input.abflughafen,
input.reisende,
input#dauer,
input.kategorie {
    cursor: pointer;
}

@media (max-width: 768px) {
    .search-bar-container .nav-tabs .nav-item {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        text-align: center;
        margin-bottom: 4px;
    }
}

.search-bar-container .nav-tabs .nav-link {
    background: #fff;
    border-radius: 0;
    margin-right: 0.25rem;
    font-weight: 600;
    border: 0;
    min-width: 150px;
    padding: 1rem;
    font-size: .8rem;
    color: #212121;
}

.airportofdeparture .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #6c757d;
    border-radius: 0;
}

.airportofdeparture .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #ffbd3b !important;
    color: #212121;
    border-radius: 20px;
}

.airportofdeparture .nav-pills .nav-link {
    background: #ccc;
    text-decoration: none;
    border-radius: 20px;
    color: #fff;
    font-weight: bold;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #ffbd3b;
    background-color: #ffbd3b;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}

.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}
.btn.close-searchmask-dropdown {
    color: #fff;
    background-color: #5BB75B;
    border-color: #5BB75B;
    font-size: .875rem;
    padding: 0.65rem 2.5rem !important;
    border-radius: 0;
}

element.style {
    font-size: .875em;
    width: auto;
    padding: 0.65rem 2.5rem !important;
}

@media (min-width: 576px){
    .float-sm-right {
        float: right!important;
    }
}
.searchmask-dropdown.flight {
    padding: 0 34px !important;
    box-shadow: 0 12px 1rem rgb(0 0 0 / 15%) !important;
    border-radius: 0 0 10px 10px;
}

.searchmask-dropdown {
    min-width: 200px;
    background-color: #ffffff;
    position: absolute;
    z-index: 1000;
    left: 0;
    border-top: 3px solid var(--primary-color) !important;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    margin-top: 30px;
    -webkit-transition: all .35s;
    transition: all .35s;
    position: absolute;
    z-index: 100;
    border-radius: 10px;
    border-top: 0px !important;
}
.searchmask-dropdown.open {
    margin-top: 0px;
    opacity: 1;
    visibility: visible;
}
.airportofdeparture .nav-pills .nav-link {
    background: #ccc;
    text-decoration: none;
    border-radius: 80px !important;
    height: 40px;
    color: #fff;
    font-weight: bold;
    justify-content: center;
}

.js_holiday_list {
    padding-top: 1.5rem !important;
    margin-top: 1.5rem !important;
    border-top: 1px solid #dee2e6 !important;
}
.datemask-select-wrapper label {
    display: none;
}

.datemask-feiertag-list-wrapper,
.datemask-ferien-list-wrapper {
    position: relative;
}
.datemask-feiertag-list-wrapper:before,
.datemask-ferien-list-wrapper:before {
    content: "";
    left: 8px;
    right: 8px;
    top: 0;
    height: 5px;
    position: absolute;
}
.datemask-feiertag-list-wrapper:before {
    background: rgba(56, 34, 208, 0.6);
}
.datemask-ferien-list-wrapper:before {
    background: rgba(230, 78, 3, 0.6);
}
.datemask-feiertag-list-wrapper .datemask-feiertag-item-wrapper:first-child,
.datemask-ferien-wrapper .datemask-ferien-list-wrapper .datemask-header:first-child {
    border-top: 0 !important;
    margin-top: 0 !important;
}
.datemask-feiertag-list-wrapper .datemask-feiertag-item-wrapper .col-date {
    max-width: 95px;
    padding-right: 0;
}
.datemask-feiertag-list-wrapper .datemask-feiertag-item-wrapper .col-weekday {
    max-width: 40px;
    padding-right: 0;
}
.datemask-feiertag-list-wrapper .datemask-feiertag-item-wrapper .col-kw {
    max-width: 70px;
    padding-right: 0;
}
.datemask-header {
    font-size: 18px;
}
.datemask-ferien-item-wrapper .col-date {
    max-width: 95px;
    padding-right: 0;
}
.datemask-ferien-item-wrapper .col-bis {
    max-width: 40px;
    padding-right: 0;
}
.datemask-ferien-item-wrapper .col-date-end {
    max-width: 95px;
    padding-right: 0;
}
.js_extended_datemask .bootstrap-select > .dropdown-toggle {
    font-size: 1em;
    color: #495057;
    border: 1px solid #ced4da;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23495057' d='M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z' /%3E%3C/svg%3E") no-repeat right 3px
    center;
    background-size: 25px 23px !important;
    background-color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 20px !important;
}
.js_extended_datemask .bootstrap-select .dropdown-menu[x-placement] {
    margin-top: 35px;
}
.js_extended_datemask .bootstrap-select > .dropdown-toggle::after {
    display: none;
}
.datemask-ferien-list-wrapper .datemask-ferien-item-wrapper:last-of-type {
    border-bottom: 0 !important;
}

.searchmask-dropdown.date [name="minDate"].active_date, .searchmask-dropdown.date [name="maxDate"].active_date, .searchmask-dropdown.date [name="minDate"].active_date:focus, .searchmask-dropdown.date [name="maxDate"].active_date:focus, .searchmask-dropdown.date [name="Dauer"]:focus, .dropdown-trigger.open {
    box-shadow: inset 0 0 0 3px #ffbd3b !important;
    background-color: #FFF5DF !important;
    border-color: #FFF5DF !important;
}
.searchmask-dropdown.date [name="minDate"], .searchmask-dropdown.date [name="maxDate"], .searchmask-dropdown.date [name="Dauer"], .datemask-select-wrapper select, .js_extended_datemask .bootstrap-select > .dropdown-toggle {
    min-height: 3rem;
    border-radius: 10px;
    font-size: .85rem !important;
}
.header-wrapper .header-content {
    top: 0px !important;
}
.custom-control.custom-radio {
    padding-left: 1.3rem !important;
}
.home .searchmask-item .bg-white, .home .searchmask-item .bg-white .bootstrap-select {
    background-color: transparent !important;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.bootstrap-select>.dropdown-toggle {
    position: relative;
    width: 100%;
    text-align: right;
    white-space: nowrap;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.dropdown-trigger {
    cursor: pointer;
}
.tab-content .tab-pane {
    display: none;
}
.tab-content .tab-pane.active {
    display: block;
}
.searchmask .searchmask-submit .btn {
    background: var(--primary-color);
    height: 64px;
    border-radius: 34px;
    color: #181818;
    font-weight: bold;
    border: 0;
    margin: 0 auto;
    margin-top: 0px;
    display: block;
}
.top-searchmasks .nav-pills {
    margin-bottom: 0.25rem !important;
    border: 0;
}
.top-searchmasks .nav-pills .nav-item:first-child {
    margin-left: 2rem;
}
@media (max-width: 768px) {
    .home .top-searchmasks .nav-pills .nav-item {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        text-align: center;
        margin-bottom: 4px;
    }
}

@media (max-width: 768px) {
    .top-searchmasks .nav-pills .nav-item:first-child {
        margin-left: 0px !important;
    }
}

@media (max-width: 768px) {
    .home .top-searchmasks .nav-tabs .nav-link {
        font-size: 14px !important;
        padding: 10px;
        padding-left: 10px;
        height: 40px;
        padding-left: 30px !important;
    }
    .searchmask-dropdown.date .ui-datepicker-multi-2 .ui-datepicker-group {
        width: 100% !important;
    }
}
.date-picker-wrapper {
    position: unset !important;;
    top: 0 !important;;
    left: 0 !important;
    box-shadow: none;
    background-color: transparent;
    border: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
}

.date-picker-wrapper table .day{
    background: #eee;
    padding: 11px !important;
    margin: 1px;
    font-weight: normal;
    color: #212121;
    font-size: 12px;
    border: 0;
    padding: 1px;
}

.date-picker-wrapper table .week-number {
    text-align: center !important;
    color: #c4c4c4 !important;
    font-size: 10px !important;
    padding: 10px !important;
}
.date-picker-wrapper table thead tr.week-name th{
    padding: 1em 0.3em;
    text-align: center;
    font-weight: bold !important;
    border: 0;
    color: #333;
    font-size: 1.2em;
    text-transform: capitalize;
}

.date-picker-wrapper table .month-name {
    font-weight: bold;
    font-size: 14px;
    color: #333;
}
.date-picker-wrapper table thead tr.caption {
    height: 30px;
}
.date-picker-wrapper table.month1 thead tr.caption th{
    background: #FFF5DF;
}
.date-picker-wrapper table thead tr.caption th:first-child{
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
}
.date-picker-wrapper table thead tr.caption th:last-child{
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
}
.date-picker-wrapper .month-wrapper table th {
    line-height: 12px;
}

.date-picker-wrapper .first-date-selected, .date-picker-wrapper .last-date-selected {
    background: #ffbd3b !important;;
}
.date-picker-wrapper .month-wrapper table .day.checked {
    background: #ffbd3b !important;
}
.date-picker-wrapper .first-date-selected:before{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 0;
    border-color: #020202 transparent transparent transparent;
    opacity: .5;
    top: 2px;
    left: 2px;
    display: block;
    position: absolute;
}
.date-picker-wrapper .last-date-selected:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 7px 7px;
    border-color: transparent transparent #020202 transparent;
    opacity: .5;
    bottom: 2px;
    right: 2px;
    display: block;
    position: absolute;
}

.date-picker-wrapper table.month2 thead tr.caption th{
    background: #eee;
}

.date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
    background-color: #ffbd3b;
    color: #fff;
}

.ui-datepicker .ui-datepicker-prev {
    top: 7px !important;;
}
.inlineDate.ateotheme .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    top: 20px !important;
}
.date-picker-wrapper .month-wrapper {
    border: 0px;
}
.date-picker-wrapper table .caption .next:hover, .date-picker-wrapper table .caption .prev:hover {
    background-color: unset;
}
.date-picker-wrapper .footer {
    display: none;
}
@media (min-width: 991px) {
    .searchmask-dropdown.date .ui-datepicker-inline {
        width: 100% !important;
        margin: 0 auto;
    }
}
.date-picker-wrapper .month-wrapper {
    width: 100% !important;
}
.date-picker-wrapper .month-wrapper table{
position: relative;
    margin-right: 30px;
    margin-left: 30px;
}