* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

p {
    color: #333;
}

/* colours:
#254947
#492527 */

body {
    font-family: Roboto;
    background-color: #f5f7fa;
    min-height: 100vh;
    min-width: 100%;
    /* overflow-x: hidden; */
}

* a {
    color: #ffffff;
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
}

*::-webkit-scrollbar {
    width: 15px;
}

*::-webkit-scrollbar-track {
    background: #dfd7cc;
}

*::-webkit-scrollbar-thumb {
    background-color: #492527;
    border-radius: 40px;
    border: none;
}

a:hover {
    color: #a48157;
}


h2,
h3 {
    font-size: 2rem;
    font-weight: 600;
    color: #492527;
}



.cookie-consent {
    position: fixed;
    bottom: 20px;
    /* Setzt das Kästchen etwas höher */
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    max-width: 500px;
    border-radius: 12px;
    /* Abgerundete Ecken */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    /* Sanfter Schatten */
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    /* Sanftes Einblenden */
    z-index: 9999;
}

.cookie-consent.show {
    opacity: 1;
    /* Wird sichtbar */
}

.cookie-consent .alert-link {
    color: #ffffff;
    /* Weiß für den Link */
    font-weight: bold;
}

.cookie-consent button {
    border-radius: 20px;
    /* Abgerundete Ecken für den Button */
}

/* NAV-START  */
nav {
    top: 0;
    width: 100%;
    height: 100px;
    background-image: url(../src/Papier.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 50;
}

nav ul {
    list-style: none;
}

.nav-left {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 30%;
}

.nav-middle {
    display: flex;
    justify-content: center;
    align-items: center;
    /* position: absolute; */
    top: 0px;
    width: 10%;
    height: 100px;
}

.nav-logo {
    z-index: 10;
    display: inline-block !important;
}

#navlogo {
    height: 11em;
    margin-top: 55px;
}

.nav-right {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 30%;
}

ul li {
    display: inline-block;
    position: relative;
    white-space: nowrap;
}

nav li:hover {

    background-color: rgba(255, 255, 255, 0.3);
}


ul li a {
    display: flex;
    align-items: center;
    /* vertikale Zentrierung */
    justify-content: center;
    /* horizontale Zentrierung optional */
    height: 100px;
    padding: 0 25px;
    font-family: "Sancreek";
    font-size: 1.4rem;
    color: #492527;
    text-decoration: none;
    text-align: center;
}

/* DROPDOWN ANFANG  */

nav .dropdown li {
    display: block;
}

nav .dropdown {
    min-width: 100%;
    background-image: url(../src/Papier.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    z-index: 999;
    display: none;
    box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.3);
}

ul li ul.dropdown li a {
    padding: 0px 20px;
}

ul li:hover ul.dropdown {
    display: block;

}

/* DROPDOWN Ende */

/* MOBILE SIDENAV Anfang */

.sidebar {
    position: fixed;
    top: 0 !important;
    right: 0;
    min-height: 50vh;
    width: 250px;
    z-index: 999;
    background-image: url(../src/Papier.png);
    background-size: cover;
    backdrop-filter: blur(10px);
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0;
}

.sidebar li {
    width: 100%;
}

.sidebar a {
    width: 100%;
}

.menu-button {
    display: none;
}


@media(max-width: 1500px) {
    #navlogo {
        height: 10em;
        margin-top: 60px;
    }

    nav ul li a {
        font-size: 1.2rem;
    }
}


@media(max-width: 1300px) {
    .nav-right {
        height: 100px;
        right: 0px;
        position: absolute;
        margin: 0;
    }

    .hideOnMobile {
        display: none;
    }

    .menu-button {
        display: flex;
        display: block !important;
        align-content: center;

    }

    nav ul li a {
        font-size: 1.2rem;
    }
}

@media(max-width: 550px) {
    .sidebar {
        width: 100vw;
    }

    nav ul li a {
        font-size: 1.2rem;
    }
}

/* MOBILE SIDENAV Ende */

/* NAVBAR ENDE  */


.banner {

    width: 100%;
    position: relative;
    height: 70vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slideshow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 3s ease-in-out;
}

.slide.active {
    opacity: 1;
}

#bannertitle {
    position: absolute;
    min-height: 40%;
    width: 70%;
    margin: auto;
    padding: 40px 40px;
    display: flex;
    flex-direction: column;
}

#bannertitle span {
    font-family: "Indie Flower", cursive;
    font-size: 3rem;
    font-weight: 400;
    color: white;
    text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.9);
}

#bannertitle button {
    font-family: "Open Sans", cursive;
    font-size: 1.5rem;
    font-weight: 400;
    width: auto;
    color: #fff;
    margin-top: 20px;
    padding: 15px 25px;
    background-color: #492527;
    border-radius: 10px;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    white-space: nowrap;
}

@media (max-width: 700px) {
    #bannertitle a button {
        font-size: 1.3rem;
    }

}

.willkommen {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.willkommen h1 {
    display: flex;
    justify-content: center;
    font-family: 'Indie Flower', sans-serif;
    font-weight: 400;
    font-size: 3rem;
    color: #492527;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 60px;
    width: 60%;
    text-align: center;
}

.welcome {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    width: 70vw;
    margin: auto;
    padding-bottom: 100px;
}

.welcome img {
    width: 35%;
    object-fit: cover;
    border-radius: 5px;
}

.welcometext {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2rem;
    width: 40%;
    text-align: justify;
    margin-bottom: 70px;
}

@media (max-width: 1300px) {
    .willkommen {
        display: flex;
        flex-direction: column;
    }

    .willkommen h1 {
        width: 70%;
    }

    .welcome img {
        display: none;
    }

    .welcometext {
        max-width: 80vw;
        width: 80%;
        text-align: center;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .willkommen {
        display: flex;
        flex-direction: column;
    }



    .welcometext {
        max-width: 80vw;
        width: 80%;
        text-align: center;
        margin-bottom: 20px;
    }
}

.discover {
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #5D3D3F;
}

.discover h2 {
    font-family: 'Indie Flower', sans-serif;
    font-size: 2.3rem;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 60px;
    color: white;
}

.discover-cards {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin: 0px 100px 50px 100px;

}

.discover-cards h3 {
    font-family: 'Sancreek';
    font-weight: 100;
}

.discover-card {
    font-family: 'Open Sans', Sans-serif;
    min-height: 400px;
    width: 400px;
    background: #f5f7fa;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.2) 3px 3px 10px;
}

.discover-card h3 {
    padding-top: 20px;
    text-align: center;
}

.discover-card p {
    padding: 20px 30px 0px 30px;
}

.discover-card img {
    width: 100%;
    height: 50%;
    object-fit: cover;

}




.divider {
    border-top: 7px dotted #492527;
    width: 80%;
    margin: auto;
    opacity: 90%;
    margin-bottom: 70px;
}

.secone {
    height: 50vh;
}




.baustellebody {
    height: 100%;
    width: 100%;
    background-image: url(../src/banner.jpeg);
    background-size: cover;
    background-position: center;
}


.welcome-container {

    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-box {
    background-color: rgba(255, 255, 255, 0.9);
    /* Weißer Kasten mit etwas Transparenz */
    padding: 40px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    max-width: 600px;
    /* Maximale Breite für den Kasten */
    width: 35%;
    justify-self: center;
}

.content-box h2 {
    font-family: Rye;
    font-weight: 100px;
}

@media (max-width: 768px) {
    .baustellebody {
        height: 100vh;
    }

    .welcome-container {
        height: 100vh;
    }

    .content-box {
        max-width: 80vw;
        width: 80%;
    }
}


#welcomelogo {
    height: 20vh;
}

.welcometext {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.leistungen-section {

    text-align: center;
    position: relative;
}

.svg-divider-top {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

.svg-divider-top img {
    width: 100%;
    height: auto;
    display: block;
    transform: rotate(0deg);
    /* normal */
}


.svg-divider-footer {
    position: absolute;
    /* Positioniert den Divider relativ zum Banner */
    top: 0;
    /* Setzt den Divider an den unteren Rand des Banners */
    left: 0;
    width: 100%;
    /* Der Divider soll die gesamte Breite des Banners einnehmen */
    bottom: -2px;
}

.svg-divider-footer img {
    width: 100%;
    /* Nimmt die volle Breite des Containers ein */
    height: auto;
    display: block;
    transform: rotate(0deg);
    /* Das Bild wird gespiegelt */
}

.svg-divider-bottom {
    position: absolute;
    /* Positioniert den Divider relativ zum Banner */
    bottom: 0;
    /* Setzt den Divider an den unteren Rand des Banners */
    left: 0;
    width: 100%;
    /* Der Divider soll die gesamte Breite des Banners einnehmen */
    bottom: -2px;
}

.svg-divider-bottom img {
    width: 100%;
    /* Nimmt die volle Breite des Containers ein */
    height: auto;
    display: block;
    transform: rotate(180deg);
    /* Das Bild wird gespiegelt */
}

.svg-divider-bottom2 img {
    width: 100%;
    /* Nimmt die volle Breite des Containers ein */
    height: auto;
    display: block;
    bottom: 100px;
    transform: rotate(180deg);
    /* Das Bild wird gespiegelt */
}

.svg-divider-bottom3 img {
    width: 100%;
    /* Nimmt die volle Breite des Containers ein */
    height: auto;
    display: block;
    /* Das Bild wird gespiegelt */
}

.biosection {
    display: flex;
    flex-direction: row;
}

.biocontainer {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin: auto;
}

.bio {
    align-self: baseline;
}

.bioimagecontainer {
    position: relative;
    width: 25vw;
    padding-top: 25vw;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: cover;

}

.introtext p {
    text-align: justify;
    font-size: 20px;
    font-weight: 400;
}

/* Leistungen  */

.leistungen-section {
    width: 100%;
    text-align: center;
    position: relative;
    margin-bottom: 70px;
}

.leistungenh2 {
    display: none;
}

@media (max-width: 768px) {
    .leistungenh2 {
        display: flex;
        justify-content: center;
        font-family: "Indie Flower",
            sans-serif;
        font-weight: 400;
        font-size: 3rem;
        color: #492527;
        margin: auto;
        margin-bottom: 50px;
    }
}

.leistungen-grid {
    display: flex;
    /* Flexbox aktivieren */
    flex-wrap: wrap;
    /* Zeilenumbruch bei Bedarf */
    justify-content: center;
    /* Zentrieren des Grids */
    gap: 4rem;
    /* Abstand zwischen den "Leistungen" */
    margin-top: 2rem;
    padding-left: 15%;
    padding-right: 15%;
    /* Etwas Padding für Abstand an den Seiten */
}

.leistung {
    display: flex;
    /* Flexbox aktivieren für jedes leistung-Element */
    flex: 0 1 30%;
    /* Setzt die Breite auf 30% */
    max-width: 60%;
    /* Maximale Breite auf 30% setzen */
    min-width: 40%;
    /* Mindestbreite, damit es nicht zu klein wird */
    text-align: left;
    /* Text linksbündig */
    align-items: center;
    /* Vertikale Ausrichtung für das Icon */
    margin-bottom: 2rem;
    /* Abstand nach unten für die Elemente */
}



.leistung img {
    width: 6em;
    /* Einheitliche Icon-Größe */
    height: 6em;
    margin-right: 3rem;
    margin-bottom: 10%;
    /* Abstand zwischen Icon und Text */
}

.leistung-text {
    display: flex;
    flex-direction: column;
    align-self: flex-start;
    /* Text untereinander anordnen */
}

.leistung h3 {
    font-family: 'Rye';
    font-weight: 400;
    font-size: 2rem;
    margin-bottom: 0.5rem;
    color: #663300;
    /* Anpassen je nach Design */
}

.leistung p {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1.2rem;
}

.angebotebutton {
    font-family: "Open Sans", cursive;
    font-size: 1.5rem;
    font-weight: 400;
    width: auto;
    color: #fff;
    margin-top: 20px;
    padding: 15px 25px;
    background-color: #492527;
    border-radius: 10px;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    white-space: nowrap;
}

.buttonmiddle {
    display: flex;
    justify-self: center;
}

@media (max-width: 1350px) {
    .leistungen-grid {
        display: flex;
        padding-left: 15%;
        padding-right: 15%;
    }

    .leistung {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        text-align: center;
        justify-content: center;
        margin: auto;
    }

    .leistung-text {
        width: 100%;
    }

    .leistung img {
        margin: auto;
        margin-bottom: 30px;
    }
}

@media (max-width: 950px) {
    .leistungen-grid {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        margin: auto;
    }

    .leistung {
        max-width: 80%;
        display: flex;
        flex-direction: column;
        text-align: center;
        justify-content: center;
        margin: auto;
    }

    .leistung-text {
        width: 100%;
    }

    .leistung img {
        margin: auto;
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .leistungen-grid {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        margin: auto;
    }

    .leistung {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        text-align: center;
        justify-content: center;
        margin: auto;
    }

    .leistung-text {
        width: 100%;
    }

    .leistung img {
        margin: auto;
        margin-bottom: 30px;
    }
}

.hero {
    position: relative;
    height: 60vh;
    width: 100%;
    overflow: hidden;
}

.hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
}

.hero h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.hero p {
    font-size: 1.2rem;
    font-weight: 300;
}


.fewohero {
    position: relative;
    max-height: 40vh;
    width: 100%;
    overflow: hidden;
}

.fewohero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* .fewohero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
} */

#ferienwohnung {
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.fewo1 {
    /* Weißer Kasten mit etwas Transparenz */
    margin: 50px;
    margin-top: 60px;
    width: 30%;
}

.fewo1 h3 {
    font-family: "Indie Flower", sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    text-align: left;
}

.fewo1 h2 {
    font-family: "Indie Flower", sans-serif;
    font-weight: 400;
    font-size: 2.8rem;
    text-align: left;
    margin-bottom: 30px;
}

.preiseh2 {
    margin-bottom: 0px !important;
    margin-top: 30px;
}

.fewo1 p {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    text-align: left;
}

.fewo2 {
    /* Weißer Kasten mit etwas Transparenz */
    margin: 50px;
    width: 25%;
}

.fewobig {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}

.fewobig img {
    width: 80%;
    height: 400px;
    object-fit: cover;
    border-radius: 8px;
}

.fewosmall {
    max-width: 100%;
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}

.fewosmall img {
    max-height: 180px;
    width: 25%;
    object-fit: cover;
    border-radius: 8px;
}

.ausstattung {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    border-radius: 10px;
    margin-bottom: 50px;
}

.ausstattungen {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 10px;
}

.ausstattung h3 {
    font-family: "Rye", serif;
    text-align: center;
    font-weight: 400;
    margin-bottom: 20px;
    color: white;
}

.ausstattungen span {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    margin-right: 10px;
}

/* Ausstattungen  */

.icon-row {
    gap: 10px;
    flex-wrap: wrap;
}

.icon-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.95rem;
    color: #333;
    padding: 6px 10px;
}

.icon-item i {
    font-size: 1.1rem;
    color: #555;
    margin: 10px;
}

/* Vertikaler Trenner */
.icon-divider {
    width: 1px;
    height: 40px;
    background-color: #492527;
    margin: 0 6px;
}

@media (max-width: 576px) {
    .icon-row {
        gap: 8px 16px;
    }

    .icon-divider {
        display: none;
        /* Optional: trenner auf kleinen Screens ausblenden */
    }
}

/* Ausstattungen Ende  */




.pricing {
    background-color: #5D3D3F;
    padding: 50px 20px;

}

.price-table {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 30px;
}

.price-box {
    background-color: #492527;
    color: white;
    padding: 20px;
    border-radius: 10px;
    width: 50%px;
    margin: 20px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.price-box h3 {
    margin-bottom: 10px;
    font-size: 1.5rem;
    color: white;
}

.price-box p {
    font-size: 1.1rem;
    color: white;
}

.gallery-section {
    padding: 50px 20px;
    text-align: center;
    background-color: #ffffff;
}

.gallery-section h2 {
    font-size: 2.5rem;
    color: #492527;
    margin-bottom: 30px;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* 3 Bilder pro Reihe */
    gap: 20px;
    /* Abstand zwischen den Bildern */
    max-width: 1100px;
    margin: 0 auto;
}

.gallery-item {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    /* Macht den Container quadratisch */
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.gallery-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.gallery-item img:hover {
    transform: scale(1.05);
    /* Leichter Zoom-Effekt */
}

.calendar {
    padding: 50px 20px;
    text-align: center;
    width: 80vw;

}



/* Responsive */
@media (max-width: 700px) {
    .features {
        grid-template-columns: 1fr;
    }

    .hero-text h1 {
        font-size: 2rem;
    }
}

/* Footer */
footer {
    margin-top: 50px;
    width: 100%;
    background-image: url(../src/Papier.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.ranch-footer {
    position: relative;
    color: #3e2f23;
    padding: 40px 20px 20px;
    font-family: 'Georgia', serif;
}

.footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    max-width: 1200px;
    margin: auto;
    margin-top: 30px;
}

.footer-left {
    align-self: flex-start;
    margin-top: 30px;
}

.footer-left h2 {
    font-family: Rye;
    font-weight: 400;
    margin: 0 0 10px;
    font-size: 1.8em;
}

.footer-left p {
    margin: 0;
    font-style: italic;
    color: #3e2f23;
}

.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    color: #3e2f23;
    text-decoration: none;
    transition: color 0.2s;
}

.footer-links a:hover {
    color: #b67741;
}

.footer-contact {
    align-self: flex-start;
    margin-top: 30px;
}


.footer-contact h4 {
    font-family: Rye;
    font-weight: 400;
    margin: 0 0 10px;
    font-size: 1.8em;
}

.footer-contact p {
    font-family: Open Sans, Geneva, Tahoma, sans-serif;
    margin: 5px 0;
}

.footer-bottom {
    font-family: Open Sans, Geneva, Tahoma, sans-serif;
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #7d6650;
    margin-top: 30px;
    font-size: 0.9em;
    color: #3e2f23;
}

.mail {
    color: #3e2f23
}

.footer-logo-center {
    flex: 1;
    min-width: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-logo-center img {
    max-width: 200px;
    width: 100%;
    height: auto;
    object-fit: contain;
}

@media (max-width: 768px) {
    .footer-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-logo-center {
        order: 0;
        margin-bottom: 20px;
    }

    .footer-left {
        order: 1;
    }

    .footer-contact {
        order: 2;
    }

    .footer-left h2 {
        font-size: 1.5em;
    }
}





.biosection {
    display: flex;
    flex-direction: row;
}

.biocontainer {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin: auto;
}

.bio {
    align-self: baseline;
}

.bioimagecontainer {
    position: relative;
    width: 25vw;
    padding-top: 25vw;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: cover;

}

.introtext p {
    text-align: justify;
    font-size: 20px;
    font-weight: 400;
}

.camp-item p {
    font-size: 20px;
}

.bioimage {
    height: 100%;
    width: auto;
    object-fit: cover;
}

@media (max-width: 767px) {
    .bottomcard {
        width: 100%;
        border-radius: 10px;
        z-index: 2;
        padding: 20px;
        /* Adjust the padding as needed */
        margin: 20px;
    }

    .biocontainer {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }

    .bioimagecontainer {
        position: relative;
        width: 80vw;
        padding-top: 80vw;
        border-radius: 50%;
        background-repeat: no-repeat;
        background-size: cover;

    }

}

.photogname {
    text-align: center;
    margin: auto;
    font-family: 'Nothing You Could Do';
    font-size: 3rem;
    font-weight: 400;
    margin-bottom: 50px;
}

.photogbtn {
    background-color: #515A43;
    width: fit-content;
}

@media only screen and (max-width: 945px) {
    .firsttitle {
        font-size: 2rem;
    }

    .quote {
        font-size: 2rem;
    }

    .camp-item p {
        font-size: 18px;
    }

    .bottomcard-content p {
        font-size: 18px;
    }

    .introtext p {
        font-size: 18px;
    }

}

.campImageGrid {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.campimage {
    flex: 0 0 calc(23vw - 10px);
    /* Calculate the width based on viewport width */
    height: 30vh;
    object-fit: cover;
    margin: 5px;
}


@media (max-width: 767px) {
    .campImageGrid {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .campimage {

        width: 90vw !important;
        height: auto;
        object-fit: cover;
        margin: 5px;
    }
}






/* Ferienwohnung  */
Ferienwohnung

/* --- Info-Blöcke --- */
.wohnungen-info {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.info-block {
    background-color: white;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.info-block h3 {
    font-size: 1.4rem;
    margin-bottom: 15px;
}

.info-block ul {
    padding-left: 20px;
    margin-bottom: 0;
}

.info-block ul li {
    margin-bottom: 6px;
}

.info-block p {
    margin-bottom: 8px;
}

/* --- iFrame Kalender --- */
.info-block iframe {
    width: 100%;
    height: 400px;
    border: none;
    border-radius: 8px;
}

/* --- Icons optional --- */
.info-block i {
    margin-right: 8px;
    color: #666;
}

/* Responsive Tuning */
@media (max-width: 768px) {
    .section-header h2 {
        font-size: 2rem;
    }
}

#hund {
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.hundhero {
    position: relative;
    max-height: 70vh;
    width: 100%;
    overflow: hidden;
}

.hundhero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hundhero2 {
    position: relative;
    max-height: 50vh;
    width: 100%;
    overflow: hidden;
}

.hundhero2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hundbig {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}

.hundbig img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    border-radius: 8px;
}

.hundmiddle {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}

.hundmiddle img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 8px;
}


.hube {
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #465744;
}

.hube h2 {
    font-family: 'Indie Flower', sans-serif;
    font-size: 2.3rem;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 60px;
    color: white;
}

.hube-cards {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin: 0px 100px 50px 100px;

}

.hube-cards h3 {
    font-family: 'Indie Flower';
    font-weight: 300;
}

.hube-card {
    font-family: 'Open Sans', Sans-serif;
    min-height: 400px;
    width: 400px;
    background: #f5f7fa;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.2) 3px 3px 10px;
}

.hube-card h3 {
    padding-top: 20px;
    text-align: center;
}

.hube-card h2 {
    font-family: 'Open Sans';
    font-size: 1.3em !important;
    font-weight: 200;
}

.hube-card p {
    padding: 20px 30px 0px 30px;
    text-align: center;
    font-size: 1.1em;
}

.hube-card img {
    width: 100%;
    height: 50%;
    object-fit: cover;

}

.hube-card h2 {
    margin-bottom: 0px !important;
    margin-top: 30px;
    color: #492527;
    font-weight: 400;
    font-size: 2rem;
    text-align: center;
}