/* ******** */
/* HOMEPAGE */
/* ******** */

/* ****** */
/* HEADER */
/* ****** */

/* HEADER MENU */
header.header__container {
    margin: unset;
    align-content: center;
    background-color: var(--tertiary);
}

header.header__container .header__menu {
    background-color: unset;
    padding-right: 55px;
}

header.header__container .header__menu ul.level-1 li a {
    margin: 0 25px;
    text-transform: none;
    color: var(--primary);
}

header.header__container .header__menu ul.level-1 li.highlighted {
    background: var(--primary-button-background);
}

header.header__container .header__menu ul.level-1 li.highlighted a {
    color: var(--primary-button-text);
}

header.header__container .header__search__formwrapper__form {
    position: unset;
    width: unset;
    width: 250px;
}

header.header__container .header__search__formwrapper__form .header__search__formwrapper__form__input {
    font-family: 'FontAwesome', 'Roboto';
    border: 1px solid #C4C4C4;
    height: 44px;
}

header.header__container .header__search__formwrapper__form .header__search__formwrapper__form__input::placeholder {
    color: var(--extra-4);
}

header.header__container .header__myticket {
    text-transform: none;
    background: var(--primary-button-background);
    color: var(--primary-button-text);
}

header.header__container .header__myticket:hover {
    border-bottom: 4px solid var(--primary-button-background);
}

header.header__container .header__search__button {
    color: var(--primary);
    right: 15px;
}

header.header__container .header__search__formwrapper__form__input__button {
    color: var(--primary);
}

.container-topimage .topimage__content__nobox {
    top: 345px;
    width: 60%;
}

.topimage__content__nobox .topimage__content__nobox__headline {
    text-transform: unset !important;
    text-shadow: 0px 5px 15px black;
}

#homepage_slide .header__slide_fit {
    height: 773px;
}

section.container-topimage {
    min-height: 773px;
}

div#homepage_slide .owl-stage-outer {
    height: unset !important;
}

/* MEGA MENU */

div.mega-menu {
    top: 110px;
    left: unset;
    right: 10%;
    width: 950px;
    z-index: 20001;
    padding: 0;
}

@media(min-width:2200px) {
    div.mega-menu {
        right: 350px;
    }
}

div.mega-menu .container.menu-container {
    box-shadow: 0px 24px 25px #00000029;
}

div.mega-menu .mega-menu-item__column__headline {
    text-transform: none;
    color: var(--primary);
    margin-top: 15px !important;
}

div.mega-menu .mega-menu-item__column__headline:first-child {
    margin-top: unset !important;
}

div.mega-menu .mega-menu-item__column {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
}

.mega-menu-item__column ul li:hover {
    background-color: var(--primary-button-background) !important;
}

.mega-menu-item__column ul li:hover a {
    color: var(--primary-button-text) !important;
}

.mega-menu-item__column ul li.custom-multi-level__headline:hover {
    background-color: unset !important;
}

.mega-menu-item__column ul li.custom-multi-level__headline:hover a  {
    color: var(--primary) !important;
}

div.mega-menu .mega-menu-item__column ul li.custom-multi-level__headline a:hover  {
    color: var(--primary-button-text) !important;
}

div.mega-menu .mega-menu-item__column ul li a {
    color: var(--primary);
}

div.mega-menu .mega-menu-item__column__headline::after {
    color: var(--secondary);
}

div.mega-menu li.custom-multi-level__headline .mega-menu-item__column__headline::after {
    padding-right: 10px;
}

div.mega-menu .mega-menu-item2 ul {
    height: 237px;
}

div.mega-menu .mega-menu-item2 ul li.custom-multi-level__headline ul {
    height: unset;
}

div.mega-menu .mega-menu-item__column--info {
    padding-left: 14px;
}

div.mega-menu .mega-menu-item__column--info ul {
    margin: 0;
}

div.mega-menu .mega-menu-item__column--info ul li {
    margin: 0 0 15px 0;
}

div.mega-menu .mega-menu-item__column--info ul li a {
    font-size: 1.15rem !important;
}

div.mega-menu .mega-menu-item__column--info ul.custom-multi-level__list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

div.mega-menu .mega-menu-item__image {
    display: none;
}

/* SEARCH */

.topimage__search__placeholder .search__fieldswrapper,
.search__fieldswrapper.search__fieldswrapper--bottom .search__col {
    top: 610px;
    background: var(--tertiary);
    padding: 35px 40px 40px 40px;
}

.search__fieldswrapper.search__fieldswrapper--bottom {
    top: unset;
    background: unset;
    padding: unset;
}

.search__fieldswrapper.search__fieldswrapper--bottom .search__page_selector.package-page {
    top: -30px !important;
    left: 0 !important;
}

.topimage__search__placeholder .search__page_selector {
    top: -30px;
    width: 100%;
    background: var(--tertiary);
    padding: 15px 0 0 40px;
}

.topimage__search__placeholder .search__page_selector .page__link {
    background-color: unset;
    text-transform: unset;
    padding: 5px 5px 1px 5px;
    margin: 0 10px 0 0;
}

.topimage__search__placeholder .search__page_selector .page__link.active {
    background-color: unset !important;
    border-bottom: 4px solid var(--secondary);
}

.topimage__search__placeholder .search__page_selector .page__link a {
    color: var(--primary) !important;
}

.topimage__search__placeholder .search__fieldswrapper__reset,
.topimage__search__placeholder .custom_search__fieldswrapper__extend {
    display: none;
}

.topimage__search__placeholder .search__fieldswrapper__element {
    background: var(--tertiary);
    border: 1px solid var(--extra-1);
    color: var(--primary);
}

.topimage__search__placeholder .search__fieldswrapper--smallpadding .search__fieldswrapper__element {
    font-size: 0.95rem;
}

.topimage__search__placeholder .search_destinations_filter {
    margin-bottom: 0 !important;
}

.topimage__search__placeholder .search__fieldswrapper__extendtravelform__container .mega-menu-item__column__headline {
    color: var(--primary);
    text-transform: none;
}

.topimage__search__placeholder .search__fieldswrapper__extendtravelform__container .mega-menu-item__column__headline::after {
    color: var(--secondary);
}

.topimage__search__placeholder .search__fieldswrapper__element.selected-search {
    background: var(--secondary);
    color: var(--tertiary);
}

.topimage__search__placeholder .search__fieldswrapper__element .search__fieldswrapper__element__icon {
    color: var(--secondary);
    font-weight: 900;
}

.topimage__search__placeholder .search__fieldswrapper__submit {
    background: var(--primary-button-background);
    border: 1px solid var(--primary-button-border);
    color: var(--primary-button-text);
    text-transform: none;
}

.topimage__search__placeholder .search__fieldswrapper__date__container__headline,
.topimage__search__placeholder .search__fieldswrapper__travelers__container__headline {
    color: var(--primary);
}

.topimage__search__placeholder .search__fieldswrapper__days__container__close,
.topimage__search__placeholder .search__fieldswrapper__date__container__close,
.topimage__search__placeholder .search__fieldswrapper__extendtravelform__container__close,
.topimage__search__placeholder .search__fieldswrapper__travelers__container__close {
    color: var(--primary);
}

.input.checkbox input[type=checkbox] + label {
    color: var(--primary) !important;
}

.input.checkbox input[type=checkbox] + label > span {
    color: var(--secondary) !important;
}

.search .input.checkbox input[type=checkbox]:checked + label {
    background: var(--extra-3) !important;
}

.search .input.checkbox input[type=checkbox]:checked + label > span {
    color: var(--primary) !important;
}

.input.checkbox input[type=checkbox] + label:before {
    border-color: var(--primary) !important;
}

.input.checkbox input[type=checkbox]:checked + label:before {
    color: var(--tertiary) !important;
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}

form .input label {
    color: var(--primary) !important;
}

.topimage__search__placeholder .search__select__all__departures {
    background-color: var(--secondary-button-background) !important;
    border: 1px solid var(--secondary-button-border) !important;
    color: var(--secondary-button-text) !important;
    text-transform: none;
}

.topimage__search__placeholder .search__fieldswrapper__container--next,
.topimage__search__placeholder .search__fieldswrapper__container--back {
    color: var(--primary);
}

.topimage__search__placeholder .search__fieldswrapper__container--close i,
.topimage__search__placeholder .search__fieldswrapper__container--next i {
    color: var(--secondary);
}

div.date-picker-wrapper table .caption {
    background: var(--primary);
}

div.date-picker-wrapper .month-wrapper table .week-name {
    background: var(--extra-4);
}

div.date-picker-wrapper .month-wrapper table .week-name th:first-child {
    background: var(--extra-4);
}

div.date-picker-wrapper > div.month-wrapper > table > tbody > tr > td:nth-child(1) {
    background: var(--extra-5);
}

div.date-picker-wrapper .month-wrapper table .day {
    color: var(--primary);
}

div.date-picker-wrapper .month-wrapper table .day.real-today {
    background: lightgray;
}

div.date-picker-wrapper .month-wrapper table .day.toMonth.valid {
    color: var(--primary);
    background-color: var(--secondary);
}

div.date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
    background-color: var(--tertiary);
}

div.date-picker-wrapper .first-date-selected,
div.date-picker-wrapper .last-date-selected {
    background-color: var(--primary) !important;
}

.search__fieldswrapper__travelers div>input.search__global__children__age,
.search__global__children > .jquery-select-trigger-label {
    background-color: var(--extra-3) !important;
    color: var(--primary) !important;
}

.search__fieldswrapper__travelers div>input.search__global__children__age::placeholder {
    color: var(--primary) !important;
}

.jquery-select-trigger-label {
    background-color: var(--extra-3) !important;
    color: var(--primary) !important;
}

.jquery-select-trigger-arrow-inner {
    color: var(--primary) !important;
}

/* **** */
/* BODY */
/* **** */

/* HIDE/CHANGE MAP ELEMENTS */
.homepage-gradient,
.package_content_div,
.map-shadow-top,
.map-shadow-bottom {
    display: none;
}

.under-homepage-header {
    background: var(--extra-2);
}

.under-homepage-header .under-header-text,
.under-homepage-header .under-header-text > * {
    color: var(--primary) !important;
    padding-bottom: 25px;
    font-weight: unset;
    text-transform: unset;
}

#chartdiv .ampopup-content .ampopup-header {
    background-color: var(--primary);
}

#chartdiv #modal-price {
    text-shadow: 2px 2px var(--extra-5);
}

#chartdiv .ampopup-content .modal-departure .circled {
    background: var(--extra-5);
    color: var(--tertiary);
    padding-top: 2px;
    border-width: 2px;
}

#chartdiv .ampopup-content .modal-footer {
    background: var(--extra-4);
    color: var(--tertiary);
}

/* DEFAULT SEARCH */
.main-content .owl-theme .custom-nav .owl-prev i,
.main-content .owl-theme .custom-nav .owl-next i {
    color: var(--secondary) !important;
}

div.main-content .owl-theme .custom-nav .owl-prev {
    left: -78px;
}

div.main-content .owl-theme .custom-nav .owl-next {
    right: -78px;
}

@media (max-width: 991.98px) {
    div.main-content .owl-theme .custom-nav .owl-prev {
        left: -46px;
    }
    
    div.main-content .owl-theme .custom-nav .owl-next {
        right: -46px;
    }
}

#price-list-hotels__ajax .charters-main-content,
#inspiration-carousel > div.owl-stage-outer {
    height: unset !important;
}

div.package_hotels-main-content .owl-theme .custom-nav i {
    color: var(--secondary) !important;
    z-index: 101;
}

#price-list-hotels__ajax .ferieformer_h3 {
    color: var(--primary) !important;
    font: normal normal bold 30px/39px Roboto;
    text-shadow: none;
}

#price-list-hotels__ajax .owl-stage {
    display: flex;
}

#price-list-hotels__ajax .homepage-offer-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

#price-list-hotels__ajax .homepage-offer-card .info-section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}

#price-list-hotels__ajax .homepage-offer-card .info-section .hotel_text {
    font-weight: bold;
}

#price-list-hotels__ajax .multi_line_cards {
    overflow: hidden;
}

#price-list-hotels__ajax .multi_line_cards .item {
    flex: 0 0 19%;
}

#price-list-hotels__ajax .popular-hotel-card {
    height: unset !important;
}

.package-img-fluid:hover {
    transform: scale(1.1) !important;
}

#price-list-hotels__ajax .popular_hotel_footer,
#price-list-hotels__ajax .inspiration-card,
#price-list-hotels__ajax .ferieformer_div,
#price-list-hotels__ajax .popular_packages_carousel .owl-stage-outer .owl-stage .owl-item.active {
    background-color: unset !important;
}

#price-list-hotels__ajax .container-fluid {
    background-color: var(--extra-2) !important;
}

#price-list-hotels__ajax .container-fluid.ferieformer_page_div {
    margin-top: 0;
}

#price-list-hotels__ajax .popular_hotel_location,
#price-list-hotels__ajax .popular_hotel_name,
#price-list-hotels__ajax .popular_hotel_price {
    color: var(--primary) !important;
}

#price-list-hotels__ajax .popular_hotel_location {
    min-height: unset;
}

#price-list-hotels__ajax .popular_hotel_footer .row .mt-3 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#price-list-hotels__ajax .rejs_fra_popular_hotel,
#price-list-hotels__ajax .rejs_fra_popular_hotel .days_label,
#price-list-hotels__ajax .rejs_fra_popular_hotel .custom_pack_departures_label {
    color: var(--extra-6) !important;
}

#price-list-hotels__ajax .rejs_fra_popular_hotel {
    font: normal normal normal 18px/24px Roboto;
}

#price-list-hotels__ajax .rejs_fra_popular_hotel .days_label {
    margin-right: 8px;
}

#price-list-hotels__ajax .rejs_fra_popular_hotel .input.checkbox input[type=checkbox] + label:before {
    content: none;
}

#price-list-hotels__ajax .popular_hotel_price {
    font: normal normal bold 23px/30px Roboto;
}

#price-list-hotels__ajax .popular_hotel_price span {
    font-size: unset;
    margin-left: -5px;
}

#price-list-hotels__ajax .popular_hotel_a {
    background-color: var(--primary-button-background);
    border: 1px solid var(--primary-button-border);
    color: var(--primary-button-text);
    text-transform: none;
}

#price-list-hotels__ajax .popular_hotel_a.button_dark {
    background-color: var(--secondary-button-background) !important;
    border: 1px solid var(--secondary-button-border) !important;
    color: var(--secondary-button-text) !important;
}

#price-list-hotels__ajax .cheap_deals #inspiration_tab {
    background-color: unset;
}

.pricelist__noresults div.h1 {
    color: var(--extra-4);
    border-bottom: var(--primary) solid 2px;
}

.pricelist__noresults div.pricelist__noresults__datetext {
    color: var(--extra-5);
}

a#js__noresults__newsearch {
    color: var(--primary-button-text);
    background: var(--primary-button-background);
    text-transform: initial;
}

a#js__noresults__newsearch:hover {
    border: 2px solid var(--primary-button-border) !important;
}

#price-list-hotels__ajax .inspiration-footer {
    height: unset;
}

/* FERIEFORMER */
.ferieformer_div .ferieformer_type {
    background-color: var(--extra-5);
    height: 450px;
    padding: 30px;
    margin: 15px 0;
    display: block;
    color: unset;
    position: relative;
    background-size: cover;
}

.ferieformer_div .ferieformer_custom {
    color: #000 !important;
}

.ferieformer_div .ferieformer_type .ferieformer_card_text {
    position: absolute;
    bottom: 0;
    width: calc(100% - 60px);
    z-index: 1;
}

.ferieformer_div .ferieformer_type::after {
    content: " ";
    height: 282px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: transparent linear-gradient(180deg, transparent 70%, #000000a8 100%) 0% 0% no-repeat padding-box;
}

.ferieformer_div .ferieformer_type span {
    font: normal normal bold 34px/42px Roboto;
    text-shadow: 0 0 5px #000;
}

.ferieformer_div .ferieformer_type p {
    font: normal normal normal 18px/21px Roboto Condensed;
}

/* ******* */
/* NYHEDER */
/* ******* */

#price-list-hotels__ajax .nyheder_div {
    background-color: unset !important;
}

.nyheder_div .nyheder-carousel .nyheder_card {
    max-width: unset;
    height: 465px !important;
}

.nyheder_div .nyheder-carousel .nyheder_card > img {
    height: 265px;
    width: 395px;
}

.nyheder_div .date_period_wrapper {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.nyheder_div .date_period_wrapper .rejs_fra_popular_hotel {
    flex: 0;
    max-width: unset;
    display: inline-block;
    width: unset;
    padding-right: 0;
    padding-left: 0;
}

.nyheder_div .date_period_wrapper .rejs_fra_popular_hotel:first-of-type::after {
    content: ", ";
    margin-left: -2px;
}

/* ****** */
/* FOOTER */
/* ****** */

footer .footer__newsletter {
    background: var(--tertiary);
}

footer .footer__newsletter .footer__newsletter__text1,
footer .footer__newsletter .footer__newsletter__text2 {
    font-size: unset;
    font: normal normal normal 24px/28px Roboto;
    color: var(--primary);
    font-weight: 500;
}

footer .footer__newsletter .input input[type=text],
footer .footer__newsletter .input input[type=email] {
    border: 1px solid #d3dad0;
    background: var(--tertiary);
    color: var(--primary);
    font: normal normal normal 16px/19px Roboto;
}

footer .footer__newsletter .input input[type=text]::placeholder,
footer .footer__newsletter .input input[type=email]::placeholder {
    color: var(--primary) !important;
}

footer .footer__newsletter .footer__newsletter__button {
    background-color: var(--primary-button-background) !important;
    color: var(--primary-button-text) !important;
    border: none !important;
}

footer .footer__information {
    background: var(--footer-primary);
}

footer .footer__information .footer__information__headline {
    font: normal normal normal 18px/24px Roboto;
}

footer .footer__bottom {
    background: var(--footer-secondary);
}

footer .footer__bottom .footer__bottom__textwrapper__text,
footer .footer__bottom .footer__bottom__textwrapper__copyright {
    color: var(--footer-tertiary);
}

.sticky-chat__trigger.js-trigger-chat {
    text-transform: initial;
    background: var(--extra-5);
}

.sticky-chat__open {
    background: var(--extra-5) !important;
}

.sticky-chat__open .sticky-chat__open__text {
    text-transform: initial;
}

/* POPUP */

.popupModal .popupModal__image {
    background: var(--tertiary) !important;
    height: 255px;
}

.popupModal .popupModal__image .popupModal__body__wrapper {
    padding: 20px 40px 60px 40px;
}

.popupModal .popupModal__image .js-ouibounce-modal--close {
    display: none;
}

.popupModal .popupModal__image .popupModal__eventWrapper {
    margin-bottom: 30px;
}

.popupModal .popupModal__image .popupModal__body__textWrapper {
    padding: 10px 0 0 0;
    text-align: unset;
}

.popupModal .popupModal__image .popupModal__body__textWrapper--text {
    color: var(--primary) !important;
    text-shadow: none;
    font: normal normal bold 36px/48px 'Roboto Condensed';
}

.popupModal .popupModal__image .popupModal__body__textWrapper--headline {
    color: var(--primary) !important;
    text-shadow: none;
}

.popupModal .popupModal__image .popupModal__body__form__fields .row div.col-lg-6:first-child {
    flex: 0 0 70%;
    max-width: 70%;
}

.popupModal .popupModal__image .popupModal__body__form__fields .row div.col-lg-6:nth-child(2) {
    flex: 0 0 30%;
    max-width: 30%;
}

.popupModal .popupModal__image input#dinemail {
    border: 1px solid var(--extra-1) !important;
    text-align: start;
    height: 48px;
}

.popupModal .popupModal__image input#dinemail::placeholder {
    color: var(--primary);
    text-align: start;
}

.popupModal .popupModal__image .submit .deals__deal__content__button {
    border: 1px solid var(--primary-button-border) !important;
    background: var(--primary-button-background);
    color: var(--primary-button-text) !important;
    text-transform: none;
    height: 48px;
    padding: 0;
}

#ouibounce-modal .popupModal .popupModal__image p {
    color: var(--extra-6);
    text-align: start;
}

/* ************** */
/* GENERAL HEADER */
/* ************** */

.topimage .topimage__content__box {
    background-color: unset;
}

.topimage .topimage__content__box .stars__wrapper {
    color: var(--tertiary);
    text-shadow: 0px 5px 15px black;
}

.topimage .topimage__content__box .topimage__content__box__headline,
.topimage .topimage__content__box .topimage__content__box__subheadline {
    text-transform: none;
    text-shadow: 0px 5px 15px black;
}

.topimage .topimage__content__box .topimage__content__box__buttons a.triggerGallery {
    border: 2px solid var(--primary-button-border);
    background: var(--primary-button-background);
}

.topimage .topimage__content__box .topimage__content__box__buttons a {
    border: 2px solid var(--primary-button-text);
    background: unset;
    color: var(--primary-button-text);
    text-transform: none;
}

/* ************ */
/* GENERAL PAGE */
/* ************ */

.default-gradient {
    display: none;
}

/* ********** */
/* HOTEL PAGE */
/* ********** */

/* ****** */
/* HEADER */
/* ****** */

.hotel-gradient {
    display: none;
}

#hotel-slider .item {

}

#hotel-slider .item img {
    z-index: -1;
    position: relative;
}

/* **** */
/* BODY */
/* **** */

.price-hotel__container.bg-primary {
    background-color: unset !important;
    color: var(--primary);
}

.price-hotel__container #price-list-hotels__ajax .price-hotel__header__text {
    font-size: 30px;
    color: var(--primary);
    text-transform: initial;
    text-align: left;
}

.price-hotel__container #price-list-hotels__ajax .price-hotel__transport {
    border-bottom: 2px solid var(--extra-2);
}

.price-hotel__container #price-list-hotels__ajax .price-hotel__transport .days-label {
    color: var(--primary);
    font-weight: bold;
}

.price-hotel__container #price-list-hotels__ajax .price-hotel__transport .input input[type=checkbox] + label {
    color: var(--primary);
}

.price-hotel__container #price-list-hotels__ajax .price-hotel__room__container {
    border-top: 2px solid var(--extra-2);
    border-bottom: 2px solid var(--extra-2);
}

.price-hotel__container #price-list-hotels__ajax .price-hotel__room__prices i {
    color: var(--secondary);
}

.price-hotel__container #price-list-hotels__ajax .price-hotel__room__price {
    background: var(--tertiary);
    border: 1px solid var(--extra-4);
    height: 100%;
}

.price-hotel__container #price-list-hotels__ajax .price-hotel__room__price > a {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.price-hotel__container #price-list-hotels__ajax .price-hotel__room__price__airport,
.price-hotel__container #price-list-hotels__ajax .price-hotel__room__price__person,
.price-hotel__container #price-list-hotels__ajax .price-hotel__room__price__date {
    color: var(--primary);
}

.price-hotel__container #price-list-hotels__ajax .price-hotel__room__price__date {
    height: 50px;
    background: var(--tertiary);
    border-bottom: 1px solid var(--extra-4);
    font: normal normal bold 18px/50px Roboto;
}

.price-hotel__container #price-list-hotels__ajax .price-hotel__room__price__airport {
    text-transform: none;
    font-weight: bold;
    font: normal normal bold 18px/24px Roboto;
}

.price-hotel__container #price-list-hotels__ajax .price-hotel__room__price__person {
    font: normal normal normal 16px/2px Roboto;
}

.price-hotel__container #price-list-hotels__ajax .price-hotel__room__price__price {
    color: var(--primary-button-background);
    font: normal normal bold 34px/45px Roboto;
    margin: auto 5px 0;
}

.price-hotel__container #price-list-hotels__ajax .price-hotel__room__price__text {
    background: var(--primary-button-background);
    color: var(--primary-button-text);
    text-transform: none;
    height: 38px;
    font: normal normal bold 18px/38px Roboto;
}

.price-hotel__container #price-list-hotels__ajax .price-hotel__room__price__ribbon {
    background-color: var(--primary);
    top: 130px !important;
}

.price-hotel__room__price__ribbon__text {
    margin: 0 0 0 -30px !important;
}

.price-hotel__container #price-list-hotels__ajax .price-hotel__room__price:hover,
.price-hotel__container #price-list-hotels__ajax .price-hotel__room__price__highlight {
    background: var(--primary) !important;
}

.price-hotel__container #price-list-hotels__ajax .price-hotel__room__price:hover .price-hotel__room__price__date,
.price-hotel__container #price-list-hotels__ajax .price-hotel__room__price__highlight .price-hotel__room__price__date {
    background: var(--primary) !important;
    color: var(--primary-button-text) !important;
}

.price-hotel__container #price-list-hotels__ajax .price-hotel__room__price:hover .price-hotel__room__price__airport,
.price-hotel__container #price-list-hotels__ajax .price-hotel__room__price__highlight .price-hotel__room__price__airport,
.price-hotel__container #price-list-hotels__ajax .price-hotel__room__price:hover .price-hotel__room__price__person,
.price-hotel__container #price-list-hotels__ajax .price-hotel__room__price__highlight .price-hotel__room__price__person {
    color: var(--primary-button-text) !important;
}

#resort-information.resort-information.hotel-information.hotel-details {
    background: var(--extra-2);
}

#resort-information.resort-information .info,
#resort-information.resort-information .images,
#resort-information.resort-information .description,
#resort-information.resort-information .facts {
    background: var(--tertiary);
    box-shadow: 0px 5px 15px #ccc;
}

#resort-information.resort-information .info {
    padding: 30px 40px;
}

@media (max-width: 991.98px) {
    #resort-information.resort-information .info {
        padding: 30px 20px;
    }
}

#resort-information.resort-information .info .stars__wrapper {
    color: var(--secondary);
}

#resort-information.resort-information .info .hotel-name {
    font: normal normal bold 44px/58px Roboto;
    letter-spacing: 0px;
    color: var(--primary);
    text-transform: none;
}

@media (max-width: 575.98px) {
    #resort-information.resort-information .info .hotel-name {
        font-size: 9vw;
    }
}

#resort-information.resort-information .info .hotel-teaser {
    font: normal normal normal 22px/30px Roboto;
    letter-spacing: 0px;
    color: var(--primary);
    opacity: 0.7;
    text-transform: none;
}

#resort-information.resort-information .info .resort-information__facts__item {
    padding: 0;
    background: unset;
    font-weight: unset;
}


#resort-information.resort-information .info .resort-information__facts__item .badge__content{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#resort-information.resort-information .info .resort-information__facts__item .information__facts__item__text {
    color: var(--primary);
    order: 2;
    flex: auto;
    text-align: center;
    font: normal normal bold 14px/21px Roboto;
    text-transform: none;
    white-space: normal;
}

#resort-information.resort-information .info .resort-information__facts__item .information__facts__item__result ~ .information__facts__item__text:after {
    content: ":";
    margin-right: -4px;
}

#resort-information.resort-information .info .resort-information__facts__item .information__facts__item__result {
    color: var(--primary);
    order: 3;
    flex: auto;
    text-align: left;
    padding-left: 3px;
    font: normal normal bold 14px/21px Roboto;
    text-transform: none;
}

#resort-information.resort-information .info .resort-information__facts__item .resort-information__facts__item__icon {
    order: 1;
    flex: 1 0 100%;
}

#resort-information.resort-information .info .resort-information__facts__item .resort-information__facts__item__icon.align-middle {
    margin-top: 0;
    margin-bottom: 29px;
}

#resort-information.resort-information .info .resort-information__facts__item .resort-information__facts__item__icon .facility-icon::before,
#resort-information.resort-information .info .resort-information__facts__item .resort-information__facts__item__icon .facility-icon::after {
    padding: 15px 12px 12px 12px;
    border-radius: 50%;
    height: 56px;
    width: 56px;
    font-size: 25.6px;
    display: block;
}

#resort-information.resort-information .info .resort-information__facts__item .resort-information__facts__item__icon .facility-icon::before {
    background: var(--secondary);
}

#resort-information.resort-information .info .resort-information__facts__item .resort-information__facts__item__icon img {
    background: var(--secondary);
    padding: 10px;
    height: 56px;
    max-height: 56px;
    border-radius: 50%;
    width: 56px;
    object-fit: contain;
}

#resort-information.resort-information .description .resort-information__teaser {
    font: normal normal normal 18px/28px Roboto;
    letter-spacing: 0px;
    color: var(--primary);
    opacity: 0.7;
}

#resort-information.resort-information .description .js__toggle__readmore {
    transform: unset;
    left: 50px;
    text-transform: none;
    background: var(--secondary);
    color: #FFF;
}

#resort-information.resort-information .description .js__toggle__readmore:hover {
    border-color: var(--secondary) !important;
}

#resort-information.resort-information .facts .title {
    font: normal normal bold 22px/24px Roboto;
    color: var(--primary);
    margin-left: -15px;
}

#resort-information.resort-information .facts .js__toggle__readmore {
    transform: unset;
    left: 50px;
    text-transform: none;
    background: var(--primary-button-background);
    color: var(--primary-button-text);
}

#resort-information.resort-information .facts .js__toggle__readmore:hover {
    border-color: var(--primary-button-border) !important;
}

#resort-information.resort-information .facts .resort-information__facts__all__container {
    color: var(--primary);
    font: normal normal normal 18px/40px Roboto;
}

#resort-information.resort-information .facts .resort-information__facts__all__container .row:first-child {
    border-top: none;
}

#resort-information.resort-information .facts .resort-information__facts__all__container .row {
    border-bottom: 1px solid var(--primary);
}

#resort-information.resort-information .facts .resort-information__facts__all__container .row:last-child {
    border-bottom: none;
}

#resort-information.resort-information .facts .resort-information__facts__all__container .row .col-9 {
    padding-left: 0;
}

#alternative-hotels__ajax .alternative_hotels {
    background: unset;
}

#alternative-hotels__ajax .alternative_hotels .ferieformer_h3 {
    color: var(--primary) !important;
    font: normal normal bold 30px/39px Roboto;
    text-shadow: none;
}

#alternative-hotels__ajax .alternative_hotels .popular_packages_carousel .owl-stage-outer .owl-stage .owl-item,
#alternative-hotels__ajax .alternative_hotels .popular_packages_carousel .owl-stage-outer .owl-stage .owl-item .popular-hotel-card,
#alternative-hotels__ajax .alternative_hotels .popular_packages_carousel .owl-stage-outer .owl-stage .owl-item .popular-hotel-card .popular_hotel_footer {
    background-color: unset !important;
}

#alternative-hotels__ajax .alternative_hotels .popular_packages_carousel .owl-stage-outer .owl-stage .owl-item .popular-hotel-card .popular_hotel_footer .popular_hotel_name {
    font: normal normal bold 30px/39px Roboto;
    color: var(--primary) !important;
}

#alternative-hotels__ajax .alternative_hotels .popular_packages_carousel .owl-stage-outer .owl-stage .owl-item .popular-hotel-card .popular_hotel_footer .rejs_fra_popular_hotel {
    font: normal normal normal 18px/24px Roboto;
    color: var(--extra-6) !important;
}

#alternative-hotels__ajax .alternative_hotels .popular_packages_carousel .owl-stage-outer .owl-stage .owl-item .popular-hotel-card .popular_hotel_footer .rejs_fra_popular_hotel .days_label,
#alternative-hotels__ajax .alternative_hotels .popular_packages_carousel .owl-stage-outer .owl-stage .owl-item .popular-hotel-card .popular_hotel_footer .rejs_fra_popular_hotel .custom_pack_departures_label {
    color: var(--extra-6) !important;
}

#alternative-hotels__ajax .alternative_hotels .popular_packages_carousel .owl-stage-outer .owl-stage .owl-item .popular-hotel-card .popular_hotel_footer .rejs_fra_popular_hotel .days_label {
    margin-right: 10px;
}

#alternative-hotels__ajax .alternative_hotels .popular_packages_carousel .owl-stage-outer .owl-stage .owl-item .popular-hotel-card .popular_hotel_footer .rejs_fra_popular_hotel .custom_pack_departures_label:before {
    content: unset;
}

#alternative-hotels__ajax .alternative_hotels .popular_packages_carousel .owl-stage-outer .owl-stage .owl-item .popular-hotel-card .popular_hotel_footer .popular_hotel_price,
#alternative-hotels__ajax .alternative_hotels .popular_packages_carousel .owl-stage-outer .owl-stage .owl-item .popular-hotel-card .popular_hotel_footer .popular_hotel_price span {
    font: normal normal bold 23px/30px Roboto;
    color: var(--primary);
}

#alternative-hotels__ajax .alternative_hotels .popular_packages_carousel .owl-stage-outer .owl-stage .owl-item .popular-hotel-card .popular_hotel_footer .popular_hotel_a {
    background-color: var(--primary-button-background);
    color: var(--primary-button-text);
    font: normal normal bold 18px/24px Roboto;
    text-transform: none;
    margin-bottom: 15px;
}

.qtip__pricepopup {
    background: var(--tertiary) !important;
    box-shadow: 0px 10px 25px #00000029;
}

.qtip__pricepopup .qtip__pricepopup__content {
    color: var(--primary);
}

.qtip__pricepopup .qtip__pricepopup__content .h2 {
    color: var(--primary);
    font-size: 20px;
}

.qtip__pricepopup__content .container-fluid {
    background: var(--tertiary);
}

.qtip__pricepopup__content .container-fluid .row .info-column {
    order: 2;
}

.qtip__pricepopup__content .qtip__pricepopup__content__exit-button {
    display: none;
}

.qtip__pricepopup__content .qtip__pricepopup__content__info {
    border: none;
    background: none;
}

.qtip__pricepopup__content .qtip__pricepopup__content__flightinfo {
    background: none;
    margin-top: 0;
}

.qtip__pricepopup__content .qtip__pricepopup__content__flightinfo__firsttable {
    padding-top: 0;
}

.qtip__pricepopup__content .qtip__pricepopup__content__flightinfo td {
    color: var(--primary);
    font: normal normal normal 14px/30px Roboto;
    padding: 0;
}

.qtip__pricepopup__content .qtip__pricepopup__content__flightinfo td.qtip__pricepopup__content__flightinfo__border {
    font: normal normal bold 18px/24px Roboto Condensed;
    text-transform: none !important;
    border-bottom: unset;
    padding-top: 5px;
}

.qtip__pricepopup__content .container-fluid .row .prices-column {
    order: 1;
}

.qtip__pricepopup__content .qtip__pricepopup__content__column2 {
    display: flex;
    flex-direction: column;
}

.qtip__pricepopup__content .qtip__pricepopup__content__price.h2 {
    order: 1;
    margin: 10px 0 0 0 !important;
    color: var(--primary);
    font: normal normal bold 24px/32px Roboto Condensed;
    text-transform: none;
}

.qtip__pricepopup__content .qtip__pricepopup__content__price--total {
    color: var(--secondary);
    font: normal normal bold 34px/45px Roboto Condensed;
    text-transform: none;
}

.qtip__pricepopup__content .qtip__pricepopup__content__price--person {
    order: 2;
}

.qtip__pricepopup__content .qtip__pricepopup__content__added {
    order: 3;
}

.qtip__pricepopup__content .qtip__pricepopup__content__added td {
    color: var(--primary);
}

.qtip__pricepopup__content .qtip__pricepopup__content__customerinfo {
    order: 4;
    margin: 5px 0 0 0;
    padding: 0;
    border-top: none;
}

.qtip__pricepopup__content .qtip__pricepopup__content__customerinfo li {
    font: normal normal normal 13.5px/19px Roboto;
    color: var(--primary);
    opacity: 0.7;
    margin-bottom: 10px;
}

.qtip__pricepopup__content .qtip__pricepopup__content__discounts, 
.qtip__pricepopup__content .qtip__pricepopup__content__discounts div.h2, 
.qtip__pricepopup__content .qtip__pricepopup__content__discounts td{
    color: var(--primary);
}

#resort-information.resort-information .facts .title,
#resort-information.resort-information .facts .resort-information__facts__all__container {
    color: var(--extra-6);
}


/* **************** */
/* DESTINATION PAGE */
/* **************** */

/* HEADER */

.resorts-gradient {
    display: none;
}

.resorts__topimage__search__placeholder .search__fieldswrapper{
    top: -140px;
}

@media (max-width: 991.98px) {
    .resorts__topimage__search__placeholder .search__fieldswrapper {
        top: 0px;
    }
}

#resort-information {
    background: var(--extra-2);
    padding: 40px 0;
}

#resort-information .container {
    background: none;
    padding: 0;
}

#resort-information .resort-information__headline {
    font: normal normal bold 38px/50px Roboto;
    text-transform: none;
    letter-spacing: 0px;
    color: var(--primary);
    margin-top: 0 !important;
}

#resort-information h2 {
    color: var(--primary);
}

#resort-information p {
    color: var(--extra-6);
}

#resort-information .resort-information__subheadline,
#resort-information .resort-information__teaser {
    width: unset;
    font: normal normal normal 18px/24px Roboto;
    color: var(--extra-6);
}

#resort-information .resort-information__teaser a {
    background: var(--primary-button-background);
}

#resort-information .resort-information__teaser a:hover {
    color: var(--primary-button-text);
    border: 2px solid var(--primary-button-border) !important;
}

#resort-information .resort-information__seperator {
    background: none;
    margin: 5px 0;
}

#resort-information .secondary_image {
    width: 100%;
    object-fit: cover;
    margin-top: 10px;
    box-shadow: 0px 10px 25px var(--extra-1);
}

#tab_list {
    background-color: unset !important;
}

#tab_list .text-center {
    text-align: start !important;
}

#tab_list .tabs__menu a {
    color: var(--extra-6);
    border: unset;
    padding: 15px 8px 5px;
    margin-right: 5px;
}

#tab_list .tabs__menu a.active {
    color: var(--primary);
    border-bottom: 4px solid var(--secondary);
}

#hotels_tab #price-list-hotels__ajax .pricelist__item:nth-of-type(even) {
    background: var(--extra-2);
}

#hotels_tab #price-list-hotels__ajax .stars__wrapper {
    color: var(--secondary);
}

#hotels_tab #price-list-hotels__ajax .stars__wrapper .inactive {
    display: none;
}

#hotels_tab #price-list-hotels__ajax .stars__wrapper span {
    font-size: 18px;
}

#hotels_tab #price-list-hotels__ajax .pricelist__headline {
    color: var(--primary);
    font: normal normal bold 30px/39px Roboto;
}

#hotels_tab #price-list-hotels__ajax .pricelist__resort {
    color: var(--primary);
    font: normal normal bold 18px/24px Roboto;
}

#hotels_tab #price-list-hotels__ajax .pricelist__facilities__element__icon__container {
    background-color: var(--secondary) !important;
}

#hotels_tab #price-list-hotels__ajax .pricelist__facilities__element__text {
    color: var(--primary);
    font: normal normal bold 14px/21px Roboto;
}

#hotels_tab #price-list-hotels__ajax .pricelist__teaser {
    color: var(--primary);
    font: normal normal normal 16px/24px Roboto;
}

#hotels_tab #price-list-hotels__ajax .pricelist__transport {
    color: var(--primary);
    font: normal normal bold 14px/21px Roboto;
}

#hotels_tab #price-list-hotels__ajax .pricelist__price__beforetext,
#hotels_tab #price-list-hotels__ajax .pricelist__price__aftertext {
    color: var(--primary);
    font: normal normal normal 14px/24px Roboto;
}

#hotels_tab #price-list-hotels__ajax .pricelist__price {
    color: var(--secondary);
}

#hotels_tab #price-list-hotels__ajax .pricelist__bottom__buttons a {
    margin-top: 15px;
}

#hotels_tab #price-list-hotels__ajax .pricelist__bottom__buttons a.btn-greenlight {
    background: var(--primary-button-background);
    border: 1px solid var(--primary-button-border) !important;
    color: var(--primary-button-text);
    text-transform: none;
}

#hotels_tab #price-list-hotels__ajax .pricelist__bottom__buttons a.btn-turquoisedark {
    background: var(--secondary-button-background);
    border: 1px solid var(--secondary-button-border) !important;
    color: var(--secondary-button-text);
    text-transform: none;
}

#map_tab .review__headline,
#map_tab .review__subheadline {
    color: var(--primary) !important;
}

/* ************ */
/* HOLIDAY PAGE */
/* ************ */

/* ****** */
/* HEADER */
/* ****** */

.holiday-gradient {
    display: none;
}

@media (max-width: 991.98px) {
    .topimage.holiday-topimage {
        height: unset;
    }
    .topimage.holiday-topimage > .container {
        margin-bottom: 70px !important;
    }
}

.topimage__search__holiday .search__fieldswrapper{
    padding: 35px 40px 40px 40px;
    background: var(--tertiary);
}

/* **** */
/* BODY */
/* **** */

#resort__hotels #price-list-hotels__ajax .pricelist__item:nth-of-type(even) {
    background: var(--extra-2);
}

#resort__hotels #price-list-hotels__ajax .stars__wrapper {
    color: var(--secondary);
}

#resort__hotels #price-list-hotels__ajax .stars__wrapper .inactive {
    display: none;
}

#resort__hotels #price-list-hotels__ajax .stars__wrapper span {
    font-size: 18px;
}

#resort__hotels #price-list-hotels__ajax .pricelist__headline {
    color: var(--primary);
    font: normal normal bold 30px/39px Roboto;
}

#resort__hotels #price-list-hotels__ajax .pricelist__resort {
    color: var(--primary);
    font: normal normal bold 18px/24px Roboto;
}

#resort__hotels #price-list-hotels__ajax .pricelist__facilities__element__icon__container {
    background-color: var(--secondary) !important;
}

#resort__hotels #price-list-hotels__ajax .pricelist__facilities__element__text {
    color: var(--primary);
    font: normal normal bold 14px/21px Roboto;
}

#resort__hotels #price-list-hotels__ajax .pricelist__teaser {
    color: var(--primary);
    font: normal normal normal 16px/24px Roboto;
}

#resort__hotels #price-list-hotels__ajax .pricelist__transport {
    color: var(--primary);
    font: normal normal bold 14px/21px Roboto;
}

#resort__hotels #price-list-hotels__ajax .pricelist__price__beforetext,
#resort__hotels #price-list-hotels__ajax .pricelist__price__aftertext {
    color: var(--primary);
    font: normal normal normal 14px/24px Roboto;
}

#resort__hotels #price-list-hotels__ajax .pricelist__price {
    color: var(--secondary);
}

#resort__hotels #price-list-hotels__ajax .pricelist__bottom__buttons a {
    margin-top: 15px;
}

#resort__hotels #price-list-hotels__ajax .pricelist__bottom__buttons a.btn-greenlight {
    background: var(--primary-button-background);
    border: 1px solid var(--primary-button-border) !important;
    color: var(--primary-button-text);
    text-transform: none;
}

#resort__hotels #price-list-hotels__ajax .pricelist__bottom__buttons a.btn-turquoisedark {
    background: var(--secondary-button-background);
    border: 1px solid var(--secondary-button-border) !important;
    color: var(--secondary-button-text);
    text-transform: none;
}

/* *********** */
/* STATIC PAGE */
/* *********** */

/* ****** */
/* HEADER */
/* ****** */

.static-page-header {
    margin-top: 140px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* **** */
/* BODY */
/* **** */

.container-fluid.static_page_div {
    background-color: unset;
    margin-top: 160px;
}

.container-fluid.static_page_div .static_div {
    background-color: unset;
}

.static_custom img {
    object-fit: contain;
    height: auto !important;
    max-width: 100%;
}

/* **************** */
/* FERIEFORMER PAGE */
/* **************** */

/* ****** */
/* HEADER */
/* ****** */

.textpage__header {
    position: relative !important;
    height: 410px !important;
    box-shadow: none !important;
}

.textpage__header .title_wrapper {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 140px;
}

.textpage__header .title {
    color: #FFF;
    font-family: Roboto Condensed;
    text-shadow: 0px 5px 15px black;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-transform: none;
    font-size: 3.57rem;
}

.textpage__header:after {
    display: none !important;
}

.topimage-ferieformer {
    display: none;
}

.ferieformer-page-header {
    margin-top: 140px;
}

/* **** */
/* BODY */
/* **** */

.container-fluid.ferieformer_page_div {
    background-color: unset;
    margin-top: 160px;
}

.container-fluid.ferieformer_page_div .ferieformer_div {
    background-color: unset;
}

.ferieformer_div .ferieformer_type_wrapper:last-of-type {
    padding: 0 15px;
}

/* ********* */
/* INFO PAGE */
/* ********* */

/* ****** */
/* HEADER */
/* ****** */

.topimage-infopage {
    display: none;
}

.info-page-header {
    margin-top: 140px;
}

/* **** */
/* BODY */
/* **** */

.textpage__content__container {
    margin-top: 110px;
}

.textpage__content__container .textpage__menu__headline {
    font: normal normal bold 22px/36px Roboto;
    color: var(--primary);
    margin-bottom: 15px;
}

.textpage__content__container .textpage__menu__headline .textpage__menu__headline__border {
    border-bottom: 3px solid var(--secondary);
}

.textpage__content__container .textpage__menu {
    padding: 0 20px 0 0;
}

.textpage__content__container .textpage__menu li:last-child {
    border-bottom: none;
}

.textpage__content__container .textpage__menu li.active a,
.textpage__content__container .textpage__menu li:hover a {
    background: var(--secondary);
}

.textpage__content__container .textpage__menu li a {
    font: normal normal medium 18px/24px Roboto;
    color: var(--primary);
}

.textpage__content__container .textpage__menu li a:before {
    color: var(--secondary);
}

.textpage__content__container .textpage__content .accordion__heading {
    color: #FFF;
    background: var(--primary);
    border-radius: 2px;
}

.textpage__content__container .textpage__content h1,
.textpage__content__container .textpage__content h2,
.textpage__content__container .textpage__content h3,
.textpage__content__container .textpage__content h4,
.textpage__content__container .textpage__content label {
    color: var(--primary);
}

.textpage__content__container .textpage__content p {
    color: var(--primary);
}

.textpage__content__container .textpage__content input.btn {
    background: var(--primary-button-background);
    color: var(--primary-button-text);
    text-transform: none;
}

.textpage__content__container .textpage__content input.btn:active {
    background: var(--primary-button-background);
    color: var(--primary-button-text);
}

.textpage__content__container .textpage__content input.btn:hover,
.textpage__content__container .textpage__content input.btn:focus {
    border-color: var(--primary-button-border);
    box-shadow: none;
}

@media (min-width: 1200px) {
    .textpage__content__container .col-xl-3 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .textpage__content__container .offset-xl-1 {
        margin-left: 0;
    }
}

/* ************ */
/* PACKAGE PAGE */
/* ************ */

/* ****** */
/* HEADER */
/* ****** */

.pakker-gradient,
.topimage__content__pakker .topimage__content__pakker__subtitle {
    display: none !important;
}

.packages_search .search__page_selector.package-page {
    width: calc(100% + 80px);
    top: -65px !important;
}

.topimage__search__placeholder.packages_search .search__fieldswrapper {
    top: 610px;
}

/* **** */
/* BODY */
/* **** */

#custom_package_itinerary.package_content_div,
#custom_package_itinerary.package_content_div .package_wrapper,
#custom_package_itinerary.package_content_div .package_wrapper .package_content_div {
    background-color: unset !important;
}

.custom_package_row .line {
    border: none;
    background-color: var(--secondary);
}

.custom_package_row .circle-span {
    border-color: var(--secondary);
}

.custom_package_row .circle-span i {
    color: var(--secondary) !important;
}

.custom_package_row .new_package_hotel_name {
    color: var(--secondary) !important;
}

.custom_package_row .other_package_detail {
    color: var(--primary);
}

.custom_package_row .pencil_edit {
    color: var(--secondary) !important;
}

.custom_pack_carousel.package_flights_carousel .owl-stage-outer .owl-stage .owl-item .item.active {
    background-color: var(--extra-5) !important;
}

.custom_pack_carousel.package_flights_carousel .owl-stage-outer .owl-stage .owl-item .item.active .flight_info_det,
.custom_pack_carousel.package_flights_carousel .owl-stage-outer .owl-stage .owl-item .item.active .flyafgang,
.custom_pack_carousel.package_flights_carousel .owl-stage-outer .owl-stage .owl-item .item.active .flight_type {
    color: #FFF !important;
}

.custom_pack_carousel.package_flights_carousel .owl-stage-outer .owl-stage .owl-item .item.active .circle-span {
    border-color: #FFF;
    color: #FFF !important;
}

.custom_pack_carousel.package_flights_carousel .owl-stage-outer .owl-stage .owl-item .item.active .circle-span i {
    color: #FFF !important;
}

.custom_pack_carousel.package_flights_carousel .owl-stage-outer .owl-stage .owl-item .item {
    background-color: #FFF !important;
}

.custom_pack_carousel.package_flights_carousel .owl-stage-outer .owl-stage .owl-item .item .flight_info_det,
.custom_pack_carousel.package_flights_carousel .owl-stage-outer .owl-stage .owl-item .item .flyafgang,
.custom_pack_carousel.package_flights_carousel .owl-stage-outer .owl-stage .owl-item .item .flight_type {
    color: var(--primary) !important;
}

.custom_pack_carousel.package_flights_carousel .owl-stage-outer .owl-stage .owl-item .item span.circle-span {
    border-color: var(--primary);
    color: var(--primary) !important;
}

.custom_pack_carousel.package_flights_carousel .owl-stage-outer .owl-stage .owl-item .item span.circle-span i {
    color: var(--primary) !important;
}

.custom_pack_carousel.destinations_carousel .owl-nav .owl-prev,
.custom_pack_carousel.destinations_carousel .owl-nav .owl-next {
    background-color: var(--extra-4) !important;
}

.custom_pack_carousel.destinations_carousel .package_hotel_content {
    background-color: unset !important;
}

.custom_pack_carousel.destinations_carousel .package_hotel_content .stars__wrapper .popular_stars {
    color: var(--secondary) !important;
}

.custom_pack_carousel.destinations_carousel .package_hotel_content .stars__wrapper .popular_stars.inactive {
    display: none;
}

.custom_pack_carousel.destinations_carousel .package_hotel_content .package_hotel_country_name,
.custom_pack_carousel.destinations_carousel .package_hotel_content .package_hotel_name,
.custom_pack_carousel.destinations_carousel .package_hotel_content .package_hotel_date,
.custom_pack_carousel.destinations_carousel .package_hotel_content .max_dage,
.custom_pack_carousel.destinations_carousel .package_hotel_content .package_hotel_date,
.custom_pack_carousel.destinations_carousel .package_hotel_content .flight_det,
.custom_pack_carousel.destinations_carousel .package_hotel_content .down-details {
    color: var(--primary) !important;
}

.custom_pack_carousel.destinations_carousel .package_hotel_content .package_hotel_price {
    color: var(--secondary) !important;
}

.custom_pack_carousel.destinations_carousel .package_hotel_content:hover {
    -webkit-box-shadow: inset 10px 10px 250px 50px #00000012;
    -moz-box-shadow: inset 10px 10px 250px 50px #00000012;
    box-shadow: inset 10px 10px 250px 50px #00000012;
    transition: box-shadow 0.3s;
}

.more_details_div .next_destination_details .more_info_details {
    color: var(--primary);
}

.more_details_div .next_destination_details .disabled_input,
.more_details_div .next_destination_details .jquery-select-trigger-label {
    background-color: var(--extra-4) !important;
    color: #FFF !important;
}

.more_details_div .next_destination_details .jquery-select-trigger-arrow-inner {
    color: var(--secondary);
    font-weight: bold;
}

.more_details_div .current_price_div .more_info_details_status {
    color: var(--secondary);
}

.more_details_div .current_price_div .package_hotel_price,
.more_details_div .current_price_div .more_info_details_duration {
    color: var(--primary);
}

.more_details_div .jquery-select-container:before,
.more_details_div .jquery-select-container:after {
    content: none;
}

.more_details_div .jquery-select-container {
    margin-top: 0;
}

.more_details_div .jquery-select-container-inner-item {
    margin: 0;
    padding: 5px;
}

a.jquery-select-container-inner-item.selected {
    background-color: var(--extra-4) !important;
}

.control_buttons .more_info_details button.generate_next_destination {
    background-color: var(--extra-4);
    color: #FFF;
}

.control_buttons .more_info_details button.generate_next_destination:hover {
    background-color: var(--extra-4);
    border-color: var(--extra-4);
}

.control_buttons .more_info_details button {
    background-color: var(--secondary);
    color: #FFF;
}

.control_buttons .more_info_details button:hover {
    background-color: var(--secondary);
    border-color: var(--secondary);
}

.custom_package_pricing .bestil_div {
    background-color: unset !important;
}

.custom_package_pricing .bestil_div .package_top_price,
.custom_package_pricing .bestil_div p {
    color: var(--primary);
}

.custom_package_pricing .bestil_div p .down-details-bestil {
    color: var(--secondary) !important;
}

.custom_package_pricing .bestil_div .reset_price_button,
.custom_package_pricing .bestil_div .top_price_button {
    background-color: var(--secondary) !important;
    border: 1px solid var(--secondary) !important;
    color: #FFF !important;
    text-transform: none;
}

#bestil_collapse {
    color: var(--primary);
}

#bestil_collapse .bestil_right_details {
    color: var(--secondary) !important;
}

/* ****** */
/* FOOTER */
/* ****** */

#inspiration_tab {
    background: none !important;
}

.package_card .carousel-map-expand-button {
    background: #FFF;
    color: var(--extra-5);
}

/* **************** */
/* PAGE SEARCH PAGE */
/* **************** */

.page-search-container h1,
.page-search-container a {
    color: var(--primary);
}

.page-search-container .btn-primary,
.page-search-container .btn-primary:hover {
    background-color: var(--primary-button-background);
    border-color: var(--primary-button-border);
    color: var(--primary-button-text);
}

/* General */
.general-gradient {
    display: none;
}

@media(max-width:1599.98px) {
    /* HOMEPAGE SCALING */
    header.header__container .header__logo {
        max-height: 60px;
        object-fit: contain;
        width: auto;
        height: auto;
    }
    header.header__container .header__search__formwrapper__form {
        width: 220px;
    }

    /* HOMEPAGE SCALING */
    .ferieformer_div .ferieformer_type_wrapper {
        flex: 0 0 50%;
        max-width: 50% ;
    }
    .ferieformer_div .ferieformer_type_wrapper:nth-of-type(3n) {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .ferieformer_div .ferieformer_type {
        height: 280px;
    }
    .ferieformer_div .ferieformer_type span {
        font: normal normal bold 28px/35px Roboto;
    }
    .ferieformer_div .ferieformer_type p {
        font: normal normal normal 16px/19px Roboto Condensed;
    }
}

@media(max-width:1299.98px) {
    /* MENU SCALING */
    header.header__container .header__menu ul.level-1 li a {
        margin: 0 15px;
    }
    header.header__container .header__menu ul.level-1 li ul li a {
        font-weight: unset;
    }
    header.header__container .header__menu ul.level-1 li ul li a:after {
        content: none;
    }
    header.header__container .header__menu ul.level-1 li.header__menu__parent a.custom-multi-level__header {
        font-weight: 700;
    }
    header.header__container .header__search__formwrapper__form {
        width: 200px;
    }

    .selected_prices + hr {
        margin-top: 1rem;
    }
}

@media(max-width:1199.98px) {
    .topimage__search__placeholder .search__fieldswrapper--smallpadding .search__fieldswrapper__element {
        font-size: 0.655rem;
    }
}

@media(max-width:1149.98px) {
    /* HOMEPAGE SCALING */
    #price-list-hotels__ajax .multi_line_cards .item {
        flex: 0 0 48%;
    }
}

@media(min-width:992px) {
    header.header__container .header__menu ul.level-1 li a.mega-menu-active:after {
        box-shadow: 0px 0px 25px #00000029;
        transform: rotate(45deg);
        background: #FFF;
        border: none;
        width: 26px;
        height: 26px;
        bottom: -45px;
    }
}

@media(max-width:991.98px) {
    /* MENU SCALING */
    header.header__container {
        padding: 0 20px;
    }
    header.header__container .header__logo {
        margin: 20px 0;
        z-index: 10;
    }
    header.header__container .header__mobile__toggle {
        color: var(--primary);
        z-index: 1;
    }
    header.header__container .header__mobile__toggle.active {
        z-index: 1001;
    }
    header.header__container .header__menu {
        padding-right: 0;
    }
    header.header__container .header__menu ul.level-1 li.highlighted {
        background: #FFF;
    }
    header.header__container .header__menu ul.level-1 li.highlighted a {
        color: #000;
    }
    header.header__container .header__search__formwrapper__form {
        width: 100%;
        margin-top: -5px;
    }
    header.header__container .header__myticket {
        height: 30px;
    }
    header.header__container .header__mobile__content.active {
        background: #FFF;
    }
    .topimage__search__placeholder .search__page_selector {
        width: 100vw;
    }
    .topimage__search__placeholder .search__page_selector.liveoffer-page {
        width: calc(100% + 58px);
    }
    .topimage__search__placeholder .search__fieldswrapper--smallpadding .search__fieldswrapper__element {
        font-size: 0.9rem;
    }

    /* HOMEPAGE SCALING */
    #homepage_slide.owl-carousel.system-carousel {
        top: 100px !important;
    }
    #homepage_slide.owl-carousel .owl-item .item img {
        height: 15rem !important;
    }
    #home_topimage > .container {
        max-height: 140px;
    }
    #home_topimage .topimage__search__placeholder .search__fieldswrapper {
        top: 20%;
    }
    #home_topimage.topimage > .container .text-center {
        margin: 15% 0 0 50%;
        transform: translate(-50%, 0);
    }
    .ferieformer_div .container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    aside .homepage-gradient {
        display: none !important;
    }
    #price-list-hotels__ajax .multi_line_cards .item {
        flex: 0 0 45%;
    }
    .ferieformer_div .ferieformer_type_wrapper {
        flex: 0 0 100%;
        max-width: 100% ;
    }
    .pricelist.deals {
        margin-top: 70px 0 0 0 !important;
    }

    /* HOTEL PAGE SCALING */
    #hotel_topimage .topimage__search__placeholder .search__fieldswrapper,
    .default-topimage.topimage__search__placeholder .search__fieldswrapper,
    .holiday-topimage .topimage__search__placeholder .search__fieldswrapper {
        top: 10px;
    }
    #resort-information.resort-information.hotel-information.hotel-details .row .col-12 {
        padding: 10px 40px;
    }
    .images #hotel-slider.owl-carousel {
        position: relative !important;
    }
    #alternative-hotels__ajax .ferieformer_div {
        min-height: unset !important;
    }
    #resort-information.resort-information .info__wrapper {
        max-height: unset !important;
    }

    /* HOLIDAY PAGE SCALING */
    #resort-information .resort-information__subheadline,
    #resort-information .resort-information__teaser {
        padding: 0 20px;
    }

    /* TEXTPAGE FIXES */
    .info-page-header, .ferieformer-page-header, .static-page-header {
        margin-top: 0;
    }
    .textpage__header {
        height: 200px !important;
    }
    .textpage__header .title {
        font-size: 2rem;
    }
    .textpage__header .title_wrapper {
        top: 0;
    }

    /* GLOBAL SEARCH PAGE SCALING */
    aside > .topimage.global_search_topimage {
        margin-top: 0;
        padding-top: 0;
        height: unset;
    }
    .global_search_topimage .topimage__search__placeholder {
        top: 0 !important;
    }
    .global_search_topimage .topimage__search__placeholder .search__fieldswrapper .search__col {
        top: 0;
    }
    .global_search_topimage .topimage__search__placeholder .search__fieldswrapper .search__page_selector.package-page {
        top: 0 !important;
    }
}

@media(max-width:767.98px) {
    /* HOMEPAGE SCALING */
    #price-list-hotels__ajax .multi_line_cards .item {
        flex: 0 0 100%;
    }
    .ferieformer_div {
        /* min-height: 1350px !important; */
    }
    .ferieformer_div.hotels_packages {
        min-height: unset !important;
    }
}
.train_booking--steps .step.completed span
.price-hotel__room__price {
    background: #fff !important;
}