.bg-color-gradient-custom {
    background: linear-gradient(91.72deg, #F7F1E6 -2.92%, #A08671 104.9%);
}
.custom-bg {
    background-image: url("../img/image-3.png");
    background-size: cover;
    position: relative;
 }

.custom-bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(97, 53, 18, 0.8);
}

.checkbox-size-custom {
    transform: scale(1.4);
}

.custom-card-style-1 {
    border: 2px solid transparent;
    transition: ease border 300ms;
    border-radius: 10px !important;
}

.custom-card-style-1:hover {
    border: 2px solid var(--tertiary);
}

.custom-card-style-1 .custom-card-style-1-image-wrapper img {
    transform: translate3d(5px, -5px, 0);
    transition: ease transform 300ms;
}

.custom-card-style-1 .custom-card-style-1-title,
.custom-card-style-1 .custom-card-style-1-link {
    transition: ease color 300ms;
}

.custom-card-style-1:hover .custom-card-style-1-image-wrapper img {
    transform: translate3d(0, 0, 0);
}

.horizontal-scroller-wrapper {
    z-index: 100;
    position: relative;
}

@media (max-width: 992px) {
    .horizontal-scroller-scroll {
        height: 100vh;
    }
    .horizontal-scroller-scroll .horizontal-scroller-item {
        height: auto;
    }
}

.horizontal-scroller-image {
    max-height: 90vh !important;
    padding-top: 0;
}

.custom-margin-bottom {
    margin-bottom: 4vh !important;
}


.custom-bg-secondary::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 80%;
    transform: translate(-50%, -57%);
    background-color: var(--secondary);
}

/*dots*/
.custom-dots-style-1 .owl-dots {
    display: flex;
    justify-content: center;
}

.custom-dots-style-1 .owl-dots .owl-dot > span {
    width: 16px;
    height: 16px;
    border-radius: 100%;
    border: 2px solid var(--tertiary);
    background: transparent !important;
}

.custom-dots-style-1 .owl-dots .owl-dot.active > span, .custom-dots-style-1 .owl-dots .owl-dot:hover > span, .custom-dots-style-1 .owl-dots .owl-dot:focus > span {
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: var(--tertiary);
}

.custom-dots-style-1 .owl-dots .owl-dot.active > span:before, .custom-dots-style-1 .owl-dots .owl-dot:hover > span:before, .custom-dots-style-1 .owl-dots .owl-dot:focus > span:before {
    content: '';
    width: 6px;
    height: 6px;
    background: #36393d;
    border-radius: 100%;
}

.custom-dots-style-1.custom-dots-style-1-light .owl-dots .owl-dot > span {
    border: 2px solid var(--tertiary);
}


.custom-dots-style-1.custom-dots-style-1-light .owl-dots .owl-dot.active > span:before, .custom-dots-style-1.custom-dots-style-1-light .owl-dots .owl-dot:hover > span:before, .custom-dots-style-1.custom-dots-style-1-light .owl-dots .owl-dot:focus > span:before {
    background: var(--tertiary);
}

/*pagination*/

.page-link {
  font-size: 20px !important;
    padding: 13px 23px !important;
    margin-bottom: 8vh !important;
    margin-top: 4vh !important;
}

.prev a i,
.next a i {
    color: var(--tertiary);
}


/* adokontakt */
#header .header-extra-info-text {
    margin-top: 6px;
}


#footer .icons {
    color: #1A3842 !important;
}
#footer .feature-box-info .text-light {
    color: #1A3842 !important;
}

#footer .feature-box-info p {
    margin: 7px 0px 0 0;
}

#header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li.dropdown-mega-book-now > a > span, #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li.dropdown-mega-book-now > a > span {
    color: #1A3842;
    background: none;
}

.custom-height {
    height: 575px !important;
}

/*@media only screen and (max-width: 500px ) {
    .custom-height {
        height: 450px !important;
    }
}*/

.custom-div-p-white p {
    color: white;
    margin-bottom: 0;
}

.custom-div-p p {
    color: black;
    margin-bottom: 0;
}

.custom-div-p-tertiary p {
    color: var(--tertiary);
    margin-bottom: 0;
}


.custom-overlay-gradient:hover:before, .custom-overlay-gradient.overlay-show:before, .custom-overlay-gradient.show:before {
    background: linear-gradient(to right, var(--tertiary) 5%, rgba(0, 0, 0, 0) 100%);
}

.custom-playfair {
    font-family: "Playfair Display", serif !important;
}

.custom-border-secondary {
    border-color: var(--secondary) !important;
}

.custom-column-bg {
    position: relative;
}

.custom-column-bg:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 50vw;
    height: 100%;
    background: var(--tertiary);
    opacity: 0.9;
    transform: translate3d(0, -50%, 0);
    z-index: -1;
}

@media (max-width: 767px) {
    .custom-column-bg:before {
        width: 100%;
        border-radius: 10px;
    }
}

@media (max-width: 575px) {
    .custom-column-bg:before {
        width: calc(100% - 30px);
        margin-right: 15px;
    }
}

/*Custom column bg-2*/
.custom-column-bg-2 {
    position: relative;
}

.custom-column-bg-2:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 50vw;
    height: 100%;
    background: var(--tertiary);
    opacity: 0.9;
    transform: translate3d(0, -50%, 0);
    z-index: -1;
}

@media (max-width: 767px) {
    .custom-column-bg-2:before {
        width: 100%;
        border-radius: 10px;
    }
}

@media (max-width: 575px) {
    .custom-column-bg-2:before {
        width: calc(100% - 30px);
        margin-left: 15px;
    }
}

.custom-overlay-2:before {
    background-color: var(--tertiary) !important;
}

.custom-overlay-3:before {
    background-color: var(--tertiary) !important;
    opacity: 0.8;
}

.custom-owl-carousel .owl-nav button.owl-next:before {
    top: -20px;
}

.custom-owl-carousel .owl-nav button.owl-prev:before {
    top: -20px;
}

.custom-word-break {
    hyphens: auto;
    word-wrap: break-word;
}

.checkbox-custom-transparent {
    appearance: none; /* Remove default checkbox */
    background-color: transparent;
    border: 1px solid white;
    width: 20px;
    height: 18px;
    cursor: pointer;
    position: relative;
    border-radius: 4px;
}

.checkbox-custom-transparent:checked {
    background-color: transparent;
}

.custom-ls {
    letter-spacing: 0.1px;
}

.checkbox-custom-transparent:checked::before {
    content: '✓'; /* Unicode for check mark */
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.checkbox-custom-transparent:focus {
    outline: none; /* Remove default focus outline */
}
