/* /Layout/MainLayout.razor.rz.scp.css */
.space-layout[b-hod5b3piid] {
    min-height: 100vh;
    background: radial-gradient(ellipse at bottom, #1b2735 0%, #090a0f 100%);
    background-attachment: fixed;
    background-size: cover;
    color: white;
    position: relative;
    overflow: hidden;
}

/* Optional subtle static star texture overlay */
.space-layout[b-hod5b3piid]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent url("https://www.transparenttextures.com/patterns/stardust.png") repeat;
    opacity: 0.6;
    z-index: 0;
}

/* Keep your content above the stars */
.space-layout .topbar[b-hod5b3piid],
.space-layout .main-content[b-hod5b3piid] {
    position: relative;
    z-index: 1;
    background: transparent; /* ensure the background shows through */
}
/* /Layout/NavMenu.razor.rz.scp.css */
.custom-nav[b-dtulshjanl] {
    background: #d9ba57;
    background: linear-gradient(180deg, rgba(217, 186, 87, 1) 0%, rgba(92, 27, 59, 1) 64%, rgba(23, 20, 20, 1) 93%);
}

.navigation-items[b-dtulshjanl] {
    display: flex;
    align-items: center;
}

.navigation-socialmedia-largescreen[b-dtulshjanl] {
    padding-right: 20px;
}

.navigation-socialmedia-smallscreen[b-dtulshjanl] {
    padding-left: 20px;
}

.bi[b-dtulshjanl] {
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-dtulshjanl] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

/*<a href="https://www.flaticon.com/free-icons" title="icons">icons created by Freepik - Flaticon</a>*/
.bi-astrologie-nav-menu[b-dtulshjanl] {
    background-image: url("images/astrology.png");
}

.bi-moderation-nav-menu[b-dtulshjanl] {
    background-image: url("images/freietrauungen.png");
}

.bi-meditation-nav-menu[b-dtulshjanl] {
    background-image: url("images/meditation.png");
}

.bi-ueber-mich-nav-menu[b-dtulshjanl] {
    background-image: url("images/uebermich.png");
}

.bi-contact-nav-menu[b-dtulshjanl] {
    background-image: url("images/contact.png");
}

.nav-item[b-dtulshjanl] {
    white-space: nowrap;
    font-size: 1.1rem;
}

.nav-item[b-dtulshjanl]  a {
    color: black;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
}

.nav-item[b-dtulshjanl]  a.active {
    background-color: rgba(211, 211, 211, 0.35);
    color: black;
}

.nav-item[b-dtulshjanl]  a:hover {
    background-color: rgba(211, 211, 211, 0.6);
    color: black;
}
/* /Pages/Astrologie.razor.rz.scp.css */
.main-body[b-1kgex8bdwt] {
    padding-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Lato', sans-serif;
    padding-left: 10px; /* Small padding to prevent text from touching the screen edge */
    padding-right: 10px;
}

.main-content[b-1kgex8bdwt] {
    max-width: 800px;
    padding: 40px;
    background-color: #c4af6a;
    border-radius: 15px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    color: #444;
    width: 100%; /* Ensures the content takes the full width of the screen on small devices */
    margin-left: 10px;
    margin-right: 10px;
}

/* Adjustments for smaller screens (phones, etc.) */
@media (max-width: 600px) {
    .main-content[b-1kgex8bdwt] {
        padding: 20px; /* Reduce padding for smaller screens */
        margin-left: 5px;
        margin-right: 5px;
    }

    p[b-1kgex8bdwt] {
        font-size: 1rem; /* Slightly reduce font size for better readability on small screens */
        line-height: 1.5;
    }

    ul[b-1kgex8bdwt] {
        font-size: 1rem; /* Reduce font size in lists as well */
        line-height: 1.5em;
    }
}

p[b-1kgex8bdwt] {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

ul[b-1kgex8bdwt] {
    line-height: 1.75em;
    text-align: left;
    margin-bottom: 5px;
}

li[b-1kgex8bdwt]::marker {
    font-size: 1.5em;
    color: purple;
}

h1[b-1kgex8bdwt] {
    padding-bottom: 20px;
}

h2[b-1kgex8bdwt] {
    padding-top: 10px;
    padding-bottom: 15px;
}

img[b-1kgex8bdwt] {
    width: 100%;
    height: auto;
    max-width: 500px; /* Optional: to limit the maximum width */
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.astro-form[b-1kgex8bdwt] {
    max-width: 600px;
    margin: 20px auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.astro-form form[b-1kgex8bdwt] {
    display: grid;
    gap: 15px;
}

.astro-form input[type="text"][b-1kgex8bdwt],
.astro-form textarea[b-1kgex8bdwt] {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.astro-form button[type="submit"][b-1kgex8bdwt] {
    background-color: #5c1b3b;
    color: white;
    border: none;
    padding: 15px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
    }

.astro-form button[type="submit"]:hover[b-1kgex8bdwt] {
    background-color: #856374;
}

@media (max-width: 768px) {
    .astro-form[b-1kgex8bdwt] {
        padding: 10px;
    }
}
/* /Pages/Frauenkreis.razor.rz.scp.css */
.center[b-4s4ogdr68w] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.carousel-container[b-4s4ogdr68w] {
    position: relative;
    max-width: 100%;
    overflow: hidden;
    margin: 20px 0;
}

.carousel-slide[b-4s4ogdr68w] {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.5s ease;
    max-height: 600px; /* Set maximum height for the images */
    max-width: 600px;
    margin: 0 auto; /* Center align the image */
}

.carousel-slide img[b-4s4ogdr68w] {
    max-width: 100%;
    height: auto;
    max-height: 100%; /* Ensure images don't exceed container height */
    display: block;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.carousel-control[b-4s4ogdr68w] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    color: black;
    font-size: 24px;
    cursor: pointer;
    padding: 10px;
    z-index: 1000;
}

.carousel-control.prev[b-4s4ogdr68w] {
    left: 10px;
}

.carousel-control.next[b-4s4ogdr68w] {
    right: 10px;
}

*[b-4s4ogdr68w] {
    box-sizing: border-box;
}

.main-body[b-4s4ogdr68w] {
    padding-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Lato', sans-serif;
    padding-left: 10px; /* Small padding to prevent text from touching the screen edge */
    padding-right: 10px;
}

.main-content[b-4s4ogdr68w] {
    max-width: 800px;
    padding: 20px;
    background-color: #f7f0e8;
    border-radius: 15px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    color: #444;
    width: 100%; /* Ensures the content takes the full width of the screen on small devices */
    margin-left: 10px;
    margin-right: 10px;
}

/* Adjustments for smaller screens (phones, etc.) */
@media (max-width: 600px) {
    .main-content[b-4s4ogdr68w] {
        padding: 20px; /* Reduce padding for smaller screens */
        margin-left: 5px;
        margin-right: 5px;
    }

    p[b-4s4ogdr68w] {
        font-size: 1rem; /* Slightly reduce font size for better readability on small screens */
        line-height: 1.5;
    }

    ul[b-4s4ogdr68w] {
        font-size: 1rem; /* Reduce font size in lists as well */
        line-height: 1.5em;
    }
}

p[b-4s4ogdr68w] {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

ul[b-4s4ogdr68w] {
    line-height: 1.75em;
    text-align: left;
    margin-bottom: 5px;
}

li[b-4s4ogdr68w]::marker {
    font-size: 2em;
    color: purple;
}

h4[b-4s4ogdr68w] {
    padding-bottom: 20px;
}

img[b-4s4ogdr68w] {
    width: 100%;
    height: auto;
    max-width: 500px; /* Optional: to limit the maximum width */
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/* /Pages/FreieTrauungen.razor.rz.scp.css */
.carousel-container[b-4dfwx7xemm] {
    position: relative;
    max-width: 100%;
    overflow: hidden;
    margin: 20px 0;
}

.carousel-slide[b-4dfwx7xemm] {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.5s ease;
    max-height: 400px; /* Set maximum height for the images */
    max-width: 600px;
    margin: 0 auto; /* Center align the image */
}

.carousel-slide img[b-4dfwx7xemm] {
    max-width: 100%;
    height: auto;
    max-height: 100%; /* Ensure images don't exceed container height */
    display: block;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.carousel-control[b-4dfwx7xemm] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    color: black;
    font-size: 24px;
    cursor: pointer;
    padding: 10px;
    z-index: 1000;
}

.carousel-control.prev[b-4dfwx7xemm] {
    left: 10px;
}

.carousel-control.next[b-4dfwx7xemm] {
    right: 10px;
}

.main-body[b-4dfwx7xemm] {
    padding-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Lato', sans-serif;
    padding-left: 10px; /* Small padding to prevent text from touching the screen edge */
    padding-right: 10px;
}

.main-content[b-4dfwx7xemm] {
    max-width: 800px;
    padding: 40px;
    background-color: #f7f0e8;
    border-radius: 15px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    color: #444;
    width: 100%; /* Ensures the content takes the full width of the screen on small devices */
    margin-left: 10px;
    margin-right: 10px;
}

/* Adjustments for smaller screens (phones, etc.) */
@media (max-width: 600px) {
    .main-content[b-4dfwx7xemm] {
        padding: 20px; /* Reduce padding for smaller screens */
        margin-left: 5px;
        margin-right: 5px;
    }

    p[b-4dfwx7xemm] {
        font-size: 1rem; /* Slightly reduce font size for better readability on small screens */
        line-height: 1.5;
    }

    ul[b-4dfwx7xemm] {
        font-size: 1rem; /* Reduce font size in lists as well */
        line-height: 1.5em;
    }
}

p[b-4dfwx7xemm] {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

ul[b-4dfwx7xemm] {
    line-height: 1.75em;
    text-align: left;
    margin-bottom: 5px;
}

li[b-4dfwx7xemm]::marker {
    font-size: 2em;
    color: purple;
}

h4[b-4dfwx7xemm] {
    padding-bottom: 20px;
}

img[b-4dfwx7xemm] {
    width: 100%;
    height: auto;
    max-width: 500px; /* Optional: to limit the maximum width */
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/* /Pages/Home.razor.rz.scp.css */

.main-body[b-1tuforkhiq] {
    padding-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Lato', sans-serif;
    padding-left: 10px; /* Small padding to prevent text from touching the screen edge */
    padding-right: 10px;
}

.main-content[b-1tuforkhiq] {
    max-width: 800px;
    padding: 40px;
    background-color: #c4af6a;
    border-radius: 15px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    color: #444;
    width: 100%; /* Ensures the content takes the full width of the screen on small devices */
    margin-left: 10px;
    margin-right: 10px;
}

/* Adjustments for smaller screens (phones, etc.) */
@media (max-width: 600px) {
    .main-content[b-1tuforkhiq] {
        padding: 20px; /* Reduce padding for smaller screens */
        margin-left: 5px;
        margin-right: 5px;
    }

    p[b-1tuforkhiq] {
        font-size: 1rem; /* Slightly reduce font size for better readability on small screens */
        line-height: 1.5;
    }

    ul[b-1tuforkhiq] {
        font-size: 1rem; /* Reduce font size in lists as well */
        line-height: 1.5em;
    }
}

p[b-1tuforkhiq] {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

ul[b-1tuforkhiq] {
    line-height: 1.75em;
    text-align: left;
    margin-bottom: 5px;
}

li[b-1tuforkhiq]::marker {
    font-size: 2em;
    color: purple;
}

h4[b-1tuforkhiq] {
    padding-bottom: 20px;
}

img[b-1tuforkhiq] {
    width: 100%;
    height: auto;
    max-width: 500px; /* Optional: to limit the maximum width */
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/* /Pages/Kakaozeremonie.razor.rz.scp.css */
.main-body[b-6aezrwwyov] {
    padding-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Lato', sans-serif;
    padding-left: 10px; /* Small padding to prevent text from touching the screen edge */
    padding-right: 10px;
}

.main-content[b-6aezrwwyov] {
    max-width: 800px;
    padding: 40px;
    background-color: #f7f0e8;
    border-radius: 15px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    color: #444;
    width: 100%; /* Ensures the content takes the full width of the screen on small devices */
    margin-left: 10px;
    margin-right: 10px;
}

/* Adjustments for smaller screens (phones, etc.) */
@media (max-width: 600px) {
    .main-content[b-6aezrwwyov] {
        padding: 20px; /* Reduce padding for smaller screens */
        margin-left: 5px;
        margin-right: 5px;
    }

    p[b-6aezrwwyov] {
        font-size: 1rem; /* Slightly reduce font size for better readability on small screens */
        line-height: 1.5;
    }

    ul[b-6aezrwwyov] {
        font-size: 1rem; /* Reduce font size in lists as well */
        line-height: 1.5em;
    }
}

p[b-6aezrwwyov] {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

ul[b-6aezrwwyov] {
    line-height: 1.75em;
    text-align: left;
    margin-bottom: 5px;
}

li[b-6aezrwwyov]::marker {
    font-size: 2em;
    color: purple;
}

h1[b-6aezrwwyov] {
    padding-bottom: 20px;
}

h2[b-6aezrwwyov] {
    padding-top: 10px;
    padding-bottom: 15px;
}

img[b-6aezrwwyov] {
    width: 100%;
    height: auto;
    max-width: 500px; /* Optional: to limit the maximum width */
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/* /Pages/Kontakt.razor.rz.scp.css */
.email-contact[b-9gwmilljil] {
    max-width: 600px;
    color: black;
    margin: 20px auto;
    background-color: #c4af6a;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.email-contact form[b-9gwmilljil] {
    display: grid;
    gap: 15px;
}

.email-contact input[type="text"][b-9gwmilljil],
.email-contact textarea[b-9gwmilljil] {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.email-contact button[type="submit"][b-9gwmilljil] {
    background-color: #5c1b3b;
    color: white;
    border: none;
    padding: 15px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.email-contact button[type="submit"]:hover[b-9gwmilljil] {
    background-color: #856374;
}

@media (max-width: 768px) {
    .email-contact[b-9gwmilljil] {
        padding: 10px;
    }
}


/* /Pages/Meditation.razor.rz.scp.css */
.main-body[b-txak0ghu7y] {
    padding-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Lato', sans-serif;
    padding-left: 10px; /* Small padding to prevent text from touching the screen edge */
    padding-right: 10px;
}

.main-content[b-txak0ghu7y] {
    max-width: 800px;
    padding: 40px;
    background-color: #c4af6a;
    border-radius: 15px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    color: #444;
    width: 100%; /* Ensures the content takes the full width of the screen on small devices */
    margin-left: 10px;
    margin-right: 10px;
}

/* Adjustments for smaller screens (phones, etc.) */
@media (max-width: 600px) {
    .main-content[b-txak0ghu7y] {
        padding: 20px; /* Reduce padding for smaller screens */
        margin-left: 5px;
        margin-right: 5px;
    }

    p[b-txak0ghu7y] {
        font-size: 1rem; /* Slightly reduce font size for better readability on small screens */
        line-height: 1.5;
    }

    ul[b-txak0ghu7y] {
        font-size: 1rem; /* Reduce font size in lists as well */
        line-height: 1.5em;
    }
}

.carousel-container[b-txak0ghu7y] {
    position: relative;
    max-width: 100%;
    overflow: hidden;
    margin: 20px 0;
}

.carousel-slide[b-txak0ghu7y] {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.5s ease;
    max-height: 1000px; /* Set maximum height for the images */
    max-width: 600px;
    margin: 0 auto; /* Center align the image */
}

    .carousel-slide img[b-txak0ghu7y] {
        max-width: 100%;
        height: auto;
        max-height: 100%; /* Ensure images don't exceed container height */
        display: block;
        border-radius: 5px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    }

.carousel-control[b-txak0ghu7y] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    color: black;
    font-size: 24px;
    cursor: pointer;
    padding: 10px;
    z-index: 1000;
}

    .carousel-control.prev[b-txak0ghu7y] {
        left: 10px;
    }

    .carousel-control.next[b-txak0ghu7y] {
        right: 10px;
    }

p[b-txak0ghu7y] {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

ul[b-txak0ghu7y] {
    line-height: 1.75em;
    text-align: left;
    margin-bottom: 5px;
    padding-bottom: 10px;
}

li[b-txak0ghu7y]::marker {
    font-size: 2em;
    color: purple;
}

h1[b-txak0ghu7y] {
    padding-bottom: 20px;
}

h2[b-txak0ghu7y] {
    padding-top: 10px;
    padding-bottom: 15px;
}

img[b-txak0ghu7y] {
    width: 100%;
    height: auto;
    max-width: 500px; /* Optional: to limit the maximum width */
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.meditation-buttons[b-txak0ghu7y] {
    display: flex;
    flex-direction: column; /* Stack buttons vertically */
    align-items: center; /* Center buttons horizontally */
    gap: 1rem; /* Add space between buttons */
    margin-top: 2rem;
}

.astroguide-buttons[b-txak0ghu7y] {
    display: flex;
    flex-direction: column; /* Stack buttons vertically */
    align-items: center; /* Center buttons horizontally */
    gap: 1rem; /* Add space between buttons */
    margin-top: 2rem;
}

button[b-txak0ghu7y] {
    background-color: #4CAF50; /* Green background */
    border: none;
    color: white;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 8px; /* Rounded corners */
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Button shadow */
    font-family: 'Arial', sans-serif;
}

    button:hover[b-txak0ghu7y] {
        background-color: #45a049; /* Darker green on hover */
        box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2); /* Elevated shadow on hover */
    }
/* /Pages/Moderation.razor.rz.scp.css */
.carousel-container[b-9b0nqlf4w7] {
    position: relative;
    max-width: 100%;
    overflow: hidden;
    margin: 20px 0;
}

.carousel-slide[b-9b0nqlf4w7] {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.5s ease;
    max-height: 400px; /* Set maximum height for the images */
    max-width: 600px;
    margin: 0 auto; /* Center align the image */
}

    .carousel-slide img[b-9b0nqlf4w7] {
        max-width: 100%;
        height: auto;
        max-height: 100%; /* Ensure images don't exceed container height */
        display: block;
        border-radius: 5px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    }

.carousel-control[b-9b0nqlf4w7] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    color: black;
    font-size: 24px;
    cursor: pointer;
    padding: 10px;
    z-index: 1000;
}

    .carousel-control.prev[b-9b0nqlf4w7] {
        left: 10px;
    }

    .carousel-control.next[b-9b0nqlf4w7] {
        right: 10px;
    }

.main-body[b-9b0nqlf4w7] {
    padding-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Lato', sans-serif;
    padding-left: 10px; /* Small padding to prevent text from touching the screen edge */
    padding-right: 10px;
}

.main-content[b-9b0nqlf4w7] {
    max-width: 800px;
    padding: 40px;
    background-color: #c4af6a;
    border-radius: 15px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    color: #444;
    width: 100%; /* Ensures the content takes the full width of the screen on small devices */
    margin-left: 10px;
    margin-right: 10px;
}

/* Adjustments for smaller screens (phones, etc.) */
@media (max-width: 600px) {
    .main-content[b-9b0nqlf4w7] {
        padding: 20px; /* Reduce padding for smaller screens */
        margin-left: 5px;
        margin-right: 5px;
    }

    p[b-9b0nqlf4w7] {
        font-size: 1rem; /* Slightly reduce font size for better readability on small screens */
        line-height: 1.5;
    }

    ul[b-9b0nqlf4w7] {
        font-size: 1rem; /* Reduce font size in lists as well */
        line-height: 1.5em;
    }
}

p[b-9b0nqlf4w7] {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

ul[b-9b0nqlf4w7] {
    line-height: 1.75em;
    text-align: left;
    margin-bottom: 5px;
}

li[b-9b0nqlf4w7]::marker {
    font-size: 2em;
    color: purple;
}

h4[b-9b0nqlf4w7] {
    padding-bottom: 20px;
}

img[b-9b0nqlf4w7] {
    width: 100%;
    height: auto;
    max-width: 500px; /* Optional: to limit the maximum width */
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/* /Pages/SpaceClearing.razor.rz.scp.css */
.main-body[b-do608aj2vy] {
    padding-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Lato', sans-serif;
    padding-left: 10px; /* Small padding to prevent text from touching the screen edge */
    padding-right: 10px;
}

.main-content[b-do608aj2vy] {
    max-width: 800px;
    padding: 40px;
    background-color: #f7f0e8;
    border-radius: 15px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    color: #444;
    width: 100%; /* Ensures the content takes the full width of the screen on small devices */
    margin-left: 10px;
    margin-right: 10px;
}

/* Adjustments for smaller screens (phones, etc.) */
@media (max-width: 600px) {
    .main-content[b-do608aj2vy] {
        padding: 20px; /* Reduce padding for smaller screens */
        margin-left: 5px;
        margin-right: 5px;
    }

    p[b-do608aj2vy] {
        font-size: 1rem; /* Slightly reduce font size for better readability on small screens */
        line-height: 1.5;
    }

    ul[b-do608aj2vy] {
        font-size: 1rem; /* Reduce font size in lists as well */
        line-height: 1.5em;
    }
}

p[b-do608aj2vy] {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

ul[b-do608aj2vy] {
    line-height: 1.75em;
    text-align: left;
    margin-bottom: 5px;
}

li[b-do608aj2vy]::marker {
    font-size: 2em;
    color: purple;
}

h1[b-do608aj2vy] {
    padding-bottom: 20px;
}

h2[b-do608aj2vy] {
    padding-top: 10px;
    padding-bottom: 15px;
}

img[b-do608aj2vy] {
    width: 100%;
    height: auto;
    max-width: 500px; /* Optional: to limit the maximum width */
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/* /Pages/Success.razor.rz.scp.css */
.main-body[b-4lyngeizo6] {
    padding-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Lato', sans-serif;
    padding-left: 10px; /* Small padding to prevent text from touching the screen edge */
    padding-right: 10px;
}

.main-content[b-4lyngeizo6] {
    max-width: 800px;
    padding: 40px;
    background-color: #f7f0e8;
    border-radius: 15px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    color: #444;
    width: 100%; /* Ensures the content takes the full width of the screen on small devices */
    margin-left: 10px;
    margin-right: 10px;
}

/* Adjustments for smaller screens (phones, etc.) */
@media (max-width: 600px) {
    .main-content[b-4lyngeizo6] {
        padding: 20px; /* Reduce padding for smaller screens */
        margin-left: 5px;
        margin-right: 5px;
    }

    p[b-4lyngeizo6] {
        font-size: 1rem; /* Slightly reduce font size for better readability on small screens */
        line-height: 1.5;
    }

    ul[b-4lyngeizo6] {
        font-size: 1rem; /* Reduce font size in lists as well */
        line-height: 1.5em;
    }
}

p[b-4lyngeizo6] {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

ul[b-4lyngeizo6] {
    line-height: 1.75em;
    text-align: left;
    margin-bottom: 5px;
    padding-bottom: 10px;
}

li[b-4lyngeizo6]::marker {
    font-size: 2em;
    color: purple;
}

h1[b-4lyngeizo6] {
    padding-bottom: 20px;
}

h2[b-4lyngeizo6] {
    padding-top: 10px;
    padding-bottom: 15px;
}

img[b-4lyngeizo6] {
    width: 100%;
    height: auto;
    max-width: 500px; /* Optional: to limit the maximum width */
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.meditation-buttons[b-4lyngeizo6] {
    display: flex;
    flex-direction: column; /* Stack buttons vertically */
    align-items: center; /* Center buttons horizontally */
    gap: 1rem; /* Add space between buttons */
    margin-top: 2rem;
}

button[b-4lyngeizo6] {
    background-color: #4CAF50; /* Green background */
    border: none;
    color: white;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 8px; /* Rounded corners */
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Button shadow */
    font-family: 'Arial', sans-serif;
}

button:hover[b-4lyngeizo6] {
    background-color: #45a049; /* Darker green on hover */
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2); /* Elevated shadow on hover */
}
/* /Pages/UeberMich.razor.rz.scp.css */
.carousel-container[b-s15efsalk3] {
    position: relative;
    max-width: 100%;
    overflow: hidden;
    margin: 20px 0;
}

.carousel-slide[b-s15efsalk3] {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.5s ease;
    max-height: 650px; /* Set maximum height for the images */
    max-width: 450px;
    margin: 0 auto; /* Center align the image */
}

.carousel-slide img[b-s15efsalk3] {
    max-width: 100%;
    height: auto;
    max-height: 100%; /* Ensure images don't exceed container height */
    display: block;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.carousel-control[b-s15efsalk3] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    color: black;
    font-size: 24px;
    cursor: pointer;
    padding: 10px;
    z-index: 1000;
}

.carousel-control.prev[b-s15efsalk3] {
    left: 10px;
}

.carousel-control.next[b-s15efsalk3] {
    right: 10px;
}

.main-body[b-s15efsalk3] {
    padding-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Lato', sans-serif;
    padding-left: 10px; /* Small padding to prevent text from touching the screen edge */
    padding-right: 10px;
}

.main-content[b-s15efsalk3] {
    max-width: 800px;
    padding: 40px;
    background-color: #c4af6a;
    border-radius: 15px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    color: #444;
    width: 100%; /* Ensures the content takes the full width of the screen on small devices */
    margin-left: 10px;
    margin-right: 10px;
}

/* Adjustments for smaller screens (phones, etc.) */
@media (max-width: 600px) {
    .main-content[b-s15efsalk3] {
        padding: 20px; /* Reduce padding for smaller screens */
        margin-left: 5px;
        margin-right: 5px;
    }

    p[b-s15efsalk3] {
        font-size: 1rem; /* Slightly reduce font size for better readability on small screens */
        line-height: 1.5;
    }

    ul[b-s15efsalk3] {
        font-size: 1rem; /* Reduce font size in lists as well */
        line-height: 1.5em;
    }
}

p[b-s15efsalk3] {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

ul[b-s15efsalk3] {
    line-height: 1.75em;
    text-align: left;
    margin-bottom: 5px;
    padding-bottom: 15px;
}

li[b-s15efsalk3]::marker {
    font-size: 2em;
    color: purple;
}

h4[b-s15efsalk3] {
    padding-bottom: 20px;
}

img[b-s15efsalk3] {
    width: 100%;
    height: auto;
    max-width: 500px; /* Optional: to limit the maximum width */
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/* /Pages/Willkommensfeiern.razor.rz.scp.css */
.main-body[b-ms3d58wttn] {
    padding-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Lato', sans-serif;
    padding-left: 10px; /* Small padding to prevent text from touching the screen edge */
    padding-right: 10px;
}

.main-content[b-ms3d58wttn] {
    max-width: 800px;
    padding: 40px;
    background-color: #f7f0e8;
    border-radius: 15px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    color: #444;
    width: 100%; /* Ensures the content takes the full width of the screen on small devices */
    margin-left: 10px;
    margin-right: 10px;
}

/* Adjustments for smaller screens (phones, etc.) */
@media (max-width: 600px) {
    .main-content[b-ms3d58wttn] {
        padding: 20px; /* Reduce padding for smaller screens */
        margin-left: 5px;
        margin-right: 5px;
    }

    p[b-ms3d58wttn] {
        font-size: 1rem; /* Slightly reduce font size for better readability on small screens */
        line-height: 1.5;
    }

    ul[b-ms3d58wttn] {
        font-size: 1rem; /* Reduce font size in lists as well */
        line-height: 1.5em;
    }
}

p[b-ms3d58wttn] {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

ul[b-ms3d58wttn] {
    line-height: 1.75em;
    text-align: left;
    margin-bottom: 5px;
}

li[b-ms3d58wttn]::marker {
    font-size: 2em;
    color: purple;
}

h4[b-ms3d58wttn] {
    padding-bottom: 20px;
}

img[b-ms3d58wttn] {
    width: 100%;
    height: auto;
    max-width: 500px; /* Optional: to limit the maximum width */
    display: block;
    margin-left: auto;
    margin-right: auto;
}
