@font-face {
    font-family: 'Open Sans Light';
    src: url('fonts/opensans/OpenSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/opensans/OpenSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/opensans/OpenSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

div {
    outline: none !important;
    /* cursor: pointer; */
}

a, li {
    cursor: pointer;
}

.logo {
    /* max-height: 200px; */
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "liebeerika", sans-serif;
    font-weight: 500 !important;
    font-style: normal;
    /* letter-spacing: 1px !important; */
}

h6, .h6 {
    font-size: 60px;
}

.menu li a {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px !important;
}

.bg {
    height: 100%; width: 25%; max-width: 300px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    /* background-color: red; */
    transition: background-image 1s ease, opacity 1s ease;
    opacity: 1;
    z-index: 1001;
    pointer-events: none;
}

.bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: inherit;
    background-repeat: inherit;
    background-position: inherit;
    transition: opacity 1s ease;
    opacity: 0; /* Anfangszustand */
    z-index: -1; /* Unter dem Haupt-Element */
}

.bg1 {
    position: fixed; top: 0px; left: 0;
    background-image: url('../img/mirador_bg1.png');

}
.bg2 {
    position: fixed;
    bottom: 0 !important;
    right: 0 !important;
    background-position: bottom;

    background-image: url('../img/mirador_bg2-2.png');
    background-position: bottom;
}

.col-sm-6 {
    padding-left: 20px;
    padding-right: 20px;
}
.title-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.title {
    font-weight: bold;
}
.price {
    text-align: right;
    font-size: 14px;
}
.description {
    font-size: 14px;
    /* line-height: 1.5;
    color: #666; */
    color: #693d11;
}
a {
    all: unset; /* Setzt fast alle CSS-Eigenschaften auf ihren initialen Zustand */
    text-decoration: none; /* Speziell für die Unterstreichung */
    color: #693d11; /* Vererbt die Textfarbe des übergeordneten Elements */
}

.impressum, .impressum a {
    color: #fefefe;
    font-size: 12px
}

.modaal-fullscreen .modaal-close {
    background: url('../img/footer-logo.png') no-repeat center/contain;
    cursor: pointer !important;
}

.modaal-fullscreen .modaal-container {
    background-color: rgba(255, 255, 255, 0.97);
}

.modaal-close:after, .modaal-close:before {
    content: none; /* Entfernt das Pseudoelement */
    all: unset;
}
/* .modaal-fullscreen .modaal-close:after {
    content: 'close';
} */


@media (max-width: 576px) {
    .description {
        font-size: 15px;
    }
}

@media (max-width: 1768px) {
    .bgx1 {
        width: 15%; /* Hintergrundgröße auf 50% der Containergröße beschränken */
        opacity: 1;
        /* background: red; */
    }
    .bgx2 {
        width: 15%; /* Hintergrundgröße auf 50% der Containergröße beschränken */
        opacity: 1;
        /* background: red; */
    }
}

@media (max-width: 768px) {
    h6, .h6 {
        line-height: 60px;
    }

    .image-row > div {
        height: inherit;
    }

    .text-xs-right {
        text-align: right !important;
    }

    .tabs {
        display: block;
        text-align: center;
    }

    .text-tabs .tabs li {
        width: 100%;
        margin-bottom: 15px;
    }

    .tabs li {
        display: block;
        margin: 10px 0;
        background: white;
        padding: 8px 0;
    }



    /* .tabs {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 0;
        margin: 0;
      }

      .tabs li {
        list-style: none;
        flex: 0 0 calc(33.333% - 10px);
        margin: 7.5px !important;
        position: relative;
        border: 1px solid #ddd;
        background: #f8f9fa;
        display: flex !important;
        align-items: center;
        justify-content: center;
        aspect-ratio: 1;
        text-align: center;
      }

      .text-tabs .tab-title span {
        font-size: 3vw;
        hyphens: auto;
      }

      .tabs li:nth-child(3n+1) {
        margin-left: 0 !important;
      }

      .tabs li:nth-child(3n) {
        margin-right: 0 !important;
      } */

    .text-tabs .tab-title {
        margin: 0;
        cursor: pointer;
    }

    .tabs li.active {
        background-color: #693d11;
    }

    .tabs li.active .tab-title {
        color: #ffffff;
    }

    .tab-content {
        margin-top: 48px;
    }

    .bgx1 {
        width: 15%; /* Hintergrundgröße auf 30% reduzieren */
        position: absolute;
        background-position: 0 110px;
        /* background: green; */
    }
    .bgx2 {
        width: 15%; /* Hintergrundgröße auf 30% reduzieren */
        position: absolute;
        background-position: 0 110px;
        /* background: green; */
    }
}