﻿/* -------------------------------------------
Name: 		Oasis
Version:  1.0
------------------------------------------- */

/* ==========================================================
   OASIS PAGE SPLITVIEW
   ========================================================== */

.oasis-page-splitview {
    display: flex;
    gap: 20px;
    width: 100%;
}

.oasis-page-split-left,
.oasis-page-split-right {
    flex: 1;
    transition: flex 0.4s ease;
}

.oasis-page-split-header {
    padding: 20px;
    background: #f7f8fa;
    border: 1px solid #e5e5e5;
}

.oasis-page-split-content {
    margin-top: 20px;
}

/* Responsive */

@media (max-width: 991.98px) {

    .oasis-page-splitview {
        flex-direction: column;
    }

    .oasis-page-split-left,
    .oasis-page-split-right {
        width: 100%;
    }
}
/*  SPLITVIEW ACTIVE */

.oasis-page-split-left,
.oasis-page-split-right {
    flex: 1;
    transition: flex .45s ease;
}

    .oasis-page-split-left.active,
    .oasis-page-split-right.active {
        flex: 4;
    }

    .oasis-page-split-left.inactive,
    .oasis-page-split-right.inactive {
        flex: 1;
    }
    /* Nur der aktive Bereich zeigt seinen Inhalt */

    .oasis-page-split-content {
        display: none;
    }

    .oasis-page-split-left.active .oasis-page-split-content,
    .oasis-page-split-right.active .oasis-page-split-content {
        display: block;
    }



/* TABLET & SMARTPHONE */

@media (max-width: 991.98px) {

    .oasis-page-splitview {
        display: block;
    }

    .oasis-page-split-left,
    .oasis-page-split-right {
        width: 100%;
        flex: none !important;
    }

    .oasis-page-split-left {
        margin-bottom: 40px;
    }
}

/* ==========================================================
   OASIS PAGE SPLITVIEW ENDE
   ========================================================== */


/* ==========================================================
   OASIS PAGE GAESTEBUCH
   ========================================================== */

    .oasis-reviews-mobile {
        display: none;
    }

.oasis-review {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 18px;
    padding: 26px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    transition: transform .25s ease, box-shadow .25s ease;
}

        .oasis-review + .oasis-review {
            margin-top: 25px;
        }

    .oasis-review-meta {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 12px;
        margin-bottom: 18px;
        border-bottom: 1px solid #ececec;
        font-size: 14px;
        color: #777;
    }

    .oasis-review-text {
        margin: 0;
        font-size: 16px;
        line-height: 1.8;
        color: #444;
        text-align: left;
    }

    .oasis-review-language {
        margin-top: 18px;
        padding-top: 12px;
        border-top: 1px solid #f3f3f3;
        font-size: 13px;
        color: #999;
        font-style: italic;
    }

    .oasis-review:hover {
        transform: translateY(-4px);
        box-shadow: 0 16px 40px rgba(0,0,0,.10);
    }


@media (max-width: 768px) {
    .oasis-reviews-desktop {
            display: none;
        }

        .oasis-reviews-mobile {
            display: block;
        }

        .oasis-review {
            margin-bottom: 20px;
        }
}

/* ==========================================================
   OASIS PAGE GAESTEBUCH ENDE
   ========================================================== */


    /* ==========================================================
    OASIS FOOTER
    ========================================================== */


    .oasis-footer {
        background: #2f3340;
        color: #ffffff;
    }

    .oasis-footer-main {
        padding: 20px 0 70px;
    }

    .oasis-footer-grid {
        display: grid;
        grid-template-columns: 1.4fr .75fr 1fr 1fr 1fr;
        gap: 50px;
        align-items: start;
    }

    .oasis-footer-column {
        min-width: 0;
    }

    .oasis-footer-logo {
        display: block;
        width: 100%;
        max-width: 300px;
        height: auto;
        margin-bottom: 28px;
    }

    .oasis-footer-description {
        max-width: 340px;
        margin: 0 0 34px;
        color: #ffffff;
        font-size: 17px;
        line-height: 1.95;
    }

    .oasis-footer-title {
        margin: 0 0 34px;
        color: #ffffff;
        font-size: 21px;
        font-weight: 700;
    }

    .oasis-footer-menu {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .oasis-footer-menu li {
            margin-bottom: 20px;
        }

        .oasis-footer-menu a {
            color: #ffffff;
            font-size: 16px;
            line-height: 1.5;
            text-decoration: none;
            transition: opacity .25s ease;
        }

        .oasis-footer-menu a:hover {
            color: #ffffff;
            opacity: .7;
        }

        .oasis-footer-stars {
            display: flex;
            justify-content: center;
            gap: 10px;
        }

        .oasis-footer-stars i {
            color: #ffcc00;
            font-size: 22px;
        }

        .oasis-footer-houses {
            display: grid;
            grid-template-columns: repeat(3, 90px);
            gap: 18px;
        }

        .oasis-footer-houses a {
            display: block;
            overflow: hidden;
            border-radius: 6px;
        }

        .oasis-footer-houses img {
            display: block;
            width: 90px;
            height: 90px;
            object-fit: cover;
            transition: transform .3s ease;
        }

        .oasis-footer-houses a:hover img {
            transform: scale(1.06);
        }


        oasis-footer-submenu-title {
            margin: 14px 0 4px;
            font-size: 1.05rem;
            font-weight: 700;
            color: #ffffff;
        }

        .oasis-footer-submenu li {
            margin: 0;
            padding: 0;
            list-style: none;
        }

            .oasis-footer-submenu li a {
                display: block;
                padding: 3px 0 3px 18px; /* Einrückung */
                line-height: 1.35;
                font-size: 0.95rem;
                color: #6f8fb3;
                transition: all .2s ease;
            }

                .oasis-footer-submenu li a:hover {
                    color: #ffffff;
                    padding-left: 22px;
                }

        .oasis-footer-submenu-divider {
            height: 10px;
        }




    /* ----------------------------------------------------------
       Untere Leiste
       ---------------------------------------------------------- */

    .oasis-footer-bottom {
        background: #282c37;
    }

    .oasis-footer-bottom-inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        min-height: 68px;
        gap: 30px;
        color: #9da5ca;
        font-size: 15px;
    }

    /*  TABLET */

    @media (max-width: 1100px) {

        .oasis-footer-grid {
            grid-template-columns: repeat(2, 1fr);
            gap: 55px 45px;
        }

        .oasis-footer-submenu-title {
            margin: 12px 0 4px;
            font-size: 1rem;
        }

        .oasis-footer-submenu li a {
            padding: 2px 0 2px 14px;
            line-height: 1.3;
            font-size: 0.95rem;
        }

        .oasis-footer-submenu-divider {
            height: 8px;
        }
    }

    /* SMARTPHONE */

    @media (max-width: 768px) {

        .oasis-footer-main {
            padding: 60px 0;
        }

        .oasis-footer-grid {
            grid-template-columns: 1fr;
            gap: 45px;
        }

        .oasis-footer-logo {
            max-width: 260px;
        }

        .oasis-footer-description {
            max-width: none;
            font-size: 16px;
            line-height: 1.8;
        }

        .oasis-footer-title {
            margin-bottom: 24px;
        }

        .oasis-footer-menu li {
            margin-bottom: 14px;
        }

        .oasis-footer-houses {
            grid-template-columns: repeat(3, minmax(0, 90px));
        }

        .oasis-footer-bottom-inner {
            flex-direction: column;
            align-items: flex-start;
            justify-content: center;
            padding-top: 20px;
            padding-bottom: 20px;
        }

        .oasis-footer-submenu-title {
            margin: 10px 0 3px;
            font-size: 1rem;
        }

        .oasis-footer-submenu li a {
            padding: 2px 0 2px 12px;
            font-size: 1rem;
            line-height: 1.3;
        }

        .oasis-footer-submenu-divider {
            height: 8px;
        }
    }
    /** ==========================================================
    OASIS FOOTER ENDE
    ========================================================== **/

/** ==========================================================
    WINTER-LIVING 
    ========================================================== **/

#winter-audience h3 {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.3;
    margin: 15px 10px;
    padding: 22px 18px;
    background: #ffffff;
    color: #344257;
    border: 1px solid #e7e7e7;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(0,0,0,.08);
    transition: all .25s ease;
}
/* SMARTPHONE */

@media (max-width: 768px) {


    #winter-audience h3 {
        font-size: 1.35rem;
        margin: 12px 0;
    }

    #winter-audience .col-6 {
        margin-bottom: 20px;
    }

}

/** ==========================================================
    WINTER-LIVING ENDE
    ========================================================== **/


/* ==========================================================
   OASIS GALLERY
   ========================================================== */


.oasis-gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    width: 100%;
    margin: 10px 0 25px 0;
}

.oasis-gallery-item {
    min-width: 0;
}

.oasis-gallery-link {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e8e3d8;
    border-radius: 12px;
    box-shadow: 0 4px 14px rgba(0,0,0,.06);
    transition: transform .30s ease, box-shadow .30s ease, border-color .30s ease;
}

    .oasis-gallery-link:hover {
        transform: translateY(-3px);
        border-color: #d8c08c;
        box-shadow: 0 12px 28px rgba(0,0,0,.14);
    }

    .oasis-gallery-link picture {
        display: block;
    }

    .oasis-gallery-link img {
        display: block;
        width: 100%;
        height: auto;
        aspect-ratio: 2 / 1;
        object-fit: cover;
        transition: transform .45s ease;
    }

    .oasis-gallery-link:hover img {
        transform: scale(1.03);
    }

    /* Zoom */

    .oasis-gallery-link .knsl-zoom {
        position: absolute;
        right: 12px;
        bottom: 12px;
        width: 42px;
        height: 42px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: rgba(255,255,255,.92);
        color: #6f5831;
        box-shadow: 0 2px 10px rgba(0,0,0,.18);
        transition: all .25s ease;
    }

    .oasis-gallery-link:hover .knsl-zoom {
        background: #dcb76a;
        color: #fff;
    }


/*  TABLET */

@media (max-width:1100px) {

    .oasis-gallery {
        grid-template-columns: repeat(2,1fr);
        gap: 20px;
    }
}


/* SMARTPHONE */

@media (max-width:768px) {

    .oasis-gallery {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .oasis-gallery-link {
        border-radius: 10px;
    }

        .oasis-gallery-link .knsl-zoom {
            width: 38px;
            height: 38px;
            right: 10px;
            bottom: 10px;
        }
}

/* ==========================================================
   OASIS GALLERY ENDE
   ========================================================== */

/* ==========================================================
   OASIS SEITENÜBERSICHT SITEMAP
   ========================================================== */

.oasis-sitemap-section {
    padding: 90px 0 110px;
    background: #f8f6f1;
}

.oasis-sitemap-header {
    max-width: 850px;
    margin: 0 auto 55px;
    text-align: center;
}

.oasis-sitemap-eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    color: #b78945;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.oasis-sitemap-header h1 {
    margin-bottom: 20px;
    color: #2f2f2f;
    font-size: clamp(36px, 5vw, 58px);
    line-height: 1.12;
}

.oasis-sitemap-header .oasis-p-l {
    max-width: 760px;
    margin: 0 auto;
}


/* GRID */

.oasis-sitemap-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}


/* CARD */

.oasis-sitemap-card {
    position: relative;
    min-width: 0;
    padding: 32px 30px 34px;
    background: #ffffff;
    border: 1px solid #e7e0d3;
    border-radius: 14px;
    box-shadow: 0 7px 24px rgba(0, 0, 0, 0.055);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

    .oasis-sitemap-card:hover {
        transform: translateY(-4px);
        border-color: #d9c18e;
        box-shadow: 0 15px 34px rgba(0, 0, 0, 0.10);
    }


/* ICON */

.oasis-sitemap-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f4ecdc;
    color: #a97a34;
    font-size: 20px;
}


/* TITEL */

.oasis-sitemap-card h2 {
    margin: 0 0 20px;
    color: #333333;
    font-size: 22px;
    line-height: 1.3;
}


/* LINKS */

.oasis-sitemap-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .oasis-sitemap-links li {
        border-top: 1px solid #eee9df;
    }

        .oasis-sitemap-links li:first-child {
            border-top: 0;
        }

    .oasis-sitemap-links a {
        position: relative;
        display: flex;
        align-items: center;
        min-height: 44px;
        padding: 9px 24px 9px 0;
        color: #555555;
        font-size: 16px;
        line-height: 1.4;
        text-decoration: none;
        transition: color 0.2s ease, padding-left 0.2s ease;
    }

        .oasis-sitemap-links a::after {
            content: "›";
            position: absolute;
            right: 2px;
            color: #b78945;
            font-size: 21px;
            line-height: 1;
        }

        .oasis-sitemap-links a:hover,
        .oasis-sitemap-links a:focus-visible {
            padding-left: 6px;
            color: #a8752f;
        }


/* KLEINER TEXT */

.oasis-sitemap-note {
    margin: 20px 0 0;
    padding-top: 18px;
    border-top: 1px solid #eee9df;
    color: #777777;
    font-size: 14px;
    line-height: 1.65;
}


/* RECHTLICHES ETWAS ZURÜCKHALTENDER */

.oasis-sitemap-card-legal {
    background: #fbfaf7;
}


/* TABLET */

@media (max-width: 1100px) {

    .oasis-sitemap-section {
        padding: 75px 0 90px;
    }

    .oasis-sitemap-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px;
    }
}


/*  SMARTPHONE */

@media (max-width: 768px) {

    .oasis-sitemap-section {
        padding: 55px 0 70px;
    }

    .oasis-sitemap-header {
        margin-bottom: 38px;
        text-align: left;
    }

        .oasis-sitemap-header h1 {
            font-size: 36px;
        }

    .oasis-sitemap-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .oasis-sitemap-card {
        padding: 26px 22px 28px;
        border-radius: 12px;
    }

    .oasis-sitemap-icon {
        width: 46px;
        height: 46px;
        margin-bottom: 18px;
        font-size: 18px;
    }

    .oasis-sitemap-card h2 {
        font-size: 21px;
    }

    .oasis-sitemap-links a {
        min-height: 46px;
        font-size: 15px;
    }
}


/*  SEHR KLEINE SMARTPHONES  */

@media (max-width: 420px) {

    .oasis-sitemap-header h1 {
        font-size: 32px;
    }

    .oasis-sitemap-card {
        padding-right: 19px;
        padding-left: 19px;
    }
}

/* ==========================================================
   OASIS SEITENÜBERSICHT SITEMAP
   ========================================================== */

/* ==========================================================
   OASIS RECHTLICHE SEITEN
   ========================================================== */

.oasis-legal-list {
    margin: 20px 0 0;
    padding-left: 22px;
}

    .oasis-legal-list li {
        margin-bottom: 10px;
        color: #555;
        font-size: 17px;
        line-height: 1.7;
    }

.oasis-legal-info {
    margin: 24px 0;
    padding: 22px 24px;
    border: 1px solid #e6dfd2;
    border-radius: 10px;
    background: #faf8f4;
}

    .oasis-legal-info p {
        margin: 0 0 14px;
        color: #555;
        line-height: 1.65;
    }

        .oasis-legal-info p:last-child {
            margin-bottom: 0;
        }

.oasis-legal-table {
    margin-top: 25px;
    border: 1px solid #e5ded1;
    border-radius: 10px;
    overflow: hidden;
}

    .oasis-legal-table > div {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 25px;
        padding: 16px 20px;
        border-top: 1px solid #e5ded1;
        background: #fff;
    }

        .oasis-legal-table > div:first-child {
            border-top: 0;
        }

    .oasis-legal-table span {
        color: #555;
    }

    .oasis-legal-table strong {
        flex: 0 0 auto;
        color: #9c7134;
    }


/* SMARTPHONE */

@media (max-width: 768px) {

    .oasis-legal-list li {
        font-size: 16px;
    }

    .oasis-legal-info {
        padding: 18px;
    }

    .oasis-legal-table > div {
        display: block;
    }

    .oasis-legal-table strong {
        display: block;
        margin-top: 6px;
    }
}

/* ==========================================================
   OASIS RECHTLICHE SEITEN ENDE
   ========================================================== */
/* ==========================================================
   OASIS PREISTABELLE
   ========================================================== */

@media (max-width: 768px) {

    .oasis-price-table table {
        width: 100%;
        table-layout: fixed;
    }

    .oasis-price-table .col-period,
    .oasis-price-table .oasis-col-period {
        width: 34%;
    }

    .oasis-price-table .col-date,
    .oasis-price-table .oasis-col-date {
        width: 21%;
    }

    .oasis-price-table .col-price,
    .oasis-price-table .oasis-col-value {
        width: 24%;
    }

    .oasis-price-table th,
    .oasis-price-table td {
        padding: 11px 4px;
        font-size: 0.88rem;
        line-height: 1.3;
        white-space: nowrap;
    }

        .oasis-price-table th:first-child,
        .oasis-price-table td:first-child {
            text-align: left;
        }

        .oasis-price-table th:nth-child(2),
        .oasis-price-table td:nth-child(2),
        .oasis-price-table th:nth-child(3),
        .oasis-price-table td:nth-child(3) {
            text-align: center;
        }

        .oasis-price-table th:last-child,
        .oasis-price-table td:last-child {
            text-align: right;
        }
}

@media (max-width: 420px) {

    .oasis-price-table .col-period,
    .oasis-price-table .oasis-col-period {
        width: 31%;
    }

    .oasis-price-table .col-date,
    .oasis-price-table .oasis-col-date {
        width: 22%;
    }

    .oasis-price-table .col-price,
    .oasis-price-table .oasis-col-value {
        width: 25%;
    }

    .oasis-price-table th,
    .oasis-price-table td {
        padding: 10px 2px;
        font-size: 0.78rem;
        letter-spacing: 0;
    }
}

/* ==========================================================
   OASIS PREISTABELLE ENDE
   ========================================================== */

    /* ==========================================================
   OASIS TELEFONLAND SELECT
   ========================================================== */

    #oasis-telefon-land {
        width: 100%;
        height: 50px;
        padding: 0 20px;
        background-color: #ECFAFB;
        color: #64688C;
        border: none;
        border-radius: 10px;
        box-shadow: inset 0 2px 48px rgba(0,0,0,.04);
        font-size: 16px;
        font-family: inherit;
        outline: none;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        cursor: pointer;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%2364688C' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 18px center;
        padding-right: 45px;
    }

        #oasis-telefon-land:focus {
            outline: none;
        }


        @media (max-width: 768px) {

            .oasis-country-select-frame {
                margin-bottom: 18px;
            }
        }

    /* ==========================================================
   OASIS TELEFONLAND SELECT ENDE
   ========================================================== */

/* ==========================================================
   OASIS AGBs UND SONSTIGE
   ========================================================== */
.oasis-legal-section {
    margin-bottom: 50px;
}

    .oasis-legal-section h3 {
        margin-bottom: 20px;
    }

    .oasis-legal-section .oasis-p-l {
        margin-bottom: 18px;
    }

    .oasis-legal-section:last-child {
        margin-bottom: 0;
    }

/* ==========================================================
   OASIS AGBs UND SONSTIGE ENDE
   ========================================================== */

/* ==========================================================
   OASIS LAGE & ANFAHRT
   ========================================================== */

.oasis-map-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 25px;
}


/* kleine OASIS Tags */

.oasis-map-link {
    padding: 9px 16px;
    border: 1px solid rgba(52, 66, 87, .15);
    border-radius: 20px;
    background-color: #ECFAFB;
    color: #344257;
    font-family: inherit;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: .25s ease;
}

    .oasis-map-link:hover {
        background-color: #344257;
        color: #fff;
    }


/* Google Map */

.oasis-map-frame {
    width: 100%;
    height: 650px;
    overflow: hidden;
    border-radius: 12px;
}

    .oasis-map-frame iframe {
        display: block;
        width: 100%;
        height: 100%;
        border: 0;
    }


/* PHONE */

@media (max-width: 768px) {

    .oasis-map-links {
        gap: 8px;
        margin-bottom: 18px;
    }

    .oasis-map-link {
        padding: 8px 13px;
        font-size: 13px;
    }

    .oasis-map-frame {
        height: 500px;
    }
}

/* ==========================================================
   OASIS LAGE & ANFAHRT ENDE
   ========================================================== */

/* ==========================================================
   OASIS JOURNAL – INTRO UND SPRACHHINWEIS
   ========================================================== */

.oasis-journal-intro {
    max-width: 850px;
    margin: 0 auto;
    padding: 50px 20px 30px;
    text-align: center;
}

    .oasis-journal-intro h1 {
        margin-bottom: 25px;
        text-align: center;
    }

    .oasis-journal-intro p {
        margin: 0 auto;
        max-width: 800px;
        text-align: center;
    }


/* Sprachhinweis */

.oasis-journal-language-note {
    max-width: 760px;
    margin: 20px auto 80px;
    padding: 45px 50px;
    text-align: center;
    background: #ECFAFB;
    border-radius: 14px;
}

    .oasis-journal-language-note h2 {
        margin: 0 auto 20px;
        text-align: center;
    }

    .oasis-journal-language-note p {
        max-width: 650px;
        margin: 0 auto 20px;
        text-align: center;
    }

.oasis-journal-language-icon {
    margin: 0 auto 18px;
    text-align: center;
    font-size: 30px;
    line-height: 1;
}

.oasis-journal-language-note .oasis-btn {
    display: inline-block;
    width: auto;
    margin: 15px auto 0;
}


/* Smartphone */

@media (max-width: 576px) {

    .oasis-journal-intro {
        padding: 35px 15px 20px;
    }

    .oasis-journal-language-note {
        margin: 15px auto 50px;
        padding: 30px 20px;
    }
}

/* ==========================================================
   OASIS JOURNAL – INTRO UND SPRACHHINWEIS ENDE
   ========================================================== */
